Modelling volatility - ARCH and GARCH models

Size: px
Start display at page:

Download "Modelling volatility - ARCH and GARCH models"

Transcription

1 Modelling volatility - ARCH and GARCH models Beáta Stehlíková Time series analysis Modelling volatility- ARCH and GARCH models p.1/33

2 Stock prices Weekly stock prices (library quantmod) Continuous returns: At the beginning of the term we analyzed their autocorrelations in a HW Modelling volatility- ARCH and GARCH models p.2/33

3 Returns Time evolution: Modelling volatility- ARCH and GARCH models p.3/33

4 Returns Based on ACF, they look like a white noise: Modelling volatility- ARCH and GARCH models p.4/33

5 Returns We model them as a white noise: residuals are just - up to a contant - the returns If the absolute value of a residual is small, usually follows a residual with a small absolute value Similarly, after a residual with a large absolute value, there is often another residual with a large absolute value - it can be positive or negative, so it cannot be seen on the ACF Second powers will likely be correlated (but this does not hold for a white noise) Modelling volatility- ARCH and GARCH models p.5/33

6 Returns ACF of squared residuals: significant autocorrelation QUESTION: Which model can capture this property? Modelling volatility- ARCH and GARCH models p.6/33

7 Returns Possible explanation: nonconstant variance Modelling volatility- ARCH and GARCH models p.7/33

8 ARCH and GARCH models u is not a white noise, but u t = σ 2 t η t, where η is a white noise with unit variance, i.e., u t N(0,σ 2 t ) ARCH model (autoregressive conditional heteroskedasticity) - equation for variance σ 2 t : σ 2 t= ω+α 1 u 2 t 1+...α q u 2 t q Constraints on parameters: variance has to be positive: ω >0,α 1,...,α q 1 0,α q >0 stationarity: α α q <1 Modelling volatility- ARCH and GARCH models p.8/33

9 ARCH and GARCH models Disadvantages of ARCH models: a small number of terms u 2 t i is often not sufficient - squares of residuals are still often correlated for a larger number of terms, these are often not significant or the constraints on paramters are not satisfied Generalization: GARCH models - solve these problems Modelling volatility- ARCH and GARCH models p.9/33

10 ARCH and GARCH models GARCH(p,q) model (generalized autoregressive conditional heteroskedasticity) - equation for variance σ 2 t : σ 2 t = ω+α 1 u 2 t α q u 2 t q +β 1 σ 2 t β p σ 2 t p Constraints on parameters: variance has to be positive: ω >0,α 1,...,α q 1 0,α q >0 β 1,...,β p 1 0,β p >0 stationarity: (α α q )+(β β p ) <1 A popular model is GARCH(1,1). Modelling volatility- ARCH and GARCH models p.10/33

11 GARCH models in R Modelling YHOO returns - continued In R: library fgarch function garchfit, model is writen for example like arma(1,1)+garch(1,1) parameter trace=false - we do not want the details about optimization process We have a model constant + noise; we try to model the noise by ARCH/GARCH models Modelling volatility- ARCH and GARCH models p.11/33

12 ARCH(1) Estimation of ARCH(1) model: We check 1. ACF of standardized residuals 2. ACF of squared standardized residuals 3. summary with tests about standardized residuals and their squares Modelling volatility- ARCH and GARCH models p.12/33

13 GARCH models in v R Useful - fitted - - estimated - estimated standard deviation Standardized residuals - residuals divided by their standard deviation rezíduá vydelené ich štadardnou - should be a white noise Also their squares should be a white noise Modelling volatility- ARCH and GARCH models p.13/33

14 ARCH(1) Residuals: Modelling volatility- ARCH and GARCH models p.14/33

15 ARCH(1) Squares: Modelling volatility- ARCH and GARCH models p.15/33

16 Tests about residuals Tests: We have: normality test, Ljung-Box for standardized residuals and their sqaures What is new: testing homoskedasticity for the residuals Modelling volatility- ARCH and GARCH models p.16/33

17 ARCH(2) We try ARCH(2) - results of the tests: Modelling volatility- ARCH and GARCH models p.17/33

18 ARCH(3) ARCH(3) - results of the tests: Modelling volatility- ARCH and GARCH models p.18/33

19 ARCH(4) ARCH(4) - results of the tests: No autocorrelation in residuals and their squares. Modelling volatility- ARCH and GARCH models p.19/33

20 ARCH(4) ACF of squared residuals: without significant correlation Modelling volatility- ARCH and GARCH models p.20/33

21 ARCH(4) But ARCH coefficients α i are not significant: Modelling volatility- ARCH and GARCH models p.21/33

22 GARCH(1,1) We try GARCH(1,1) Tests: Modelling volatility- ARCH and GARCH models p.22/33

23 GARCH(1,1) Estimates: Modelling volatility- ARCH and GARCH models p.23/33

24 Estimated standard deviation We obtain it : Modelling volatility- ARCH and GARCH models p.24/33

25 Estimated standard deviation Another access to the graphs - plot(model11): Modelling volatility- ARCH and GARCH models p.25/33

26 Predictions We use the function predict with parameter n.ahead (number of observations) Modelling volatility- ARCH and GARCH models p.26/33

