Definition Type: ComplexType
Name: QuotableFxLeg
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: fpml:QuotableProduct
Containing Schema: fpml-pretrade-4-4.xsd
Abstract
Documentation:
A type that represents a single exchange of one currency for another that may be quoted on. The definition allows currency amounts to be absent and does not include an exchange rate.
Collapse XSD Schema Diagram:
Drilldown into nonDeliverableForward in schema fpml-pretrade-4-4_xsd Drilldown into exchangeRate in schema fpml-pretrade-4-4_xsd Drilldown into exchangedCurrency in schema fpml-pretrade-4-4_xsd Drilldown into productId in schema fpml-shared-4-4_xsd Drilldown into productType in schema fpml-shared-4-4_xsd Drilldown into Product.model in schema fpml-shared-4-4_xsd Drilldown into QuotableProduct in schema fpml-pretrade-4-4_xsdXSD Diagram of QuotableFxLeg in schema fpml-pretrade-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="QuotableFxLeg">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type that represents a single exchange of one currency for another that may be quoted on. The definition allows currency amounts to be absent and does not include an exchange rate.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="QuotableProduct">
            <xsd:sequence>
                <xsd:element name="exchangedCurrency" type="QuotablePayment" minOccurs="0" />
                <xsd:element name="exchangeRate" type="QuotableFxRate" />
                <xsd:element name="nonDeliverableForward" type="FxCashSettlement" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Used to describe a particular type of FX forward transaction that is settled in a single currency.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
productType fpml:productType 0 unbounded
productId fpml:productId 0 unbounded
exchangedCurrency fpml:exchangedCurrency 0 (1)
exchangeRate fpml:exchangeRate (1) (1)
nonDeliverableForward fpml:nonDeliverableForward 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:quotableFxSingleLeg