Class MakeWholeAmount
java.lang.Object
net.finmath.smartcontract.product.xml.SwapCurveValuation
net.finmath.smartcontract.product.xml.MakeWholeAmount
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>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.SwapCurveValuation
floatingRateIndex, indexTenor, side, spread
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the earlyCallDate property.Gets the value of the interpolationMethod property.void
setEarlyCallDate
(IdentifiedDate value) Sets the value of the earlyCallDate property.void
Sets the value of the interpolationMethod property.Methods inherited from class net.finmath.smartcontract.product.xml.SwapCurveValuation
getFloatingRateIndex, getIndexTenor, getSide, getSpread, setFloatingRateIndex, setIndexTenor, setSide, setSpread
-
Field Details
-
interpolationMethod
-
earlyCallDate
-
-
Constructor Details
-
MakeWholeAmount
public MakeWholeAmount()
-
-
Method Details
-
getInterpolationMethod
Gets the value of the interpolationMethod property.- Returns:
- possible object is
InterpolationMethod
-
setInterpolationMethod
Sets the value of the interpolationMethod property.- Parameters:
value
- allowed object isInterpolationMethod
-
getEarlyCallDate
Gets the value of the earlyCallDate property.- Returns:
- possible object is
IdentifiedDate
-
setEarlyCallDate
Sets the value of the earlyCallDate property.- Parameters:
value
- allowed object isIdentifiedDate
-