Class ValuationPostponement
java.lang.Object
net.finmath.smartcontract.product.xml.ValuationPostponement
Specifies how long to wait to get a quote from a settlement rate option
upon a price source disruption.
Java class for ValuationPostponement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValuationPostponement"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="maximumDaysOfPostponement" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the maximumDaysOfPostponement property.void
Sets the value of the maximumDaysOfPostponement property.
-
Field Details
-
maximumDaysOfPostponement
-
-
Constructor Details
-
ValuationPostponement
public ValuationPostponement()
-
-
Method Details
-
getMaximumDaysOfPostponement
Gets the value of the maximumDaysOfPostponement property.- Returns:
- possible object is
BigInteger
-
setMaximumDaysOfPostponement
Sets the value of the maximumDaysOfPostponement property.- Parameters:
value
- allowed object isBigInteger
-