XML Schema Documentation

Complex Type: Cash

[Table of contents]

Super-types: Asset < IdentifiedAsset (by extension) < Cash (by extension)
Sub-types: None
Name Cash
Used by (from the same schema document) Element cash
Abstract no
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<instrumentId> InstrumentId </instrumentId> [1..*]

'Identification of the underlying asset, using public and/or private identifiers.'

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

'Long name of the underlying asset.'

<currency> Currency </currency> [1]

'The currency in which an amount is denominated.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="Cash">
<xsd:complexContent>
<xsd:extension base=" IdentifiedAsset ">
<xsd:sequence>
<xsd:element name="currency" type=" Currency "/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>