Definition Type: Element
Name: fxConversion
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-asset-4-0.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specifies the currency conversion rate that applies to an amount. This rate can either be defined elsewhere in the document (case of a quanto swap), or explicitly described through this component.
Collapse XSD Schema Diagram:
Drilldown into fxRate in schema fpml-asset-4-0_xsd Drilldown into amountRelativeTo in schema fpml-asset-4-0_xsdXSD Diagram of fxConversion in schema fpml-asset-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element name="fxConversion" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Specifies the currency conversion rate that applies to an amount. This rate can either be defined elsewhere in the document (case of a quanto swap), or explicitly described through this component.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:choice>
            <xsd:element name="amountRelativeTo" type="AmountRelativeTo" />
            <xsd:element name="fxRate" type="FxRate" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Specifies a currency conversion rate.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
amountRelativeTo nsA:amountRelativeTo (1) (1)
fxRate nsA:fxRate (1) unbounded