Class FloatingRateCalculation

java.lang.Object
net.finmath.smartcontract.product.xml.Rate
net.finmath.smartcontract.product.xml.FloatingRate
net.finmath.smartcontract.product.xml.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>