<xsd:complexType name="ProtectionTerms">
<xsd:sequence>
<xsd:element name="calculationAmount" type="Money">
<xsd:annotation>
<xsd:documentation xml:lang="en">The notional amount of protection coverage. ISDA 2003 Term: Floating Rate Payer Calculation Amount</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="creditEvents" type="CreditEvents" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">This element contains all the ISDA terms relating to credit events.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="obligations" type="Obligations" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The underlying obligations of the reference entity on which you are buying or selling protection. The credit events Failure to Pay, Obligation Acceleration, Obligation Default, Restructuring, Repudiation/Moratorium are defined with respect to these obligations. ISDA 2003 Term:</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|