27 Predictions Parameter nx - we can change the number of observations from the data which are shown in the plot (here nx=100: Modelling volatility- ARCH and GARCH models p.27/33

28 Predictions Predicted standard deviation: plot(ts(predictions[3])) Modelling volatility- ARCH and GARCH models p.28/33

29 Predictions For a longer time (exercise: compute its limit): Modelling volatility- ARCH and GARCH models p.29/33

30 Application: Value at risk (VaR) Value at risk (VaR) is basicly a quantile Let X be a portfolio value, then for example for α=0.05 P(X VaR)=α, A standard GARCH assumes normal distribution - we can compute quantiles Shortcomings: normality assumptions there are also better risk measures than VaR Modelling volatility- ARCH and GARCH models p.30/33

31 Apication: Value at risk (VaR) WHAT WE WILL DO: Start with N observations of returns Estimate the GARCH model. Make a prediction for standard deviation and using the prediction we construct VaR for returns for the following day Every day move the window with data (we have a new observation), estimate GARCH again and compute thes new VaR Modelling volatility- ARCH and GARCH models p.31/33

32 Not required - for those interested trading-using-garch-volatility-forecast/ "... Now, let s create a strategy that switches between mean-reversion and trend-following strategies based on GARCH(1,1) volatility forecast." + R code From the website: Modelling volatility- ARCH and GARCH models p.32/33

33 Other models for volatility Threshold GARCH: u t >0-"good news", u t <0-"bad news" TARCH can model their different effect on volatility leverage effect: bad news have a higher impact We do not model variance (as in ARCH/GARCH models), but its logarithm exponential GARCH any power of standard deviation power GARCH and others... Modelling volatility- ARCH and GARCH models p.33/33

GARCH Models. Instructor: G. William Schwert

GARCH Models. Instructor: G. William Schwert APS 425 Fall 2015 GARCH Models Instructor: G. William Schwert 585-275-2470 schwert@schwert.ssb.rochester.edu Autocorrelated Heteroskedasticity Suppose you have regression residuals Mean = 0, not autocorrelated

More information

Chapter 4 Level of Volatility in the Indian Stock Market

Chapter 4 Level of Volatility in the Indian Stock Market Chapter 4 Level of Volatility in the Indian Stock Market Measurement of volatility is an important issue in financial econometrics. The main reason for the prominent role that volatility plays in financial

More information

Variance clustering. Two motivations, volatility clustering, and implied volatility

Variance clustering. Two motivations, volatility clustering, and implied volatility Variance modelling The simplest assumption for time series is that variance is constant. Unfortunately that assumption is often violated in actual data. In this lecture we look at the implications of time

More information

CHAPTER III METHODOLOGY

CHAPTER III METHODOLOGY CHAPTER III METHODOLOGY 3.1 Description In this chapter, the calculation steps, which will be done in the analysis section, will be explained. The theoretical foundations and literature reviews are already

More information

STAT758. Final Project. Time series analysis of daily exchange rate between the British Pound and the. US dollar (GBP/USD)

STAT758. Final Project. Time series analysis of daily exchange rate between the British Pound and the. US dollar (GBP/USD) STAT758 Final Project Time series analysis of daily exchange rate between the British Pound and the US dollar (GBP/USD) Theophilus Djanie and Harry Dick Thompson UNR May 14, 2012 INTRODUCTION Time Series

More information

Lecture 5a: ARCH Models

Lecture 5a: ARCH Models Lecture 5a: ARCH Models 1 2 Big Picture 1. We use ARMA model for the conditional mean 2. We use ARCH model for the conditional variance 3. ARMA and ARCH model can be used together to describe both conditional

More information

Financial Times Series. Lecture 8

Financial Times Series. Lecture 8 Financial Times Series Lecture 8 Nobel Prize Robert Engle got the Nobel Prize in Economics in 2003 for the ARCH model which he introduced in 1982 It turns out that in many applications there will be many

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay. Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (42 pts) Answer briefly the following questions. 1. Questions

More information

Financial Econometrics

Financial Econometrics Financial Econometrics Volatility Gerald P. Dwyer Trinity College, Dublin January 2013 GPD (TCD) Volatility 01/13 1 / 37 Squared log returns for CRSP daily GPD (TCD) Volatility 01/13 2 / 37 Absolute value

More information

INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET)

INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) ISSN 0976-6480 (Print) ISSN 0976-6499 (Online) Volume 5, Issue 3, March (204), pp. 73-82 IAEME: www.iaeme.com/ijaret.asp

More information

Computer Lab Session 2 ARIMA, ARCH and GARCH Models

Computer Lab Session 2 ARIMA, ARCH and GARCH Models JBS Advanced Quantitative Research Methods Module MPO-1A Lent 2010 Thilo Klein http://thiloklein.de Contents Computer Lab Session 2 ARIMA, ARCH and GARCH Models Exercise 1. Estimation of a quarterly ARMA

More information

Financial Econometrics Review Session Notes 4

Financial Econometrics Review Session Notes 4 Financial Econometrics Review Session Notes 4 February 1, 2011 Contents 1 Historical Volatility 2 2 Exponential Smoothing 3 3 ARCH and GARCH models 5 1 In this review session, we will use the daily S&P

More information

Properties of financail time series GARCH(p,q) models Risk premium and ARCH-M models Leverage effects and asymmetric GARCH models.

