Class MakeWholeProvisions

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

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

  • Constructor Details

    • MakeWholeProvisions

      public MakeWholeProvisions()
  • Method Details

    • getMakeWholeDate

      public XMLGregorianCalendar getMakeWholeDate()
      Gets the value of the makeWholeDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setMakeWholeDate

      public void setMakeWholeDate(XMLGregorianCalendar value)
      Sets the value of the makeWholeDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getRecallSpread

      public BigDecimal getRecallSpread()
      Gets the value of the recallSpread property.
      Returns:
      possible object is BigDecimal
    • setRecallSpread

      public void setRecallSpread(BigDecimal value)
      Sets the value of the recallSpread property.
      Parameters:
      value - allowed object is BigDecimal