Uses of Interface
cdm.base.math.NumberBound
Packages that use NumberBound
Package
Description
Basic maths concepts: quantity and unit, rounding, curve / schedule, non-negativity constraint etc.
-
Uses of NumberBound in cdm.base.math
Subinterfaces of NumberBound in cdm.base.mathModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.base.math that implement NumberBoundModifier and TypeClassDescriptionstatic classBuilder Implementation of NumberBoundstatic classImmutable Implementation of NumberBoundMethods in cdm.base.math that return NumberBoundModifier and TypeMethodDescriptionNumberBound.build()Build MethodsNumberBound.NumberBoundBuilderImpl.build()NumberBound.NumberBoundImpl.build()NumberRange.getLowerBound()The lower bound of a number range, e.g. greater than or equal to 5.NumberRange.NumberRangeImpl.getLowerBound()NumberRange.getUpperBound()The upper bound of a number range, e.g. less than 10.NumberRange.NumberRangeImpl.getUpperBound()Methods in cdm.base.math that return types with arguments of type NumberBoundModifier and TypeMethodDescriptiondefault Class<? extends NumberBound> NumberBound.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends NumberBound> NumberBound.metaData()Utility MethodsMethods in cdm.base.math with parameters of type NumberBoundModifier and TypeMethodDescriptionNumberRange.NumberRangeBuilder.setLowerBound(NumberBound lowerBound) NumberRange.NumberRangeBuilderImpl.setLowerBound(NumberBound _lowerBound) NumberRange.NumberRangeBuilder.setUpperBound(NumberBound upperBound) NumberRange.NumberRangeBuilderImpl.setUpperBound(NumberBound _upperBound) -
Uses of NumberBound in cdm.base.math.meta
Methods in cdm.base.math.meta that return types with arguments of type NumberBoundModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super NumberBound>> NumberBoundMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super NumberBound, com.rosetta.model.lib.qualify.QualifyResult>> NumberBoundMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super NumberBound, Set<String>> NumberBoundMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super NumberBound> NumberBoundMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super NumberBound> NumberBoundMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super NumberBound> NumberBoundMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super NumberBound> NumberBoundMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of NumberBound in cdm.base.math.validation
Methods in cdm.base.math.validation with parameters of type NumberBoundModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> NumberBoundTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, NumberBound o) List<com.rosetta.model.lib.validation.ValidationResult<?>> NumberBoundValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, NumberBound o) -
Uses of NumberBound in cdm.base.math.validation.exists
Methods in cdm.base.math.validation.exists with type parameters of type NumberBoundModifier and TypeMethodDescription<T2 extends NumberBound>
com.rosetta.model.lib.validation.ValidationResult<NumberBound> NumberBoundOnlyExistsValidator.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 NumberBoundModifier and TypeMethodDescription<T2 extends NumberBound>
com.rosetta.model.lib.validation.ValidationResult<NumberBound> NumberBoundOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of NumberBound in cdm.product.collateral
Methods in cdm.product.collateral that return NumberBoundModifier and TypeMethodDescriptionCollateralInterestHandlingParameters.CollateralInterestHandlingParametersImpl.getInterestRolloverLimit()CollateralInterestHandlingParameters.getInterestRolloverLimit()Specifies the level below which the interest will be rolled over.CollateralInterestHandlingParameters.CollateralInterestHandlingParametersImpl.getWriteoffLimit()CollateralInterestHandlingParameters.getWriteoffLimit()Specifies the level below which the interest will be written off; if omitted write-off is not applicable.Methods in cdm.product.collateral with parameters of type NumberBoundModifier and TypeMethodDescriptionCollateralInterestHandlingParameters.CollateralInterestHandlingParametersBuilder.setInterestRolloverLimit(NumberBound interestRolloverLimit) CollateralInterestHandlingParameters.CollateralInterestHandlingParametersBuilderImpl.setInterestRolloverLimit(NumberBound _interestRolloverLimit) CollateralInterestHandlingParameters.CollateralInterestHandlingParametersBuilder.setWriteoffLimit(NumberBound writeoffLimit) CollateralInterestHandlingParameters.CollateralInterestHandlingParametersBuilderImpl.setWriteoffLimit(NumberBound _writeoffLimit)