Definition Type: ComplexType
Name: IndexAdjustmentEvents
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-eq-shared-4-4.xsd
Abstract
Documentation:
Defines the specification of the consequences of Index Events as defined by the 2002 ISDA Equity Derivatives Definitions.
Collapse XSD Schema Diagram:
Drilldown into indexDisruption in schema fpml-eq-shared-4-4_xsd Drilldown into indexCancellation in schema fpml-eq-shared-4-4_xsd Drilldown into indexModification in schema fpml-eq-shared-4-4_xsdXSD Diagram of IndexAdjustmentEvents in schema fpml-eq-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
indexModification fpml:indexModification (1) (1)
indexCancellation fpml:indexCancellation (1) (1)
indexDisruption fpml:indexDisruption (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:indexAdjustmentEvents