Skip to content

Class: EquityCorporateEvents

A class for defining the merger events and their treatment.

URI: common_domain_model:EquityCorporateEvents

 classDiagram
    class EquityCorporateEvents
    click EquityCorporateEvents href "../EquityCorporateEvents/"
      EquityCorporateEvents : shareForCombined





        EquityCorporateEvents --> "1" ShareExtraordinaryEventEnum : shareForCombined
        click ShareExtraordinaryEventEnum href "../ShareExtraordinaryEventEnum/"



      EquityCorporateEvents : shareForOther





        EquityCorporateEvents --> "1" ShareExtraordinaryEventEnum : shareForOther
        click ShareExtraordinaryEventEnum href "../ShareExtraordinaryEventEnum/"



      EquityCorporateEvents : shareForShare





        EquityCorporateEvents --> "1" ShareExtraordinaryEventEnum : shareForShare
        click ShareExtraordinaryEventEnum href "../ShareExtraordinaryEventEnum/"



Slots

Name Cardinality and Range Description Inheritance
shareForShare 1
ShareExtraordinaryEventEnum
Shall occur if a Merger Event occurs and the consideration for the relevant S... direct
shareForOther 1
ShareExtraordinaryEventEnum
Shall occur if a Merger Event occurs and the consideration for the relevant S... direct
shareForCombined 1
ShareExtraordinaryEventEnum
Shall occur if a Merger Event occurs and the consideration for the relevant S... direct

Usages

used by used in type used
ExtraordinaryEvents mergerEvents range EquityCorporateEvents
ExtraordinaryEvents tenderOfferEvents range EquityCorporateEvents

In Subsets

See Also

Notes

  • ISDA SecurityEquitySwapConfirmation_2018

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: EquityCorporateEvents
description: A class for defining the merger events and their treatment.
notes:
- ISDA SecurityEquitySwapConfirmation_2018
in_subset:
- cdm_legaldocumentation_transaction_additionalterms
from_schema: https://w3id.org/lmodel/common-domain-model
see_also:
- isda:SecurityEquitySwapConfirmation_2018
slots:
- shareForShare
- shareForOther
- shareForCombined

Induced

name: EquityCorporateEvents
description: A class for defining the merger events and their treatment.
notes:
- ISDA SecurityEquitySwapConfirmation_2018
in_subset:
- cdm_legaldocumentation_transaction_additionalterms
from_schema: https://w3id.org/lmodel/common-domain-model
see_also:
- isda:SecurityEquitySwapConfirmation_2018
attributes:
  shareForShare:
    name: shareForShare
    description: Shall occur if a Merger Event occurs and the consideration for the
      relevant Security consists solely of Combined Consideration.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: EquityCorporateEvents
    domain_of:
    - EquityCorporateEvents
    range: ShareExtraordinaryEventEnum
    required: true
  shareForOther:
    name: shareForOther
    description: Shall occur if a Merger Event occurs and the consideration for the
      relevant Security consists solely of Other Consideration.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: EquityCorporateEvents
    domain_of:
    - EquityCorporateEvents
    range: ShareExtraordinaryEventEnum
    required: true
  shareForCombined:
    name: shareForCombined
    description: Shall occur if a Merger Event occurs and the consideration for the
      relevant Security consists solely of Combined Consideration.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: EquityCorporateEvents
    domain_of:
    - EquityCorporateEvents
    range: ShareExtraordinaryEventEnum
    required: true