Class ReferenceSwapCurve
java.lang.Object
net.finmath.smartcontract.product.xml.ReferenceSwapCurve
A complex type used to specify the option and convertible bond option
strike when expressed in reference to a swap curve.
Java class for ReferenceSwapCurve complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferenceSwapCurve">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="swapUnwindValue" type="{http://www.fpml.org/FpML-5/confirmation}SwapCurveValuation"/>
<element name="makeWholeAmount" type="{http://www.fpml.org/FpML-5/confirmation}MakeWholeAmount" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the makeWholeAmount property.Gets the value of the swapUnwindValue property.voidSets the value of the makeWholeAmount property.voidSets the value of the swapUnwindValue property.
-
Field Details
-
swapUnwindValue
-
makeWholeAmount
-
-
Constructor Details
-
ReferenceSwapCurve
public ReferenceSwapCurve()
-
-
Method Details
-
getSwapUnwindValue
Gets the value of the swapUnwindValue property.- Returns:
- possible object is
SwapCurveValuation
-
setSwapUnwindValue
Sets the value of the swapUnwindValue property.- Parameters:
value- allowed object isSwapCurveValuation
-
getMakeWholeAmount
Gets the value of the makeWholeAmount property.- Returns:
- possible object is
MakeWholeAmount
-
setMakeWholeAmount
Sets the value of the makeWholeAmount property.- Parameters:
value- allowed object isMakeWholeAmount
-