Class: Asset
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.
- NOTE: this is an abstract class and should not be instantiated directly
URI: common_domain_model:Asset
classDiagram
class Asset
click Asset href "../Asset/"
Asset <|-- SpecificAsset
click SpecificAsset href "../SpecificAsset/"
Asset <|-- TransferableProduct
click TransferableProduct href "../TransferableProduct/"
Inheritance
Class Properties
Slots
| Name |
Cardinality and Range |
Description |
Inheritance |
|
|
|
|
Usages
In Subsets
- Generated from Rosetta 'choice' construct — represents a union/one-of type.
Schema Source
Mappings
| Mapping Type |
Mapped Value |
| self |
common_domain_model:Asset |
| native |
common_domain_model:Asset |
LinkML Source
Direct
name: Asset
description: 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.
comments:
- Generated from Rosetta 'choice' construct — represents a union/one-of type.
in_subset:
- cdm_base_staticdata_asset_common
from_schema: https://w3id.org/lmodel/common-domain-model
abstract: true
union_of:
- Cash
- Commodity
- DigitalAsset
- Instrument
Induced
name: Asset
description: 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.
comments:
- Generated from Rosetta 'choice' construct — represents a union/one-of type.
in_subset:
- cdm_base_staticdata_asset_common
from_schema: https://w3id.org/lmodel/common-domain-model
abstract: true
union_of:
- Cash
- Commodity
- DigitalAsset
- Instrument