Skip to content

Class: ListingExchange

Specifies a filter based on a stock exchange.

URI: common_domain_model:ListingExchange

 classDiagram
    class ListingExchange
    click ListingExchange href "../ListingExchange/"
      ListingExchange : exchange

Slots

Name Cardinality and Range Description Inheritance
exchange 1..*
string
Represents a filter based on the Primary Stock Exchange facilitating the list... direct

Usages

used by used in type used
CollateralCriteriaBase collateralCriteria any_of[range] ListingExchange
EligibleCollateralCriteria collateralCriteria any_of[range] ListingExchange
ConcentrationLimitCriteria collateralCriteria any_of[range] ListingExchange
NegativeCriteria negativeCriteria any_of[range] ListingExchange

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: ListingExchange
description: Specifies a filter based on a stock exchange.
in_subset:
- cdm_product_collateral
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- exchange
slot_usage:
  exchange:
    name: exchange
    description: Represents a filter based on the Primary Stock Exchange facilitating
      the listing of companies, exchange of Stocks, Exchange traded Derivatives, Bonds,
      and other Securities expressed in ISO standard 10383.
    range: string
    required: true
    multivalued: true

Induced

name: ListingExchange
description: Specifies a filter based on a stock exchange.
in_subset:
- cdm_product_collateral
from_schema: https://w3id.org/lmodel/common-domain-model
slot_usage:
  exchange:
    name: exchange
    description: Represents a filter based on the Primary Stock Exchange facilitating
      the listing of companies, exchange of Stocks, Exchange traded Derivatives, Bonds,
      and other Securities expressed in ISO standard 10383.
    range: string
    required: true
    multivalued: true
attributes:
  exchange:
    name: exchange
    description: Represents a filter based on the Primary Stock Exchange facilitating
      the listing of companies, exchange of Stocks, Exchange traded Derivatives, Bonds,
      and other Securities expressed in ISO standard 10383.
    from_schema: https://w3id.org/lmodel/common-domain-model
    close_mappings:
    - fpml_5_10:AssetBase.exchange
    rank: 1000
    owner: ListingExchange
    domain_of:
    - AssetBase
    - ListingExchange
    range: string
    required: true
    multivalued: true