Class ForwardRateCurve
java.lang.Object
net.finmath.smartcontract.product.xml.ForwardRateCurve
A curve used to model a set of forward interest rates. Used for forecasting
interest rates as part of a pricing calculation.
Java class for ForwardRateCurve complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ForwardRateCurve"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="assetReference" type="{http://www.fpml.org/FpML-5/confirmation}AssetReference" minOccurs="0"/> <element name="rateCurve" type="{http://www.fpml.org/FpML-5/confirmation}TermCurve"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assetReference property.Gets the value of the rateCurve property.void
setAssetReference
(AssetReference value) Sets the value of the assetReference property.void
setRateCurve
(TermCurve value) Sets the value of the rateCurve property.
-
Field Details
-
assetReference
-
rateCurve
-
-
Constructor Details
-
ForwardRateCurve
public ForwardRateCurve()
-
-
Method Details
-
getAssetReference
Gets the value of the assetReference property.- Returns:
- possible object is
AssetReference
-
setAssetReference
Sets the value of the assetReference property.- Parameters:
value
- allowed object isAssetReference
-
getRateCurve
-
setRateCurve
-