Class IndexReferenceInformation

java.lang.Object
net.finmath.smartcontract.product.xml.IndexReferenceInformation

public class IndexReferenceInformation extends Object
A type defining a Credit Default Swap Index.

Java class for IndexReferenceInformation complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="IndexReferenceInformation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <sequence>
             <element name="indexName" type="{http://www.fpml.org/FpML-5/confirmation}IndexName"/>
             <element name="indexId" type="{http://www.fpml.org/FpML-5/confirmation}IndexId" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <sequence>
             <element name="indexId" type="{http://www.fpml.org/FpML-5/confirmation}IndexId" maxOccurs="unbounded"/>
           </sequence>
         </choice>
         <element name="indexSeries" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
         <element name="indexAnnexVersion" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
         <element name="indexAnnexDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="indexAnnexSource" type="{http://www.fpml.org/FpML-5/confirmation}IndexAnnexSource" minOccurs="0"/>
         <element name="excludedReferenceEntity" type="{http://www.fpml.org/FpML-5/confirmation}LegalEntity" maxOccurs="unbounded" minOccurs="0"/>
         <element name="tranche" type="{http://www.fpml.org/FpML-5/confirmation}Tranche" minOccurs="0"/>
         <element name="settledEntityMatrix" type="{http://www.fpml.org/FpML-5/confirmation}SettledEntityMatrix" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>