Definition Type: ComplexType
Name: GenericProductQuotedCurrencyPair
Namespace: http://www.fpml.org/FpML-5/reporting
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_xsd2 Drilldown into currency2 in schema fpml-generic-5-10_xsd2 Drilldown into currency1 in schema fpml-generic-5-10_xsd2XSD Diagram of GenericProductQuotedCurrencyPair in schema fpml-generic-5-10_xsd2 (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" minOccurs="0">
            <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" minOccurs="0">
            <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" minOccurs="0">
            <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 nsE:currency1 0 (1)
currency2 nsE:currency2 0 (1)
quoteBasis nsE:quoteBasis 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:quotedCurrencyPair