Definition Type: ComplexType
Name: QuotedCurrencyPair
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into quoteBasis in schema fpml-shared-4-4_xsd Drilldown into currency2 in schema fpml-shared-4-4_xsd Drilldown into currency1 in schema fpml-shared-4-4_xsdXSD Diagram of QuotedCurrencyPair in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
currency1 fpml:currency1 (1) (1)
currency2 fpml:currency2 (1) (1)
quoteBasis fpml:quoteBasis (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:quotedCurrencyPair, fpml:quotedCurrencyPair, fpml:quotedCurrencyPair, fpml:quotedCurrencyPair, fpml:quotedCurrencyPair, fpml:quotedCurrencyPair, fpml:quotedCurrencyPair, fpml:quotedCurrencyPair, fpml:quotedCurrencyPair