Uses of Interface
cdm.base.math.MoneyRange
Packages that use MoneyRange
Package
Description
Basic maths concepts: quantity and unit, rounding, curve / schedule, non-negativity constraint etc.
-
Uses of MoneyRange in cdm.base.math
Subinterfaces of MoneyRange in cdm.base.mathModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.base.math that implement MoneyRangeModifier and TypeClassDescriptionstatic classBuilder Implementation of MoneyRangestatic classImmutable Implementation of MoneyRangeMethods in cdm.base.math that return MoneyRangeModifier and TypeMethodDescriptionMoneyRange.build()Build MethodsMoneyRange.MoneyRangeBuilderImpl.build()MoneyRange.MoneyRangeImpl.build()Methods in cdm.base.math that return types with arguments of type MoneyRangeModifier and TypeMethodDescriptiondefault Class<? extends MoneyRange> MoneyRange.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends MoneyRange> MoneyRange.metaData()Utility Methods -
Uses of MoneyRange in cdm.base.math.meta
Methods in cdm.base.math.meta that return types with arguments of type MoneyRangeModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super MoneyRange>> MoneyRangeMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super MoneyRange, com.rosetta.model.lib.qualify.QualifyResult>> MoneyRangeMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super MoneyRange, Set<String>> MoneyRangeMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super MoneyRange> MoneyRangeMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super MoneyRange> MoneyRangeMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super MoneyRange> MoneyRangeMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super MoneyRange> MoneyRangeMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of MoneyRange in cdm.base.math.validation
Methods in cdm.base.math.validation with parameters of type MoneyRangeModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> MoneyRangeTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, MoneyRange o) List<com.rosetta.model.lib.validation.ValidationResult<?>> MoneyRangeValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, MoneyRange o) -
Uses of MoneyRange in cdm.base.math.validation.datarule
Methods in cdm.base.math.validation.datarule with parameters of type MoneyRangeModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> MoneyRangeAtLeastOneOf.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, MoneyRange moneyRange) List<com.rosetta.model.lib.validation.ValidationResult<?>> MoneyRangeAtLeastOneOf.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, MoneyRange moneyRange) -
Uses of MoneyRange in cdm.base.math.validation.exists
Methods in cdm.base.math.validation.exists with type parameters of type MoneyRangeModifier and TypeMethodDescription<T2 extends MoneyRange>
com.rosetta.model.lib.validation.ValidationResult<MoneyRange> MoneyRangeOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.base.math.validation.exists that return types with arguments of type MoneyRangeModifier and TypeMethodDescription<T2 extends MoneyRange>
com.rosetta.model.lib.validation.ValidationResult<MoneyRange> MoneyRangeOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of MoneyRange in cdm.product.collateral
Methods in cdm.product.collateral that return MoneyRangeModifier and TypeMethodDescriptionConcentrationLimit.ConcentrationLimitImpl.getValueLimit()ConcentrationLimit.getValueLimit()Specifies the value of collateral limit represented as a range.Methods in cdm.product.collateral with parameters of type MoneyRangeModifier and TypeMethodDescriptionConcentrationLimit.ConcentrationLimitBuilder.setValueLimit(MoneyRange valueLimit) ConcentrationLimit.ConcentrationLimitBuilderImpl.setValueLimit(MoneyRange _valueLimit)