XML Schema Documentation

Complex Type: FxFeature

[Table of contents]

Super-types: None
Sub-types: None
Name FxFeature
Used by (from the same schema document) Model Group OptionBaseFeature.model
Abstract no
Documentation A type for defining Fx Features.
XML Instance Representation
<...>
<referenceCurrency> IdentifiedCurrency </referenceCurrency> [1]

'Specifies the reference currency of the trade.'

Start Choice [1]
<composite> Composite </composite> [1]

'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.'

<quanto> Quanto </quanto> [1]

'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'

<crossCurrency> Composite </crossCurrency> [1]

'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'

End Choice
</...>
Diagram
Schema Component Representation
<xsd:complexType name="FxFeature">
<xsd:sequence>
<xsd:element name="referenceCurrency" type=" IdentifiedCurrency "/>
<xsd:choice>
<xsd:element name="composite" type=" Composite "/>
<xsd:element name="quanto" type=" Quanto "/>
<xsd:element name="crossCurrency" type=" Composite "/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>