Definition Type: ComplexType
Name: GenericProductQuotedCurrencyPair
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-generic-5-10.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-generic-5-10_xsd3 Drilldown into currency2 in schema fpml-generic-5-10_xsd3 Drilldown into currency1 in schema fpml-generic-5-10_xsd3XSD Diagram of GenericProductQuotedCurrencyPair in schema fpml-generic-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="GenericProductQuotedCurrencyPair">
    <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 nsF:currency1 (1) (1)
currency2 nsF:currency2 (1) (1)
quoteBasis nsF:quoteBasis (1) (1)
Collapse Derivation Tree:
Collapse References:
nsF:quotedCurrencyPair