Properties of financail time series GARCH(p,q) models Risk premium and ARCH-M models Leverage effects and asymmetric GARCH models. 5 III Properties of financail time series GARCH(p,q) models Risk premium and ARCH-M models Leverage effects and asymmetric GARCH models 1 ARCH: Autoregressive Conditional Heteroscedasticity Conditional

More information

ARCH and GARCH models

ARCH and GARCH models ARCH and GARCH models Fulvio Corsi SNS Pisa 5 Dic 2011 Fulvio Corsi ARCH and () GARCH models SNS Pisa 5 Dic 2011 1 / 21 Asset prices S&P 500 index from 1982 to 2009 1600 1400 1200 1000 800 600 400 200

More information

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Solutions to Midterm

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Solutions to Midterm Booth School of Business, University of Chicago Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay Solutions to Midterm Problem A: (34 pts) Answer briefly the following questions. Each question has

More information

Research Article The Volatility of the Index of Shanghai Stock Market Research Based on ARCH and Its Extended Forms

Research Article The Volatility of the Index of Shanghai Stock Market Research Based on ARCH and Its Extended Forms Discrete Dynamics in Nature and Society Volume 2009, Article ID 743685, 9 pages doi:10.1155/2009/743685 Research Article The Volatility of the Index of Shanghai Stock Market Research Based on ARCH and

More information

Conditional Heteroscedasticity

Conditional Heteroscedasticity 1 Conditional Heteroscedasticity May 30, 2010 Junhui Qian 1 Introduction ARMA(p,q) models dictate that the conditional mean of a time series depends on past observations of the time series and the past

More information

INFORMATION EFFICIENCY HYPOTHESIS THE FINANCIAL VOLATILITY IN THE CZECH REPUBLIC CASE

INFORMATION EFFICIENCY HYPOTHESIS THE FINANCIAL VOLATILITY IN THE CZECH REPUBLIC CASE INFORMATION EFFICIENCY HYPOTHESIS THE FINANCIAL VOLATILITY IN THE CZECH REPUBLIC CASE Abstract Petr Makovský If there is any market which is said to be effective, this is the the FOREX market. Here we

More information

Lecture Note of Bus 41202, Spring 2017: More Volatility Models. Mr. Ruey Tsay

Lecture Note of Bus 41202, Spring 2017: More Volatility Models. Mr. Ruey Tsay Lecture Note of Bus 41202, Spring 2017: More Volatility Models. Mr. Ruey Tsay Package Note: We use fgarch to estimate most volatility models, but will discuss the package rugarch later, which can be used

More information

Time series: Variance modelling

Time series: Variance modelling Time series: Variance modelling Bernt Arne Ødegaard 5 October 018 Contents 1 Motivation 1 1.1 Variance clustering.......................... 1 1. Relation to heteroskedasticity.................... 3 1.3

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2010, Mr. Ruey S. Tsay Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2010, Mr. Ruey S. Tsay Solutions to Final Exam The University of Chicago, Booth School of Business Business 410, Spring Quarter 010, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (4 pts) Answer briefly the following questions. 1. Questions 1

More information

Financial Econometrics Jeffrey R. Russell. Midterm 2014 Suggested Solutions. TA: B. B. Deng

Financial Econometrics Jeffrey R. Russell. Midterm 2014 Suggested Solutions. TA: B. B. Deng Financial Econometrics Jeffrey R. Russell Midterm 2014 Suggested Solutions TA: B. B. Deng Unless otherwise stated, e t is iid N(0,s 2 ) 1. (12 points) Consider the three series y1, y2, y3, and y4. Match

More information

List of tables List of boxes List of screenshots Preface to the third edition Acknowledgements

List of tables List of boxes List of screenshots Preface to the third edition Acknowledgements Table of List of figures List of tables List of boxes List of screenshots Preface to the third edition Acknowledgements page xii xv xvii xix xxi xxv 1 Introduction 1 1.1 What is econometrics? 2 1.2 Is

More information

Oil Price Effects on Exchange Rate and Price Level: The Case of South Korea

Oil Price Effects on Exchange Rate and Price Level: The Case of South Korea Oil Price Effects on Exchange Rate and Price Level: The Case of South Korea Mirzosaid SULTONOV 東北公益文科大学総合研究論集第 34 号抜刷 2018 年 7 月 30 日発行 研究論文 Oil Price Effects on Exchange Rate and Price Level: The Case

More information

This homework assignment uses the material on pages ( A moving average ).

