Definition Type: ComplexType
Name: QuotableFXLeg
Namespace: http://www.fpml.org/2003/FpML-4-0
Type: nsA:QuotableProduct
Containing Schema: fpml-msg-4-0.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-msg-4-0_xsd Drilldown into exchangeRate in schema fpml-msg-4-0_xsd Drilldown into exchangedCurrency in schema fpml-msg-4-0_xsd Drilldown into productId in schema fpml-msg-4-0_xsd Drilldown into productType in schema fpml-msg-4-0_xsd Drilldown into QuotableProduct in schema fpml-msg-4-0_xsdXSD Diagram of QuotableFXLeg in schema fpml-msg-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="QuotableFXLeg">
    <xsd:annotation>
        <xsd: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.
      
			
			
			
			
			</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 nsA:productType 0 (1)
productId nsA:productId 0 unbounded
exchangedCurrency nsA:exchangedCurrency 0 (1)
exchangeRate nsA:exchangeRate (1) (1)
nonDeliverableForward nsA:nonDeliverableForward 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:quotableFxSingleLeg