Uses of Interface
cdm.base.staticdata.asset.common.DebtType
Packages that use DebtType
Package
Description
Basic static asset concepts that apply across asset classes: taxonomy etc.
-
Uses of DebtType in cdm.base.staticdata.asset.common
Subinterfaces of DebtType in cdm.base.staticdata.asset.commonClasses in cdm.base.staticdata.asset.common that implement DebtTypeModifier and TypeClassDescriptionstatic classBuilder Implementation of DebtTypestatic classImmutable Implementation of DebtTypeMethods in cdm.base.staticdata.asset.common that return DebtTypeModifier and TypeMethodDescriptionDebtType.build()Build MethodsDebtType.DebtTypeBuilderImpl.build()DebtType.DebtTypeImpl.build()AssetType.AssetTypeImpl.getDebtType()AssetType.getDebtType()Represents a filter based on the type of bond.Security.getDebtType()Identifies the type of debt and selected debt economics.Security.SecurityImpl.getDebtType()Methods in cdm.base.staticdata.asset.common that return types with arguments of type DebtTypeModifier and TypeMethodDescriptionDebtType.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends DebtType> DebtType.metaData()Utility MethodsMethods in cdm.base.staticdata.asset.common with parameters of type DebtTypeModifier and TypeMethodDescriptionAssetType.AssetTypeBuilder.setDebtType(DebtType debtType) AssetType.AssetTypeBuilderImpl.setDebtType(DebtType _debtType) Security.SecurityBuilder.setDebtType(DebtType debtType) Security.SecurityBuilderImpl.setDebtType(DebtType _debtType) -
Uses of DebtType in cdm.base.staticdata.asset.common.meta
Methods in cdm.base.staticdata.asset.common.meta that return types with arguments of type DebtTypeModifier and TypeMethodDescriptionDebtTypeMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) DebtTypeMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) DebtTypeMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super DebtType> DebtTypeMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super DebtType> DebtTypeMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super DebtType> DebtTypeMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super DebtType> DebtTypeMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of DebtType in cdm.base.staticdata.asset.common.validation
Methods in cdm.base.staticdata.asset.common.validation with parameters of type DebtTypeModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> DebtTypeTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, DebtType o) List<com.rosetta.model.lib.validation.ValidationResult<?>> DebtTypeValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, DebtType o) -
Uses of DebtType in cdm.base.staticdata.asset.common.validation.exists
Methods in cdm.base.staticdata.asset.common.validation.exists with type parameters of type DebtTypeModifier and TypeMethodDescriptionDebtTypeOnlyExistsValidator.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 DebtType