Class EquityOptionTransactionSupplement

java.lang.Object

public class EquityOptionTransactionSupplement extends EquityDerivativeShortFormBase
A type for defining equity option transaction supplements.

Java class for EquityOptionTransactionSupplement complex type.

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

 <complexType name="EquityOptionTransactionSupplement">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}EquityDerivativeShortFormBase">
       <sequence>
         <element name="exchangeLookAlike" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="exchangeTradedContractNearest" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}IndexAnnexFallback.model" minOccurs="0"/>
         <element name="methodOfAdjustment" type="{http://www.fpml.org/FpML-5/confirmation}MethodOfAdjustmentEnum" minOccurs="0"/>
         <element name="localJurisdiction" type="{http://www.fpml.org/FpML-5/confirmation}CountryCode" 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="extraordinaryEvents" type="{http://www.fpml.org/FpML-5/confirmation}ExtraordinaryEvents" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>