I am getting a strange regression result with a dummy variable which I assume is not possible and now I am doubting whether what I am doing is right.
Here is a brief overview of what I am doing.
I analyze fund price deviations from net asset value and want to see what explains these deviations. Sometimes mutual funds trade at higher or lower prices than what their underlying assets are worth (for nonfinance people :) )
i use daily data over 10 funds, create a panel, and apply some variables including a dummy that is 1 over the recent financial crisis period.
my dependent variable is the log difference between fund price and the net asset value. if the resulting value is positive its a premium, if its negative a discount. because i only care about what explains the deviation from net asset value i use the absolute difference between the two
the image below shows the development of premiums and discounts (not absolute values of course) over the period... the dummy is set to 1 over the 2007-08 period when the deviations widen

now i wonder how it is possible that in the final regression i get a negative coefficient for my crisis dummy that looks like this:
Coefficient Std. Error t-Statistic Prob.
DUMMY -0.001544 0.000271 -5.704378 0.0000
wouldn't this imply that the existence of the crisis decreased the deviation and brought the price closer to the fundamental value?
if so, what could i have done wrong with my model? from the looks of that graph the crisis period dummy should give me a positive coefficient or shouldn't it?
since I am no expert please find the model specification below
I used a fixed-effects model
with cross-section GLS weights and coef covariance method set to white cross-section
however i should note i am only partially sure that the latter two are actually correct, however even when i use cross-section SUR on the latter two i still get a negative coefficient
below the header of my eviews output:
Method: Panel EGLS (Cross-section weights)
Periods included: 1266
Cross-sections included: 20
Total panel (balanced) observations: 22002
Linear estimation after one-step weighting matrix
White cross-section standard errors & covariance (d.f. corrected)
i am really desperate and have no idea what to think. if you have any comments, even if its just saying that my model estimation isn't completely useless, that would be greatly appreciated!
thanks in advance
