Uses of Class
org.isda.cdm.CompoundingMethodEnum
-
Packages that use CompoundingMethodEnum Package Description org.isda.cdm -
-
Uses of CompoundingMethodEnum in org.isda.cdm
Fields in org.isda.cdm declared as CompoundingMethodEnum Modifier and Type Field Description protected CompoundingMethodEnum
InterestRatePayout.InterestRatePayoutBuilder. compoundingMethod
Methods in org.isda.cdm that return CompoundingMethodEnum Modifier and Type Method Description CompoundingMethodEnum
InterestRatePayout. getCompoundingMethod()
If one or more calculation period contributes to a single payment amount this element specifies whether compounding is applicable and, if so, what compounding method is to be used.CompoundingMethodEnum
InterestRatePayout.InterestRatePayoutBuilder. getCompoundingMethod()
static CompoundingMethodEnum
CompoundingMethodEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CompoundingMethodEnum[]
CompoundingMethodEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.isda.cdm with parameters of type CompoundingMethodEnum Modifier and Type Method Description InterestRatePayout.InterestRatePayoutBuilder
InterestRatePayout.InterestRatePayoutBuilder. setCompoundingMethod(CompoundingMethodEnum compoundingMethod)
-