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>