Definition Type: ComplexType
Name: FxFixing
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
A type that specifies the source for and timing of a fixing of an exchange rate. This is used in the agreement of non-deliverable forward trades as well as various types of FX OTC options that require observations against a particular rate.
Collapse XSD Schema Diagram:
Drilldown into fxSpotRateSource in schema fpml-shared-5-10_xsd3 Drilldown into fixingDate in schema fpml-shared-5-10_xsd3 Drilldown into quotedCurrencyPair in schema fpml-shared-5-10_xsd3XSD Diagram of FxFixing in schema fpml-shared-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxFixing">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type that specifies the source for and timing of a fixing of an exchange rate. This is used in the agreement of non-deliverable forward trades as well as various types of FX OTC options that require observations against a particular rate.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="quotedCurrencyPair" type="QuotedCurrencyPair">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines the two currencies for an FX trade and the quotation relationship between the two currencies.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="fixingDate" type="xsd:date" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Describes the specific date when a non-deliverable forward or cash-settled option will "fix" against a particular rate, which will be used to compute the ultimate cash settlement. This element should be omitted where a single, discrete fixing date cannot be identified e.g. on an american option, where fixing may occur at any date on a continuous range.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="fxSpotRateSource" type="FxSpotRateSource" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the methodology (reference source and, optionally, fixing time) to be used for determining a currency conversion rate.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
quotedCurrencyPair nsD:quotedCurrencyPair (1) (1)
fixingDate nsD:fixingDate 0 (1)
fxSpotRateSource nsD:fxSpotRateSource 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:fixing, nsD:fixing