Python代写-QBUS6830
时间:2021-11-12
Business School
QBUS6830
Financial Time Series and Forecasting
Semester 2, 2021

Group Assignment Part II

Group Assignment Part II will contribute 25% towards your final grade and is to be
completed in your existing group for Part I. The due date is Friday 12th November, by
11:59pm via online submission in Canvas.


Obtaining Data and Excel Questions
For this assignment you will need to use the same assets you used in Part I. The Jupyter
notebook file part_2_data_prep.ipynb will assist you to extract 3 of these assets and price
data on those assets for the dates required.

Submission Requirements
The assignment submission consists of 3 parts; a Jupyter notebook file with numerical and
written answers and all Python code used, plus group Meeting Minutes and a Peer
Assessment form.
In the Jupyter notebook file, you should provide your answers to all questions below, by
including Python output and written answers (you can type in any input cell by using the
“markdown” option in Jupyter). Only one student should submit this file, per group.

A template for the group Meeting Minutes will be placed on Canvas and should have entries
for at least 3 group meetings. Only one student should submit per group.

Finally, the Peer Assessment Form, requires each group member to assess the
contributions of their fellow group members and will be used to adjust marks in the case
where student contribution differs significantly across group members. Each member of the
group must submit their own Peer Assessment form.

Submission links will become available in Canvas shortly before the due date.
QBUS6830, Financial Time Series and Forecasting

Volatility Modelling and Risk forecasting

In this assignment you are required to build and assess a range of models for forecasting
market risk for asset 1 in your data set.

You will employ a range of volatility models and will examine the accuracy of 1-period ahead
volatility forecasts. Note that once you have chosen models based on your in-sample period,
you should use those same models for all of your forecast periods: e.g. if you use information
criteria to determine model 2 is an ARCH(3) model, based on your in-sample data, then you
should use the ARCH(3) model for all of your model 2 forecasts. The volatility proxies your
group must use are proxies 2 and 4. Use a fixed-size rolling window, fixed horizon, moving
origin approach for generating these forecasts, updating your model estimates daily.

Next you will generate 1-period ahead Value at Risk and Expected Shortfall forecasts, at the
2.5% and 1% levels, for all volatility forecast models, as well as a symmetric CAViaR model.

Your data set should range Jan 4, 2010 to October 5, 2021. The last 500 days of your data
should form your forecast period, whilst all the data before that forms your in-sample period.


Part I (55 marks)

(a) (10 marks) You must choose 3 parametric models to fit to your in-sample data for
asset 1, at least one of these must be an asymmetric volatility model, at least one
other must be symmetric. At least one model must use lagged asset 2 as a regressor
in the mean equation. At least one model must use lagged asset 3 in the same way.
Motivate your model specification choices in detail for one model (only), e.g. order
selection, etc. Briefly mention your choices for the other two.

(b) For (only) one of the asymmetric models:
i. (10 marks) Provide your estimation results for asset 1 and write down the
estimated model equations. Discuss the statistical significance and interpret
the estimated parameters. Discuss the asymmetry found by this model.
ii. (10 marks) Perform a thorough diagnostic analysis to assess the fit of the
model.
iii. (7 marks) Discuss any component(s) you might add to the model that might
potentially capture any model mis-specifications found; motivate your choices.
Propose a model based on your findings (it can be the same, if appropriate, or
different). This is the asymmetric model you will now use below.

Below, you will use all models above to produce volatility, VaR and ES forecasts (at both
2.5% and 1% levels); as well as some historical simulation methods specified below.

You are also required to include and consider three forecast combination techniques (for
each of volatility, VaR and ES separately): (i) an equally weighted forecast combination of
volatility forecasts and of VaR and of ES forecasts, using only the parametric volatility
models (and CaViaR for VaR); (ii) an equally weighted forecast combination of all volatility
forecasts and of all VaR and of all ES forecasts for all models/methods; and (iii) a forecast
combination for volatility that weights each model/method’s forecast in proportion to its in-
sample accuracy (by RMSE); a combination for VaR and ES that weights each
model/method’s forecast in proportion to its quantile (VaR) or joint (ES) loss in the in-sample
period.
QBUS6830, Financial Time Series and Forecasting