This homework assignment uses the material on pages ( A moving average ). Module 2: Time series concepts HW Homework assignment: equally weighted moving average This homework assignment uses the material on pages 14-15 ( A moving average ). 2 Let Y t = 1/5 ( t + t-1 + t-2 +

More information

Market Risk Management for Financial Institutions Based on GARCH Family Models

Market Risk Management for Financial Institutions Based on GARCH Family Models Washington University in St. Louis Washington University Open Scholarship Arts & Sciences Electronic Theses and Dissertations Arts & Sciences Spring 5-2017 Market Risk Management for Financial Institutions

More information

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay. Solutions to Midterm

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay. Solutions to Midterm Booth School of Business, University of Chicago Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay Solutions to Midterm Problem A: (30 pts) Answer briefly the following questions. Each question has

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2017, Mr. Ruey S. Tsay. Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2017, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2017, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (40 points) Answer briefly the following questions. 1. Describe

More information

Financial Time Series Analysis (FTSA)

Financial Time Series Analysis (FTSA) Financial Time Series Analysis (FTSA) Lecture 6: Conditional Heteroscedastic Models Few models are capable of generating the type of ARCH one sees in the data.... Most of these studies are best summarized

More information

The Analysis of ICBC Stock Based on ARMA-GARCH Model

The Analysis of ICBC Stock Based on ARMA-GARCH Model Volume 04 - Issue 08 August 2018 PP. 11-16 The Analysis of ICBC Stock Based on ARMA-GARCH Model Si-qin LIU 1 Hong-guo SUN 1* 1 (Department of Mathematics and Finance Hunan University of Humanities Science

More information

Assicurazioni Generali: An Option Pricing Case with NAGARCH

Assicurazioni Generali: An Option Pricing Case with NAGARCH Assicurazioni Generali: An Option Pricing Case with NAGARCH Assicurazioni Generali: Business Snapshot Find our latest analyses and trade ideas on bsic.it Assicurazioni Generali SpA is an Italy-based insurance

More information

Time series analysis on return of spot gold price

Time series analysis on return of spot gold price Time series analysis on return of spot gold price Team member: Tian Xie (#1371992) Zizhen Li(#1368493) Contents Exploratory Analysis... 2 Data description... 2 Data preparation... 2 Basics Stats... 2 Unit

More information

Lecture Note of Bus 41202, Spring 2008: More Volatility Models. Mr. Ruey Tsay

Lecture Note of Bus 41202, Spring 2008: More Volatility Models. Mr. Ruey Tsay Lecture Note of Bus 41202, Spring 2008: More Volatility Models. Mr. Ruey Tsay The EGARCH model Asymmetry in responses to + & returns: g(ɛ t ) = θɛ t + γ[ ɛ t E( ɛ t )], with E[g(ɛ t )] = 0. To see asymmetry

More information

Amath 546/Econ 589 Univariate GARCH Models

Amath 546/Econ 589 Univariate GARCH Models Amath 546/Econ 589 Univariate GARCH Models Eric Zivot April 24, 2013 Lecture Outline Conditional vs. Unconditional Risk Measures Empirical regularities of asset returns Engle s ARCH model Testing for ARCH

More information

Model Construction & Forecast Based Portfolio Allocation:

Model Construction & Forecast Based Portfolio Allocation: QBUS6830 Financial Time Series and Forecasting Model Construction & Forecast Based Portfolio Allocation: Is Quantitative Method Worth It? Members: Bowei Li (303083) Wenjian Xu (308077237) Xiaoyun Lu (3295347)

More information

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2016, Mr. Ruey S. Tsay. Solutions to Midterm

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2016, Mr. Ruey S. Tsay. Solutions to Midterm Booth School of Business, University of Chicago Business 41202, Spring Quarter 2016, Mr. Ruey S. Tsay Solutions to Midterm Problem A: (30 pts) Answer briefly the following questions. Each question has

More information

Strategies for High Frequency FX Trading

Strategies for High Frequency FX Trading Strategies for High Frequency FX Trading - The choice of bucket size Malin Lunsjö and Malin Riddarström Department of Mathematical Statistics Faculty of Engineering at Lund University June 2017 Abstract

More information

Financial Econometrics

Financial Econometrics Financial Econometrics Value at Risk Gerald P. Dwyer Trinity College, Dublin January 2016 Outline 1 Value at Risk Introduction VaR RiskMetrics TM Summary Risk What do we mean by risk? Dictionary: possibility

More information

John Hull, Risk Management and Financial Institutions, 4th Edition

John Hull, Risk Management and Financial Institutions, 4th Edition P1.T2. Quantitative Analysis John Hull, Risk Management and Financial Institutions, 4th Edition Bionic Turtle FRM Video Tutorials By David Harper, CFA FRM 1 Chapter 10: Volatility (Learning objectives)

More information

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2010, Mr. Ruey S. Tsay. Solutions to Midterm

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2010, Mr. Ruey S. Tsay. Solutions to Midterm Booth School of Business, University of Chicago Business 41202, Spring Quarter 2010, Mr. Ruey S. Tsay Solutions to Midterm Problem A: (30 pts) Answer briefly the following questions. Each question has

More information

Modelling Stock Market Return Volatility: Evidence from India

Modelling Stock Market Return Volatility: Evidence from India Modelling Stock Market Return Volatility: Evidence from India Saurabh Singh Assistant Professor, Graduate School of Business,Devi Ahilya Vishwavidyalaya, Indore 452001 (M.P.) India Dr. L.K Tripathi Dean,

More information

Volatility Clustering of Fine Wine Prices assuming Different Distributions

Volatility Clustering of Fine Wine Prices assuming Different Distributions Volatility Clustering of Fine Wine Prices assuming Different Distributions Cynthia Royal Tori, PhD Valdosta State University Langdale College of Business 1500 N. Patterson Street, Valdosta, GA USA 31698

More information

Jaime Frade Dr. Niu Interest rate modeling

Jaime Frade Dr. Niu Interest rate modeling Interest rate modeling Abstract In this paper, three models were used to forecast short term interest rates for the 3 month LIBOR. Each of the models, regression time series, GARCH, and Cox, Ingersoll,

More information

Lecture 5: Univariate Volatility

Lecture 5: Univariate Volatility Lecture 5: Univariate Volatility Modellig, ARCH and GARCH Prof. Massimo Guidolin 20192 Financial Econometrics Spring 2015 Overview Stepwise Distribution Modeling Approach Three Key Facts to Remember Volatility

More information

Modeling the volatility of FTSE All Share Index Returns

Modeling the volatility of FTSE All Share Index Returns MPRA Munich Personal RePEc Archive Modeling the volatility of FTSE All Share Index Returns Bayraci, Selcuk University of Exeter, Yeditepe University 27. April 2007 Online at http://mpra.ub.uni-muenchen.de/28095/

More information

Downside Risk: Implications for Financial Management Robert Engle NYU Stern School of Business Carlos III, May 24,2004

Downside Risk: Implications for Financial Management Robert Engle NYU Stern School of Business Carlos III, May 24,2004 Downside Risk: Implications for Financial Management Robert Engle NYU Stern School of Business Carlos III, May 24,2004 WHAT IS ARCH? Autoregressive Conditional Heteroskedasticity Predictive (conditional)

More information

Volatility Analysis of Nepalese Stock Market

Volatility Analysis of Nepalese Stock Market The Journal of Nepalese Business Studies Vol. V No. 1 Dec. 008 Volatility Analysis of Nepalese Stock Market Surya Bahadur G.C. Abstract Modeling and forecasting volatility of capital markets has been important

More information

Financial Econometrics Notes. Kevin Sheppard University of Oxford

Financial Econometrics Notes. Kevin Sheppard University of Oxford Financial Econometrics Notes Kevin Sheppard University of Oxford Monday 15 th January, 2018 2 This version: 22:52, Monday 15 th January, 2018 2018 Kevin Sheppard ii Contents 1 Probability, Random Variables

More information

University of Zürich, Switzerland

University of Zürich, Switzerland University of Zürich, Switzerland RE - general asset features The inclusion of real estate assets in a portfolio has proven to bring diversification benefits both for homeowners [Mahieu, Van Bussel 1996]

More information

Financial Econometrics Lecture 5: Modelling Volatility and Correlation

Financial Econometrics Lecture 5: Modelling Volatility and Correlation Financial Econometrics Lecture 5: Modelling Volatility and Correlation Dayong Zhang Research Institute of Economics and Management Autumn, 2011 Learning Outcomes Discuss the special features of financial

More information

12. Conditional heteroscedastic models (ARCH) MA6622, Ernesto Mordecki, CityU, HK, 2006.

12. Conditional heteroscedastic models (ARCH) MA6622, Ernesto Mordecki, CityU, HK, 2006. 12. Conditional heteroscedastic models (ARCH) MA6622, Ernesto Mordecki, CityU, HK, 2006. References for this Lecture: Robert F. Engle. Autoregressive Conditional Heteroscedasticity with Estimates of Variance

More information

Homework Assignments for BusAdm 713: Business Forecasting Methods. Assignment 1: Introduction to forecasting, Review of regression

Homework Assignments for BusAdm 713: Business Forecasting Methods. Assignment 1: Introduction to forecasting, Review of regression Homework Assignments for BusAdm 713: Business Forecasting Methods Note: Problem points are in parentheses. Assignment 1: Introduction to forecasting, Review of regression 1. (3) Complete the exercises

More information

A gentle introduction to the RM 2006 methodology

A gentle introduction to the RM 2006 methodology A gentle introduction to the RM 2006 methodology Gilles Zumbach RiskMetrics Group Av. des Morgines 12 1213 Petit-Lancy Geneva, Switzerland gilles.zumbach@riskmetrics.com Initial version: August 2006 This

More information

The Great Moderation Flattens Fat Tails: Disappearing Leptokurtosis

The Great Moderation Flattens Fat Tails: Disappearing Leptokurtosis The Great Moderation Flattens Fat Tails: Disappearing Leptokurtosis WenShwo Fang Department of Economics Feng Chia University 100 WenHwa Road, Taichung, TAIWAN Stephen M. Miller* College of Business University

More information

Fin285a:Computer Simulations and Risk Assessment Section 7.1 Modeling Volatility: basic models Daníelson, ,

Fin285a:Computer Simulations and Risk Assessment Section 7.1 Modeling Volatility: basic models Daníelson, , Fin285a:Computer Simulations and Risk Assessment Section 7.1 Modeling Volatility: basic models Daníelson, 2.1-2.3, 2.7-2.8 Overview Moving average model Exponentially weighted moving average (EWMA) GARCH

More information

Research on the GARCH model of the Shanghai Securities Composite Index

Research on the GARCH model of the Shanghai Securities Composite Index International Academic Workshop on Social Science (IAW-SC 213) Research on the GARCH model of the Shanghai Securities Composite Index Dancheng Luo Yaqi Xue School of Economics Shenyang University of Technology

More information

Recent analysis of the leverage effect for the main index on the Warsaw Stock Exchange

Recent analysis of the leverage effect for the main index on the Warsaw Stock Exchange Recent analysis of the leverage effect for the main index on the Warsaw Stock Exchange Krzysztof Drachal Abstract In this paper we examine four asymmetric GARCH type models and one (basic) symmetric GARCH

More information

Chapter 6 Forecasting Volatility using Stochastic Volatility Model

Chapter 6 Forecasting Volatility using Stochastic Volatility Model Chapter 6 Forecasting Volatility using Stochastic Volatility Model Chapter 6 Forecasting Volatility using SV Model In this chapter, the empirical performance of GARCH(1,1), GARCH-KF and SV models from

More information

VOLATILITY. Time Varying Volatility

VOLATILITY. Time Varying Volatility VOLATILITY Time Varying Volatility CONDITIONAL VOLATILITY IS THE STANDARD DEVIATION OF the unpredictable part of the series. We define the conditional variance as: 2 2 2 t E yt E yt Ft Ft E t Ft surprise

More information

Introductory Econometrics for Finance

Introductory Econometrics for Finance Introductory Econometrics for Finance SECOND EDITION Chris Brooks The ICMA Centre, University of Reading CAMBRIDGE UNIVERSITY PRESS List of figures List of tables List of boxes List of screenshots Preface

More information

The test has 13 questions. Answer any four. All questions carry equal (25) marks.

The test has 13 questions. Answer any four. All questions carry equal (25) marks. 2014 Booklet No. TEST CODE: QEB Afternoon Questions: 4 Time: 2 hours Write your Name, Registration Number, Test Code, Question Booklet Number etc. in the appropriate places of the answer booklet. The test

More information

Forecasting Volatility of Hang Seng Index and its Application on Reserving for Investment Guarantees. Herbert Tak-wah Chan Derrick Wing-hong Fung

Forecasting Volatility of Hang Seng Index and its Application on Reserving for Investment Guarantees. Herbert Tak-wah Chan Derrick Wing-hong Fung Forecasting Volatility of Hang Seng Index and its Application on Reserving for Investment Guarantees Herbert Tak-wah Chan Derrick Wing-hong Fung This presentation represents the view of the presenters

More information

Forecasting Exchange Rate between Thai Baht and the US Dollar Using Time Series Analysis

Forecasting Exchange Rate between Thai Baht and the US Dollar Using Time Series Analysis Forecasting Exchange Rate between Thai Baht and the US Dollar Using Time Series Analysis Kunya Bowornchockchai International Science Index, Mathematical and Computational Sciences waset.org/publication/10003789

More information

Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay. Solutions to Final Exam

Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay. Solutions to Final Exam Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (30 pts) Answer briefly the following questions. 1. Suppose that

More information

Volatility in the Indian Financial Market Before, During and After the Global Financial Crisis

Volatility in the Indian Financial Market Before, During and After the Global Financial Crisis Volatility in the Indian Financial Market Before, During and After the Global Financial Crisis Praveen Kulshreshtha Indian Institute of Technology Kanpur, India Aakriti Mittal Indian Institute of Technology

More information

THE INFORMATION CONTENT OF IMPLIED VOLATILITY IN AGRICULTURAL COMMODITY MARKETS. Pierre Giot 1

THE INFORMATION CONTENT OF IMPLIED VOLATILITY IN AGRICULTURAL COMMODITY MARKETS. Pierre Giot 1 THE INFORMATION CONTENT OF IMPLIED VOLATILITY IN AGRICULTURAL COMMODITY MARKETS Pierre Giot 1 May 2002 Abstract In this paper we compare the incremental information content of lagged implied volatility

More information

Financial Times Series. Lecture 6

Financial Times Series. Lecture 6 Financial Times Series Lecture 6 Extensions of the GARCH There are numerous extensions of the GARCH Among the more well known are EGARCH (Nelson 1991) and GJR (Glosten et al 1993) Both models allow for

More information

Projects for Bayesian Computation with R

Projects for Bayesian Computation with R Projects for Bayesian Computation with R Laura Vana & Kurt Hornik Winter Semeter 2018/2019 1 S&P Rating Data On the homepage of this course you can find a time series for Standard & Poors default data

More information

Statistical Inference and Methods

Statistical Inference and Methods Department of Mathematics Imperial College London d.stephens@imperial.ac.uk http://stats.ma.ic.ac.uk/ das01/ 14th February 2006 Part VII Session 7: Volatility Modelling Session 7: Volatility Modelling

More information

Market Risk Prediction under Long Memory: When VaR is Higher than Expected

Market Risk Prediction under Long Memory: When VaR is Higher than Expected Market Risk Prediction under Long Memory: When VaR is Higher than Expected Harald Kinateder Niklas Wagner DekaBank Chair in Finance and Financial Control Passau University 19th International AFIR Colloquium

More information

Forecasting the Volatility in Financial Assets using Conditional Variance Models

Forecasting the Volatility in Financial Assets using Conditional Variance Models LUND UNIVERSITY MASTER S THESIS Forecasting the Volatility in Financial Assets using Conditional Variance Models Authors: Hugo Hultman Jesper Swanson Supervisor: Dag Rydorff DEPARTMENT OF ECONOMICS SEMINAR

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay. Solutions to Final Exam.

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay. Solutions to Final Exam. The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (32 pts) Answer briefly the following questions. 1. Suppose

More information

The histogram should resemble the uniform density, the mean should be close to 0.5, and the standard deviation should be close to 1/ 12 =

The histogram should resemble the uniform density, the mean should be close to 0.5, and the standard deviation should be close to 1/ 12 = Chapter 19 Monte Carlo Valuation Question 19.1 The histogram should resemble the uniform density, the mean should be close to.5, and the standard deviation should be close to 1/ 1 =.887. Question 19. The

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (40 points) Answer briefly the following questions. 1. Consider

More information

Course information FN3142 Quantitative finance

Course information FN3142 Quantitative finance Course information 015 16 FN314 Quantitative finance This course is aimed at students interested in obtaining a thorough grounding in market finance and related empirical methods. Prerequisite If taken

More information

PASS Sample Size Software

PASS Sample Size Software Chapter 850 Introduction Cox proportional hazards regression models the relationship between the hazard function λ( t X ) time and k covariates using the following formula λ log λ ( t X ) ( t) 0 = β1 X1

More information

Empirical Analysis of Stock Return Volatility with Regime Change: The Case of Vietnam Stock Market

Empirical Analysis of Stock Return Volatility with Regime Change: The Case of Vietnam Stock Market 7/8/1 1 Empirical Analysis of Stock Return Volatility with Regime Change: The Case of Vietnam Stock Market Vietnam Development Forum Tokyo Presentation By Vuong Thanh Long Dept. of Economic Development

More information

THE UNIVERSITY OF CHICAGO Graduate School of Business Business 41202, Spring Quarter 2003, Mr. Ruey S. Tsay

THE UNIVERSITY OF CHICAGO Graduate School of Business Business 41202, Spring Quarter 2003, Mr. Ruey S. Tsay THE UNIVERSITY OF CHICAGO Graduate School of Business Business 41202, Spring Quarter 2003, Mr. Ruey S. Tsay Homework Assignment #2 Solution April 25, 2003 Each HW problem is 10 points throughout this quarter.

More information

Forecasting Value at Risk in the Swedish stock market an investigation of GARCH volatility models

Forecasting Value at Risk in the Swedish stock market an investigation of GARCH volatility models Forecasting Value at Risk in the Swedish stock market an investigation of GARCH volatility models Joel Nilsson Bachelor thesis Supervisor: Lars Forsberg Spring 2015 Abstract The purpose of this thesis

More information

Vladimir Spokoiny (joint with J.Polzehl) Varying coefficient GARCH versus local constant volatility modeling.

Vladimir Spokoiny (joint with J.Polzehl) Varying coefficient GARCH versus local constant volatility modeling. W e ie rstra ß -In stitu t fü r A n g e w a n d te A n a ly sis u n d S to c h a stik STATDEP 2005 Vladimir Spokoiny (joint with J.Polzehl) Varying coefficient GARCH versus local constant volatility modeling.

More information

MODELING VOLATILITY OF US CONSUMER CREDIT SERIES

MODELING VOLATILITY OF US CONSUMER CREDIT SERIES MODELING VOLATILITY OF US CONSUMER CREDIT SERIES Ellis Heath Harley Langdale, Jr. College of Business Administration Valdosta State University 1500 N. Patterson Street Valdosta, GA 31698 ABSTRACT Consumer

More information

Risk Management. Risk: the quantifiable likelihood of loss or less-than-expected returns.

Risk Management. Risk: the quantifiable likelihood of loss or less-than-expected returns. ARCH/GARCH Models 1 Risk Management Risk: the quantifiable likelihood of loss or less-than-expected returns. In recent decades the field of financial risk management has undergone explosive development.

More information

Modeling Volatility of Price of Some Selected Agricultural Products in Ethiopia: ARIMA-GARCH Applications

Modeling Volatility of Price of Some Selected Agricultural Products in Ethiopia: ARIMA-GARCH Applications Modeling Volatility of Price of Some Selected Agricultural Products in Ethiopia: ARIMA-GARCH Applications Background: Agricultural products market policies in Ethiopia have undergone dramatic changes over

More information

RISK SPILLOVER EFFECTS IN THE CZECH FINANCIAL MARKET

RISK SPILLOVER EFFECTS IN THE CZECH FINANCIAL MARKET RISK SPILLOVER EFFECTS IN THE CZECH FINANCIAL MARKET Vít Pošta Abstract The paper focuses on the assessment of the evolution of risk in three segments of the Czech financial market: capital market, money/debt

More information

SHORT-RUN DEVIATIONS AND TIME-VARYING HEDGE RATIOS: EVIDENCE FROM AGRICULTURAL FUTURES MARKETS TAUFIQ CHOUDHRY

SHORT-RUN DEVIATIONS AND TIME-VARYING HEDGE RATIOS: EVIDENCE FROM AGRICULTURAL FUTURES MARKETS TAUFIQ CHOUDHRY SHORT-RUN DEVIATIONS AND TIME-VARYING HEDGE RATIOS: EVIDENCE FROM AGRICULTURAL FUTURES MARKETS By TAUFIQ CHOUDHRY School of Management University of Bradford Emm Lane Bradford BD9 4JL UK Phone: (44) 1274-234363

More information

Modelling of Long-Term Risk

Modelling of Long-Term Risk Modelling of Long-Term Risk Roger Kaufmann Swiss Life roger.kaufmann@swisslife.ch 15th International AFIR Colloquium 6-9 September 2005, Zurich c 2005 (R. Kaufmann, Swiss Life) Contents A. Basel II B.

More information

Example 1 of econometric analysis: the Market Model

Example 1 of econometric analysis: the Market Model Example 1 of econometric analysis: the Market Model IGIDR, Bombay 14 November, 2008 The Market Model Investors want an equation predicting the return from investing in alternative securities. Return is

More information

MODELING VOLATILITY OF BSE SECTORAL INDICES

MODELING VOLATILITY OF BSE SECTORAL INDICES MODELING VOLATILITY OF BSE SECTORAL INDICES DR.S.MOHANDASS *; MRS.P.RENUKADEVI ** * DIRECTOR, DEPARTMENT OF MANAGEMENT SCIENCES, SVS INSTITUTE OF MANAGEMENT SCIENCES, MYLERIPALAYAM POST, ARASAMPALAYAM,COIMBATORE

More information

Modelling financial data with stochastic processes

Modelling financial data with stochastic processes Modelling financial data with stochastic processes Vlad Ardelean, Fabian Tinkl 01.08.2012 Chair of statistics and econometrics FAU Erlangen-Nuremberg Outline Introduction Stochastic processes Volatility

More information

MODELING ROMANIAN EXCHANGE RATE EVOLUTION WITH GARCH, TGARCH, GARCH- IN MEAN MODELS

MODELING ROMANIAN EXCHANGE RATE EVOLUTION WITH GARCH, TGARCH, GARCH- IN MEAN MODELS MODELING ROMANIAN EXCHANGE RATE EVOLUTION WITH GARCH, TGARCH, GARCH- IN MEAN MODELS Trenca Ioan Babes-Bolyai University, Faculty of Economics and Business Administration Cociuba Mihail Ioan Babes-Bolyai

More information

Forecasting Prices and Congestion for Transmission Grid Operation

Forecasting Prices and Congestion for Transmission Grid Operation Forecasting Prices and Congestion for Transmission Grid Operation Project Team: Principal Investigators: Profs. Chen-Ching Liu and Leigh Tesfatsion Research Assistants: ECpE Ph.D. Students Qun Zhou and

More information

Applied Econometrics with. Financial Econometrics

Applied Econometrics with. Financial Econometrics Applied Econometrics with Extension 1 Financial Econometrics Christian Kleiber, Achim Zeileis 2008 2017 Applied Econometrics with R Ext. 1 Financial Econometrics 0 / 21 Financial Econometrics Overview

More information

Volume Effects in Standard & Poor's 500 Prices

Volume Effects in Standard & Poor's 500 Prices IOSR Journal of Economics and Finance (IOSR-JEF) e-issn: 2321-5933, p-issn: 2321-5925.Volume 7, Issue 5 Ver. III (Sep. - Oct. 2016), PP 63-73 www.iosrjournals.org Volume Effects in Standard & Poor's 500

More information

ANALYSIS OF STOCHASTIC PROCESSES: CASE OF AUTOCORRELATION OF EXCHANGE RATES

ANALYSIS OF STOCHASTIC PROCESSES: CASE OF AUTOCORRELATION OF EXCHANGE RATES Abstract ANALYSIS OF STOCHASTIC PROCESSES: CASE OF AUTOCORRELATION OF EXCHANGE RATES Mimoun BENZAOUAGH Ecole Supérieure de Technologie, Université IBN ZOHR Agadir, Maroc The present work consists of explaining

More information

Volatility Model for Financial Market Risk Management : An Analysis on JSX Index Return Covariance Matrix

Volatility Model for Financial Market Risk Management : An Analysis on JSX Index Return Covariance Matrix Working Paper in Economics and Development Studies Department of Economics Padjadjaran University No. 00907 Volatility Model for Financial Market Risk Management : An Analysis on JSX Index Return Covariance

More information

A Comparative Study of Various Forecasting Techniques in Predicting. BSE S&P Sensex

A Comparative Study of Various Forecasting Techniques in Predicting. BSE S&P Sensex NavaJyoti, International Journal of Multi-Disciplinary Research Volume 1, Issue 1, August 2016 A Comparative Study of Various Forecasting Techniques in Predicting BSE S&P Sensex Dr. Jahnavi M 1 Assistant

More information

Can internet search queries help to predict stock market volatility?

Can internet search queries help to predict stock market volatility? Can internet search queries help to predict stock market volatility? Thomas Dimpfl and Stephan Jank Eberhard Karls Universität Tübingen BFS Society Vortragsreihe Tübingen, 4 December 2017 Thomas Dimpfl

More information

Large-scale simulations of synthetic markets

Large-scale simulations of synthetic markets Frac%onal Calculus, Probability and Non- local Operators: Applica%ons and Recent Developments Bilbao, 6-8 November 2013 A workshop on the occasion of the re%rement of Francesco Mainardi Large-scale simulations

More information

International Journal of Business and Administration Research Review. Vol.3, Issue.22, April-June Page 1

International Journal of Business and Administration Research Review. Vol.3, Issue.22, April-June Page 1 A STUDY ON ANALYZING VOLATILITY OF GOLD PRICE IN INDIA Mr. Arun Kumar D C* Dr. P.V.Raveendra** *Research scholar,bharathiar University, Coimbatore. **Professor and Head Department of Management Studies,

More information

Comparative analysis and estimation of mathematical methods of market risk valuation in application to Russian stock market.

Comparative analysis and estimation of mathematical methods of market risk valuation in application to Russian stock market. Comparative analysis and estimation of mathematical methods of market risk valuation in application to Russian stock market. Andrey M. Boyarshinov Rapid development of risk management as a new kind of

More information