Class CompoundingRate

java.lang.Object
net.finmath.smartcontract.product.xml.CompoundingRate

public class CompoundingRate extends Object
A type defining a compounding rate. The compounding interest can either point back to the floating rate calculation of interest calculation node on the Interest Leg, or be defined specifically.

Java class for CompoundingRate complex type.

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

 <complexType name="CompoundingRate">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="interestLegRate" type="{http://www.fpml.org/FpML-5/confirmation}FloatingRateCalculationReference"/>
         <element name="specificRate" type="{http://www.fpml.org/FpML-5/confirmation}InterestAccrualsMethod"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>