Skip to content

Class: DigitalAsset

An Asset that exists only in digital form, eg Bitcoin or Ethereum, that is not backed by other Assets; excludes the digital representation of other Assets, eg coins or Tokenised assets.

URI: common_domain_model:DigitalAsset

 classDiagram
    class DigitalAsset
    click DigitalAsset href "../DigitalAsset/"
      AssetBase <|-- DigitalAsset
        click AssetBase href "../AssetBase/"

      DigitalAsset : assetType





        DigitalAsset --> "1" AssetTypeEnum : assetType
        click AssetTypeEnum href "../AssetTypeEnum/"



      DigitalAsset : exchange





        DigitalAsset --> "0..1" LegalEntity : exchange
        click LegalEntity href "../LegalEntity/"



      DigitalAsset : identifier





        DigitalAsset --> "1..*" AssetIdentifier : identifier
        click AssetIdentifier href "../AssetIdentifier/"



      DigitalAsset : isExchangeListed

      DigitalAsset : relatedExchange





        DigitalAsset --> "*" LegalEntity : relatedExchange
        click LegalEntity href "../LegalEntity/"



      DigitalAsset : taxonomy





        DigitalAsset --> "*" Taxonomy : taxonomy
        click Taxonomy href "../Taxonomy/"



Inheritance

Slots

Name Cardinality and Range Description Inheritance
identifier 1..*
AssetIdentifier
Asset Identifiers are used to uniquely identify an Asset, using a specified A... AssetBase
taxonomy *
Taxonomy
Defines the taxonomy of an object by combining a taxonomy source (i AssetBase
isExchangeListed 0..1
Boolean
Defines whether the Asset is listed on a public exchange AssetBase
exchange 0..1
LegalEntity
If the Asset is listed, defines the public exchange of the listing AssetBase
relatedExchange *
LegalEntity
Provides the related Exchanges, if applicable AssetBase
assetType 1
AssetTypeEnum
Specifies the type of asset AssetBase

Usages

used by used in type used
UnscheduledTransfer asset any_of[range] DigitalAsset
ScheduledTransfer asset any_of[range] DigitalAsset
TransferBase asset any_of[range] DigitalAsset
CollateralPosition asset any_of[range] DigitalAsset
PositionBase asset any_of[range] DigitalAsset
Position asset any_of[range] DigitalAsset
AssetFlowBase asset any_of[range] DigitalAsset
AssetFlow asset any_of[range] DigitalAsset

Rules

Rule Applied Preconditions Postconditions Elseconditions

In Subsets

Comments

  • Rosetta condition: AssetType — assetType = Other

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self common_domain_model:DigitalAsset
native common_domain_model:DigitalAsset

LinkML Source

Direct

name: DigitalAsset
description: An Asset that exists only in digital form, eg Bitcoin or Ethereum, that
  is not backed by other Assets; excludes the digital representation of other Assets,
  eg coins or Tokenised assets.
comments:
- 'Rosetta condition: AssetType  assetType = Other'
in_subset:
- cdm_base_staticdata_asset_common
from_schema: https://w3id.org/lmodel/common-domain-model
is_a: AssetBase
rules:
- postconditions:
    slot_conditions:
      assetType:
        name: assetType
        equals_string: Other
  description: Asset type must be Other.

Induced

name: DigitalAsset
description: An Asset that exists only in digital form, eg Bitcoin or Ethereum, that
  is not backed by other Assets; excludes the digital representation of other Assets,
  eg coins or Tokenised assets.
comments:
- 'Rosetta condition: AssetType  assetType = Other'
in_subset:
- cdm_base_staticdata_asset_common
from_schema: https://w3id.org/lmodel/common-domain-model
is_a: AssetBase
attributes:
  identifier:
    name: identifier
    description: Asset Identifiers are used to uniquely identify an Asset, using a
      specified Asset Identifier Type.
    from_schema: https://w3id.org/lmodel/common-domain-model
    close_mappings:
    - fpml_5_10:AssetBase.identifier
    rank: 1000
    owner: DigitalAsset
    domain_of:
    - AssetBase
    - AssetIdentifier
    - ProductIdentifier
    - AssignedIdentifier
    - BusinessUnit
    - PartyIdentifier
    - EntityIdentifier
    - PersonIdentifier
    - TransferBase
    - OtherAgreement
    - LegalAgreementBase
    - NonLegalEntity
    - MasterAgreementClauseVariant
    - Clause
    - ContractualDefinition
    - FloatingRateIndexMap
    - EligibleCollateralSpecification
    - NonTransferableProduct
    range: AssetIdentifier
    required: true
    multivalued: true
  taxonomy:
    name: taxonomy
    description: Defines the taxonomy of an object by combining a taxonomy source
      (i.e. the rules to classify the object) and a value (i.e. the output of those
      rules on the object.
    from_schema: https://w3id.org/lmodel/common-domain-model
    close_mappings:
    - fpml_5_10:AssetBase.taxonomy
    rank: 1000
    owner: DigitalAsset
    domain_of:
    - AssetBase
    - NonTransferableProduct
    range: Taxonomy
    multivalued: true
    inlined: true
    inlined_as_list: true
  isExchangeListed:
    name: isExchangeListed
    description: Defines whether the Asset is listed on a public exchange.
    from_schema: https://w3id.org/lmodel/common-domain-model
    close_mappings:
    - fpml_5_10:AssetBase.isExchangeListed
    rank: 1000
    owner: DigitalAsset
    domain_of:
    - AssetBase
    range: boolean
  exchange:
    name: exchange
    description: If the Asset is listed, defines the public exchange of the listing.
    from_schema: https://w3id.org/lmodel/common-domain-model
    close_mappings:
    - fpml_5_10:AssetBase.exchange
    rank: 1000
    owner: DigitalAsset
    domain_of:
    - AssetBase
    - ListingExchange
    range: LegalEntity
  relatedExchange:
    name: relatedExchange
    description: Provides the related Exchanges, if applicable.
    from_schema: https://w3id.org/lmodel/common-domain-model
    close_mappings:
    - fpml_5_10:AssetBase.relatedExchange
    rank: 1000
    owner: DigitalAsset
    domain_of:
    - AssetBase
    range: LegalEntity
    multivalued: true
    inlined: true
    inlined_as_list: true
  assetType:
    name: assetType
    description: Specifies the type of asset.
    from_schema: https://w3id.org/lmodel/common-domain-model
    close_mappings:
    - fpml_5_10:AssetBase.assetType
    rank: 1000
    owner: DigitalAsset
    domain_of:
    - AssetBase
    - AssetType
    range: AssetTypeEnum
    required: true
rules:
- postconditions:
    slot_conditions:
      assetType:
        name: assetType
        equals_string: Other
  description: Asset type must be Other.