Slot: asset
The asset that underlies the position.
URI: common_domain_model:asset
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| PositionBase | Base class to describe a Position, which could be a group of products (e | no |
| AssetFlowBase | Defines the basic parameters of an asset transfer, e | yes |
| UnscheduledTransfer | An ad-hoc transfer instigated by a party to the contract | no |
| ScheduledTransfer | A scheduled transfer built into the contract | no |
| TransferBase | Defines the movement of an Asset (eg cash, securities or commodities) between... | no |
| CollateralPosition | Specifies the individual components of collateral positions | no |
| Position | A Position describes how much of a given Product is being held and constitute... | no |
| AssetFlow | Specifies an asset flow, i | no |
Properties
Type and Range
| Property | Value |
|---|---|
| Range | Asset or Cash or Commodity or DigitalAsset or Instrument |
| Domain Of | PositionBase, AssetFlowBase |
Cardinality and Requirements
| Property | Value |
|---|---|
Expressions & Logic
#### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'Cash'}) - AnonymousSlotExpression({'range': 'Commodity'}) - AnonymousSlotExpression({'range': 'DigitalAsset'}) - AnonymousSlotExpression({'range': 'Instrument'})Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | common_domain_model:asset |
| native | common_domain_model:asset |
LinkML Source
name: asset
description: The asset that underlies the position.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
domain_of:
- PositionBase
- AssetFlowBase
range: Asset
any_of:
- range: Cash
- range: Commodity
- range: DigitalAsset
- range: Instrument