Skip to content

Class: BusinessUnit

A class to specify an organizational unit.

URI: common_domain_model:BusinessUnit

 classDiagram
    class BusinessUnit
    click BusinessUnit href "../BusinessUnit/"
      BusinessUnit : contactInformation





        BusinessUnit --> "0..1" ContactInformation : contactInformation
        click ContactInformation href "../ContactInformation/"



      BusinessUnit : identifier





        BusinessUnit --> "0..1" Identifier : identifier
        click Identifier href "../Identifier/"



      BusinessUnit : name

Slots

Name Cardinality and Range Description Inheritance
name 1
string
A name used to describe the organizational unit direct
identifier 0..1
Identifier
An identifier used to uniquely identify the organizational unit direct
contactInformation 0..1
ContactInformation
The contact information for such business unit, when different from the conta... direct

Usages

used by used in type used
Party businessUnit range BusinessUnit

In Subsets

Identifier and Mapping Information

Annotations

property value
metadata_key True

Schema Source

Mappings

Mapping Type Mapped Value
self common_domain_model:BusinessUnit
native common_domain_model:BusinessUnit
related oscal:Location
close fpml_5_10:BusinessUnit, gist:Organization, spdx:Organization

LinkML Source

Direct

name: BusinessUnit
annotations:
  metadata_key:
    tag: metadata_key
    value: true
description: A class to specify an organizational unit.
in_subset:
- cdm_base_staticdata_party
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- fpml_5_10:BusinessUnit
- gist:Organization
- spdx:Organization
related_mappings:
- oscal:Location
slots:
- name
- identifier
- contactInformation
slot_usage:
  name:
    name: name
    description: A name used to describe the organizational unit
    required: true
  identifier:
    name: identifier
    description: An identifier used to uniquely identify the organizational unit
    range: Identifier
    required: false
    multivalued: false
    inlined_as_list: true

Induced

name: BusinessUnit
annotations:
  metadata_key:
    tag: metadata_key
    value: true
description: A class to specify an organizational unit.
in_subset:
- cdm_base_staticdata_party
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- fpml_5_10:BusinessUnit
- gist:Organization
- spdx:Organization
related_mappings:
- oscal:Location
slot_usage:
  name:
    name: name
    description: A name used to describe the organizational unit
    required: true
  identifier:
    name: identifier
    description: An identifier used to uniquely identify the organizational unit
    range: Identifier
    required: false
    multivalued: false
    inlined_as_list: true
attributes:
  name:
    name: name
    annotations:
      metadata_scheme:
        tag: metadata_scheme
        value: true
    description: A name used to describe the organizational unit
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: BusinessUnit
    domain_of:
    - TaxonomyValue
    - BusinessUnit
    - LegalEntity
    - Party
    - Resource
    - AdditionalTerminationEvent
    - CSAThresholdVariableSet
    - CSAMinimumTransferAmountVariableSet
    - MasterAgreementClause
    - MasterAgreementClauseVariant
    - MasterAgreementVariableSet
    - IndexBase
    range: string
    required: true
  identifier:
    name: identifier
    description: An identifier used to uniquely identify the organizational unit
    from_schema: https://w3id.org/lmodel/common-domain-model
    close_mappings:
    - fpml_5_10:AssetBase.identifier
    rank: 1000
    owner: BusinessUnit
    domain_of:
    - AssetBase
    - AssetIdentifier
    - ProductIdentifier
    - AssignedIdentifier
    - BusinessUnit
    - PartyIdentifier
    - EntityIdentifier
    - PersonIdentifier
    - TransferBase
    - OtherAgreement
    - LegalAgreementBase
    - NonLegalEntity
    - MasterAgreementClauseVariant
    - Clause
    - ContractualDefinition
    - FloatingRateIndexMap
    - EligibleCollateralSpecification
    - NonTransferableProduct
    range: Identifier
    required: false
    multivalued: false
    inlined: true
    inlined_as_list: true
  contactInformation:
    name: contactInformation
    description: The contact information for such business unit, when different from
      the contact information associated with the party.
    from_schema: https://w3id.org/lmodel/common-domain-model
    close_mappings:
    - fpml_5_10:BusinessUnit.contactInformation
    rank: 1000
    owner: BusinessUnit
    domain_of:
    - BusinessUnit
    - NaturalPerson
    - Party
    range: ContactInformation