Class: LegalEntity
A class to specify a legal entity, with a required name and an optional entity identifier (such as the LEI).
URI: common_domain_model:LegalEntity
classDiagram
class LegalEntity
click LegalEntity href "../LegalEntity/"
LegalEntity : entityIdentifier
LegalEntity --> "*" EntityIdentifier : entityIdentifier
click EntityIdentifier href "../EntityIdentifier/"
LegalEntity : name
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| name | 1 string |
The legal entity name | direct |
| entityIdentifier | * EntityIdentifier |
A legal entity identifier with a source (e | direct |
Usages
In Subsets
Identifier and Mapping Information
Annotations
| property | value |
|---|---|
| metadata_key | True |
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | common_domain_model:LegalEntity |
| native | common_domain_model:LegalEntity |
| narrow | gist:GovernmentOrganization |
| related | iso29100:PIIController, iso29100:PIIProcessor |
| close | gist:Organization, oscal:Party, spdx:Organization |
LinkML Source
Direct
name: LegalEntity
annotations:
metadata_key:
tag: metadata_key
value: true
description: A class to specify a legal entity, with a required name and an optional
entity identifier (such as the LEI).
in_subset:
- cdm_base_staticdata_party
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- gist:Organization
- oscal:Party
- spdx:Organization
related_mappings:
- iso29100:PIIController
- iso29100:PIIProcessor
narrow_mappings:
- gist:GovernmentOrganization
slots:
- name
- entityIdentifier
slot_usage:
name:
name: name
description: The legal entity name.
required: true
Induced
name: LegalEntity
annotations:
metadata_key:
tag: metadata_key
value: true
description: A class to specify a legal entity, with a required name and an optional
entity identifier (such as the LEI).
in_subset:
- cdm_base_staticdata_party
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- gist:Organization
- oscal:Party
- spdx:Organization
related_mappings:
- iso29100:PIIController
- iso29100:PIIProcessor
narrow_mappings:
- gist:GovernmentOrganization
slot_usage:
name:
name: name
description: The legal entity name.
required: true
attributes:
name:
name: name
annotations:
metadata_scheme:
tag: metadata_scheme
value: true
description: The legal entity name.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: LegalEntity
domain_of:
- TaxonomyValue
- BusinessUnit
- LegalEntity
- Party
- Resource
- AdditionalTerminationEvent
- CSAThresholdVariableSet
- CSAMinimumTransferAmountVariableSet
- MasterAgreementClause
- MasterAgreementClauseVariant
- MasterAgreementVariableSet
- IndexBase
range: string
required: true
entityIdentifier:
name: entityIdentifier
description: A legal entity identifier with a source (e.g. RED entity code).
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: LegalEntity
domain_of:
- LegalEntity
range: EntityIdentifier
multivalued: true
inlined: true
inlined_as_list: true