Package cdm.base.staticdata.asset.common
Interface AssetType
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
AssetType.AssetTypeBuilder
- All Known Implementing Classes:
AssetType.AssetTypeBuilderImpl,AssetType.AssetTypeImpl
@RosettaDataType(value="AssetType",
builder=AssetTypeBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="AssetType",
model="cdm",
builder=AssetTypeBuilderImpl.class,
version="5.30.0")
public interface AssetType
extends com.rosetta.model.lib.RosettaModelObject
Represents a class to allow specification of the asset product type.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of AssetTypestatic classImmutable Implementation of AssetType -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsstatic AssetType.AssetTypeBuilderbuilder()Represents a filter based on the type of collateral asset.Represents a filter based on the type of bond.Represents a filter based on the type of equity.Represents a filter based on the type of fund.Specifies the eligible asset type when not enumerated.Represents a filter based on the type of security.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AssetType> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getAssetType
AssetTypeEnum getAssetType()Represents a filter based on the type of collateral asset. -
getSecurityType
SecurityTypeEnum getSecurityType()Represents a filter based on the type of security. -
getDebtType
DebtType getDebtType()Represents a filter based on the type of bond. -
getEquityType
EquityTypeEnum getEquityType()Represents a filter based on the type of equity. -
getFundType
FundProductTypeEnum getFundType()Represents a filter based on the type of fund. -
getOtherAssetType
Specifies the eligible asset type when not enumerated. -
build
AssetType build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
AssetType.AssetTypeBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-