Skip to content

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

Property Value
Union Of Cash, Commodity, DigitalAsset, Instrument

Slots

Name Cardinality and Range Description Inheritance

Usages

used by used in type used
UnscheduledTransfer asset range Asset
ScheduledTransfer asset range Asset
TransferBase asset range Asset
CollateralPosition asset range Asset
PositionBase asset range Asset
Position asset range Asset
PriceQuantity observable any_of[range] Asset
ObservationIdentifier observable any_of[range] Asset
VarianceReturnTerms exchangeTradedContractNearest any_of[range] Asset
VolatilityReturnTerms exchangeTradedContractNearest any_of[range] Asset
AssetFlowBase asset range Asset
AssetFlow asset range Asset
AssetPayout underlier range Asset

In Subsets

Comments

  • Generated from Rosetta 'choice' construct — represents a union/one-of type.

Identifier and Mapping Information

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