Uses of Enum
cdm.base.datetime.CompoundingTypeEnum
Packages that use CompoundingTypeEnum
Package
Description
Basic date and time concepts: relative date, date range, offset, business centre etc.
-
Uses of CompoundingTypeEnum in cdm.base.datetime
Methods in cdm.base.datetime that return CompoundingTypeEnumModifier and TypeMethodDescriptionstatic CompoundingTypeEnumCompoundingTypeEnum.fromDisplayName(String name) static CompoundingTypeEnumReturns the enum constant of this type with the specified name.static CompoundingTypeEnum[]CompoundingTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CompoundingTypeEnum in cdm.product.collateral
Fields in cdm.product.collateral declared as CompoundingTypeEnumModifier and TypeFieldDescriptionprotected CompoundingTypeEnumCollateralInterestCalculationParameters.CollateralInterestCalculationParametersBuilderImpl.compoundingTypeMethods in cdm.product.collateral that return CompoundingTypeEnumModifier and TypeMethodDescriptionCollateralInterestCalculationParameters.CollateralInterestCalculationParametersBuilderImpl.getCompoundingType()CollateralInterestCalculationParameters.CollateralInterestCalculationParametersImpl.getCompoundingType()CollateralInterestCalculationParameters.getCompoundingType()Specifies the type of compounding to be applied (None, Business, Calendar).Methods in cdm.product.collateral with parameters of type CompoundingTypeEnumModifier and TypeMethodDescriptionCollateralInterestCalculationParameters.CollateralInterestCalculationParametersBuilder.setCompoundingType(CompoundingTypeEnum compoundingType) CollateralInterestCalculationParameters.CollateralInterestCalculationParametersBuilderImpl.setCompoundingType(CompoundingTypeEnum _compoundingType)