Merger Event
MergerEventCAECombination of two legal entities, typically with one acquiring the other, often involving an exchange of cash, stock, or both.
Datasets representing this concept
1 dataset| Dataset | Role | Pure |
|---|---|---|
| merger_event | primary | Pure Model -> |
Pure Class
FIBO-grounded class definition for this concept: properties, multiplicities, and source-column annotations. Per-dataset Mapping and Table blocks live on each dataset's Pure Model tab.
<<Lineage.parquetBacked>>
{Lineage.parquetPath = 'out/parquet/merger_event.parquet', Lineage.fiboModule = 'CAE', Lineage.fiboConcept = 'MergerEvent', Lineage.datasetTitle = 'Merger Events'}
// Merger-specific economics — acquirer and target entities, consideration type, exchange ratio or cash per share.
Class fibo::cae::MergerEvent
{
// EventIdentifier: Internal surrogate key for a corporate-action event.
eventId : Integer[1];
// LegalEntityIdentifier: Globally unique 20-character code (ISO 17442) assigned to a legal entity for identification in financial transactions.
acquirerLei : String[1];
// LegalEntityIdentifier: Globally unique 20-character code (ISO 17442) assigned to a legal entity for identification in financial transactions.
targetLei : String[1];
// ConsiderationType: Form of payment in a merger (cash, stock, or mixed).
considerationType : String[1];
// DividendPerShare: Gross cash amount paid per share before any withholding tax.
cashPerShare : Decimal[0..1];
// ExchangeRatio: Number of acquirer shares received for each target share in a stock-for-stock merger.
exchangeRatio : Decimal[0..1];
// ISO4217CurrencyCode: Three-letter code (e.g., USD, EUR, JPY) that uniquely identifies a currency under ISO 4217.
considerationCurrency : String[0..1];
}