Class VarianceOptionTransactionSupplement

java.lang.Object

public class VarianceOptionTransactionSupplement extends OptionBase

Java class for VarianceOptionTransactionSupplement complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="VarianceOptionTransactionSupplement">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}OptionBase">
       <sequence>
         <element name="equityPremium" type="{http://www.fpml.org/FpML-5/confirmation}EquityPremium"/>
         <element name="equityExercise" type="{http://www.fpml.org/FpML-5/confirmation}EquityExerciseValuationSettlement"/>
         <element name="exchangeLookAlike" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="methodOfAdjustment" type="{http://www.fpml.org/FpML-5/confirmation}MethodOfAdjustmentEnum" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="optionEntitlement" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal"/>
           <element name="multiplier" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal"/>
         </choice>
         <element name="clearingInstructions" type="{http://www.fpml.org/FpML-5/confirmation}SwaptionPhysicalSettlement" minOccurs="0"/>
         <element name="varianceSwapTransactionSupplement" type="{http://www.fpml.org/FpML-5/confirmation}VarianceSwapTransactionSupplement"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>