Definition Type: ComplexType
Name: IndexAdjustmentEvents
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-eq-shared-5-10.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-5-10_xsd2 Drilldown into indexCancellation in schema fpml-eq-shared-5-10_xsd2 Drilldown into indexModification in schema fpml-eq-shared-5-10_xsd2XSD Diagram of IndexAdjustmentEvents in schema fpml-eq-shared-5-10_xsd2 (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" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Consequence of index modification.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="indexCancellation" type="IndexEventConsequenceEnum" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Consequence of index cancellation.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="indexDisruption" type="IndexEventConsequenceEnum" minOccurs="0">
            <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 nsE:indexModification 0 (1)
indexCancellation nsE:indexCancellation 0 (1)
indexDisruption nsE:indexDisruption 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:indexAdjustmentEvents