Definition Type: ComplexType
Name: ExchangeRate
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-fx-5-9.xsd
Abstract
Documentation:
A type that is used for describing the exchange rate for a particular transaction.
Collapse XSD Schema Diagram:
Drilldown into rate in schema fpml-fx-5-9_xsd Drilldown into quotedCurrencyPair in schema fpml-fx-5-9_xsdXSD Diagram of ExchangeRate in schema fpml-fx-5-9_xsd (Financial products Markup Language (FpML®) - Pretrade)
Collapse XSD Schema Code:
<xsd:complexType name="ExchangeRate">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type that is used for describing the exchange rate for a particular transaction.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="quotedCurrencyPair" type="QuotedCurrencyPair">
            <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="PositiveDecimal" 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 nsA:quotedCurrencyPair (1) (1)
rate nsA:rate 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:exchangeRate
Collapse Comments:
blog comments powered by Disqus