Class: Observable
Specifies the object to be observed for a price, it could be an asset or a reference.
- NOTE: this is an abstract class and should not be instantiated directly
URI: common_domain_model:Observable
classDiagram
class Observable
click Observable href "../Observable/"
Observable <|-- BasketConstituent
click BasketConstituent href "../BasketConstituent/"
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:Observable |
| native |
common_domain_model:Observable |
LinkML Source
Direct
name: Observable
description: Specifies the object to be observed for a price, it could be an asset
or a reference.
comments:
- Generated from Rosetta 'choice' construct — represents a union/one-of type.
in_subset:
- cdm_observable_asset
from_schema: https://w3id.org/lmodel/common-domain-model
abstract: true
union_of:
- Asset
- Basket
- Index
Induced
name: Observable
description: Specifies the object to be observed for a price, it could be an asset
or a reference.
comments:
- Generated from Rosetta 'choice' construct — represents a union/one-of type.
in_subset:
- cdm_observable_asset
from_schema: https://w3id.org/lmodel/common-domain-model
abstract: true
union_of:
- Asset
- Basket
- Index