Uses of Interface
cdm.base.math.DatedValue
Packages that use DatedValue
Package
Description
Basic maths concepts: quantity and unit, rounding, curve / schedule, non-negativity constraint etc.
Observable asset concepts: schedule, settlement, price and quantity notation etc.
Common product schedule concepts: calculation period, reset, fixing and payment dates, stub, notional schedule, roll convention.
-
Uses of DatedValue in cdm.base.math
Subinterfaces of DatedValue in cdm.base.mathModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.base.math that implement DatedValueModifier and TypeClassDescriptionstatic classBuilder Implementation of DatedValuestatic classImmutable Implementation of DatedValueMethods in cdm.base.math that return DatedValueModifier and TypeMethodDescriptionDatedValue.build()Build MethodsDatedValue.DatedValueBuilderImpl.build()DatedValue.DatedValueImpl.build()Methods in cdm.base.math that return types with arguments of type DatedValueModifier and TypeMethodDescriptionList<? extends DatedValue> MeasureSchedule.getDatedValue()A schedule of step date and value pairs.List<? extends DatedValue> MeasureSchedule.MeasureScheduleImpl.getDatedValue()List<? extends DatedValue> Schedule.getDatedValue()The schedule of step date and value pairs.List<? extends DatedValue> Schedule.ScheduleImpl.getDatedValue()default Class<? extends DatedValue> DatedValue.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends DatedValue> DatedValue.metaData()Utility MethodsMethods in cdm.base.math with parameters of type DatedValueModifier and TypeMethodDescriptionMeasureSchedule.MeasureScheduleBuilder.addDatedValue(DatedValue datedValue) MeasureSchedule.MeasureScheduleBuilder.addDatedValue(DatedValue datedValue, int idx) MeasureSchedule.MeasureScheduleBuilderImpl.addDatedValue(DatedValue _datedValue) MeasureSchedule.MeasureScheduleBuilderImpl.addDatedValue(DatedValue _datedValue, int idx) NonNegativeQuantity.NonNegativeQuantityBuilder.addDatedValue(DatedValue datedValue) NonNegativeQuantity.NonNegativeQuantityBuilder.addDatedValue(DatedValue datedValue, int idx) NonNegativeQuantity.NonNegativeQuantityBuilderImpl.addDatedValue(DatedValue _datedValue) NonNegativeQuantity.NonNegativeQuantityBuilderImpl.addDatedValue(DatedValue _datedValue, int idx) NonNegativeQuantitySchedule.NonNegativeQuantityScheduleBuilder.addDatedValue(DatedValue datedValue) NonNegativeQuantitySchedule.NonNegativeQuantityScheduleBuilder.addDatedValue(DatedValue datedValue, int idx) NonNegativeQuantitySchedule.NonNegativeQuantityScheduleBuilderImpl.addDatedValue(DatedValue _datedValue) NonNegativeQuantitySchedule.NonNegativeQuantityScheduleBuilderImpl.addDatedValue(DatedValue _datedValue, int idx) Quantity.QuantityBuilder.addDatedValue(DatedValue datedValue) Quantity.QuantityBuilder.addDatedValue(DatedValue datedValue, int idx) Quantity.QuantityBuilderImpl.addDatedValue(DatedValue _datedValue) Quantity.QuantityBuilderImpl.addDatedValue(DatedValue _datedValue, int idx) QuantitySchedule.QuantityScheduleBuilder.addDatedValue(DatedValue datedValue) QuantitySchedule.QuantityScheduleBuilder.addDatedValue(DatedValue datedValue, int idx) QuantitySchedule.QuantityScheduleBuilderImpl.addDatedValue(DatedValue _datedValue) QuantitySchedule.QuantityScheduleBuilderImpl.addDatedValue(DatedValue _datedValue, int idx) Schedule.ScheduleBuilder.addDatedValue(DatedValue datedValue) Schedule.ScheduleBuilder.addDatedValue(DatedValue datedValue, int idx) Schedule.ScheduleBuilderImpl.addDatedValue(DatedValue _datedValue) Schedule.ScheduleBuilderImpl.addDatedValue(DatedValue _datedValue, int idx) Method parameters in cdm.base.math with type arguments of type DatedValueModifier and TypeMethodDescriptionMeasureSchedule.MeasureScheduleBuilder.addDatedValue(List<? extends DatedValue> datedValue) MeasureSchedule.MeasureScheduleBuilderImpl.addDatedValue(List<? extends DatedValue> datedValues) NonNegativeQuantity.NonNegativeQuantityBuilder.addDatedValue(List<? extends DatedValue> datedValue) NonNegativeQuantity.NonNegativeQuantityBuilderImpl.addDatedValue(List<? extends DatedValue> datedValues) NonNegativeQuantitySchedule.NonNegativeQuantityScheduleBuilder.addDatedValue(List<? extends DatedValue> datedValue) NonNegativeQuantitySchedule.NonNegativeQuantityScheduleBuilderImpl.addDatedValue(List<? extends DatedValue> datedValues) Quantity.QuantityBuilder.addDatedValue(List<? extends DatedValue> datedValue) Quantity.QuantityBuilderImpl.addDatedValue(List<? extends DatedValue> datedValues) QuantitySchedule.QuantityScheduleBuilder.addDatedValue(List<? extends DatedValue> datedValue) QuantitySchedule.QuantityScheduleBuilderImpl.addDatedValue(List<? extends DatedValue> datedValues) Schedule.ScheduleBuilder.addDatedValue(List<? extends DatedValue> datedValue) Schedule.ScheduleBuilderImpl.addDatedValue(List<? extends DatedValue> datedValues) MeasureSchedule.MeasureScheduleBuilder.setDatedValue(List<? extends DatedValue> datedValue) MeasureSchedule.MeasureScheduleBuilderImpl.setDatedValue(List<? extends DatedValue> datedValues) NonNegativeQuantity.NonNegativeQuantityBuilder.setDatedValue(List<? extends DatedValue> datedValue) NonNegativeQuantity.NonNegativeQuantityBuilderImpl.setDatedValue(List<? extends DatedValue> datedValues) NonNegativeQuantitySchedule.NonNegativeQuantityScheduleBuilder.setDatedValue(List<? extends DatedValue> datedValue) NonNegativeQuantitySchedule.NonNegativeQuantityScheduleBuilderImpl.setDatedValue(List<? extends DatedValue> datedValues) Quantity.QuantityBuilder.setDatedValue(List<? extends DatedValue> datedValue) Quantity.QuantityBuilderImpl.setDatedValue(List<? extends DatedValue> datedValues) QuantitySchedule.QuantityScheduleBuilder.setDatedValue(List<? extends DatedValue> datedValue) QuantitySchedule.QuantityScheduleBuilderImpl.setDatedValue(List<? extends DatedValue> datedValues) Schedule.ScheduleBuilder.setDatedValue(List<? extends DatedValue> datedValue) Schedule.ScheduleBuilderImpl.setDatedValue(List<? extends DatedValue> datedValues) -
Uses of DatedValue in cdm.base.math.meta
Methods in cdm.base.math.meta that return types with arguments of type DatedValueModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super DatedValue>> DatedValueMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super DatedValue, com.rosetta.model.lib.qualify.QualifyResult>> DatedValueMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super DatedValue, Set<String>> DatedValueMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super DatedValue> DatedValueMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super DatedValue> DatedValueMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super DatedValue> DatedValueMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super DatedValue> DatedValueMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of DatedValue in cdm.base.math.validation
Methods in cdm.base.math.validation with parameters of type DatedValueModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> DatedValueTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, DatedValue o) List<com.rosetta.model.lib.validation.ValidationResult<?>> DatedValueValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, DatedValue o) -
Uses of DatedValue in cdm.base.math.validation.exists
Methods in cdm.base.math.validation.exists with type parameters of type DatedValueModifier and TypeMethodDescription<T2 extends DatedValue>
com.rosetta.model.lib.validation.ValidationResult<DatedValue> DatedValueOnlyExistsValidator.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 DatedValueModifier and TypeMethodDescription<T2 extends DatedValue>
com.rosetta.model.lib.validation.ValidationResult<DatedValue> DatedValueOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of DatedValue in cdm.observable.asset
Methods in cdm.observable.asset with parameters of type DatedValueModifier and TypeMethodDescriptionMoney.MoneyBuilder.addDatedValue(DatedValue datedValue) Money.MoneyBuilder.addDatedValue(DatedValue datedValue, int idx) Money.MoneyBuilderImpl.addDatedValue(DatedValue _datedValue) Money.MoneyBuilderImpl.addDatedValue(DatedValue _datedValue, int idx) Price.PriceBuilder.addDatedValue(DatedValue datedValue) Price.PriceBuilder.addDatedValue(DatedValue datedValue, int idx) Price.PriceBuilderImpl.addDatedValue(DatedValue _datedValue) Price.PriceBuilderImpl.addDatedValue(DatedValue _datedValue, int idx) PriceSchedule.PriceScheduleBuilder.addDatedValue(DatedValue datedValue) PriceSchedule.PriceScheduleBuilder.addDatedValue(DatedValue datedValue, int idx) PriceSchedule.PriceScheduleBuilderImpl.addDatedValue(DatedValue _datedValue) PriceSchedule.PriceScheduleBuilderImpl.addDatedValue(DatedValue _datedValue, int idx) Method parameters in cdm.observable.asset with type arguments of type DatedValueModifier and TypeMethodDescriptionMoney.MoneyBuilder.addDatedValue(List<? extends DatedValue> datedValue) Money.MoneyBuilderImpl.addDatedValue(List<? extends DatedValue> datedValues) Price.PriceBuilder.addDatedValue(List<? extends DatedValue> datedValue) Price.PriceBuilderImpl.addDatedValue(List<? extends DatedValue> datedValues) PriceSchedule.PriceScheduleBuilder.addDatedValue(List<? extends DatedValue> datedValue) PriceSchedule.PriceScheduleBuilderImpl.addDatedValue(List<? extends DatedValue> datedValues) Money.MoneyBuilder.setDatedValue(List<? extends DatedValue> datedValue) Money.MoneyBuilderImpl.setDatedValue(List<? extends DatedValue> datedValues) Price.PriceBuilder.setDatedValue(List<? extends DatedValue> datedValue) Price.PriceBuilderImpl.setDatedValue(List<? extends DatedValue> datedValues) PriceSchedule.PriceScheduleBuilder.setDatedValue(List<? extends DatedValue> datedValue) PriceSchedule.PriceScheduleBuilderImpl.setDatedValue(List<? extends DatedValue> datedValues) -
Uses of DatedValue in cdm.product.common.schedule
Methods in cdm.product.common.schedule with parameters of type DatedValueModifier and TypeMethodDescriptionAmountSchedule.AmountScheduleBuilder.addDatedValue(DatedValue datedValue) AmountSchedule.AmountScheduleBuilder.addDatedValue(DatedValue datedValue, int idx) AmountSchedule.AmountScheduleBuilderImpl.addDatedValue(DatedValue _datedValue) AmountSchedule.AmountScheduleBuilderImpl.addDatedValue(DatedValue _datedValue, int idx) Method parameters in cdm.product.common.schedule with type arguments of type DatedValueModifier and TypeMethodDescriptionAmountSchedule.AmountScheduleBuilder.addDatedValue(List<? extends DatedValue> datedValue) AmountSchedule.AmountScheduleBuilderImpl.addDatedValue(List<? extends DatedValue> datedValues) AmountSchedule.AmountScheduleBuilder.setDatedValue(List<? extends DatedValue> datedValue) AmountSchedule.AmountScheduleBuilderImpl.setDatedValue(List<? extends DatedValue> datedValues)