Definition Type: ComplexType
Name: IndexReferenceInformation
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-cd-5-10.xsd
Abstract
Documentation:
A type defining a Credit Default Swap Index.
Collapse XSD Schema Diagram:
Drilldown into seniority in schema fpml-cd-5-10_xsd4 Drilldown into indexFactor in schema fpml-cd-5-10_xsd4 Drilldown into tranche in schema fpml-cd-5-10_xsd4 Drilldown into indexId in schema fpml-cd-5-10_xsd4 Drilldown into indexId in schema fpml-cd-5-10_xsd4 Drilldown into indexName in schema fpml-cd-5-10_xsd4 Drilldown into id in schema fpml-cd-5-10_xsd4XSD Diagram of IndexReferenceInformation in schema fpml-cd-5-10_xsd4 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="IndexReferenceInformation">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining a Credit Default Swap Index.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice minOccurs="0">
            <xsd:sequence>
                <xsd:element name="indexName" type="IndexName">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The name of the index expressed as a free format string. FpML does not define usage rules for this element.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="indexId" type="IndexId" minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A CDS index identifier (e.g. RED pair code).</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
            <xsd:sequence>
                <xsd:element name="indexId" type="IndexId" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A CDS index identifier (e.g. RED pair code).</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:choice>
        <xsd:element name="tranche" type="Tranche" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">This element contains CDS tranche terms.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:sequence minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Index reference data reportatble under the revised EMIR RTS.</xsd:documentation>
            </xsd:annotation>
            <xsd:element name="indexFactor" type="RestrictedPercentage" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Index Factor is the index version factor or percent, expressed as an absolute decimal value between 0 and 1, that multiplied by the original notional amount yields the notional amount covered by the seller of protection.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="seniority" type="CreditSeniority" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Seniority of debt instruments comprising the index.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
indexName nsF:indexName (1) (1)
indexId nsF:indexId 0 unbounded
indexId nsF:indexId (1) unbounded
tranche nsF:tranche 0 (1)
indexFactor nsF:indexFactor 0 (1)
seniority nsF:seniority 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsF:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsF:indexReferenceInformation, nsF:indexReferenceInformation