Uses of Class
org.isda.cdm.AveragingMethodEnum
-
Packages that use AveragingMethodEnum Package Description org.isda.cdm -
-
Uses of AveragingMethodEnum in org.isda.cdm
Fields in org.isda.cdm declared as AveragingMethodEnum Modifier and Type Field Description protected AveragingMethodEnum
FloatingRateSpecification.FloatingRateSpecificationBuilder. averagingMethod
Methods in org.isda.cdm that return AveragingMethodEnum Modifier and Type Method Description AveragingMethodEnum
FloatingRateSpecification.FloatingRateSpecificationBuilder. getAveragingMethod()
AveragingMethodEnum
FloatingRateSpecification. getAveragingMethod()
If averaging is applicable, this component specifies whether a weighted or unweighted average method of calculation is to be used.static AveragingMethodEnum
AveragingMethodEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AveragingMethodEnum[]
AveragingMethodEnum. 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 AveragingMethodEnum Modifier and Type Method Description FloatingRateSpecification.FloatingRateSpecificationBuilder
FloatingRateSpecification.FloatingRateSpecificationBuilder. setAveragingMethod(AveragingMethodEnum averagingMethod)
InflationRateSpecification.InflationRateSpecificationBuilder
InflationRateSpecification.InflationRateSpecificationBuilder. setAveragingMethod(AveragingMethodEnum averagingMethod)
-