XML Schema Documentation

Complex Type: QuotedCurrencyPair

[Table of contents]

Super-types: None
Sub-types: None
Name QuotedCurrencyPair
Used by (from the same schema document) Complex Type FxFixing , Complex Type FxRate
Abstract no
Documentation A type that describes the composition of a rate that has been quoted or is to be quoted. This includes the two currencies and the quotation relationship between the two currencies and is used as a building block throughout the FX specification.
XML Instance Representation
<...>
<currency1> Currency </currency1> [1]

'The first currency specified when a pair of currencies is to be evaluated.'

<currency2> Currency </currency2> [1]

'The second currency specified when a pair of currencies is to be evaluated.'

<quoteBasis> QuoteBasisEnum </quoteBasis> [1]

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

</...>
Diagram
Schema Component Representation
<xsd:complexType name="QuotedCurrencyPair">
<xsd:sequence>
<xsd:element name="currency1" type=" Currency "/>
<xsd:element name="currency2" type=" Currency "/>
<xsd:element name="quoteBasis" type=" QuoteBasisEnum "/>
</xsd:sequence>
</xsd:complexType>