Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: daixieit

Empirical Project 1

(FIN 550E, Fall 2022)

1. Introduction

The focus of the project is two-fold: (i) to induce you to work with a data set, prepare the necessary variable, and test hypotheses; (ii) to examine some anomalies that we discussed in class:

• The post-earnings-announcement drift (Chan, Jegadeesh, and Lakonishok, 1996; Bernard and Thomas, 1989). Announcements of good news in earnings are followed by higher returns over next 2-3 quarters, against the prediction that arbitrage would eliminate predictability in returns.

• Less immediate response and more drift in the presence of more distractions (DellaVigna and Pollet, 2009). Drift is stronger for announcements, and the immediate response is lower for announcements made on high-distraction days (e.g., Friday). This is consistent with higher investor inattention with more distractions.

Earnings Surprises. The main focus on the literature on earnings announcement has been on the response of investors to new information. Several measures have been proposed in the literature to quantify the new information. In this project, we will focus on one measure that compares the earnings announcement ?!,# for company ? in quarter ? with the corresponding analyst forecast ?̂ !,# . The analyst forecast is defined as the median forecast among all the analysts that make a forecast in the last 60 (trading) days before the earnings announcement. If an analyst made multiple forecasts in this time horizon, we consider the most recent one.

The earnings surprise is defined as the difference between the earnings announcement and the forecast divided by the lagged price 5 trading days before the announcement date:

?!,# = ? !,# − ?̂ !,# ? !,#

The price of a share works as a renormalization factor: the earnings are measured as earnings in dollar per share. The division by lagged price measures the earnings surprise as a fraction of the value of the company. If ?!,# = 0.01, it means that the company earned unexpected profits equal to 1 percent of the value of the company.

Returns. We consider the response of stock returns to earnings surprises at different horizons. To capture the immediate response, one could look at window [0,0], that is the stock return of the same day as the announcement. However, since announcements are often made after the markets are closed, one should look at [0,1], that is the return for the same day and the next day. If one wants to look at the delayed response to the earnings announcement, a typical measure is [3,75], that is the stock returns for the period three days to 75 days after the announcement (where days are always meant as trading days).

As for the measure of returns, we will simply consider market-adjusted return defined as the difference between the raw return and the market return. For example, the market adjusted return for stock ? for window [0,1] of quarter ? is defined as

