Skip to content

Latest commit

 

History

History
21 lines (6 loc) · 869 Bytes

README.md

File metadata and controls

21 lines (6 loc) · 869 Bytes

Replicate Post-Earnings Announcement Drift (PEAD)

Description

This code creates earnings surprise measurement and replicates post-earnings announcement drift with I/B/E/S, Compustat, and CRSP datasets. I follow the code given by WRDS (see the article here) and write the stata code from the original SAS code. After the merge, the final sample contains 410, 966 firm-quarters with non-missing information in all three datasets from 1983Q3 to 2022Q1.

PEAD formed by analyst forecast-based measure (SUE3)

PEAD_SUE3

$$ \text{SUE3} = \frac{\text{Actual EPS } - \text{ Median estimate within the 90 days prior to the announcement}}{\text{price per share at the end of quarter t}} $$