<xsd:complexType name="VarianceOptionTransactionSupplement">
<xsd:complexContent>
<xsd:extension base="OptionBase">
<xsd:sequence>
<xsd:element name="equityPremium" type="EquityPremium">
<xsd:annotation>
<xsd:documentation xml:lang="en">The variance option premium payable by the buyer to the seller.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="equityExercise" type="EquityExerciseValuationSettlement">
<xsd:annotation>
<xsd:documentation xml:lang="en">The parameters for defining how the equity option can be exercised, how it is valued and how it is settled.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="exchangeLookAlike" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">For a share option transaction, a flag used to indicate whether the transaction is to be treated as an 'exchange look-alike'. This designation has significance for how share adjustments (arising from corporate actions) will be determined for the transaction. For an 'exchange look-alike' transaction the relevant share adjustments will follow that for a corresponding designated contract listed on the related exchange (referred to as Options Exchange Adjustment (ISDA defined term), otherwise the share adjustments will be determined by the calculation agent (referred to as Calculation Agent Adjustment (ISDA defined term)).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="methodOfAdjustment" type="MethodOfAdjustmentEnum" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines how adjustments will be made to the contract should one or more of the extraordinary events occur.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice minOccurs="0">
<xsd:element name="optionEntitlement" type="PositiveDecimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The number of shares per option comprised in the option transaction supplement.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="multiplier" type="PositiveDecimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the contract multiplier that can be associated with an index option.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="clearingInstructions" type="SwaptionPhysicalSettlement" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies any instructions on how the physical settlement is to be effected when the option is exercised.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="varianceSwapTransactionSupplement" type="VarianceSwapTransactionSupplement">
<xsd:annotation>
<xsd:documentation xml:lang="en">The variance swap details.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|