Class InterestCalculation

java.lang.Object
net.finmath.smartcontract.product.xml.InterestAccrualsMethod
net.finmath.smartcontract.product.xml.InterestCalculation

public class InterestCalculation extends InterestAccrualsMethod
Specifies the calculation method of the interest rate leg of the return swap. Includes the floating or fixed rate calculation definitions, along with the determination of the day count fraction.

Java class for InterestCalculation complex type.

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

 <complexType name="InterestCalculation">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}InterestAccrualsMethod">
       <sequence>
         <element name="dayCountFraction" type="{http://www.fpml.org/FpML-5/confirmation}DayCountFraction"/>
         <element name="compounding" type="{http://www.fpml.org/FpML-5/confirmation}Compounding" minOccurs="0"/>
         <sequence minOccurs="0">
           <element name="interpolationMethod" type="{http://www.fpml.org/FpML-5/confirmation}InterpolationMethod"/>
           <element name="interpolationPeriod" type="{http://www.fpml.org/FpML-5/confirmation}InterpolationPeriodEnum" minOccurs="0"/>
         </sequence>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </extension>
   </complexContent>
 </complexType>