XML Schema Documentation

Complex Type: FxStrikePrice

[Table of contents]

Super-types: None
Sub-types: None
Name FxStrikePrice
Used by (from the same schema document) Complex Type FxAverageRateOption , Complex Type FxOptionLeg
Abstract no
Documentation A type that describes the rate of exchange at which the option has been struck.
XML Instance Representation
<...>
<rate> xsd:decimal </rate> [1]

'The rate of exchange between the two currencies of the leg of a deal. Must be specified with a quote basis.'

<strikeQuoteBasis> StrikeQuoteBasisEnum </strikeQuoteBasis> [1]

'The method by which the strike rate is quoted.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="FxStrikePrice">
<xsd:sequence>
<xsd:element name="rate" type=" xsd:decimal "/>
<xsd:element name="strikeQuoteBasis" type=" StrikeQuoteBasisEnum "/>
</xsd:sequence>
</xsd:complexType>