5250 Final 2019 Practice
5250 Final 2019 Practice
6
4
2
2
1
0
0
−2
−1
−4
−2
−6
−3
0 200 400 600 800 1000 0 200 400 600 800 1000
(a) (b)
3
5
2
1
0
0
−1
−2
−5
−3
0 200 400 600 800 1000 0 200 400 600 800 1000
(c) (d)
(3-4). The following Q-Q plots compare the daily returns on S&P500 index with the normal
distribution and Cauchy distribution.
(7) A dataset has 100 observations and the smallest 20 of them are:
-3.51 -2.17 -1.64 -1.63 -1.59 -1.58 -1.55 -1.54 -1.50 -1.47
-1.41 -1.38 -1.31 -1.28 -1.27 -1.21 -1.15 -1.11 -1.09 -1.05
What is the empirical 2%-quantile of this dataset?
(a) -1.05 (b) 2.17 (c) -2.17 (d) -1.47
(8) Bank A reports that 1% VaR for monthly return is 2%. What is the proper interpre-
tation of this?
(a) If the bank invests $ 100 million for a month, we will always see losses larger than
$ 2 million.
(b) There is a 1% probability that the bank will gain less than 2% over a month.
(c) There is a 1% probability that the bank will lose more than 2% over a month.
(d) There is a 1% probability that the bank will lose less than 2% over a month.
(9) You are considering three investment plans for the next 36 months. Plan X, plan Y,
and plan Z which is a mixture of X and Y that requires rebalancing at the beginning
of each month. Which of the following is correct about plan Z?
(a) Plan Z must be worse than the better one between plans X and Y.
(b) The performance of plan Z can be slightly better than both plans X and Y but
can not be substantially better.
(c) The performance of plan Z must be between the performance of plans X and Y.
(d) The performance of plan Z can be substantially better than both plans X and Y.
(10) (Optional Exercise, won’t be covered in Exam.) The plots below are generated by 3
different processes, identify each of them:
20
6
150
10
4
0
2
100
−10
0
a
−20
−2
50
−30
−4
−40
−6
0
−50
0 200 400 600 800 1000 0 200 400 600 800 1000 0 200 400 600 800 1000
(2) T F A√random variable X ∼ N (0, 1). It√is known that the density of N (0, 1)
at 0 equals 1/ 2π, and so P (X = 0) equals 1/ 2π.
(7) T F The standard deviation of returns is usually smaller than the mean of
returns.
(8) T F The unconditional distribution of daily returns usually have fatter tails
than the normal distribution.
(10) T F The market related variance and non market related variance can be
diversified away by holding a large enough portfolio.
Problem III. Suppose we have the following market models for assets A and B
2. [6 points] For a portfolio with 30% A and 70% B, calculate the portfolio αP , βP (the
intercept and slope of the market model for the portfolio) and the conditional variance of
2
the portfolio return σP,t+1 = Vart (RP,t+1 ).
5
3. [4 points] Assume normality. For a portfolio with 0% A and 100% B, find the 1%
VaR for the one-day ahead return. Is this higher or lower than the one-day 1% VaR of the
portfolio considered in question 2 above?
Problem IV. Excess return "rex " of a stock has been fitted into a single factor model
with predictor market excess return "rMex " using LS regression. Here is the summary of the
fit:
1. Based on the fitting result, is the predictor "rMex " useful in explaining the variation in
the return?
Suppose the excess return of stock is then fitted into Fama-French three factor model using
LS regression. Here is the summary of the fit:
lm(formula = r_ex ~ rM_ex + rSmB + rHmL)
Coefficients:
(Intercept) 0.087626 0.015218 5.758 2.51e-08 ***
rM_ex 0.999595 0.007262 137.638 < 2e-16 ***
rSmB 1.139450 0.217624 5.236 3.50e-07 ***
rHmL 1.349625 0.688321 1.961 0.051 .
---
Signif. codes: 0 ’***’ 0.001 ’**’ 0.01 ’*’ 0.05 ’.’ 0.1 ’ ’ 1
Residual standard error: 0.1076 on 248 degrees of freedom
Multiple R-squared: 0.9871, Adjusted R-squared: 0.987
F-statistic: 6329 on 3 and 248 DF, p-value: < 2.2e-16
4. Based on the fitted result, are the three factors as a whole statistically significant for
FF-3 factor model? Is any single one of the factors statistically significant for FF-3 factor
model? (Set significance level to be 5%) .
5. Based on all information given in this problem, how much can the single factor explain
the variation in the returns? How much can the three factors explain the variation in the
returns?
6. Suppose we conduct a partial-F test to check if the 3-factor model explian statistically
significantly more variation in the response than the single factor model. Here is the summary
of the partial-F test:
Analysis of Variance Table
Model 1: r_ex ~ rM_ex
Model 2: r_ex ~ rM_ex + rSmB + rHmL
Res.Df RSS Df Sum of Sq F Pr(>F)
1 250 3.2422
2 248 2.8737 2 0.36847 15.899 3.186e-07 ***
---
Signif. codes: 0 ’***’ 0.001 ’**’ 0.01 ’*’ 0.05 ’.’ 0.1 ’ ’ 1
Problem IV. The variance of a stock return data (n=500) is fitted by GARCH(1,1) mod-
el:
2
σt+1 = 0.000002 + 0.1 ∗ Xt2 + 0.78 ∗ σt2 , and the most recent 3 observations are listed below:
2. Forecast the (conditional standard) deviation for day-501 (given information up to day
500).
3. What is the distribution of the return at day-501 given all the information up to
day-500? Construct a 95% prediction interval for the return at day-501.