Skip to content

Enum: EquityTypeEnum

Represents an enumeration list to identify the type of Equity.

URI: common_domain_model:EquityTypeEnum

Permissible Values

Value Meaning Description
Ordinary None Identifies an Equity of Common stocks and shares
NonConvertiblePreference None Identifies an Equity of Non-Convertible Preference, Shares which hold priorit...
DepositaryReceipt None Identifies a negotiable depositary receipt certificate issued by a bank repre...
ConvertiblePreference None Identifies an Equity of Convertible Preference, a stock which can be converte...

Slots

Name Description
equityType

Identifier and Mapping Information

Schema Source

LinkML Source

name: EquityTypeEnum
description: Represents an enumeration list to identify the type of Equity.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
  Ordinary:
    text: Ordinary
    description: Identifies an Equity of Common stocks and shares.
  NonConvertiblePreference:
    text: NonConvertiblePreference
    description: Identifies an Equity of Non-Convertible Preference, Shares which
      hold priority to receive capital return in event of issuer liquidation.
  DepositaryReceipt:
    text: DepositaryReceipt
    description: Identifies a negotiable depositary receipt certificate issued by
      a bank representing shares in a foreign company traded on a local stock exchange.
  ConvertiblePreference:
    text: ConvertiblePreference
    description: Identifies an Equity of Convertible Preference, a stock which can
      be converted into a predetermined number of common shares and holds priority
      to receive capital return in event of issuer liquidation.