<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>
|