Signals/Code/DataDownloads/C_CompustatQuarterly.do
gen time_avail_m = mofd(datadate) + 3 // Assume data available with a 3 month lag
This may have two minor issues. If we compare the RDQ (which is the release date of earnings) and datadate:
- RDQ < datadate: more than 600 obsrvations.
- RDQ > datadate+90 (day): more than 50,000 observations (that are not public available with 90-day lag)
For above two scenarios, is it better to set epspxq and other quarterly accounting information to missing?
Signals/Code/DataDownloads/C_CompustatQuarterly.do
This may have two minor issues. If we compare the RDQ (which is the release date of earnings) and datadate:
For above two scenarios, is it better to set epspxq and other quarterly accounting information to missing?