Uses of Class
org.isda.cdm.AmountSchedule
-
Packages that use AmountSchedule Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of AmountSchedule in org.isda.cdm
Methods in org.isda.cdm that return AmountSchedule Modifier and Type Method Description AmountSchedule
AmountSchedule.AmountScheduleBuilder. build()
AmountSchedule
ExerciseFeeSchedule. getFeeAmountSchedule()
The exercise fee amount schedule.Methods in org.isda.cdm that return types with arguments of type AmountSchedule Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends AmountSchedule>
AmountSchedule.AmountScheduleBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends AmountSchedule>
AmountSchedule. metaData()
Methods in org.isda.cdm with parameters of type AmountSchedule Modifier and Type Method Description ExerciseFeeSchedule.ExerciseFeeScheduleBuilder
ExerciseFeeSchedule.ExerciseFeeScheduleBuilder. setFeeAmountSchedule(AmountSchedule feeAmountSchedule)
-
Uses of AmountSchedule in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type AmountSchedule Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super AmountSchedule>>
AmountScheduleMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super AmountSchedule>>
AmountScheduleMeta. dataRules()
java.util.List<java.util.function.Function<? super AmountSchedule,com.rosetta.model.lib.qualify.QualifyResult>>
AmountScheduleMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super AmountSchedule,java.lang.String>
AmountScheduleMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super AmountSchedule>
AmountScheduleMeta. validator()
-
Uses of AmountSchedule in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type AmountSchedule Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AmountSchedule>
AmountScheduleValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<AmountSchedule>
AmountScheduleValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AmountSchedule o)
Methods in org.isda.cdm.validation with parameters of type AmountSchedule Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AmountSchedule>
AmountScheduleValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AmountSchedule o)
-
Uses of AmountSchedule in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type AmountSchedule Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AmountSchedule>
AmountScheduleOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<AmountSchedule>
AmountScheduleOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AmountSchedule o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type AmountSchedule Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AmountSchedule>
AmountScheduleOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AmountSchedule o, java.lang.String field)
-