Uses of Interface
cdm.base.math.NumberRange
Packages that use NumberRange
Package
Description
Basic maths concepts: quantity and unit, rounding, curve / schedule, non-negativity constraint etc.
Product concepts applicable to specific asset classes.
-
Uses of NumberRange in cdm.base.math
Subinterfaces of NumberRange in cdm.base.mathModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.base.math that implement NumberRangeModifier and TypeClassDescriptionstatic classBuilder Implementation of NumberRangestatic classImmutable Implementation of NumberRangeMethods in cdm.base.math that return NumberRangeModifier and TypeMethodDescriptionNumberRange.build()Build MethodsNumberRange.NumberRangeBuilderImpl.build()NumberRange.NumberRangeImpl.build()Methods in cdm.base.math that return types with arguments of type NumberRangeModifier and TypeMethodDescriptiondefault Class<? extends NumberRange> NumberRange.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends NumberRange> NumberRange.metaData()Utility Methods -
Uses of NumberRange in cdm.base.math.meta
Methods in cdm.base.math.meta that return types with arguments of type NumberRangeModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super NumberRange>> NumberRangeMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super NumberRange, com.rosetta.model.lib.qualify.QualifyResult>> NumberRangeMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super NumberRange, Set<String>> NumberRangeMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super NumberRange> NumberRangeMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super NumberRange> NumberRangeMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super NumberRange> NumberRangeMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super NumberRange> NumberRangeMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of NumberRange in cdm.base.math.validation
Methods in cdm.base.math.validation with parameters of type NumberRangeModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> NumberRangeTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, NumberRange o) List<com.rosetta.model.lib.validation.ValidationResult<?>> NumberRangeValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, NumberRange o) -
Uses of NumberRange in cdm.base.math.validation.datarule
Methods in cdm.base.math.validation.datarule with parameters of type NumberRangeModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> NumberRangeAtLeastOneOf.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, NumberRange numberRange) List<com.rosetta.model.lib.validation.ValidationResult<?>> NumberRangeAtLeastOneOf.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, NumberRange numberRange) -
Uses of NumberRange in cdm.base.math.validation.exists
Methods in cdm.base.math.validation.exists with type parameters of type NumberRangeModifier and TypeMethodDescription<T2 extends NumberRange>
com.rosetta.model.lib.validation.ValidationResult<NumberRange> NumberRangeOnlyExistsValidator.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 NumberRangeModifier and TypeMethodDescription<T2 extends NumberRange>
com.rosetta.model.lib.validation.ValidationResult<NumberRange> NumberRangeOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of NumberRange in cdm.product.asset
Methods in cdm.product.asset that return NumberRangeModifier and TypeMethodDescriptionCorrelationReturnTerms.CorrelationReturnTermsImpl.getBoundedCorrelation()CorrelationReturnTerms.getBoundedCorrelation()Describes correlation bounds, which form a cap and a floor on the realized correlation.Methods in cdm.product.asset with parameters of type NumberRangeModifier and TypeMethodDescriptionCorrelationReturnTerms.CorrelationReturnTermsBuilder.setBoundedCorrelation(NumberRange boundedCorrelation) CorrelationReturnTerms.CorrelationReturnTermsBuilderImpl.setBoundedCorrelation(NumberRange _boundedCorrelation) -
Uses of NumberRange in cdm.product.collateral
Methods in cdm.product.collateral that return NumberRangeModifier and TypeMethodDescriptionConcentrationLimit.ConcentrationLimitImpl.getPercentageLimit()ConcentrationLimit.getPercentageLimit()Specifies the perecentage of collateral limit represented as a decimal number - example 25% is 0.25.Methods in cdm.product.collateral with parameters of type NumberRangeModifier and TypeMethodDescriptionConcentrationLimit.ConcentrationLimitBuilder.setPercentageLimit(NumberRange percentageLimit) ConcentrationLimit.ConcentrationLimitBuilderImpl.setPercentageLimit(NumberRange _percentageLimit)