complexType "IndexReferenceInformation"
Namespace:
Content:
complex, 1 attribute, 6 elements
Defined:
globally in fpml-cd-5-13.xsd; see XML source
Includes:
definitions of 1 attribute, 6 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (6):
indexFactor (defined in IndexReferenceInformation complexType),
indexId (defined in IndexReferenceInformation complexType),
indexId (defined in IndexReferenceInformation complexType),
indexName (defined in IndexReferenceInformation complexType),
seniority (defined in IndexReferenceInformation complexType),
tranche (defined in IndexReferenceInformation complexType)
All Direct / Indirect Based Elements (2):
indexReferenceInformation (defined in GeneralTerms complexType),
Known Usage Locations
Annotation
A type defining a Credit Default Swap Index.
XML Source (w/o annotations (8); see within schema source)
<xsd:complexType name="IndexReferenceInformation">
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:sequence>
<xsd:element name="indexName" type="IndexName"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="indexId" type="IndexId"/>
</xsd:sequence>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="indexId" type="IndexId"/>
</xsd:sequence>
</xsd:choice>
<xsd:element minOccurs="0" name="tranche" type="Tranche"/>
<xsd:sequence minOccurs="0">
<xsd:element minOccurs="0" name="indexFactor" type="DecimalFraction"/>
<xsd:element minOccurs="0" name="seniority" type="CreditSeniority"/>
</xsd:sequence>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
id
Type:
xsd:ID, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="id" type="xsd:ID"/>
Content Element Detail (all declarations; defined within this component only; 6/6)
indexFactor
Type:
DecimalFraction, simple content
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.
Simple Content
xsd:decimal
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="indexFactor" type="DecimalFraction"/>

indexId
Type:
IndexId, simple content
A CDS index identifier (e.g. RED pair code).
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="indexId" type="IndexId"/>

indexId
Type:
IndexId, simple content
A CDS index identifier (e.g. RED pair code).
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="indexId" type="IndexId"/>

indexName
Type:
IndexName, simple content
The name of the index expressed as a free format string. FpML does not define usage rules for this element.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="indexName" type="IndexName"/>

seniority
Type:
CreditSeniority, simple content
Seniority of debt instruments comprising the index.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="seniority" type="CreditSeniority"/>

tranche
Type:
Tranche, complex content
This element contains CDS tranche terms.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="tranche" type="Tranche"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.