Uses of Enum
cdm.observable.asset.calculatedrate.InflationCalculationMethodEnum
Packages that use InflationCalculationMethodEnum
Package
Description
Floating amount calculations for calculated rates.
Product concepts applicable to specific asset classes.
-
Uses of InflationCalculationMethodEnum in cdm.observable.asset.calculatedrate
Methods in cdm.observable.asset.calculatedrate that return InflationCalculationMethodEnumModifier and TypeMethodDescriptionInflationCalculationMethodEnum.fromDisplayName(String name) Returns the enum constant of this type with the specified name.static InflationCalculationMethodEnum[]InflationCalculationMethodEnum.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InflationCalculationMethodEnum in cdm.product.asset
Fields in cdm.product.asset declared as InflationCalculationMethodEnumModifier and TypeFieldDescriptionprotected InflationCalculationMethodEnumInflationRateSpecification.InflationRateSpecificationBuilderImpl.calculationMethodMethods in cdm.product.asset that return InflationCalculationMethodEnumModifier and TypeMethodDescriptionInflationRateSpecification.getCalculationMethod()Indicates how to use the inflation index to calculate the payment (e.g.InflationRateSpecification.InflationRateSpecificationBuilderImpl.getCalculationMethod()InflationRateSpecification.InflationRateSpecificationImpl.getCalculationMethod()Methods in cdm.product.asset with parameters of type InflationCalculationMethodEnumModifier and TypeMethodDescriptionInflationRateSpecification.InflationRateSpecificationBuilder.setCalculationMethod(InflationCalculationMethodEnum calculationMethod) InflationRateSpecification.InflationRateSpecificationBuilderImpl.setCalculationMethod(InflationCalculationMethodEnum _calculationMethod)