Quantitative Methods in Finance Msc. in Finance Fall 2020: Instructions
Quantitative Methods in Finance Msc. in Finance Fall 2020: Instructions
MSc. in Finance
Fall 2020
In this assignment, you will have to implement several statistical methods for the estimation of the volatility
of an equity index.
The S&P 100 equity index is a subset of the S&P 500 including only the 100 U.S. stocks that tend to have
the largest market capitalization and be the most established companies of the S&P 500. The constituents
of the S&P 100 equity index are chosen to respect some sector balance and represented about 63% of the
market capitalization of the S&P 500 and almost 51% of the market capitalization of the U.S. equity markets
in January 20171 .
Instructions
This case study will be started during the online group work session following the lecture. Your group is
expected to work on this project during the session and at home before submission. You will be able to ask
any questions to help you complete the case study during the group online work sessions, the Q&A online
sessions, and on the Blackboard discussion board.
Assignments must be submitted using the R template provided (in both the .Rmd format and the .pdf
format obtained by using the Knit button in RStudio), otherwise assignment will receive a 0.
Late submissions will receive a 0.
c. (20 marks) Use the moving average model (MA) to estimate the volatility of the S&P 100 with two
different lags: n = 20, and n = 60 over the entire data-set. Plot both results on the same graph and
comment.
1 source: wikipedia.
1
d. (20 marks) Use the exponentially weighted moving average model (EWMA) to estimate the volatility
of the EURO STOXX 50 with two different parameters λ = 0.94 and λ = 0.97 over the entire data-set.
You should implement the model with the recursive expression where the initial volatility estimation
σ 2 (t = 0) is based on MA with n = 20. Plot both results on the same graph and comment.
e. (10 marks) Plot on the same graph the estimations using MA with n = 20, EWMA with λ = 0.94
together with the Implied Volatility of the S&P 100 (yahoo ticker: ˆVXO) over the entire data-set,
and comment. In particular, what conclusion can you draw on the level of volatility if you use an
estimation method based on historical data instead of an estimation based on implied volatility?
b. (10 marks) Can you confirm ex-post that the assumption on the parameters of the GARCH(1,1) model
are satisfied?
c. (10 marks) Compute the long-run volatility estimated from the GARCH(1,1) model and plot it on the
same graph as the fitted volatility.