<xsd:complexType name="EquityOptionTransactionSupplement">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type for defining equity option transaction supplements</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="EquityDerivativeShortFormBase">
<xsd:sequence>
<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="exchangeTradedContractNearest" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">For an index option transaction, a flag used in conjuction with Futures Price Valuation (ISDA defined term) to indicate whether the Nearest Index Contract provision is applicable. The Nearest Index Contract provision is a rule for determining the Exchange-traded Contract (ISDA defined term) without having to explicitly state the actual contract, delivery month and exchange on which it is traded.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="multipleExchangeIndexAnnexFallback" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">For an index option transaction, a flag to indicate whether a relevant Multiple Exchange Index Annex is applicable to the transaction. This annex defines additional provisions which are applicable where an index is comprised of component securities that are traded on multiple exchanges.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="methodOfAdjustment" type="MethodOfAdjustmentEnum" minOccurs="0" />
<xsd:element name="localJurisdiction" type="Country" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Local Jurisdiction is a term used in the AEJ Master Confirmation, which is used to determine local taxes, which shall mean taxes, duties, and similar charges imposed by the taxing authority of the Local Jurisdiction If this element is not present Local Jurisdiction is Not Applicable.</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:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|