XML Schema Documentation

Complex Type: InformationSource

[Table of contents]

Super-types: None
Sub-types: None
Name InformationSource
Used by (from the same schema document) Complex Type FxSpotRateSource , Complex Type FxSpotRateSource , Complex Type SettlementRateSource
Abstract no
Documentation A type defining the source for a piece of information (e.g. a rate refix or an fx fixing).
XML Instance Representation
<...>
<rateSource> InformationProvider </rateSource> [1]

'An information source for obtaining a market rate. For example Bloomberg, Reuters, Telerate etc.'

<rateSourcePage> RateSourcePage </rateSourcePage> [0..1]

'A specific page for the rate source for obtaining a market rate.'

<rateSourcePageHeading> xsd:string </rateSourcePageHeading> [0..1]

'The heading for the rate source on a given rate source page.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="InformationSource">
<xsd:sequence>
<xsd:element name="rateSource" type=" InformationProvider "/>
<xsd:element name="rateSourcePage" type=" RateSourcePage " minOccurs="0"/>
<xsd:element name="rateSourcePageHeading" type=" xsd:string " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>