Skip to content

Class: SpecifiedEntities

A provision that allows each party to specify its Specified Entities for certain Events of Default and Termination Events.

URI: common_domain_model:SpecifiedEntities

 classDiagram
    class SpecifiedEntities
    click SpecifiedEntities href "../SpecifiedEntities/"
      SpecifiedEntities : specifiedEntity





        SpecifiedEntities --> "1..*" SpecifiedEntity : specifiedEntity
        click SpecifiedEntity href "../SpecifiedEntity/"



      SpecifiedEntities : specifiedEntityClause





        SpecifiedEntities --> "1" SpecifiedEntityClauseEnum : specifiedEntityClause
        click SpecifiedEntityClauseEnum href "../SpecifiedEntityClauseEnum/"



Slots

Name Cardinality and Range Description Inheritance
specifiedEntityClause 1
SpecifiedEntityClauseEnum
The Event of Default or Termination event for which Specified Entities terms ... direct
specifiedEntity 1..*
SpecifiedEntity
The party specific election of Specified Entities for the Event of Default or... direct

Usages

used by used in type used
MasterAgreement specifiedEntities range SpecifiedEntities

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: SpecifiedEntities
description: A provision that allows each party to specify its Specified Entities
  for certain Events of Default and Termination Events.
in_subset:
- cdm_legaldocumentation_master_isda
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- specifiedEntityClause
- specifiedEntity

Induced

name: SpecifiedEntities
description: A provision that allows each party to specify its Specified Entities
  for certain Events of Default and Termination Events.
in_subset:
- cdm_legaldocumentation_master_isda
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
  specifiedEntityClause:
    name: specifiedEntityClause
    description: The Event of Default or Termination event for which Specified Entities
      terms are being defined.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: SpecifiedEntities
    domain_of:
    - SpecifiedEntities
    range: SpecifiedEntityClauseEnum
    required: true
  specifiedEntity:
    name: specifiedEntity
    description: The party specific election of Specified Entities for the Event of
      Default or Termination Event specified.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: SpecifiedEntities
    domain_of:
    - SpecifiedEntities
    - SpecifiedEntity
    range: SpecifiedEntity
    required: true
    multivalued: true
    inlined: true
    inlined_as_list: true