Definition Type: ComplexType
Name: FxTerms
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-loan-4-5.xsd
Abstract
Documentation:
A structure which specifies FX conversion terms.
Collapse XSD Schema Diagram:
Drilldown into fixingDate in schema fpml-loan-4-5_xsd Drilldown into fxRate in schema fpml-loan-4-5_xsdXSD Diagram of FxTerms in schema fpml-loan-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxTerms">
    <xsd:annotation>
        <xsd:documentation>A structure which specifies FX conversion terms.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="fxRate" type="FxRate">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The FX rate associated with the business event.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="fixingDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date on which the associated FX rate was fixed.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </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, fpml:fxTerms