Definition Type: ComplexType
Name: CreditNotation
Namespace: http://www.fpml.org/FpML-5/legal
Containing Schema: fpml-legal-5-10.xsd
Abstract
Documentation:
The credit rating notation base construct, which includes agency, notation, scale and debt type qualifications.
Collapse XSD Schema Diagram:
Drilldown into debt in schema fpml-legal-5-10_xsd Drilldown into scale in schema fpml-legal-5-10_xsd Drilldown into notation in schema fpml-legal-5-10_xsd Drilldown into agency in schema fpml-legal-5-10_xsdXSD Diagram of CreditNotation in schema fpml-legal-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CreditNotation">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The credit rating notation base construct, which includes agency, notation, scale and debt type qualifications.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="agency" type="CreditRatingAgency">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The credit agency to which the other variables (notation, scale, debt type) refer to.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="notation" type="CreditRatingNotation">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The credit rating notation. It varies among credit rating agencies. FpML doesn't specify a default scheme.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="scale" type="CreditRatingScale" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The credit rating scale, with a typical distinction between short term, long term. FpML doesn't specify a default scheme.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="debt" type="CreditRatingDebt" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The credit rating debt type (e.g. long term, high yield, deposits, ...) associated with the credit rating notation and scale. When several debt types are specified, 'any' or 'all' may be applicable.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
agency nsB:agency (1) (1)
notation nsB:notation (1) (1)
scale nsB:scale 0 (1)
debt nsB:debt 0 (1)
Collapse Derivation Tree:
Collapse References:
nsB:creditNotation, nsB:creditNotation