Class ForecastRateIndex

java.lang.Object
net.finmath.smartcontract.product.xml.ForecastRateIndex

public class ForecastRateIndex extends Object
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 Details

  • Constructor Details

    • ForecastRateIndex

      public ForecastRateIndex()
  • Method Details

    • getFloatingRateIndex

      public FloatingRateIndex getFloatingRateIndex()
      Gets the value of the floatingRateIndex property.
      Returns:
      possible object is FloatingRateIndex
    • setFloatingRateIndex

      public void setFloatingRateIndex(FloatingRateIndex value)
      Sets the value of the floatingRateIndex property.
      Parameters:
      value - allowed object is FloatingRateIndex
    • getIndexTenor

      public Period getIndexTenor()
      Gets the value of the indexTenor property.
      Returns:
      possible object is Period
    • setIndexTenor

      public void setIndexTenor(Period value)
      Sets the value of the indexTenor property.
      Parameters:
      value - allowed object is Period