Skip to content

Slot: observable

Specifies the object to be observed for a price, it could be an asset or an index. The cardinality is optional as some quantity / price cases have no observable (e.g. a fixed rate in a given currency).

URI: common_domain_model:observable

Applicable Classes

Name Description Modifies Slot
PriceQuantity Defines a settlement as an exchange between two parties of a specified quanti... no
ObservationIdentifier Defines the parameters needed to uniquely identify a piece of data among the ... yes

Properties

Type and Range

Property Value
Range Observable or 
Asset or 
Basket or 
Index
Domain Of PriceQuantity, ObservationIdentifier

Cardinality and Requirements

Property Value
Expressions & Logic #### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'Asset'}) - AnonymousSlotExpression({'range': 'Basket'}) - AnonymousSlotExpression({'range': 'Index'})

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

name: observable
description: Specifies the object to be observed for a price, it could be an asset
  or an index. The cardinality is optional as some quantity / price cases have no
  observable (e.g. a fixed rate in a given currency).
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
domain_of:
- PriceQuantity
- ObservationIdentifier
range: Observable
any_of:
- range: Asset
- range: Basket
- range: Index