?![,%# ,&] − ?![,%( ,&]

Data. For convenience, I have already merged for you the information from Compustat, CRSP, and IBES. All data could be obtained from Wharton Research Data Service (https://wrds-www.wharton.upenn.edu).

In this project, you will use “earnings.csv” (or “earnings.dta” for Stata), which you can download from canvas. The first row of the file contains the variable names. The dataset includes earnings, corresponding earnings forecast, and returns around earnings announcements from 1995 through 2004. Each row represents one earnings announcement. (In order to make the data set small enough, the dataset contains only companies with name up to “M”.) It contains the following variables:

- permno (or cusip): company identifier.

- coname: company name

- siccode: SIC code of industry

- date: earnings announcement date

- year: the year of the earnings announcement date

- medact: actual earnings per share

- medest60: median earnings forecast in the last 60 days

- adj: adjustment factor (which will be used to adjust earnings and price from different periods)

- lagprice: lagged price

- netwin1: market-adjusted return for window [0,1]

- netwin2: market-adjusted return for window [3,75]

2. Assignment

While a coding language is generally easier for this type of task and strongly encouraged, this problem set can be completed using Excel. Softwares (e.g. Stata, MATLAB) can be accessed through the Virtual Computer Lab. More information can be found: https://sites.wustl.edu/olinit/virtual-lab/

Please submit your code or log file (or your working excel file) along with the write-up for the questions through Canvas by team. In the write-up, you only need to include related information requested in the question subsections.

Part 1: data preparation

A. Compute earnings surprises (s) = )*+×((.*)/0 1(.*.203%) 5)6789/.

B. Look at the summary statistics of main variables (refer to the question below).

C. Winsorize s, netwin1, netwin2 at 0.5% and 99.5% level (winsorization is to set all outliers to a specified percentile of the data; for example, the winsorization here would set all data below the 0.5th percentile set to the 0.5th percentile, and data above the 95.5th percentile set to the 95.5th percentile)

For your convenience, I've done A and C for you. I’ve included the winsorized variables to the dataset, they are named as sw, netwin1w and netwin2w.

Question: Report the summary statistics (mean, standard deviation, min, p10, p25, median, p75, p90, max) of earnings surprises (s), netwin1, and netwin2 (variables before the winsorization). Do you see outliers that may affect your analysis?

Part 2: short-run response

For each year, sort the announcements by earnings surprise (??) into 11 quantiles:

- Define quantile 6 as the group of announcements with no surprise (?? = 0)

- Divide the announcements with negative surprises (?? < 0) in 5 equal-sized groups, with group 1 being the one with the most negative announcements and group 5 the one with least negative. The breakpoints for the quantiles are determined separately for each year.

- Similarly, divide announcements with positive surprises ?? > 0 in 5 equal sized groups (groups 7 through 11). Group 11 will be the one with the most positive surprises. The breakpoints for the quantiles are determined separately for each year.

Compute average market-adjusted returns [0,1] ( ??????1? ) and average earnings surprises across earnings announcements within each quantile for each year.

Now, you should have a set of eleven market-adjusted returns [0,1] (??????1?) and eleven average earnings surprises (??) for each year. Generate the following tables and compute the average value of the yearly averages for each quantile in the bottom row:Year

???(??????1?)_1

???(??????1?)_11

1995

2004

Avg across years

Year

???(??)_1

???(??)_11

1995

2004

Avg across years

Using the bottom row of the above tables, plot:

- Figure 1: Average market-adjusted returns [0,1] (??????1?) against average earnings surprises for these 11 quantiles (similar to figure 1d in DellaVigna and Pollet (2009), without separating the plot by Fridays/Other Days)

- Figure 2: Average market-adjusted returns [0,1] (??????1?) as a function of these 11 quantiles (similar to figure 1a in DellaVigna and Pollet (2009), without separating the plot by Fridays/Other Days)

Question:

(1) Plot the two figures (Figures 1 and 2) as described above.

(2) Is the relationship between the market-adjusted return and the earnings surprise shown in Figure 1 linear? Provide one interpretation for the observed non-linearity. That is, what features does the information contained in the earnings news have to have to justify this shape? (No need to be behavioral here.)

(3) Is the relationship in Figure 2 linear? How do you interpret the economic magnitude here? How do you explain this linear relationship?

Part 3: Post-earnings announcement drift

Question: Use the quantile methodology to plot market-adjusted returns [3,75] (??????2?) as a function of the 11 quantiles in the earnings surprise variable (??). What does the theory of efficient financial markets predict? What do you find? Measure the drift as the difference between the average market-adjusted return for the highest quantile minus the average market-adjusted return for the lowest quantile. Compute a t stat for the difference and discuss its statistical significance.

Part 4: Inattention and distractions

DellaVigna and Pollet (2009) use Friday as a proxy for distractions to study the impact of distractions on the speed with which returns incorporate the earnings information.

Question: Use the quantile methodology, test whether there is less immediate response of stock returns (??????1?) and more drift (??????2?) for announcements on Friday than announcements on other days. Present and explain your results.

Part 5: Open-ended (extra credit, not required)

(1) Have you noticed any other interesting phenomenon in the data? Write about it. Is this related to a feature of the trading environment, to an informational story, to a behavioral story? Any general lessons?

(2) Besides the empirical evidence we have discussed in class, do you have any other ideas about asset pricing pattern which may be driven by investors’ inattention? Please elaborate the basic idea and how you can test it.