Definition Type: ComplexType
Name: ProtectionTerms
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-cd-4-0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into obligations in schema fpml-cd-4-0_xsd Drilldown into creditEvents in schema fpml-cd-4-0_xsd Drilldown into calculationAmount in schema fpml-cd-4-0_xsdXSD Diagram of ProtectionTerms in schema fpml-cd-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
calculationAmount nsA:calculationAmount (1) (1)
creditEvents nsA:creditEvents 0 (1)
obligations nsA:obligations 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:protectionTerms