XML Schema Documentation

Complex Type: IndexAdjustmentEvents

[Table of contents]

Super-types: None
Sub-types: None
Name IndexAdjustmentEvents
Used by (from the same schema document) Complex Type ExtraordinaryEvents
Abstract no
Documentation Defines the specification of the consequences of Index Events as defined by the 2002 ISDA Equity Derivatives Definitions.
XML Instance Representation
<...>
<indexModification> IndexEventConsequenceEnum </indexModification> [1]

'Consequence of index modification.'

<indexCancellation> IndexEventConsequenceEnum </indexCancellation> [1]

'Consequence of index cancellation.'

<indexDisruption> IndexEventConsequenceEnum </indexDisruption> [1]

'Consequence of index disruption.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="IndexAdjustmentEvents">
<xsd:sequence>
<xsd:element name="indexModification" type=" IndexEventConsequenceEnum "/>
<xsd:element name="indexCancellation" type=" IndexEventConsequenceEnum "/>
<xsd:element name="indexDisruption" type=" IndexEventConsequenceEnum "/>
</xsd:sequence>
</xsd:complexType>