Uses of Enum
cdm.product.asset.NegativeInterestRateTreatmentEnum
Packages that use NegativeInterestRateTreatmentEnum
Package
Description
Product concepts applicable to specific asset classes.
Product-related, asset class-specific floating-rate index concepts, such as rate definitions.
-
Uses of NegativeInterestRateTreatmentEnum in cdm.product.asset
Fields in cdm.product.asset declared as NegativeInterestRateTreatmentEnumModifier and TypeFieldDescriptionprotected NegativeInterestRateTreatmentEnumFloatingRateSpecification.FloatingRateSpecificationBuilderImpl.negativeInterestRateTreatmentMethods in cdm.product.asset that return NegativeInterestRateTreatmentEnumModifier and TypeMethodDescriptionNegativeInterestRateTreatmentEnum.fromDisplayName(String name) FloatingRateSpecification.FloatingRateSpecificationBuilderImpl.getNegativeInterestRateTreatment()FloatingRateSpecification.FloatingRateSpecificationImpl.getNegativeInterestRateTreatment()FloatingRateSpecification.getNegativeInterestRateTreatment()The specification of any provisions for calculating payment obligations when a floating rate is negative (either due to a quoted negative floating rate or by operation of a spread that is subtracted from the floating rate).Returns the enum constant of this type with the specified name.static NegativeInterestRateTreatmentEnum[]NegativeInterestRateTreatmentEnum.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 NegativeInterestRateTreatmentEnumModifier and TypeMethodDescriptionFloatingRateSpecification.FloatingRateSpecificationBuilder.setNegativeInterestRateTreatment(NegativeInterestRateTreatmentEnum negativeInterestRateTreatment) FloatingRateSpecification.FloatingRateSpecificationBuilderImpl.setNegativeInterestRateTreatment(NegativeInterestRateTreatmentEnum _negativeInterestRateTreatment) InflationRateSpecification.InflationRateSpecificationBuilder.setNegativeInterestRateTreatment(NegativeInterestRateTreatmentEnum negativeInterestRateTreatment) InflationRateSpecification.InflationRateSpecificationBuilderImpl.setNegativeInterestRateTreatment(NegativeInterestRateTreatmentEnum _negativeInterestRateTreatment) -
Uses of NegativeInterestRateTreatmentEnum in cdm.product.asset.floatingrate
Fields in cdm.product.asset.floatingrate declared as NegativeInterestRateTreatmentEnumModifier and TypeFieldDescriptionprotected NegativeInterestRateTreatmentEnumFloatingRateProcessingParameters.FloatingRateProcessingParametersBuilderImpl.negativeTreatmentMethods in cdm.product.asset.floatingrate that return NegativeInterestRateTreatmentEnumModifier and TypeMethodDescriptionFloatingRateProcessingParameters.FloatingRateProcessingParametersBuilderImpl.getNegativeTreatment()FloatingRateProcessingParameters.FloatingRateProcessingParametersImpl.getNegativeTreatment()FloatingRateProcessingParameters.getNegativeTreatment()How to handle negative interest rates.Methods in cdm.product.asset.floatingrate with parameters of type NegativeInterestRateTreatmentEnumModifier and TypeMethodDescriptionFloatingRateProcessingParameters.FloatingRateProcessingParametersBuilder.setNegativeTreatment(NegativeInterestRateTreatmentEnum negativeTreatment) FloatingRateProcessingParameters.FloatingRateProcessingParametersBuilderImpl.setNegativeTreatment(NegativeInterestRateTreatmentEnum _negativeTreatment) -
Uses of NegativeInterestRateTreatmentEnum in cdm.product.asset.floatingrate.functions
Methods in cdm.product.asset.floatingrate.functions that return types with arguments of type NegativeInterestRateTreatmentEnumModifier and TypeMethodDescriptionprotected com.rosetta.model.lib.mapper.MapperS<NegativeInterestRateTreatmentEnum> ApplyFloatingRateProcessing.ApplyFloatingRateProcessingDefault.negativeTreatment(FloatingRateProcessingParameters processing, BigDecimal rawRate, CalculationPeriodBase calculationPeriod, Boolean isInitialPeriod) protected abstract com.rosetta.model.lib.mapper.MapperS<NegativeInterestRateTreatmentEnum> ApplyFloatingRateProcessing.negativeTreatment(FloatingRateProcessingParameters processing, BigDecimal rawRate, CalculationPeriodBase calculationPeriod, Boolean isInitialPeriod) protected com.rosetta.model.lib.mapper.MapperS<NegativeInterestRateTreatmentEnum> GetFloatingRateProcessingParameters.GetFloatingRateProcessingParametersDefault.negativeTreatment(InterestRatePayout interestRatePayout, CalculationPeriodBase calculationPeriod) protected abstract com.rosetta.model.lib.mapper.MapperS<NegativeInterestRateTreatmentEnum> GetFloatingRateProcessingParameters.negativeTreatment(InterestRatePayout interestRatePayout, CalculationPeriodBase calculationPeriod)