Uses of Class
org.isda.cdm.ExerciseFeeSchedule
-
Packages that use ExerciseFeeSchedule Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.choicerule org.isda.cdm.validation.exists -
-
Uses of ExerciseFeeSchedule in org.isda.cdm
Methods in org.isda.cdm that return ExerciseFeeSchedule Modifier and Type Method Description ExerciseFeeSchedule
ExerciseFeeSchedule.ExerciseFeeScheduleBuilder. build()
ExerciseFeeSchedule
AmericanExercise. getExerciseFeeSchedule()
The fees associated with an exercise date.ExerciseFeeSchedule
BermudaExercise. getExerciseFeeSchedule()
The fees associated with an exercise date.Methods in org.isda.cdm that return types with arguments of type ExerciseFeeSchedule Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends ExerciseFeeSchedule>
ExerciseFeeSchedule.ExerciseFeeScheduleBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends ExerciseFeeSchedule>
ExerciseFeeSchedule. metaData()
Methods in org.isda.cdm with parameters of type ExerciseFeeSchedule Modifier and Type Method Description AmericanExercise.AmericanExerciseBuilder
AmericanExercise.AmericanExerciseBuilder. setExerciseFeeSchedule(ExerciseFeeSchedule exerciseFeeSchedule)
BermudaExercise.BermudaExerciseBuilder
BermudaExercise.BermudaExerciseBuilder. setExerciseFeeSchedule(ExerciseFeeSchedule exerciseFeeSchedule)
-
Uses of ExerciseFeeSchedule in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type ExerciseFeeSchedule Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super ExerciseFeeSchedule>>
ExerciseFeeScheduleMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super ExerciseFeeSchedule>>
ExerciseFeeScheduleMeta. dataRules()
java.util.List<java.util.function.Function<? super ExerciseFeeSchedule,com.rosetta.model.lib.qualify.QualifyResult>>
ExerciseFeeScheduleMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super ExerciseFeeSchedule,java.lang.String>
ExerciseFeeScheduleMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super ExerciseFeeSchedule>
ExerciseFeeScheduleMeta. validator()
-
Uses of ExerciseFeeSchedule in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type ExerciseFeeSchedule Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ExerciseFeeSchedule>
ExerciseFeeScheduleValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<ExerciseFeeSchedule>
ExerciseFeeScheduleValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ExerciseFeeSchedule o)
Methods in org.isda.cdm.validation with parameters of type ExerciseFeeSchedule Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ExerciseFeeSchedule>
ExerciseFeeScheduleValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ExerciseFeeSchedule o)
-
Uses of ExerciseFeeSchedule in org.isda.cdm.validation.choicerule
Methods in org.isda.cdm.validation.choicerule that return types with arguments of type ExerciseFeeSchedule Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ExerciseFeeSchedule>
ExerciseFeeScheduleChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder builder)
com.rosetta.model.lib.validation.ValidationResult<ExerciseFeeSchedule>
ExerciseFeeScheduleChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, ExerciseFeeSchedule object)
Methods in org.isda.cdm.validation.choicerule with parameters of type ExerciseFeeSchedule Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ExerciseFeeSchedule>
ExerciseFeeScheduleChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, ExerciseFeeSchedule object)
-
Uses of ExerciseFeeSchedule in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type ExerciseFeeSchedule Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ExerciseFeeSchedule>
ExerciseFeeScheduleOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<ExerciseFeeSchedule>
ExerciseFeeScheduleOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ExerciseFeeSchedule o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type ExerciseFeeSchedule Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ExerciseFeeSchedule>
ExerciseFeeScheduleOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ExerciseFeeSchedule o, java.lang.String field)
-