Class YieldCurve
java.lang.Object
net.finmath.smartcontract.product.xml.PricingStructure
net.finmath.smartcontract.product.xml.YieldCurve
A generic yield curve object, which can be valued in a variety of ways.
Java class for YieldCurve complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="YieldCurve"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}PricingStructure"> <sequence> <group ref="{http://www.fpml.org/FpML-5/confirmation}YieldCurveCharacteristics.model" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.PricingStructure
currency, id, name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the algorithm property.Gets the value of the forecastRateIndex property.void
setAlgorithm
(String value) Sets the value of the algorithm property.void
Sets the value of the forecastRateIndex property.Methods inherited from class net.finmath.smartcontract.product.xml.PricingStructure
getCurrency, getId, getName, setCurrency, setId, setName
-
Field Details
-
algorithm
-
forecastRateIndex
-
-
Constructor Details
-
YieldCurve
public YieldCurve()
-
-
Method Details
-
getAlgorithm
-
setAlgorithm
-
getForecastRateIndex
Gets the value of the forecastRateIndex property.- Returns:
- possible object is
ForecastRateIndex
-
setForecastRateIndex
Sets the value of the forecastRateIndex property.- Parameters:
value
- allowed object isForecastRateIndex
-