XML Schema Documentation

Complex Type: SideRates

[Table of contents]

Super-types: None
Sub-types: None
Name SideRates
Used by (from the same schema document) Complex Type ExchangeRate
Abstract no
Documentation A type that is used for including rates against base currency for non-base currency FX contracts.
XML Instance Representation
<...>
<baseCurrency> Currency </baseCurrency> [1]

'The currency that is used as the basis for the side rates when calculating a cross rate.'

<currency1SideRate> SideRate </currency1SideRate> [0..1]

'The exchange rate for the first currency of the trade against base currency.'

<currency2SideRate> SideRate </currency2SideRate> [0..1]

'The exchange rate for the second currency of the trade against base currency.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="SideRates">
<xsd:sequence>
<xsd:element name="baseCurrency" type=" Currency "/>
<xsd:element name="currency1SideRate" type=" SideRate " minOccurs="0"/>
<xsd:element name="currency2SideRate" type=" SideRate " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>