XML Schema Documentation

Complex Type: UnderlyingAsset

[Table of contents]

Super-types: Asset < UnderlyingAsset (by extension)
Sub-types:
Name UnderlyingAsset
Abstract yes
Documentation A type describing the basic components of a security of index underlyer.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<instrumentId> InstrumentId </instrumentId> [1..*]
<description> xsd:string </description> [0..1]

'The long name of a security.'

<currency> Currency </currency> [0..1]

'The currency in which an amount is denominated.'

<exchangeId> ExchangeId </exchangeId> [0..1]
<clearanceSystem> ClearanceSystem </clearanceSystem> [0..1]
<definition> ProductReference </definition> [0..1]

'An optional reference to a full FpML product that defines the simple product in greater detail. In case of inconsistency between the terms of the simple product and those of the detailed definition, the values in the simple product override those in the detailed definition.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="UnderlyingAsset" abstract="true">
<xsd:complexContent>
<xsd:extension base=" Asset ">
<xsd:sequence>
<xsd:element name="currency" type=" Currency " minOccurs="0"/>
<xsd:element name="exchangeId" type=" ExchangeId " minOccurs="0"/>
<xsd:element name="clearanceSystem" type=" ClearanceSystem " minOccurs="0"/>
<xsd:element name="definition" type=" ProductReference " minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>