Definition Type: ComplexType
Name: IndexReferenceInformation
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-cd-4-4.xsd
Abstract
Documentation:
A type defining a Credit Default Swap Index.
Collapse XSD Schema Diagram:
Drilldown into settledEntityMatrix in schema fpml-cd-4-4_xsd Drilldown into tranche in schema fpml-cd-4-4_xsd Drilldown into excludedReferenceEntity in schema fpml-cd-4-4_xsd Drilldown into indexAnnexSource in schema fpml-cd-4-4_xsd Drilldown into indexAnnexDate in schema fpml-cd-4-4_xsd Drilldown into indexAnnexVersion in schema fpml-cd-4-4_xsd Drilldown into indexSeries in schema fpml-cd-4-4_xsd Drilldown into indexId in schema fpml-cd-4-4_xsd Drilldown into indexId in schema fpml-cd-4-4_xsd Drilldown into indexName in schema fpml-cd-4-4_xsd Drilldown into id in schema fpml-cd-4-4_xsdXSD Diagram of IndexReferenceInformation in schema fpml-cd-4-4_xsd (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>
            <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="indexSeries" type="xsd:positiveInteger" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A CDS index series identifier, e.g. 1, 2, 3 etc.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="indexAnnexVersion" type="xsd:positiveInteger" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A CDS index series version identifier, e.g. 1, 2, 3 etc.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="indexAnnexDate" type="xsd:date" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A CDS index series annex date.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="indexAnnexSource" type="IndexAnnexSource" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A CDS index series annex source.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="excludedReferenceEntity" type="LegalEntity" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Excluded reference entity.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <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:element name="settledEntityMatrix" type="SettledEntityMatrix" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Used to specify the Relevant Settled Entity Matrix when there are settled entities at the time of the trade.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
indexName fpml:indexName (1) (1)
indexId fpml:indexId 0 unbounded
indexId fpml:indexId (1) unbounded
indexSeries fpml:indexSeries 0 (1)
indexAnnexVersion fpml:indexAnnexVersion 0 (1)
indexAnnexDate fpml:indexAnnexDate 0 (1)
indexAnnexSource fpml:indexAnnexSource 0 (1)
excludedReferenceEntity fpml:excludedReferenceEntity 0 unbounded
tranche fpml:tranche 0 (1)
settledEntityMatrix fpml:settledEntityMatrix 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:indexReferenceInformation