Class IndexChange


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>
 
  • Field Details

    • indexFactor

      protected BigDecimal indexFactor
    • factoredCalculationAmount

      protected Money factoredCalculationAmount
  • Constructor Details

    • IndexChange

      public IndexChange()
  • Method Details

    • getIndexFactor

      public BigDecimal getIndexFactor()
      Gets the value of the indexFactor property.
      Returns:
      possible object is BigDecimal
    • setIndexFactor

      public void setIndexFactor(BigDecimal value)
      Sets the value of the indexFactor property.
      Parameters:
      value - allowed object is BigDecimal
    • getFactoredCalculationAmount

      public Money getFactoredCalculationAmount()
      Gets the value of the factoredCalculationAmount property.
      Returns:
      possible object is Money
    • setFactoredCalculationAmount

      public void setFactoredCalculationAmount(Money value)
      Sets the value of the factoredCalculationAmount property.
      Parameters:
      value - allowed object is Money