<xsd:complexType name="FloatingAmountEvents">
<xsd:sequence>
<xsd:element name="failureToPayPrincipal" type="Empty" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A floating rate payment event. Corresponds to the failure by the Reference Entity to pay an expected principal amount or the payment of an actual principal amount that is less than the expected principal amount. ISDA 2003 Term: Failure to Pay Principal.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="interestShortfall" type="InterestShortFall" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A floating rate payment event. With respect to any Reference Obligation Payment Date, either (a) the non-payment of an Expected Interest Amount or (b) the payment of an Actual Interest Amount that is less than the Expected Interest Amount. ISDA 2003 Term: Interest Shortfall.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="writedown" type="Empty" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A floating rate payment event. Results from the fact that the underlyer writes down its outstanding principal amount. ISDA 2003 Term: Writedown.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="floatingAmountProvisions" type="FloatingAmountProvisions" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the floating amount provisions associated with the floatingAmountEvents.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="additionalFixedPayments" type="AdditionalFixedPayments" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the events that will give rise to the payment a additional fixed payments.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|