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>
 
  • Field Details

    • attachmentPoint

      protected BigDecimal attachmentPoint
    • exhaustionPoint

      protected BigDecimal exhaustionPoint
    • incurredRecoveryApplicable

      protected Boolean incurredRecoveryApplicable
  • Constructor Details

    • Tranche

      public Tranche()
  • Method Details

    • getAttachmentPoint

      public BigDecimal getAttachmentPoint()
      Gets the value of the attachmentPoint property.
      Returns:
      possible object is BigDecimal
    • setAttachmentPoint

      public void setAttachmentPoint(BigDecimal value)
      Sets the value of the attachmentPoint property.
      Parameters:
      value - allowed object is BigDecimal
    • getExhaustionPoint

      public BigDecimal getExhaustionPoint()
      Gets the value of the exhaustionPoint property.
      Returns:
      possible object is BigDecimal
    • setExhaustionPoint

      public void setExhaustionPoint(BigDecimal value)
      Sets the value of the exhaustionPoint property.
      Parameters:
      value - allowed object is BigDecimal
    • isIncurredRecoveryApplicable

      public Boolean isIncurredRecoveryApplicable()
      Gets the value of the incurredRecoveryApplicable property.
      Returns:
      possible object is Boolean
    • setIncurredRecoveryApplicable

      public void setIncurredRecoveryApplicable(Boolean value)
      Sets the value of the incurredRecoveryApplicable property.
      Parameters:
      value - allowed object is Boolean