Hi,
This might be tricky to work out without the data but I will try to describe it.
I am using stata 14.2 and need cumulative abnormal returns which I got using eventstudy2. I am trying to reconcile the number of observations (i.e. cumulative abnormal returns or CAR) I have which is 18. the observation window covers the month of June 2016 which has 30 days and had 9 non-trading days, I thought then that I need to deduct 2 days since my event window is (-1,0,1). When I look at the cumulative abnormal returns I get, there are a few things I understand and again some I don't. As expected I do not have CAR for the non-trading days, makes sense. However the odd thing is I have a CAR for the 1st of June and in total I have 18 observations of CAR. So from 30 days in June, I take 9 non-trading days, giving me 21. I don't have CAR for the 30th of June which I thought makes sense due to the event window being -1,0,1 but then oddly I have two days in the middle (10th June and 15th June) which have no CARs and I struggle to understand why.
Here is what I entered:
eventstudy2 security_id date using security_returns_file, evwlb(-1) evwub(1) eswlb(-250) returns(simple_return) model(MA) marketfile(marketfile) mar(market) idmar(marketref) risk(rf)
The dates in the security_returns_file go from 01st June 2015 to 30th June 2016.
Simple return is closing minus opening for each day for that period and the market file data contains the fields for each day
Do you have any idea why I might be missing the two dates but the 1st June is included (i.e. why i get 18 CAR)?
Thanks,
Patrick
This might be tricky to work out without the data but I will try to describe it.
I am using stata 14.2 and need cumulative abnormal returns which I got using eventstudy2. I am trying to reconcile the number of observations (i.e. cumulative abnormal returns or CAR) I have which is 18. the observation window covers the month of June 2016 which has 30 days and had 9 non-trading days, I thought then that I need to deduct 2 days since my event window is (-1,0,1). When I look at the cumulative abnormal returns I get, there are a few things I understand and again some I don't. As expected I do not have CAR for the non-trading days, makes sense. However the odd thing is I have a CAR for the 1st of June and in total I have 18 observations of CAR. So from 30 days in June, I take 9 non-trading days, giving me 21. I don't have CAR for the 30th of June which I thought makes sense due to the event window being -1,0,1 but then oddly I have two days in the middle (10th June and 15th June) which have no CARs and I struggle to understand why.
Here is what I entered:
eventstudy2 security_id date using security_returns_file, evwlb(-1) evwub(1) eswlb(-250) returns(simple_return) model(MA) marketfile(marketfile) mar(market) idmar(marketref) risk(rf)
The dates in the security_returns_file go from 01st June 2015 to 30th June 2016.
Simple return is closing minus opening for each day for that period and the market file data contains the fields for each day
Do you have any idea why I might be missing the two dates but the 1st June is included (i.e. why i get 18 CAR)?
Thanks,
Patrick
Comment