Definition Type: ComplexType
Name: FxRate
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
A type describing the rate of a currency conversion: pair of currency, quotation mode and exchange rate.
Collapse XSD Schema Diagram:
Drilldown into rate in schema fpml-shared-5-10_xsd4 Drilldown into quotedCurrencyPair in schema fpml-shared-5-10_xsd4XSD Diagram of FxRate in schema fpml-shared-5-10_xsd4 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxRate">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type describing the rate of a currency conversion: pair of currency, quotation mode and exchange rate.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="quotedCurrencyPair" type="QuotedCurrencyPair" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines the two currencies for an FX trade and the quotation relationship between the two currencies.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="rate" type="xsd:decimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The rate of exchange between the two currencies of the leg of a deal. Must be specified with a quote basis.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
quotedCurrencyPair nsE:quotedCurrencyPair 0 (1)
rate nsE:rate 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:fxRate, nsE:fxRate, nsE:fxRate, nsE:fxRate, nsE:fxRate, nsE:fxRate