Uses of Interface
cdm.product.common.schedule.Lag
Packages that use Lag
Package
Description
Common product schedule concepts: calculation period, reset, fixing and payment dates, stub, notional schedule, roll convention.
-
Uses of Lag in cdm.product.common.schedule
Subinterfaces of Lag in cdm.product.common.scheduleClasses in cdm.product.common.schedule that implement LagModifier and TypeClassDescriptionstatic classBuilder Implementation of Lagstatic classImmutable Implementation of LagMethods in cdm.product.common.schedule that return LagModifier and TypeMethodDescriptionLag.build()Build MethodsLag.LagBuilderImpl.build()Lag.LagImpl.build()ParametricDates.getLag()The pricing period per calculation period if the pricing days do not wholly fall within the respective calculation period.ParametricDates.ParametricDatesImpl.getLag()Methods in cdm.product.common.schedule that return types with arguments of type LagModifier and TypeMethodDescriptionLag.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Lag> Lag.metaData()Utility MethodsMethods in cdm.product.common.schedule with parameters of type LagModifier and TypeMethodDescription -
Uses of Lag in cdm.product.common.schedule.meta
Methods in cdm.product.common.schedule.meta that return types with arguments of type LagModifier and TypeMethodDescriptionLagMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) LagMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) LagMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super Lag> LagMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Lag> LagMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super Lag> LagMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Lag> LagMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of Lag in cdm.product.common.schedule.validation
Methods in cdm.product.common.schedule.validation with parameters of type LagModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> LagTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Lag o) List<com.rosetta.model.lib.validation.ValidationResult<?>> LagValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Lag o) -
Uses of Lag in cdm.product.common.schedule.validation.exists
Methods in cdm.product.common.schedule.validation.exists with type parameters of type LagModifier and TypeMethodDescriptionLagOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.common.schedule.validation.exists that return types with arguments of type Lag