Deal all,
I am using the user-written eventstudy2 command to calculate announcement returns. The program works excellent, however I still have two question regarding the result files.
When I open the "arfile", I notice that in some rows a value for the column with the abnormal return is missing. In addition, these rows (with the missing abnormal returns) also show missing values for the security returns ("rit") and the market returns ("rmkt"), which are however all present in my "security_returns_file" and "marketfile". Is it correct that the corresponding values in the "arfile" are set to missing anyway?
As a result (according to my impression), the CARs for some events and eventwindows are not calculated either. What can I do so that all ARs and subsequently all CARs are properly calculated?
Attached you can find the corresponding code I used.
I would appreciate a brief answer to my question.
Many thanks in advance.
Best wishes,
Leon
I am using the user-written eventstudy2 command to calculate announcement returns. The program works excellent, however I still have two question regarding the result files.
When I open the "arfile", I notice that in some rows a value for the column with the abnormal return is missing. In addition, these rows (with the missing abnormal returns) also show missing values for the security returns ("rit") and the market returns ("rmkt"), which are however all present in my "security_returns_file" and "marketfile". Is it correct that the corresponding values in the "arfile" are set to missing anyway?
As a result (according to my impression), the CARs for some events and eventwindows are not calculated either. What can I do so that all ARs and subsequently all CARs are properly calculated?
Attached you can find the corresponding code I used.
Code:
eventstudy2 gvkey datadate using trading_file, returns(rit) car1LB(-1) car1UB(1) model(FM) marketfile(market_file) marketreturns(rmkt) evwlb(-10) evwub(10) eswlb(-250) eswub(-50) /// aarfile(aar_v1) carfile(car_v1) arfile(ar_v1) crossfile(car_crosssection_v1) diagnosticsfile(diagonistics_v1) graphfile(graph_v1) delweekend datelinethreshold(0.2) shift(3) replace
Many thanks in advance.
Best wishes,
Leon
Comment