Skip to content

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

Property Value
Union Of Asset, Basket, Index

Slots

Name Cardinality and Range Description Inheritance

Usages

used by used in type used
CorporateAction underlier any_of[range] Observable
PriceQuantity observable range Observable
ObservationIdentifier observable range Observable
CommodityPayout underlier any_of[range] Observable
VarianceReturnTerms exchangeTradedContractNearest range Observable
OptionPayout underlier any_of[range] Observable
PerformancePayout underlier any_of[range] Observable
PortfolioReturnTerms underlier range Observable
PortfolioReturnTerms underlier any_of[range] Observable
SettlementPayout underlier any_of[range] Observable
AssetPayout underlier any_of[range] Observable

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: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