Uses of Class
org.isda.cdm.StepRelativeToEnum
-
Packages that use StepRelativeToEnum Package Description org.isda.cdm -
-
Uses of StepRelativeToEnum in org.isda.cdm
Fields in org.isda.cdm declared as StepRelativeToEnum Modifier and Type Field Description protected StepRelativeToEnum
NotionalStepRule.NotionalStepRuleBuilder. stepRelativeTo
Methods in org.isda.cdm that return StepRelativeToEnum Modifier and Type Method Description StepRelativeToEnum
NotionalStepRule. getStepRelativeTo()
Specifies whether the notionalStepRate should be applied to the initial notional or the previous notional in order to calculate the notional step change amount.StepRelativeToEnum
NotionalStepRule.NotionalStepRuleBuilder. getStepRelativeTo()
static StepRelativeToEnum
StepRelativeToEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StepRelativeToEnum[]
StepRelativeToEnum. 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 StepRelativeToEnum Modifier and Type Method Description NotionalStepRule.NotionalStepRuleBuilder
NotionalStepRule.NotionalStepRuleBuilder. setStepRelativeTo(StepRelativeToEnum stepRelativeTo)
-