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>