XML Schema Documentation

Complex Type: QuotedAssetSet

[Table of contents]

Super-types: None
Sub-types: None
Name QuotedAssetSet
Used by (from the same schema document) Complex Type Market
Abstract no
Documentation A collection of quoted assets.
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="QuotedAssetSet">
<xsd:sequence>
<xsd:element name="instrumentSet" type=" InstrumentSet " minOccurs="0"/>
<xsd:element name="assetQuote" type=" BasicAssetValuation " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>