Event Study
Introduction
An event study is a powerful empirical analysis method used primarily in the financial realm to assess the impact of a specific event on the value of a firm. Events can range from earnings announcements, mergers and acquisitions, regulatory changes, to macroeconomic news, among others. The primary goal of an event study is to determine whether there is an abnormal return around the time of the event, thus providing insight into how investors perceive the information conveyed by the event.
Key Concepts and Methodology
Abnormal Returns
Abnormal returns are returns that differ from the expected returns based on some model. In an event study, the abnormal return is the difference between the actual return and the normal, or expected, return estimated over a certain period. The formula for abnormal returns is generally stated as:
AR_it = R_it - E(R_it)
where:
AR_it
is the abnormal return for stock i at time t.R_it
is the actual return for stock i at time t.E(R_it)
is the expected return for stock i at time t.
Event Window and Estimation Window
The event window is the period over which the event’s impact is assessed. This window is usually centered around the event date, but it can vary in length depending on the nature of the event and the researcher’s interest.
The estimation window is a period before the event window and is used to estimate the normal performance of the security. The returns during this period are used to generate the expected return model, which could be based on various asset pricing models such as the Market Model, CAPM, or others.
Cumulative Abnormal Returns (CAR) and Average Abnormal Returns (AAR)
To assess the overall impact of an event over a period, researchers often compute the cumulative abnormal returns (CAR). The CAR aggregates the abnormal returns over the event window. The average abnormal return (AAR) across multiple events or securities is also used for robustness, offering a more generalized view.
The formulas are typically as follows:
CAR_i(t_1, t_2) = Σ AR_it from t=t1 to t=t2
AAR_t = (1/N) Σ AR_it from i=1 to N
where:
CAR_i(t_1, t_2)
is the cumulative abnormal return for security i from time t1 to t2.AAR_t
is the average abnormal return at time t.- N is the number of events or securities.
Steps in Conducting an Event Study
- Event Identification: Identify the event of interest and determine the event date.
- Selection of Firms: Choose the sample of firms or securities affected by the event.
- Estimation Window: Define the estimation window to calculate the expected returns.
- Event Window: Specify the event window to assess the impact.
- Model Selection: Select a model to estimate expected returns (e.g., Market Model, CAPM).
- Estimation of Expected Returns: Estimate the expected returns using data from the estimation window.
- Calculation of Abnormal Returns: Calculate the abnormal returns during the event window.
- Statistical Testing: Use statistical tests to determine the significance of abnormal returns.
Models for Expected Return Estimation
The Market Model
The Market Model is one of the most commonly used models in event studies. It is based on the linear relationship between the securities’ returns and the market’s returns.
R_it = α_i + β_i R_mt + ε_it
where:
R_it
is the return on security i at time t.R_mt
is the return on the market portfolio at time t.α_i
andβ_i
are parameters estimated over the estimation window.ε_it
is the error term.
Capital Asset Pricing Model (CAPM)
The CAPM model provides another robust method for estimating expected returns, incorporating the risk-free rate along with market risk.
E(R_it) = R_f + β_i (R_mt - R_f)
where:
R_f
is the risk-free rate.- Other terms are as previously defined.
Applications of Event Studies
Event studies are used widely in both academic research and by practitioners to analyze various events:
- Earnings Announcements: To understand market reactions to earnings surprises.
- Mergers and Acquisitions: To evaluate the impact of merger announcements on stock prices of the acquiring and target firms.
- Policy Changes: To examine how regulatory changes affect stock prices.
- Corporate Actions: To assess the impact of stock splits, dividend announcements, and share repurchases.
- Macroeconomic Announcements: To understand market responses to changes in interest rates, GDP announcements, or inflation data.
Statistical Tests in Event Studies
Various statistical tests are used to evaluate the significance of abnormal returns:
- Student’s t-Test: Often used to test whether the abnormal returns are significantly different from zero.
- Parametric Tests: Includes tests assuming a normal distribution of abnormal returns.
- Non-Parametric Tests: Includes tests like the Sign Test or Rank Test, which do not assume any specific distribution for abnormal returns.
Contemporary Tools and Software for Event Studies
Eventus
Eventus is a popular software package that facilitates event study analysis. It is integrated with various databases and supports numerous statistical tests. Information about Eventus can be found at: Eventus.
Event Study Metrics
Another comprehensive tool is Event Study Metrics, which provides a user-friendly interface for conducting various types of event studies. More details can be found at: Event Study Metrics.
R and Python Packages
For those who prefer open-source tools, R and Python offer powerful packages for conducting event studies. In R, the eventstudies
package is widely used, while Python’s PyEMD
package offers robust tools for event study analysis.
Case Study: Analyzing the Impact of a Merger Announcement
Step-by-Step Guide
- Event Identification: Identify a major merger announcement and the announcement date.
- Sample Selection: Select the acquiring and target firms.
- Estimation Window: Choose an estimation window of, say, 120 days prior to the event.
- Event Window: Choose an event window of [-10, +10] days surrounding the event date.
- Model Selection: Use the Market Model for expected return estimation.
- Data Collection: Gather historical stock price data and market index data.
- Estimation: Estimate the Market Model parameters using data from the estimation window.
- Calculation: Compute abnormal returns and cumulative abnormal returns.
- Testing: Conduct statistical tests to determine the significance of abnormal returns.
Results Interpretation
Analyze the CAR and statistical test results to conclude whether the merger announcement had a significant impact on the stock prices of the acquiring and target firms.
Conclusion
Event studies are a cornerstone of empirical finance and provide robust tools to assess the impact of various events on security prices. With a well-defined methodology, selection of appropriate models, and use of contemporary tools, researchers and practitioners can derive significant insights into market behaviors and investor reactions.