Definition Type: ComplexType
Name: AdditionalDisruptionEvents
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-eq-shared-4-4.xsd
Abstract
Documentation:
A type for defining ISDA 2002 Equity Derivative Additional Disruption Events
Collapse XSD Schema Diagram:
Drilldown into determiningPartyReference in schema fpml-eq-shared-4-4_xsd Drilldown into increasedCostOfHedging in schema fpml-eq-shared-4-4_xsd Drilldown into increasedCostOfStockBorrow in schema fpml-eq-shared-4-4_xsd Drilldown into lossOfStockBorrow in schema fpml-eq-shared-4-4_xsd Drilldown into hedgingDisruption in schema fpml-eq-shared-4-4_xsd Drilldown into insolvencyFiling in schema fpml-eq-shared-4-4_xsd Drilldown into failureToDeliver in schema fpml-eq-shared-4-4_xsd Drilldown into changeInLaw in schema fpml-eq-shared-4-4_xsdXSD Diagram of AdditionalDisruptionEvents in schema fpml-eq-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="AdditionalDisruptionEvents">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type for defining ISDA 2002 Equity Derivative Additional Disruption Events</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="changeInLaw" type="xsd:boolean">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">If true, then change in law is applicable</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="failureToDeliver" type="xsd:boolean" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Where the underlying is shares and the transaction is physically settled, then, if true, a failure to deliver the shares on the settlement date will not be an event of default for the purposes of the master agreement.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="insolvencyFiling" type="xsd:boolean">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">If true, then insolvency filing is applicable</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="hedgingDisruption" type="xsd:boolean">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">If true, then hedging disruption is applicable</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="lossOfStockBorrow" type="xsd:boolean">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">If true, then loss of stock borrow is applicable</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="increasedCostOfStockBorrow" type="xsd:boolean">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">If true, then increased cost of stock borrow is applicable</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="increasedCostOfHedging" type="xsd:boolean">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">If true, then increased cost of hedging is applicable</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="determiningPartyReference" type="PartyReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to the party which determines additional disruption events</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
changeInLaw fpml:changeInLaw (1) (1)
failureToDeliver fpml:failureToDeliver 0 (1)
insolvencyFiling fpml:insolvencyFiling (1) (1)
hedgingDisruption fpml:hedgingDisruption (1) (1)
lossOfStockBorrow fpml:lossOfStockBorrow (1) (1)
increasedCostOfStockBorrow fpml:increasedCostOfStockBorrow (1) (1)
increasedCostOfHedging fpml:increasedCostOfHedging (1) (1)
determiningPartyReference fpml:determiningPartyReference (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:additionalDisruptionEvents