Class InflationRateCalculation

java.lang.Object

public class InflationRateCalculation extends FloatingRateCalculation
A type defining the components specifiying an Inflation Rate Calculation

Java class for InflationRateCalculation complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="InflationRateCalculation">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FloatingRateCalculation">
       <sequence>
         <element name="inflationLag" type="{http://www.fpml.org/FpML-5/confirmation}Offset"/>
         <element name="indexSource" type="{http://www.fpml.org/FpML-5/confirmation}RateSourcePage"/>
         <element name="mainPublication" type="{http://www.fpml.org/FpML-5/confirmation}MainPublication" minOccurs="0"/>
         <element name="interpolationMethod" type="{http://www.fpml.org/FpML-5/confirmation}InterpolationMethod"/>
         <element name="initialIndexLevel" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="fallbackBondApplicable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>