Uses of Interface
cdm.observable.asset.Index
Packages that use Index
Package
Description
Observable asset concepts: schedule, settlement, price and quantity notation etc.
-
Uses of Index in cdm.observable.asset
Subinterfaces of Index in cdm.observable.assetClasses in cdm.observable.asset that implement IndexModifier and TypeClassDescriptionstatic classBuilder Implementation of Indexstatic classImmutable Implementation of IndexMethods in cdm.observable.asset that return IndexModifier and TypeMethodDescriptionIndex.build()Build MethodsIndex.IndexBuilderImpl.build()Index.IndexImpl.build()Observable.getIndex()The object to be observed is an Index, ie an observable computed on the prices, rates or valuations of a number of assets.Observable.ObservableImpl.getIndex()Methods in cdm.observable.asset that return types with arguments of type IndexModifier and TypeMethodDescriptionIndex.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Index> Index.metaData()Utility MethodsMethods in cdm.observable.asset with parameters of type IndexModifier and TypeMethodDescription -
Uses of Index in cdm.observable.asset.meta
Methods in cdm.observable.asset.meta that return types with arguments of type IndexModifier and TypeMethodDescriptionIndexMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) IndexMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) IndexMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super Index> IndexMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Index> IndexMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super Index> IndexMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Index> IndexMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of Index in cdm.observable.asset.util
Methods in cdm.observable.asset.util with parameters of type IndexModifier and TypeMethodDescriptionIndexDeepPathUtil.chooseAssetClass(Index index) IndexDeepPathUtil.chooseAssetType(Index index) IndexDeepPathUtil.chooseExchange(Index index) IndexDeepPathUtil.chooseIdentifier(Index index) IndexDeepPathUtil.chooseIsExchangeListed(Index index) IndexDeepPathUtil.chooseName(Index index) IndexDeepPathUtil.chooseProvider(Index index) IndexDeepPathUtil.chooseRelatedExchange(Index index) IndexDeepPathUtil.chooseTaxonomy(Index index) -
Uses of Index in cdm.observable.asset.validation
Methods in cdm.observable.asset.validation with parameters of type IndexModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> IndexTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Index o) List<com.rosetta.model.lib.validation.ValidationResult<?>> IndexValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Index o) -
Uses of Index in cdm.observable.asset.validation.datarule
Methods in cdm.observable.asset.validation.datarule with parameters of type IndexModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> IndexChoice.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Index index) List<com.rosetta.model.lib.validation.ValidationResult<?>> IndexChoice.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Index index) -
Uses of Index in cdm.observable.asset.validation.exists
Methods in cdm.observable.asset.validation.exists with type parameters of type IndexModifier and TypeMethodDescriptionIndexOnlyExistsValidator.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 Index