Uses of Enum
cdm.product.asset.CompoundingMethodEnum
Packages that use CompoundingMethodEnum
-
Uses of CompoundingMethodEnum in cdm.product.asset
Fields in cdm.product.asset declared as CompoundingMethodEnumModifier and TypeFieldDescriptionprotected CompoundingMethodEnumInterestRatePayout.InterestRatePayoutBuilderImpl.compoundingMethodMethods in cdm.product.asset that return CompoundingMethodEnumModifier and TypeMethodDescriptionstatic CompoundingMethodEnumCompoundingMethodEnum.fromDisplayName(String name) 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.InterestRatePayout.InterestRatePayoutBuilderImpl.getCompoundingMethod()InterestRatePayout.InterestRatePayoutImpl.getCompoundingMethod()static CompoundingMethodEnumReturns 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 cdm.product.asset with parameters of type CompoundingMethodEnumModifier and TypeMethodDescriptionInterestRatePayout.InterestRatePayoutBuilder.setCompoundingMethod(CompoundingMethodEnum compoundingMethod) InterestRatePayout.InterestRatePayoutBuilderImpl.setCompoundingMethod(CompoundingMethodEnum _compoundingMethod)