Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 2.84 KB

README.md

File metadata and controls

46 lines (33 loc) · 2.84 KB

World Quant University - Capstone Project

Group 25 June 2020

Description

The main goal of this research is to understand if GARCH models maintain superior performance in forecasting volatility, despite the high price fluctuations in the financial markets due to extreme shocks such as the one that happened with the COVID-19 phenomena. In this study, we will focus on three different markets: the USA, Germany, and China. To achieve that, we use data composed of daily quotations of the S&P 500, DAX 30, and SSE, and spanning over a period of 180 days until the 31st of March 2020. The GARCH models' performance will be assessed using loss functions such as Mean Squared Error (MSE) and Mean Absolute Error (MAE).

Platforms

This application is platform agnostic.

Installation

  1. Download and install Python 3.7.7
  2. Unzip files to local drive in desired folder (example: C:\capstone_project).
  3. Open cmd prompt / shell.
  4. Navigate to created folder.
  5. Install requirements:
    1. Type pip install -r requirements.txt in cmd prompt/shell.
    2. Install all requirements.
  6. Run Project.py by typing Python main.py in command prompt/shell.

Main Requirements

Usage examples

This python module does not require any input in order to provide the desire output. Run Project.py file.

References