Package cdm.base.staticdata.asset.common
Interface Asset
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
Asset.AssetBuilder,SpecificAsset,SpecificAsset.SpecificAssetBuilder,TransferableProduct,TransferableProduct.TransferableProductBuilder
- All Known Implementing Classes:
Asset.AssetBuilderImpl,Asset.AssetImpl,SpecificAsset.SpecificAssetBuilderImpl,SpecificAsset.SpecificAssetImpl,TransferableProduct.TransferableProductBuilderImpl,TransferableProduct.TransferableProductImpl
@RosettaDataType(value="Asset",
builder=AssetBuilderImpl.class,
version="6.19.0")
@RuneDataType(value="Asset",
model="cdm",
builder=AssetBuilderImpl.class,
version="6.19.0")
public interface Asset
extends com.rosetta.model.lib.RosettaModelObject
An Asset is defined as something that can be owned and transferred in the financial markets. As a choice data type, one and only one of the attributes must be used.
- Version:
- 6.19.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of Assetstatic classImmutable Implementation of Asset -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsstatic Asset.AssetBuilderbuilder()getCash()An Asset that consists solely of a monetary holding in a currency.An Asset comprised of raw or refined materials or agricultural products, eg gold, oil or wheat.An Asset that exists only in digital form, eg Bitcoin or Ethereum; excludes the digital representation of other Assets.An asset that is issued by one party to one or more others; Instrument is also a choice data type.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Asset> 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
-
getCash
Cash getCash()An Asset that consists solely of a monetary holding in a currency. -
getCommodity
Commodity getCommodity()An Asset comprised of raw or refined materials or agricultural products, eg gold, oil or wheat. -
getDigitalAsset
DigitalAsset getDigitalAsset()An Asset that exists only in digital form, eg Bitcoin or Ethereum; excludes the digital representation of other Assets. -
getInstrument
Instrument getInstrument()An asset that is issued by one party to one or more others; Instrument is also a choice data type. -
build
Asset build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
Asset.AssetBuilder 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
-