Class Compounding

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

public class Compounding extends Object
Specifies the compounding method and the compounding rate.

Java class for Compounding complex type.

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

 <complexType name="Compounding">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="compoundingMethod" type="{http://www.fpml.org/FpML-5/confirmation}CompoundingMethodEnum" minOccurs="0"/>
         <element name="compoundingRate" type="{http://www.fpml.org/FpML-5/confirmation}CompoundingRate"/>
         <element name="compoundingSpread" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="compoundingDates" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableRelativeOrPeriodicDates2" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>