<xsd:complexType name="FxFeature">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type for defining Fx Features.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="referenceCurrency" type="IdentifiedCurrency">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the reference currency of the trade.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:element name="composite" type="Composite">
<xsd:annotation>
<xsd:documentation xml:lang="en">If “Composite” is specified as the Settlement Type in the relevant Transaction Supplement, an amount in the Settlement Currency, determined by the Calculation Agent as being equal to the number of Options exercised or deemed exercised, multiplied by: (Settlement Price – Strike Price) / (Strike Price – Settlement Price) x Multiplier provided that if the above is equal to a negative amount the Option Cash Settlement Amount shall be deemed to be zero.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="quanto" type="Quanto">
<xsd:annotation>
<xsd:documentation xml:lang="en">If “Quanto” is specified as the Settlement Type in the relevant Transaction Supplement, an amount, as determined by the Calculation Agent in accordance with the Section 8.2 of the Equity Definitions</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="crossCurrency" type="Composite">
<xsd:annotation>
<xsd:documentation xml:lang="en">If “Cross-Currency” is specified as the Settlement Type in the relevant Transaction Supplement, an amount in the Settlement Currency, determined by the Calculation Agent as being equal to the number of Options exercised or deemed exercised, multiplied by: (Settlement Price – Strike Price) / (Strike Price – Settlement Price) x Multiplier x one unit of the Reference Currency converted into an amount in the Settlement Currency using the rate of exchange of the Settlement Currency as quoted on the Reference Price Source on the Valuation Date, provided that if the above is equal to a negative amount the Option Cash Settlement Amount shall be deemed to be zero</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
|