Class: Merger
Defines the underlier for both the Purchaser Company and the Acquired Compagny involved in Merger corporate action, as well as th respective price observation for each.
URI: common_domain_model:Merger
classDiagram
class Merger
click Merger href "../Merger/"
Merger : acquiredSecurity
Merger --> "1" Security : acquiredSecurity
click Security href "../Security/"
Merger : acquiredSecurityPrice
Merger --> "1" Price : acquiredSecurityPrice
click Price href "../Price/"
Merger : purchaserSecurity
Merger --> "1" Security : purchaserSecurity
click Security href "../Security/"
Merger : purchaserSecurityPrice
Merger --> "1" Price : purchaserSecurityPrice
click Price href "../Price/"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| purchaserSecurity | 1 Security |
Defines the underlier for the Purchaser Company involved in Merger corporate ... | direct |
| purchaserSecurityPrice | 1 Price |
The price observation that relates to underlier for the Purchaser Company | direct |
| acquiredSecurity | 1 Security |
Defines the underlier for the Acquired Company involved in Merger corporate a... | direct |
| acquiredSecurityPrice | 1 Price |
The price observation that relates to underlier for the Acquired Company | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| AdjustmentFactorCalculationTerms | merger | range | Merger |
In Subsets
Comments
- Rosetta condition: EquityPrice — purchaserSecurity -> securityType = Equity and acquiredSecurity -> securityType = Equity
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | common_domain_model:Merger |
| native | common_domain_model:Merger |
LinkML Source
Direct
name: Merger
description: Defines the underlier for both the Purchaser Company and the Acquired
Compagny involved in Merger corporate action, as well as th respective price observation
for each.
comments:
- 'Rosetta condition: EquityPrice — purchaserSecurity -> securityType = Equity and
acquiredSecurity -> securityType = Equity'
in_subset:
- cdm_event_common
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- purchaserSecurity
- purchaserSecurityPrice
- acquiredSecurity
- acquiredSecurityPrice
Induced
name: Merger
description: Defines the underlier for both the Purchaser Company and the Acquired
Compagny involved in Merger corporate action, as well as th respective price observation
for each.
comments:
- 'Rosetta condition: EquityPrice — purchaserSecurity -> securityType = Equity and
acquiredSecurity -> securityType = Equity'
in_subset:
- cdm_event_common
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
purchaserSecurity:
name: purchaserSecurity
description: Defines the underlier for the Purchaser Company involved in Merger
corporate action.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: Merger
domain_of:
- Merger
range: Security
required: true
purchaserSecurityPrice:
name: purchaserSecurityPrice
description: The price observation that relates to underlier for the Purchaser
Company.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: Merger
domain_of:
- Merger
range: Price
required: true
acquiredSecurity:
name: acquiredSecurity
description: Defines the underlier for the Acquired Company involved in Merger
corporate action.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: Merger
domain_of:
- Merger
range: Security
required: true
acquiredSecurityPrice:
name: acquiredSecurityPrice
description: The price observation that relates to underlier for the Acquired
Company.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: Merger
domain_of:
- Merger
range: Price
required: true