deck_17555155 Flashcards

(43 cards)

1
Q

What type of market efficiency can we test and what information is contained in that type?

A

Semi strong mkt efficiency. Definition: prices reflect all public information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does efficiency in face of EMH mean?

A

Efficiency refers to the direction and magnitude of price fluctuations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is strong EMH?

A

Prices reflect not only public but all relevant information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the three steps of Event study design?

A

1) Identify event and timing
2) Specify benchmark model for normal returns
3) Calculate abnormal returns : AR = R - NR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Name three types of benchmark models.

A

Mean adjusted model, Market adjusted model (assumes beta of firm is 1), CAPM (NR = rf + beta MRP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How do we compute AAR, CAR, CAAR in AR matrix where rows are firm, and columns are time?

A

1) Computing average value of each column gives us AAR. Summing a row gives CAR. CAAR = 1/n Sum(CAR) and CAAR = sum(AAR)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is cross-sectional correlation and its impact on statistical inference?

A

cov(ARi,t ; ARj,t) != 0
Impact: T-test becomes invalid. If cov >0 then: Variance is bigger than estimated –> SE are too low –> t-test is too high –> H0 rejected too often

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How do we solve cross-sectional correlation?

A

Solution: Crude dependence SE or Average all returns cross-sectionally and treat these –> effectively we reduce matrix to one row only

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are Non Parametric tests and when are they used?

A

Sign Test: Tests proportion of negative to positive returns. Under H0: Distribution is symmetric and proportion is 50/50.
Rank Test: It is better than Sign test since it takes into consideration magnitude of AR.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do we deal with cross-sectional heteroskedasticity?

A

1) Adjust SE of AAR and CAAR
2) Standardize AR by firm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How do we estimate NR if time horizon is long?

A

In such a case it is more proper to use FF3-factor model.
NR= Ri-rf=a + b(MRP)+ gSMB + gHML + eit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a benefit of using the FF3-factor model?

A

Benefit: leads to lower cross-sectional corr of AR!!!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Describe the Pooled OLS approach in Panel Data.

A

Model pools observations from different time periods ignoring firms. This effectively combines panel data into one cross-section. Mitigates event clustering.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What do fixed firm and time effects do?

A

FFE: Controls for cross-sectional heterogeneity. Captures effects that vary across firms but not in time.
TFE: Controls for time level heterogeneity. Captures effects of variables that vary across time but are constant cross-sectionally.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are drawbacks of fixed effects?

A

FFE: Cannot identify effects of variables that are constant over time
TFE: Cannot identify effects of var. constant across firms.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How can we mitigate that SE are correlated across time or firms?

A

We can cluster SE. In that way error terms can covary within clusters but not between. We can cluster by firm, by time, or by both.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Do fixed effects take away the need for clustering of SE?

A

NO! Fixed effects do not fix the issue. Autocorrelation among error terms still remains.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Describe the FMB process.

A

1) Run a time series regression on each stock and obtain factor loadings (betas).
2) For each time period do a cross-sectional regression with factor loading betas as predictors. The resulting parameter estimates - gammas are the risk premia.

19
Q

What are benefits of FMB?

A

1) Allows for time variation in IV’s
2) Betas are allowed to change over time
3) Does not use forward looking inf.
4) Corrects for cross-sectional correlation of error terms

20
Q

What are the five OLS assumptions, with mathematical notation?

A

1) Linearity : yt = at + bxt + et
2) Random Sampling: cov(u_t ; u_t+j) = 0
3) Sample variation: Var[x] >0
4) ZCM: E[u_t |x] = 0
5) Homoskedasticity: V[u_t|x] = var < inf
6) Normality: u_t ~ N(0, var)

21
Q

What is the impact if x is not exogenous?

A

This implies that E[u_t|x]!=0
This means that x and y are jointly determined at the same time. Can’t make causal inference.

22
Q

If we have autocorrelation, which assumption is violated?

A

Random sample assumption: cov{u_t ; u_t+j) =0 is violated.

23
Q

If we observe non-stationarity, which assumption is violated?

A

Stationarity means: Unconditional joint probability distribution does change over time. This implies constant unconditional mean and variance. Hence Homoskedasticity is violated.

24
Q

When we have non-normality in small samples which test can we use to check for non-normality?

A

Bera-Jarque test. It tests whether skewness (b1) and kurtosis (b2) are jointly zero.

25
What solutions exist for dealing with non-normality?
1) Log transformation of IV 2) Winsorize data
26
Which assumption is violated if we have autocorrelation?
Autocorr. violates A2. Breusch-Godfrey test finds up to rth order autocorr.
27
How do we test for autocorr, when do we reject H0?
H0: no autocorr. 1) Estimate usual OLS and get all ut. 2) Regress u_t on all IV's plus all errors up to lagged u_t - r, and obtain R^2. if (T-r)R^2 > critical --> reject H0
28
What does positive autocorr do?
1) SE are too low --> t-test is biased upward --> Reject H0 too much.
29
How do we fix autocorr?
Newey-West (HAC) --> Adds less weight to higher autocovariance
30
What is the impact of autocorr on estimates?
Estimates are no longer EFFICIENT
31
We can also add lagged effects to deal with autocovariance. How?
y_t = a + b1x1,t +...+b_k*x_k,t + g1x1,t-1 +....+ g_k * x_k, t-1
32
What is a potential issue with lags?
Lagged effects can introduce multicollinearity.
33
Why add lagged effects?
1) Delayed Response 2) Over/Underreaction 3) Reduction of serial autocorrelation
34
Show the impact of measuring IV wrong.
New error term: (u_t - b2v_t) We have negative bias if b2>0 Estimated parameters will be biased towards zero
35
What does it mean for estimates to be consistent and unbiased?
unbiased : E[b_hat] = b consistent: lim P[|b_hat - b|0
36
What is a parameter stability test?
We want to test whether parameters are constant over time. Introduce dummies for sub periods. Then we deploy a chow test (H0: b1=b2) hence no structural break.
37
Can we have autocorrelation and stationarity at the same time?
Yes, stationarity requires the underlying structure to be the same, so no mean and variance change. Thus if within that probability distribution there is autocorrelation, it is possible.
38
What is the condition for stationarity?
-1 < phi < 1 || The weight of past shocks decreases the further away in time they are.
39
What is autocorrelation in a simple AR model?
It is the autoregressive coefficient to the power of the lag number.
40
What is an alternative Stationarity condition?
1) 1-phi*z - .... - phi_p * z^p = 0 where -1 > z > 1 --> (|z| >0)
41
Give two information criterions that help decide how many lags to include.
1) AIC: ln(var) + 2k/T 2) SBIC: ln(var) + (K/T) * ln(T)
42
What are the drawbacks of AIC and SBIC?
AIC is more stable but non consistent --> tends to choose bigger models. SBIC is more consistent but inefficient.
43
What is impulse response function?
It gives the long term impact of the shock to the variable in the AR model. When calculating it, we do it in ceteris paribus way -- assumption that all other shocks are zero.