<xsd:complexType name="IndexAdjustmentEvents">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the specification of the consequences of Index Events as defined by the 2002 ISDA Equity Derivatives Definitions.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="indexModification" type="IndexEventConsequenceEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">Consequence of index modification.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="indexCancellation" type="IndexEventConsequenceEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">Consequence of index cancellation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="indexDisruption" type="IndexEventConsequenceEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">Consequence of index disruption.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|