XML Schema Documentation

Complex Type: InstrumentSet

[Table of contents]

Super-types: None
Sub-types: None
Name InstrumentSet
Used by (from the same schema document) Complex Type QuotedAssetSet
Abstract no
Documentation A collection of instruments usable for quotation purposes. In future releases, quotable derivative assets may be added after the underlying asset.
XML Instance Representation
<...>
<underlyingAsset> ... </underlyingAsset> [0..*]

'A collection of underlying assets (bonds, discount instruments, futures, etc.) that can be used as a basis for benchmark quotes.'

</...>
Diagram
element_underlyingAsset
Schema Component Representation
<xsd:complexType name="InstrumentSet">
<xsd:sequence>
<xsd:element ref=" underlyingAsset " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>