Definition Type: ComplexType
Name: FxTerms
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-loan-4-4.xsd
Abstract
Documentation:
A complex type to specify FX conversion terms.
Collapse XSD Schema Diagram:
Drilldown into fixingDate in schema fpml-loan-4-4_xsd Drilldown into fxRate in schema fpml-loan-4-4_xsdXSD Diagram of FxTerms in schema fpml-loan-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxTerms">
    <xsd:annotation>
        <xsd:documentation>A complex type to specify FX conversion terms.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="fxRate" type="FxRate" />
        <xsd:element name="fixingDate" type="xsd:date" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
fxRate fpml:fxRate (1) (1)
fixingDate fpml:fixingDate (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:fxTerms