(c) (5 marks) Form all your parametric 1-step-ahead volatility model forecasts for asset
1 for the entire forecast period of 500 days. Also do this using adhoc historical
simulation measures, using 25 days and 100 days. Present and discuss all the
volatility forecasts and accuracy measures.

(d) (6 marks) Form all your 1-step-ahead tail risk model forecasts for asset 1 for the entire
forecast period of 500 days. Also use adhoc methods using 100 days and 200 days.
Present and discuss the 1- period ahead VaR forecasts for all volatility models and
methods, plus the CaViaR model. Also present and discuss tests and accuracy
measures for all these VaR forecasts.

(e) (7 marks) Present and discuss the 1-period ahead ES forecasts for all volatility
models in (d). Also use adhoc methods using 100 days and 200 days. Present and
discuss accuracy measures and tests for ES as well as joint accuracy measures for
all the VaR and ES forecasts.


(f) (5 marks) Summarize your findings regarding forecast accuracy for asset 1, both in
terms of the best and worst performing models, and the impact of combining model
forecasts on forecast accuracy. Are the results as you would expect?


Part II (25 marks)
This section will consider portfolios of your 3 assets.

(a) (2 marks) Choose the overall best parametric model and the best single adhoc
method (either 100 days or 200 days), based on your results in Part I. Briefly motivate
your choices in 1-2 sentences only.

(b) (5 marks) Fit the best parametric model to assets 2 and 3 (do not report estimation
results). Then, generate 1 step-ahead forecasts for volatility, VaR and ES for the
entire forecast period of 500 days, for both assets 2 and 3, using the 2
models/methods you chose in part (a). Present a single plot, for each of volatility VaR
and ES, showing these forecasts, for each of asset 2 and 3 (i.e. 6 plots in total).

(c) (4 marks) Consider returns on an equally weighted portfolio of assets 1, 2 and 3.
Repeat part (b) on this portfolio return series.

(d) (4 marks) Consider returns on a weighted portfolio of assets 1, 2 and 3, where the
fixed weights are inversely proportional to the average, over the last 100 days of the
in-sample period, of the model-estimated volatility for each asset. Repeat part (b) on
this weighted portfolio return series.

(e) (10 marks) Present and discuss the risk and return performance of the 3 assets
individually and of the 2 portfolios, over the forecast period. Finally, summarize your
results and findings from Part II.



QBUS6830, Financial Time Series and Forecasting

Some notes regarding group peer assessment

1. Your group will be required to document, using minute form, at least 3 group meetings.
Documentation should be in terms of attendance, discussion points, actions decided, tasks allocated
and/or completed by each member, etc. An example form for this will be distributed OR you may use
your own.

2. Peer assessment items are required to be handed in as part of the submission process. If you do
not complete and hand these in, then you will lose marks individually.


3. At the end of the assignment, everyone will rate BOTH themselves and their other group members
in terms of participation and effort on the assignment. For each individual group member, the total
group mark will either be adjusted (i) downwards; or (ii) upwards; or (iii) remain the same, depending
on my academic judgement of the peer assessment items provided by each individual in each group
and reflecting each individual’s overall contribution to, and effort in, completing the assignment tasks.

3. Based on peer assessment and after having put in a reasonable effort on the group project, the
maximum amount a student can lose from their group mark is 10% of the total mark. However, an
exception to this is if a student has TRULY DONE NOTHING (or close enough to; i.e. not put even
close to a reasonable effort), in which case I will award a mark of 0.

4. If a group is concerned that one or more of their members is not contributing sufficiently to the
assignment please inform the course coordinator and provide any evidence (meeting minutes or
otherwise) to support your claim. If the concern appears valid a warning will be sent to the student(s)
and an immediate penalty of 10% will be imposed. Should the situation miraculously improve the
penalty may be removed later. Should the situation not improve, a mark of 0 is possible as discussed
above.










































































































































































学霸联盟


essay、essay代写