Class ForecastRateIndex
java.lang.Object
net.finmath.smartcontract.product.xml.ForecastRateIndex
A type defining a rate index.
Java class for ForecastRateIndex complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ForecastRateIndex"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="floatingRateIndex" type="{http://www.fpml.org/FpML-5/confirmation}FloatingRateIndex"/> <element name="indexTenor" type="{http://www.fpml.org/FpML-5/confirmation}Period"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the floatingRateIndex property.Gets the value of the indexTenor property.void
Sets the value of the floatingRateIndex property.void
setIndexTenor
(Period value) Sets the value of the indexTenor property.
-
Field Details
-
floatingRateIndex
-
indexTenor
-
-
Constructor Details
-
ForecastRateIndex
public ForecastRateIndex()
-
-
Method Details
-
getFloatingRateIndex
Gets the value of the floatingRateIndex property.- Returns:
- possible object is
FloatingRateIndex
-
setFloatingRateIndex
Sets the value of the floatingRateIndex property.- Parameters:
value
- allowed object isFloatingRateIndex
-
getIndexTenor
-
setIndexTenor
-