Uses of Interface
cdm.product.template.ExerciseFeeSchedule
Packages that use ExerciseFeeSchedule
Package
Description
Template feature concepts to define payouts.
-
Uses of ExerciseFeeSchedule in cdm.product.template
Subinterfaces of ExerciseFeeSchedule in cdm.product.templateModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.template that implement ExerciseFeeScheduleModifier and TypeClassDescriptionstatic classBuilder Implementation of ExerciseFeeSchedulestatic classImmutable Implementation of ExerciseFeeScheduleMethods in cdm.product.template that return ExerciseFeeScheduleModifier and TypeMethodDescriptionExerciseFeeSchedule.build()Build MethodsExerciseFeeSchedule.ExerciseFeeScheduleBuilderImpl.build()ExerciseFeeSchedule.ExerciseFeeScheduleImpl.build()AmericanExercise.AmericanExerciseImpl.getExerciseFeeSchedule()AmericanExercise.getExerciseFeeSchedule()The fees associated with an exercise date.BermudaExercise.BermudaExerciseImpl.getExerciseFeeSchedule()BermudaExercise.getExerciseFeeSchedule()The fees associated with an exercise date.Methods in cdm.product.template that return types with arguments of type ExerciseFeeScheduleModifier and TypeMethodDescriptiondefault Class<? extends ExerciseFeeSchedule> ExerciseFeeSchedule.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ExerciseFeeSchedule> ExerciseFeeSchedule.metaData()Utility MethodsMethods in cdm.product.template with parameters of type ExerciseFeeScheduleModifier and TypeMethodDescriptionAmericanExercise.AmericanExerciseBuilder.setExerciseFeeSchedule(ExerciseFeeSchedule exerciseFeeSchedule) AmericanExercise.AmericanExerciseBuilderImpl.setExerciseFeeSchedule(ExerciseFeeSchedule _exerciseFeeSchedule) BermudaExercise.BermudaExerciseBuilder.setExerciseFeeSchedule(ExerciseFeeSchedule exerciseFeeSchedule) BermudaExercise.BermudaExerciseBuilderImpl.setExerciseFeeSchedule(ExerciseFeeSchedule _exerciseFeeSchedule) -
Uses of ExerciseFeeSchedule in cdm.product.template.meta
Methods in cdm.product.template.meta that return types with arguments of type ExerciseFeeScheduleModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ExerciseFeeSchedule>> ExerciseFeeScheduleMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ExerciseFeeSchedule, com.rosetta.model.lib.qualify.QualifyResult>> ExerciseFeeScheduleMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ExerciseFeeSchedule, Set<String>> ExerciseFeeScheduleMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ExerciseFeeSchedule> ExerciseFeeScheduleMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ExerciseFeeSchedule> ExerciseFeeScheduleMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ExerciseFeeSchedule> ExerciseFeeScheduleMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ExerciseFeeSchedule> ExerciseFeeScheduleMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ExerciseFeeSchedule in cdm.product.template.validation
Methods in cdm.product.template.validation with parameters of type ExerciseFeeScheduleModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ExerciseFeeScheduleTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ExerciseFeeSchedule o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ExerciseFeeScheduleValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ExerciseFeeSchedule o) -
Uses of ExerciseFeeSchedule in cdm.product.template.validation.datarule
Methods in cdm.product.template.validation.datarule with parameters of type ExerciseFeeScheduleModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ExerciseFeeScheduleExerciseFeeScheduleChoice.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ExerciseFeeSchedule exerciseFeeSchedule) List<com.rosetta.model.lib.validation.ValidationResult<?>> ExerciseFeeScheduleExerciseFeeScheduleChoice.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ExerciseFeeSchedule exerciseFeeSchedule) -
Uses of ExerciseFeeSchedule in cdm.product.template.validation.exists
Methods in cdm.product.template.validation.exists with type parameters of type ExerciseFeeScheduleModifier and TypeMethodDescription<T2 extends ExerciseFeeSchedule>
com.rosetta.model.lib.validation.ValidationResult<ExerciseFeeSchedule> ExerciseFeeScheduleOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.template.validation.exists that return types with arguments of type ExerciseFeeScheduleModifier and TypeMethodDescription<T2 extends ExerciseFeeSchedule>
com.rosetta.model.lib.validation.ValidationResult<ExerciseFeeSchedule> ExerciseFeeScheduleOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)