Class MakeWholeAmount

java.lang.Object
net.finmath.smartcontract.product.xml.SwapCurveValuation
net.finmath.smartcontract.product.xml.MakeWholeAmount

public class MakeWholeAmount extends SwapCurveValuation
A complex type to specify the amount to be paid by the buyer of the option if the option is exercised prior to the Early Call Date (Typically applicable to the convertible bond options).

Java class for MakeWholeAmount complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MakeWholeAmount">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}SwapCurveValuation">
       <sequence>
         <element name="interpolationMethod" type="{http://www.fpml.org/FpML-5/confirmation}InterpolationMethod" minOccurs="0"/>
         <element name="earlyCallDate" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedDate"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>