Definition Type: ComplexType
Name: FxConversion
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-asset-4-4.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into fxRate in schema fpml-asset-4-4_xsd Drilldown into amountRelativeTo in schema fpml-asset-4-4_xsdXSD Diagram of FxConversion in schema fpml-asset-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxConversion">
    <xsd:choice>
        <xsd:element name="amountRelativeTo" type="AmountReference" />
        <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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
amountRelativeTo fpml:amountRelativeTo (1) (1)
fxRate fpml:fxRate (1) unbounded
Collapse Derivation Tree:
Collapse References:
fpml:fxConversion