XML Schema Documentation

Complex Type: ExchangeTraded

[Table of contents]

Super-types: Asset < UnderlyingAsset (by extension) < ExchangeTraded (by extension)
Sub-types:
Name ExchangeTraded
Abstract yes
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.'

<relatedExchangeId> ExchangeId </relatedExchangeId> [0..*]

'A short form unique identifier for a related exchange. If the element is not present then the exchange shall be the primary exchange on which listed futures and options on the underlying are listed. The term \"Exchange\" is assumed to have the meaning as defined in the ISDA 2002 Equity Derivatives Definitions.'

<optionsExchangeId> ExchangeId </optionsExchangeId> [0..*]

'A short form unique identifier for an exchange on which the reference option contract is listed. This is to address the case where the reference exchange for the future is different than the one for the option. The options Exchange is referenced on share options when Merger Elections are selected as Options Exchange Adjustment.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="ExchangeTraded" abstract="true">
<xsd:complexContent>
<xsd:extension base=" UnderlyingAsset ">
<xsd:sequence>
<xsd:group ref=" ExchangeIdentifier.model "/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>