Class InterestAccrualsMethod

java.lang.Object
net.finmath.smartcontract.product.xml.InterestAccrualsMethod
Direct Known Subclasses:
InterestAccrualsCompoundingMethod, InterestCalculation

public class InterestAccrualsMethod extends Object
A type describing the method for accruing interests on dividends. Can be either a fixed rate reference or a floating rate reference.

Java class for InterestAccrualsMethod complex type.

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

 <complexType name="InterestAccrualsMethod">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="floatingRateCalculation" type="{http://www.fpml.org/FpML-5/confirmation}FloatingRateCalculation"/>
         <element name="fixedRate" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>