XML Schema Documentation

Complex Type: FxFixing

[Table of contents]

Super-types: FxSpotRateSource < FxFixing (by extension)
Sub-types: None
Name FxFixing
Used by (from the same schema document) Complex Type FxCashSettlement
Abstract no
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.
XML Instance Representation
<...>
<primaryRateSource> InformationSource </primaryRateSource> [1]

'The primary source for where the rate observation will occur. Will typically be either a page or a reference bank published rate.'

<secondaryRateSource> InformationSource </secondaryRateSource> [0..1]

'An alternative, or secondary, source for where the rate observation will occur. Will typically be either a page or a reference bank published rate.'

<fixingTime> BusinessCenterTime </fixingTime> [1]

'The time at which the spot currency exchange rate will be observed. It is specified as a time in a specific business center, e.g. 11:00am London time.'

<quotedCurrencyPair> QuotedCurrencyPair </quotedCurrencyPair> [1]

'Defines the two currencies for an FX trade and the quotation relationship between the two currencies.'

<fixingDate> xsd:date </fixingDate> [1]

'Describes the specific date when a non-deliverable forward or non-deliverable option will \"fix\" against a particular rate, which will be used to compute the ultimate cash settlement.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="FxFixing">
<xsd:complexContent>
<xsd:extension base=" FxSpotRateSource ">
<xsd:sequence>
<xsd:element name="quotedCurrencyPair" type=" QuotedCurrencyPair "/>
<xsd:element name="fixingDate" type=" xsd:date "/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>