Class Tranche

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

public class Tranche extends Object
This type represents a CDS Tranche.

Java class for Tranche complex type.

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

 <complexType name="Tranche">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="attachmentPoint" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="exhaustionPoint" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="incurredRecoveryApplicable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>