Class InterestAccrualsCompoundingMethod
java.lang.Object
net.finmath.smartcontract.product.xml.InterestAccrualsMethod
net.finmath.smartcontract.product.xml.InterestAccrualsCompoundingMethod
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>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.InterestAccrualsMethod
fixedRate, floatingRateCalculation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the compoundingMethod property.void
Sets the value of the compoundingMethod property.Methods inherited from class net.finmath.smartcontract.product.xml.InterestAccrualsMethod
getFixedRate, getFloatingRateCalculation, setFixedRate, setFloatingRateCalculation
-
Field Details
-
compoundingMethod
-
-
Constructor Details
-
InterestAccrualsCompoundingMethod
public InterestAccrualsCompoundingMethod()
-
-
Method Details
-
getCompoundingMethod
Gets the value of the compoundingMethod property.- Returns:
- possible object is
CompoundingMethodEnum
-
setCompoundingMethod
Sets the value of the compoundingMethod property.- Parameters:
value
- allowed object isCompoundingMethodEnum
-