Uses of Class
org.isda.cdm.Step
-
Packages that use Step Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of Step in org.isda.cdm
Methods in org.isda.cdm that return Step Modifier and Type Method Description Step
Step.StepBuilder. build()
Methods in org.isda.cdm that return types with arguments of type Step Modifier and Type Method Description java.util.List<Step>
CalculationAmount. getStep()
A schedule of step date and value pairs.java.util.List<Step>
Schedule. getStep()
The schedule of step date and value pairs.com.rosetta.model.lib.meta.RosettaMetaData<? extends Step>
Step. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends Step>
Step.StepBuilder. metaData()
Methods in org.isda.cdm with parameters of type Step Modifier and Type Method Description AmountSchedule.AmountScheduleBuilder
AmountSchedule.AmountScheduleBuilder. addStep(Step step)
AmountSchedule.AmountScheduleBuilder
AmountSchedule.AmountScheduleBuilder. addStep(Step step, int _idx)
CalculationAmount.CalculationAmountBuilder
CalculationAmount.CalculationAmountBuilder. addStep(Step step)
CalculationAmount.CalculationAmountBuilder
CalculationAmount.CalculationAmountBuilder. addStep(Step step, int _idx)
Schedule.ScheduleBuilder
Schedule.ScheduleBuilder. addStep(Step step)
Schedule.ScheduleBuilder
Schedule.ScheduleBuilder. addStep(Step step, int _idx)
SpreadSchedule.SpreadScheduleBuilder
SpreadSchedule.SpreadScheduleBuilder. addStep(Step step)
SpreadSchedule.SpreadScheduleBuilder
SpreadSchedule.SpreadScheduleBuilder. addStep(Step step, int _idx)
StrikeSchedule.StrikeScheduleBuilder
StrikeSchedule.StrikeScheduleBuilder. addStep(Step step)
StrikeSchedule.StrikeScheduleBuilder
StrikeSchedule.StrikeScheduleBuilder. addStep(Step step, int _idx)
Method parameters in org.isda.cdm with type arguments of type Step Modifier and Type Method Description AmountSchedule.AmountScheduleBuilder
AmountSchedule.AmountScheduleBuilder. addStep(java.util.List<Step> steps)
CalculationAmount.CalculationAmountBuilder
CalculationAmount.CalculationAmountBuilder. addStep(java.util.List<Step> steps)
Schedule.ScheduleBuilder
Schedule.ScheduleBuilder. addStep(java.util.List<Step> steps)
SpreadSchedule.SpreadScheduleBuilder
SpreadSchedule.SpreadScheduleBuilder. addStep(java.util.List<Step> steps)
StrikeSchedule.StrikeScheduleBuilder
StrikeSchedule.StrikeScheduleBuilder. addStep(java.util.List<Step> steps)
-
Uses of Step in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type Step Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super Step>>
StepMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super Step>>
StepMeta. dataRules()
java.util.List<java.util.function.Function<? super Step,com.rosetta.model.lib.qualify.QualifyResult>>
StepMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super Step,java.lang.String>
StepMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super Step>
StepMeta. validator()
-
Uses of Step in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type Step Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Step>
StepValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<Step>
StepValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Step o)
Methods in org.isda.cdm.validation with parameters of type Step Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Step>
StepValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Step o)
-
Uses of Step in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type Step Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Step>
StepOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<Step>
StepOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Step o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type Step Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Step>
StepOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Step o, java.lang.String field)
-