Class Tranche
java.lang.Object
net.finmath.smartcontract.product.xml.Tranche
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attachmentPoint property.Gets the value of the exhaustionPoint property.Gets the value of the incurredRecoveryApplicable property.void
setAttachmentPoint
(BigDecimal value) Sets the value of the attachmentPoint property.void
setExhaustionPoint
(BigDecimal value) Sets the value of the exhaustionPoint property.void
Sets the value of the incurredRecoveryApplicable property.
-
Field Details
-
attachmentPoint
-
exhaustionPoint
-
incurredRecoveryApplicable
-
-
Constructor Details
-
Tranche
public Tranche()
-
-
Method Details
-
getAttachmentPoint
Gets the value of the attachmentPoint property.- Returns:
- possible object is
BigDecimal
-
setAttachmentPoint
Sets the value of the attachmentPoint property.- Parameters:
value
- allowed object isBigDecimal
-
getExhaustionPoint
Gets the value of the exhaustionPoint property.- Returns:
- possible object is
BigDecimal
-
setExhaustionPoint
Sets the value of the exhaustionPoint property.- Parameters:
value
- allowed object isBigDecimal
-
isIncurredRecoveryApplicable
-
setIncurredRecoveryApplicable
-