<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" minOccurs="0">
<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" minOccurs="0">
<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" minOccurs="0">
<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" minOccurs="0">
<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="maximumStockLoanRate" type="RestrictedPercentage" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the maximum stock loan rate for Loss of Stock Borrow.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="increasedCostOfStockBorrow" type="xsd:boolean" minOccurs="0">
<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="initialStockLoanRate" type="RestrictedPercentage" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the initial stock loan rate for Increased Cost of Stock Borrow.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="increasedCostOfHedging" type="xsd:boolean" minOccurs="0">
<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" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to the party which determines additional disruption events.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="foreignOwnershipEvent" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation>If true, then foreign ownership event is applicable.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|