Class ValuationPostponement

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

public class ValuationPostponement extends Object
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 Details

    • maximumDaysOfPostponement

      protected BigInteger maximumDaysOfPostponement
  • Constructor Details

    • ValuationPostponement

      public ValuationPostponement()
  • Method Details

    • getMaximumDaysOfPostponement

      public BigInteger getMaximumDaysOfPostponement()
      Gets the value of the maximumDaysOfPostponement property.
      Returns:
      possible object is BigInteger
    • setMaximumDaysOfPostponement

      public void setMaximumDaysOfPostponement(BigInteger value)
      Sets the value of the maximumDaysOfPostponement property.
      Parameters:
      value - allowed object is BigInteger