Class InterestAccrualsCompoundingMethod

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

public class InterestAccrualsCompoundingMethod extends InterestAccrualsMethod
A type defining the way in which interests are accrued: the applicable rate (fixed or floating reference) and the compounding method.

Java class for InterestAccrualsCompoundingMethod complex type.

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

 <complexType name="InterestAccrualsCompoundingMethod">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}InterestAccrualsMethod">
       <sequence minOccurs="0">
         <element name="compoundingMethod" type="{http://www.fpml.org/FpML-5/confirmation}CompoundingMethodEnum"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>