Class FloatingRateCalculation

Direct Known Subclasses:
InflationRateCalculation

public class FloatingRateCalculation extends FloatingRate
A type defining the floating rate and definitions relating to the calculation of floating rate amounts.

Java class for FloatingRateCalculation complex type.

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

 <complexType name="FloatingRateCalculation">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FloatingRate">
       <sequence>
         <element name="initialRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="finalRateRounding" type="{http://www.fpml.org/FpML-5/confirmation}Rounding" minOccurs="0"/>
         <element name="averagingMethod" type="{http://www.fpml.org/FpML-5/confirmation}AveragingMethodEnum" minOccurs="0"/>
         <element name="negativeInterestRateTreatment" type="{http://www.fpml.org/FpML-5/confirmation}NegativeInterestRateTreatmentEnum" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FloatingRateCalculation

      public FloatingRateCalculation()
  • Method Details

    • getInitialRate

      public BigDecimal getInitialRate()
      Gets the value of the initialRate property.
      Returns:
      possible object is BigDecimal
    • setInitialRate

      public void setInitialRate(BigDecimal value)
      Sets the value of the initialRate property.
      Parameters:
      value - allowed object is BigDecimal
    • getFinalRateRounding

      public Rounding getFinalRateRounding()
      Gets the value of the finalRateRounding property.
      Returns:
      possible object is Rounding
    • setFinalRateRounding

      public void setFinalRateRounding(Rounding value)
      Sets the value of the finalRateRounding property.
      Parameters:
      value - allowed object is Rounding
    • getAveragingMethod

      public AveragingMethodEnum getAveragingMethod()
      Gets the value of the averagingMethod property.
      Returns:
      possible object is AveragingMethodEnum
    • setAveragingMethod

      public void setAveragingMethod(AveragingMethodEnum value)
      Sets the value of the averagingMethod property.
      Parameters:
      value - allowed object is AveragingMethodEnum
    • getNegativeInterestRateTreatment

      public NegativeInterestRateTreatmentEnum getNegativeInterestRateTreatment()
      Gets the value of the negativeInterestRateTreatment property.
      Returns:
      possible object is NegativeInterestRateTreatmentEnum
    • setNegativeInterestRateTreatment

      public void setNegativeInterestRateTreatment(NegativeInterestRateTreatmentEnum value)
      Sets the value of the negativeInterestRateTreatment property.
      Parameters:
      value - allowed object is NegativeInterestRateTreatmentEnum