Skip to content

Class: Index

An Index is an Observable which is computed based on the prices, rates or valuations of a number of assets that are tracked in a standardized way. Examples include equity market indices as well as indices on interest rates, inflation and credit instruments.

  • NOTE: this is an abstract class and should not be instantiated directly

URI: common_domain_model:Index

 classDiagram
    class Index
    click Index href "../Index/"

Class Properties

Property Value
Union Of CreditIndex, EquityIndex, InterestRateIndex, ForeignExchangeRateIndex, OtherIndex

Slots

Name Cardinality and Range Description Inheritance

Usages

used by used in type used
PriceQuantity observable any_of[range] Index
ObservationIdentifier observable any_of[range] Index
VarianceReturnTerms exchangeTradedContractNearest any_of[range] Index
VolatilityReturnTerms exchangeTradedContractNearest any_of[range] Index

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:Index
native common_domain_model:Index

LinkML Source

Direct

name: Index
description: An Index is an Observable which is computed based on the prices, rates
  or valuations of a number of assets that are tracked in a standardized way.  Examples
  include equity market indices as well as indices on interest rates, inflation and
  credit instruments.
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:
- CreditIndex
- EquityIndex
- InterestRateIndex
- ForeignExchangeRateIndex
- OtherIndex

Induced

name: Index
description: An Index is an Observable which is computed based on the prices, rates
  or valuations of a number of assets that are tracked in a standardized way.  Examples
  include equity market indices as well as indices on interest rates, inflation and
  credit instruments.
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:
- CreditIndex
- EquityIndex
- InterestRateIndex
- ForeignExchangeRateIndex
- OtherIndex