Class IndexChange

java.lang.Object

public class IndexChange extends ChangeEvent
A structure describing the effect of a change to an index.

Java class for IndexChange complex type.

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

 <complexType name="IndexChange">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}ChangeEvent">
       <sequence>
         <element name="indexFactor" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="factoredCalculationAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>