XML Schema Documentation

Complex Type: FxRateSet

[Table of contents]

Super-types: QuotedAssetSet < FxRateSet (by extension)
Sub-types: None
Name FxRateSet
Used by (from the same schema document) Complex Type FxCurveValuation
Abstract no
Documentation A collection of spot FX rates used in pricing.
XML Instance Representation
<...>
<instrumentSet> InstrumentSet </instrumentSet> [0..1]

'A collection of instruments used as a basis for quotation.'

<assetQuote> BasicAssetValuation </assetQuote> [0..*]

'A collection of valuations (quotes) for the assets needed in the set. Normally these quotes will be for the underlying assets listed above, but they don\'t necesarily have to be.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="FxRateSet">
<xsd:complexContent>
<xsd:extension base=" QuotedAssetSet ">
<xsd:sequence/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>