Skip to content

Class: ListingSector

Specifies a filter based on an industry sector.

URI: common_domain_model:ListingSector

 classDiagram
    class ListingSector
    click ListingSector href "../ListingSector/"
      ListingSector : sector

Slots

Name Cardinality and Range Description Inheritance
sector 1..*
string
Represents a filter based on an industry sector defined under a system for cl... direct

Usages

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

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: ListingSector
description: Specifies a filter based on an industry sector.
in_subset:
- cdm_product_collateral
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- sector

Induced

name: ListingSector
description: Specifies a filter based on an industry sector.
in_subset:
- cdm_product_collateral
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
  sector:
    name: sector
    annotations:
      metadata_scheme:
        tag: metadata_scheme
        value: true
    description: Represents a filter based on an industry sector defined under a system
      for classifying industry types such as Global Industry Classification Standard
      (GICS) and North American Industry Classification System (NAICS)
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: ListingSector
    domain_of:
    - ListingSector
    range: string
    required: true
    multivalued: true