Uses of Interface
cdm.product.common.schedule.AmountSchedule
Packages that use AmountSchedule
Package
Description
Common product schedule concepts: calculation period, reset, fixing and payment dates, stub, notional schedule, roll convention.
Template feature concepts to define payouts.
-
Uses of AmountSchedule in cdm.product.common.schedule
Subinterfaces of AmountSchedule in cdm.product.common.scheduleModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.common.schedule that implement AmountScheduleModifier and TypeClassDescriptionstatic classBuilder Implementation of AmountSchedulestatic classImmutable Implementation of AmountScheduleMethods in cdm.product.common.schedule that return AmountScheduleModifier and TypeMethodDescriptionAmountSchedule.AmountScheduleBuilderImpl.build()AmountSchedule.AmountScheduleImpl.build()AmountSchedule.build()Build MethodsMethods in cdm.product.common.schedule that return types with arguments of type AmountScheduleModifier and TypeMethodDescriptiondefault Class<? extends AmountSchedule> AmountSchedule.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AmountSchedule> AmountSchedule.metaData()Utility Methods -
Uses of AmountSchedule in cdm.product.common.schedule.meta
Methods in cdm.product.common.schedule.meta that return types with arguments of type AmountScheduleModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super AmountSchedule>> AmountScheduleMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super AmountSchedule, com.rosetta.model.lib.qualify.QualifyResult>> AmountScheduleMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super AmountSchedule, Set<String>> AmountScheduleMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super AmountSchedule> AmountScheduleMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super AmountSchedule> AmountScheduleMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super AmountSchedule> AmountScheduleMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super AmountSchedule> AmountScheduleMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of AmountSchedule in cdm.product.common.schedule.validation
Methods in cdm.product.common.schedule.validation with parameters of type AmountScheduleModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> AmountScheduleTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AmountSchedule o) List<com.rosetta.model.lib.validation.ValidationResult<?>> AmountScheduleValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AmountSchedule o) -
Uses of AmountSchedule in cdm.product.common.schedule.validation.exists
Methods in cdm.product.common.schedule.validation.exists with type parameters of type AmountScheduleModifier and TypeMethodDescription<T2 extends AmountSchedule>
com.rosetta.model.lib.validation.ValidationResult<AmountSchedule> AmountScheduleOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.common.schedule.validation.exists that return types with arguments of type AmountScheduleModifier and TypeMethodDescription<T2 extends AmountSchedule>
com.rosetta.model.lib.validation.ValidationResult<AmountSchedule> AmountScheduleOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of AmountSchedule in cdm.product.template
Methods in cdm.product.template that return AmountScheduleModifier and TypeMethodDescriptionExerciseFeeSchedule.ExerciseFeeScheduleImpl.getFeeAmountSchedule()ExerciseFeeSchedule.getFeeAmountSchedule()The exercise fee amount schedule.Methods in cdm.product.template with parameters of type AmountScheduleModifier and TypeMethodDescriptionExerciseFeeSchedule.ExerciseFeeScheduleBuilder.setFeeAmountSchedule(AmountSchedule feeAmountSchedule) ExerciseFeeSchedule.ExerciseFeeScheduleBuilderImpl.setFeeAmountSchedule(AmountSchedule _feeAmountSchedule)