Definition Type: ComplexType
Name: FxRateSourceFixing
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
Describes a rate source to be fixed and the date the fixing occurs
Collapse XSD Schema Diagram:
Drilldown into fixingDate in schema fpml-shared-5-10_xsd2 Drilldown into settlementRateSource in schema fpml-shared-5-10_xsd2XSD Diagram of FxRateSourceFixing in schema fpml-shared-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxRateSourceFixing">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Describes a rate source to be fixed and the date the fixing occurs</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="settlementRateSource" type="FxSettlementRateSource" minOccurs="0" />
        <xsd:element name="fixingDate" type="AdjustableDate" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date on which the fixing is scheduled to occur.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
settlementRateSource nsC:settlementRateSource 0 (1)
fixingDate nsC:fixingDate 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:rateSourceFixing