Class MakeWholeProvisions
java.lang.Object
net.finmath.smartcontract.product.xml.MakeWholeProvisions
A type to hold early exercise provisions.
Java class for MakeWholeProvisions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MakeWholeProvisions"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="makeWholeDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="recallSpread" type="{http://www.w3.org/2001/XMLSchema}decimal"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the makeWholeDate property.Gets the value of the recallSpread property.void
Sets the value of the makeWholeDate property.void
setRecallSpread
(BigDecimal value) Sets the value of the recallSpread property.
-
Field Details
-
makeWholeDate
-
recallSpread
-
-
Constructor Details
-
MakeWholeProvisions
public MakeWholeProvisions()
-
-
Method Details
-
getMakeWholeDate
Gets the value of the makeWholeDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setMakeWholeDate
Sets the value of the makeWholeDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getRecallSpread
Gets the value of the recallSpread property.- Returns:
- possible object is
BigDecimal
-
setRecallSpread
Sets the value of the recallSpread property.- Parameters:
value
- allowed object isBigDecimal
-