Uses of Interface
cdm.event.common.AdjustmentFactor
Packages that use AdjustmentFactor
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
-
Uses of AdjustmentFactor in cdm.event.common
Subinterfaces of AdjustmentFactor in cdm.event.commonModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.event.common that implement AdjustmentFactorModifier and TypeClassDescriptionstatic classBuilder Implementation of AdjustmentFactorstatic classImmutable Implementation of AdjustmentFactorMethods in cdm.event.common that return AdjustmentFactorModifier and TypeMethodDescriptionAdjustmentFactor.AdjustmentFactorBuilderImpl.build()AdjustmentFactor.AdjustmentFactorImpl.build()AdjustmentFactor.build()Build MethodsCorporateAction.CorporateActionImpl.getAdjustmentFactor()CorporateAction.getAdjustmentFactor()Specifies any additional details e.g. further descriptions depending on the particular type of Corporate Action, adjustmentFactor, calculationsMethods in cdm.event.common that return types with arguments of type AdjustmentFactorModifier and TypeMethodDescriptiondefault Class<? extends AdjustmentFactor> AdjustmentFactor.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AdjustmentFactor> AdjustmentFactor.metaData()Utility MethodsMethods in cdm.event.common with parameters of type AdjustmentFactorModifier and TypeMethodDescriptionCorporateAction.CorporateActionBuilder.setAdjustmentFactor(AdjustmentFactor adjustmentFactor) CorporateAction.CorporateActionBuilderImpl.setAdjustmentFactor(AdjustmentFactor _adjustmentFactor) -
Uses of AdjustmentFactor in cdm.event.common.meta
Methods in cdm.event.common.meta that return types with arguments of type AdjustmentFactorModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super AdjustmentFactor>> AdjustmentFactorMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super AdjustmentFactor, com.rosetta.model.lib.qualify.QualifyResult>> AdjustmentFactorMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super AdjustmentFactor, Set<String>> AdjustmentFactorMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super AdjustmentFactor> AdjustmentFactorMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super AdjustmentFactor> AdjustmentFactorMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super AdjustmentFactor> AdjustmentFactorMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super AdjustmentFactor> AdjustmentFactorMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of AdjustmentFactor in cdm.event.common.validation
Methods in cdm.event.common.validation with parameters of type AdjustmentFactorModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> AdjustmentFactorTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AdjustmentFactor o) List<com.rosetta.model.lib.validation.ValidationResult<?>> AdjustmentFactorValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AdjustmentFactor o) -
Uses of AdjustmentFactor in cdm.event.common.validation.exists
Methods in cdm.event.common.validation.exists with type parameters of type AdjustmentFactorModifier and TypeMethodDescription<T2 extends AdjustmentFactor>
com.rosetta.model.lib.validation.ValidationResult<AdjustmentFactor> AdjustmentFactorOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.event.common.validation.exists that return types with arguments of type AdjustmentFactorModifier and TypeMethodDescription<T2 extends AdjustmentFactor>
com.rosetta.model.lib.validation.ValidationResult<AdjustmentFactor> AdjustmentFactorOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)