Uses of Interface
cdm.base.staticdata.asset.common.AssetPool
Packages that use AssetPool
Package
Description
Basic static asset concepts that apply across asset classes: taxonomy etc.
Template feature concepts to define payouts.
-
Uses of AssetPool in cdm.base.staticdata.asset.common
Subinterfaces of AssetPool in cdm.base.staticdata.asset.commonModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.base.staticdata.asset.common that implement AssetPoolModifier and TypeClassDescriptionstatic classBuilder Implementation of AssetPoolstatic classImmutable Implementation of AssetPoolMethods in cdm.base.staticdata.asset.common that return AssetPoolModifier and TypeMethodDescriptionAssetPool.AssetPoolBuilderImpl.build()AssetPool.AssetPoolImpl.build()AssetPool.build()Build MethodsMethods in cdm.base.staticdata.asset.common that return types with arguments of type AssetPool -
Uses of AssetPool in cdm.base.staticdata.asset.common.meta
Methods in cdm.base.staticdata.asset.common.meta that return types with arguments of type AssetPoolModifier and TypeMethodDescriptionAssetPoolMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) AssetPoolMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) AssetPoolMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super AssetPool> AssetPoolMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super AssetPool> AssetPoolMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super AssetPool> AssetPoolMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super AssetPool> AssetPoolMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of AssetPool in cdm.base.staticdata.asset.common.validation
Methods in cdm.base.staticdata.asset.common.validation with parameters of type AssetPoolModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> AssetPoolTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AssetPool o) List<com.rosetta.model.lib.validation.ValidationResult<?>> AssetPoolValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AssetPool o) -
Uses of AssetPool in cdm.base.staticdata.asset.common.validation.datarule
Methods in cdm.base.staticdata.asset.common.validation.datarule with parameters of type AssetPoolModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> AssetPoolEffectiveDate.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AssetPool assetPool) List<com.rosetta.model.lib.validation.ValidationResult<?>> AssetPoolEffectiveDate.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AssetPool assetPool) -
Uses of AssetPool in cdm.base.staticdata.asset.common.validation.exists
Methods in cdm.base.staticdata.asset.common.validation.exists with type parameters of type AssetPoolModifier and TypeMethodDescriptionAssetPoolOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.base.staticdata.asset.common.validation.exists that return types with arguments of type AssetPool -
Uses of AssetPool in cdm.product.template
Methods in cdm.product.template that return AssetPoolModifier and TypeMethodDescriptionProduct.getAssetPool()Identifies an asset pool product for defining pool of assets backing an asset backed security.Product.ProductImpl.getAssetPool()Methods in cdm.product.template with parameters of type AssetPoolModifier and TypeMethodDescriptionBasketConstituent.BasketConstituentBuilder.setAssetPool(AssetPool assetPool) BasketConstituent.BasketConstituentBuilderImpl.setAssetPool(AssetPool _assetPool) Product.ProductBuilder.setAssetPool(AssetPool assetPool) Product.ProductBuilderImpl.setAssetPool(AssetPool _assetPool)