Uses of Interface
cdm.observable.asset.Basket
Packages that use Basket
Package
Description
Observable asset concepts: schedule, settlement, price and quantity notation etc.
-
Uses of Basket in cdm.observable.asset
Subinterfaces of Basket in cdm.observable.assetClasses in cdm.observable.asset that implement BasketModifier and TypeClassDescriptionstatic classBuilder Implementation of Basketstatic classImmutable Implementation of BasketMethods in cdm.observable.asset that return BasketModifier and TypeMethodDescriptionBasket.BasketBuilderImpl.build()Basket.BasketImpl.build()Basket.build()Build MethodsObservable.getBasket()The object to be observed is a Basket, ie a collection of Observables with an identifier and optional weightings.Observable.ObservableImpl.getBasket()Methods in cdm.observable.asset that return types with arguments of type BasketModifier and TypeMethodDescriptionBasket.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Basket> Basket.metaData()Utility MethodsMethods in cdm.observable.asset with parameters of type BasketModifier and TypeMethodDescription -
Uses of Basket in cdm.observable.asset.meta
Methods in cdm.observable.asset.meta that return types with arguments of type BasketModifier and TypeMethodDescriptionBasketMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) BasketMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) BasketMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super Basket> BasketMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Basket> BasketMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super Basket> BasketMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Basket> BasketMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of Basket in cdm.observable.asset.validation
Methods in cdm.observable.asset.validation with parameters of type BasketModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> BasketTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Basket o) List<com.rosetta.model.lib.validation.ValidationResult<?>> BasketValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Basket o) -
Uses of Basket in cdm.observable.asset.validation.exists
Methods in cdm.observable.asset.validation.exists with type parameters of type BasketModifier and TypeMethodDescriptionBasketOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.observable.asset.validation.exists that return types with arguments of type Basket