Uses of Class
org.isda.cdm.NegativeInterestRateTreatmentEnum
-
Packages that use NegativeInterestRateTreatmentEnum Package Description org.isda.cdm -
-
Uses of NegativeInterestRateTreatmentEnum in org.isda.cdm
Fields in org.isda.cdm declared as NegativeInterestRateTreatmentEnum Modifier and Type Field Description protected NegativeInterestRateTreatmentEnum
FloatingRateSpecification.FloatingRateSpecificationBuilder. negativeInterestRateTreatment
Methods in org.isda.cdm that return NegativeInterestRateTreatmentEnum Modifier and Type Method Description NegativeInterestRateTreatmentEnum
FloatingRateSpecification.FloatingRateSpecificationBuilder. getNegativeInterestRateTreatment()
NegativeInterestRateTreatmentEnum
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).static NegativeInterestRateTreatmentEnum
NegativeInterestRateTreatmentEnum. valueOf(java.lang.String name)
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 org.isda.cdm with parameters of type NegativeInterestRateTreatmentEnum Modifier and Type Method Description FloatingRateSpecification.FloatingRateSpecificationBuilder
FloatingRateSpecification.FloatingRateSpecificationBuilder. setNegativeInterestRateTreatment(NegativeInterestRateTreatmentEnum negativeInterestRateTreatment)
InflationRateSpecification.InflationRateSpecificationBuilder
InflationRateSpecification.InflationRateSpecificationBuilder. setNegativeInterestRateTreatment(NegativeInterestRateTreatmentEnum negativeInterestRateTreatment)
-