<xsd:complexType name="QuotedCurrencyPair">
<xsd:annotation>
<xsd:documentation xml:lang="en">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.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="currency1" type="Currency">
<xsd:annotation>
<xsd:documentation xml:lang="en">The first currency specified when a pair of currencies is to be evaluated.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="currency2" type="Currency">
<xsd:annotation>
<xsd:documentation xml:lang="en">The second currency specified when a pair of currencies is to be evaluated.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="quoteBasis" type="QuoteBasisEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">The method by which the exchange rate is quoted.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|