Financial Times Series. Lecture 8

Size: px
Start display at page:

Download "Financial Times Series. Lecture 8"

Transcription

1 Financial Times Series Lecture 8

2 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 parameters to estimate when trying to fit an ARCH Maybe there is a more convenient way capture past observations?

3 GARCH, Bollerslev 1996 In the famous GARCH(1,1) model the evolution of the volatility, σ t is governed by σ t 2 = ω + αr t βσ t 1 2 May be considered as an ARCH( ) We note that old volatilities and old squared returns are captured in the beta term

4 GARCH It is possible to fit a GARCH(p,q) but it turns out that in many applications a GARCH(1,1) is sufficient As for the ARCH, we assume that r t = σ t z t where is WN, typically N(0,1) or t with degrees of freedom between 3 and 6

5 GARCH properties The GARCH(1,1) is (weakly) stationary with Cov r s, r t = 0 for s t iff α + β < 1 (proof in Bollerslev 1986) The 2m-th unconditional moments of r t exist iff m m j=0 j a j α j β m j < 1 where a 0 = 1, a j = j i=1 2j 1, j = 1,

6 Given existence The unconditional mean of r t is zero (same proof as for ARCH) The unconditional variance of r t is (same proof as for ARCH) ω 1 α β The unconditional kurtosis is 3 1 α + β 2 1 β 2 2αβ 3α 2 > 3

7 Example, using garchfit in matlab Returns from N225 (note Tsunami/Fukushima extreme event )

8 Example, using garchfit in matlab Is it correct to fit a model to this data and to use it to predict values now? To what extent does the extreme event affect the parameter estimates? We will assume N 0,1 noise and use garchfit in matlab which is an ML based method with loglilkelihood functions as in the notes for lecture 7

9 Example, using garchfit in matlab If we use the whole data set as is, we get σ t 2 = r t σ t 1 2 If we instead use data from obs 400 (which is after the extreme event) and forward, we get σ t 2 = r t σ t 1 2

10 Example, using garchfit in matlab So, we see that the extreme event from more than two years ago greatly affects the parameter estimates We may use the output from garchfit for further analysis

11 Volatility fits with/without the extreme event With, jumpy, nervous Without, more calm

12 Devolatized returns If the model fit is ok, we want devolatized returns zt = r t /σ t to act like white noise For the series N225 with the extreme event, we get

13 Devolatized returns We see that the extreme event is still extreme For the series without the extreme event, we get

14 Devolatized returns We may use Ljung-Box, lbqtest in matlab Gives p-value , which is satisfactory

15 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 volatility skewness or leverage effects and are available in matlab econometrics

16 EGARCH E means exponential and the model for the conditional variance may be written lnσ 2 t = ω + α r t 1 + γr t βlnσ σ t 1 t 1 The parameter γ accounts for skewness We fit the model to the N225 data without the extreme event

17 EGARCH vs. GARCH

18 Devolatization with EGARCH p-value of Ljung-Box is

19 GJR The Glosten-Jagannathan-Runkle GARCH may be written as σ t 2 = ω + α + φi t 1 r t βσ t 1 2 where I t 1 = 0 if r t 1 0 and I t 1 = 1 if r t 1 < 0, so that the parameter φ accounts for skewness

20 GJR philosophy Bad news gives higher volatility than good news

21 GJR fit (N225 without extreme event)

22 Devolatization with GJR p-value for Ljung-Box is

23 Comparison For the N225 without the tsunami there does not seem to be an improvement, at least not in devolatizing properties, using the more advanced models On the other hand, we have not yet used a statistical test procedure to compare the models Below we try the three models for NASDAQ data and look at a statistical test for comparing the models

24 NASDAQ returns

25 Volatility fits

26 Devolatization of NASDAQ Ljung-Box p-value for GARCH is Ljung-Box p-value for EGARCH is Ljung-Box p-value for GJR is

27 Evaluating predictions We may us squared returns as a proxy and compute MSE:s as 1 T T t=1 r t 2 σ t 2 2 For the NASDAQ data, we get , and for the GARCH, EGARCH and GJR respectively

28 Evaluating predictions Another way of evaluating predictions, again with squared returns as proxy, is to regress squared returns on squared volatility predictions and hope for a slope close to one and R 2 1 For the GARCH, EGARCH and GJR we have slopes , and and R-squares , and which is not so satistisfactory, however it can be shown theoretically that for a GARCH(1,1) that R-squares close to one are highly unlikely

29 Squared returns is a noisy proxy What if we instead use realized variance over 30 days and compare to 30 day squared volatility forecasts? The 30 day realized variance for is given by t+29 i=t r i 2

30 Squared returns is a noisy proxy Our 30 day volatility predictions will just be the sums of the daily volatility estimates of the past 30 days Using the 30 day framework, we get, for the GARCH, EGARCH and GJR slopes 2.37(!), and 1.06 and R-squares , and which is more satisfactory, but the slope for the GARCH is not reasonable

31 Diebold-Mariano If we choose a loss function and a proxy, there is a test proposed by Diebold and Mariano (1995) for evaluating if one prediction method is significantly better than another The null hypothesis is that both methods have the same accuracy

32 Diebold-Mariano Define d t = L ε At L ε Bt where L denotes the loss function ε At and ε Bt denote the prediction errors from method A and B, respectively The test statistic is d LRV/T ~N(0,1) where LRV = Var d t + 2 Cov d t, d t j j=1

33 Diebold-Mariano Note that you have to keep track of which error is to the left and to the right of the minus sign in order to tell which method is better A DM test using L x = x 2, i.e. squared loss, is available at matlab central It also accounts for the length of the forecast horizon

34 Diebold-Mariano For our three models of 30 day NASDAQ volatility, the observed values of test statistic are for GJR vs. EGARCH, for GJR vs. GARCH and for EGARCH vs. GARCH. So, p-values are , and At 0.05 signicance level, no model is significantly better than the other, but of course this decision depends on the choice of loss function

35 If high-frequency data is available We might be able to evaluate daily volatility predictions/estimates against realized variances based on intra-day data It is not easy to get hold of high frequency data but when you start working in a bank you should try using it If you really can t wait, Mattias might let you in at the finance lab at Handels

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

Amath 546/Econ 589 Univariate GARCH Models: Advanced Topics

Amath 546/Econ 589 Univariate GARCH Models: Advanced Topics Amath 546/Econ 589 Univariate GARCH Models: Advanced Topics Eric Zivot April 29, 2013 Lecture Outline The Leverage Effect Asymmetric GARCH Models Forecasts from Asymmetric GARCH Models GARCH Models with

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

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

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

FINANCIAL ECONOMETRICS PROF. MASSIMO GUIDOLIN

FINANCIAL ECONOMETRICS PROF. MASSIMO GUIDOLIN Massimo Guidolin Massimo.Guidolin@unibocconi.it Dept. of Finance FINANCIAL ECONOMETRICS PROF. MASSIMO GUIDOLIN SECOND PART, LECTURE 1: VOLATILITY MODELS ARCH AND GARCH OVERVIEW 1) Stepwise Distribution

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

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

Indian Institute of Management Calcutta. Working Paper Series. WPS No. 797 March Implied Volatility and Predictability of GARCH Models

Indian Institute of Management Calcutta. Working Paper Series. WPS No. 797 March Implied Volatility and Predictability of GARCH Models Indian Institute of Management Calcutta Working Paper Series WPS No. 797 March 2017 Implied Volatility and Predictability of GARCH Models Vivek Rajvanshi Assistant Professor, Indian Institute of Management

More information

Volatility Forecasting Performance at Multiple Horizons

Volatility Forecasting Performance at Multiple Horizons Volatility Forecasting Performance at Multiple Horizons For the degree of Master of Science in Financial Economics at Erasmus School of Economics, Erasmus University Rotterdam Author: Sharon Vijn Supervisor:

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

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

Modelling volatility - ARCH and GARCH models

Modelling volatility - ARCH and GARCH models Modelling volatility - ARCH and GARCH models Beáta Stehlíková Time series analysis Modelling volatility- ARCH and GARCH models p.1/33 Stock prices Weekly stock prices (library quantmod) Continuous returns:

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

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

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

EKONOMIHÖGSKOLAN Lunds Universitet. The model confidence set choosing between models

EKONOMIHÖGSKOLAN Lunds Universitet. The model confidence set choosing between models EKONOMIHÖGSKOLAN Lunds Universitet The model confidence set choosing between models Kandidatuppsats i nationalekonomi Av: Jeanette Johansson Handledare: Hossein Asgharian Datum: 8 Oktober, 005 Abstract

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

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

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

Lecture 6: Univariate Volatility

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

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

FORECASTING PERFORMANCE OF MARKOV-SWITCHING GARCH MODELS: A LARGE-SCALE EMPIRICAL STUDY

FORECASTING PERFORMANCE OF MARKOV-SWITCHING GARCH MODELS: A LARGE-SCALE EMPIRICAL STUDY FORECASTING PERFORMANCE OF MARKOV-SWITCHING GARCH MODELS: A LARGE-SCALE EMPIRICAL STUDY Latest version available on SSRN https://ssrn.com/abstract=2918413 Keven Bluteau Kris Boudt Leopoldo Catania R/Finance

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

City, University of London Institutional Repository

City, University of London Institutional Repository City Research Online City, University of London Institutional Repository Citation: Pilbeam, K. & Langeland, K. N. (2014). Forecasting exchange rate volatility: GARCH models versus implied volatility forecasts.

More information

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

Modelling Stock Returns Volatility on Uganda Securities Exchange

Modelling Stock Returns Volatility on Uganda Securities Exchange Applied Mathematical Sciences, Vol. 8, 2014, no. 104, 5173-5184 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.46394 Modelling Stock Returns Volatility on Uganda Securities Exchange Jalira

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

Bayesian Estimation of the Markov-Switching GARCH(1,1) Model with Student-t Innovations

Bayesian Estimation of the Markov-Switching GARCH(1,1) Model with Student-t Innovations Bayesian Estimation of the Markov-Switching GARCH(1,1) Model with Student-t Innovations Department of Quantitative Economics, Switzerland david.ardia@unifr.ch R/Rmetrics User and Developer Workshop, Meielisalp,

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

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

Internet Appendix for Asymmetry in Stock Comovements: An Entropy Approach

Internet Appendix for Asymmetry in Stock Comovements: An Entropy Approach Internet Appendix for Asymmetry in Stock Comovements: An Entropy Approach Lei Jiang Tsinghua University Ke Wu Renmin University of China Guofu Zhou Washington University in St. Louis August 2017 Jiang,

More information

Implied Volatility v/s Realized Volatility: A Forecasting Dimension

Implied Volatility v/s Realized Volatility: A Forecasting Dimension 4 Implied Volatility v/s Realized Volatility: A Forecasting Dimension 4.1 Introduction Modelling and predicting financial market volatility has played an important role for market participants as it enables

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

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

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

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

Investment Opportunity in BSE-SENSEX: A study based on asymmetric GARCH model

Investment Opportunity in BSE-SENSEX: A study based on asymmetric GARCH model Investment Opportunity in BSE-SENSEX: A study based on asymmetric GARCH model Jatin Trivedi Associate Professor, Ph.D AMITY UNIVERSITY, Mumbai contact.tjatin@gmail.com Abstract This article aims to focus

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

The Forecasting Ability of GARCH Models for the Crisis: Evidence from S&P500 Index Volatility

The Forecasting Ability of GARCH Models for the Crisis: Evidence from S&P500 Index Volatility The Lahore Journal of Business 1:1 (Summer 2012): pp. 37 58 The Forecasting Ability of GARCH Models for the 2003 07 Crisis: Evidence from S&P500 Index Volatility Mahreen Mahmud Abstract This article studies

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

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

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

Lecture 6: Non Normal Distributions

Lecture 6: Non Normal Distributions Lecture 6: Non Normal Distributions and their Uses in GARCH Modelling Prof. Massimo Guidolin 20192 Financial Econometrics Spring 2015 Overview Non-normalities in (standardized) residuals from asset return

More information

Modelling stock index volatility

Modelling stock index volatility Modelling stock index volatility Răduță Mihaela-Camelia * Abstract In this paper I compared seven volatility models in terms of their ability to describe the conditional variance. The models are compared

More information

Study on Dynamic Risk Measurement Based on ARMA-GJR-AL Model

Study on Dynamic Risk Measurement Based on ARMA-GJR-AL Model Applied and Computational Mathematics 5; 4(3): 6- Published online April 3, 5 (http://www.sciencepublishinggroup.com/j/acm) doi:.648/j.acm.543.3 ISSN: 38-565 (Print); ISSN: 38-563 (Online) Study on Dynamic

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

ROBUST VOLATILITY FORECASTS IN THE PRESENCE OF STRUCTURAL BREAKS

ROBUST VOLATILITY FORECASTS IN THE PRESENCE OF STRUCTURAL BREAKS DEPARTMENT OF ECONOMICS UNIVERSITY OF CYPRUS ROBUST VOLATILITY FORECASTS IN THE PRESENCE OF STRUCTURAL BREAKS Elena Andreou, Eric Ghysels and Constantinos Kourouyiannis Discussion Paper 08-2012 P.O. Box

More information

Forecasting Volatility of USD/MUR Exchange Rate using a GARCH (1,1) model with GED and Student s-t errors

Forecasting Volatility of USD/MUR Exchange Rate using a GARCH (1,1) model with GED and Student s-t errors UNIVERSITY OF MAURITIUS RESEARCH JOURNAL Volume 17 2011 University of Mauritius, Réduit, Mauritius Research Week 2009/2010 Forecasting Volatility of USD/MUR Exchange Rate using a GARCH (1,1) model with

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

A market risk model for asymmetric distributed series of return

A market risk model for asymmetric distributed series of return University of Wollongong Research Online University of Wollongong in Dubai - Papers University of Wollongong in Dubai 2012 A market risk model for asymmetric distributed series of return Kostas Giannopoulos

More information

U n i ve rs i t y of He idelberg

U n i ve rs i t y of He idelberg U n i ve rs i t y of He idelberg Department of Economics Discussion Paper Series No. 613 On the statistical properties of multiplicative GARCH models Christian Conrad and Onno Kleen March 2016 On the statistical

More information

UNIVERSITÀ DEGLI STUDI DI PADOVA. Dipartimento di Scienze Economiche Marco Fanno

UNIVERSITÀ DEGLI STUDI DI PADOVA. Dipartimento di Scienze Economiche Marco Fanno UNIVERSITÀ DEGLI STUDI DI PADOVA Dipartimento di Scienze Economiche Marco Fanno MODELING AND FORECASTING REALIZED RANGE VOLATILITY MASSIMILIANO CAPORIN University of Padova GABRIEL G. VELO University of

More information

Cross-Sectional Distribution of GARCH Coefficients across S&P 500 Constituents : Time-Variation over the Period

Cross-Sectional Distribution of GARCH Coefficients across S&P 500 Constituents : Time-Variation over the Period Cahier de recherche/working Paper 13-13 Cross-Sectional Distribution of GARCH Coefficients across S&P 500 Constituents : Time-Variation over the Period 2000-2012 David Ardia Lennart F. Hoogerheide Mai/May

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

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

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

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

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

High-low range in GARCH models of stock return volatility

High-low range in GARCH models of stock return volatility High-low range in GARCH models of stock return volatility Peter Molnár January 11, 2012 Abstract GARCH volatility models should not be considered as data-generating processes for volatility but just as

More information

Financial Time Series Analysis: Part II

Financial Time Series Analysis: Part II Department of Mathematics and Statistics, University of Vaasa, Finland Spring 2017 1 Volatility Models Background ARCH-models Properties of ARCH-processes Estimation of ARCH models Generalized ARCH models

More information

Financial Econometrics: A Comparison of GARCH type Model Performances when Forecasting VaR. Bachelor of Science Thesis. Fall 2014

Financial Econometrics: A Comparison of GARCH type Model Performances when Forecasting VaR. Bachelor of Science Thesis. Fall 2014 Financial Econometrics: A Comparison of GARCH type Model Performances when Forecasting VaR Bachelor of Science Thesis Fall 2014 Department of Statistics, Uppsala University Oscar Andersson & Erik Haglund

More information

FINANCIAL ECONOMETRICS AND EMPIRICAL FINANCE MODULE 2

FINANCIAL ECONOMETRICS AND EMPIRICAL FINANCE MODULE 2 MSc. Finance/CLEFIN 2017/2018 Edition FINANCIAL ECONOMETRICS AND EMPIRICAL FINANCE MODULE 2 Midterm Exam Solutions June 2018 Time Allowed: 1 hour and 15 minutes Please answer all the questions by writing

More information

A Cyclical Model of Exchange Rate Volatility

A Cyclical Model of Exchange Rate Volatility A Cyclical Model of Exchange Rate Volatility Richard D. F. Harris Evarist Stoja Fatih Yilmaz April 2010 0B0BDiscussion Paper No. 10/618 Department of Economics University of Bristol 8 Woodland Road Bristol

More information

Performance Dynamics of Hedge Fund Index Investing

Performance Dynamics of Hedge Fund Index Investing Journal of Business and Economics, ISSN 2155-7950, USA November 2016, Volume 7, No. 11, pp. 1729-1742 DOI: 10.15341/jbe(2155-7950)/11.07.2016/001 Academic Star Publishing Company, 2016 http://www.academicstar.us

More information

Modelling Stock Indexes Volatility of Emerging Markets

Modelling Stock Indexes Volatility of Emerging Markets Modelling Stock Indexes Volatility of Emerging Markets Farhan Ahmed 1 Samia Muhammed Umer 2 Raza Ali 3 ABSTRACT This study aims to investigate the use of ARCH (autoregressive conditional heteroscedasticity)

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

GARCH Models for Inflation Volatility in Oman

GARCH Models for Inflation Volatility in Oman Rev. Integr. Bus. Econ. Res. Vol 2(2) 1 GARCH Models for Inflation Volatility in Oman Muhammad Idrees Ahmad Department of Mathematics and Statistics, College of Science, Sultan Qaboos Universty, Alkhod,

More information

Intraday Volatility Forecast in Australian Equity Market

Intraday Volatility Forecast in Australian Equity Market 20th International Congress on Modelling and Simulation, Adelaide, Australia, 1 6 December 2013 www.mssanz.org.au/modsim2013 Intraday Volatility Forecast in Australian Equity Market Abhay K Singh, David

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

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

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

A STUDY ON ROBUST ESTIMATORS FOR GENERALIZED AUTOREGRESSIVE CONDITIONAL HETEROSCEDASTIC MODELS

A STUDY ON ROBUST ESTIMATORS FOR GENERALIZED AUTOREGRESSIVE CONDITIONAL HETEROSCEDASTIC MODELS A STUDY ON ROBUST ESTIMATORS FOR GENERALIZED AUTOREGRESSIVE CONDITIONAL HETEROSCEDASTIC MODELS Nazish Noor and Farhat Iqbal * Department of Statistics, University of Balochistan, Quetta. Abstract Financial

More information

Applying asymmetric GARCH models on developed capital markets :An empirical case study on French stock exchange

Applying asymmetric GARCH models on developed capital markets :An empirical case study on French stock exchange Applying asymmetric GARCH models on developed capital markets :An empirical case study on French stock exchange Jatin Trivedi, PhD Associate Professor at International School of Business & Media, Pune,

More information

Testing the volatility term structure using option hedging criteria

Testing the volatility term structure using option hedging criteria esting the volatility term structure using option hedging criteria March 1998 Robert F. Engle Joshua V. Rosenberg Department of Economics Department of Finance University of California, San Diego NYU -

More information

Forecasting Volatility of Wind Power Production

Forecasting Volatility of Wind Power Production Forecasting Volatility of Wind Power Production Zhiwei Shen and Matthias Ritter Department of Agricultural Economics Humboldt-Universität zu Berlin July 18, 2015 Zhiwei Shen Forecasting Volatility of Wind

More information

MODELING EXCHANGE RATE VOLATILITY OF UZBEK SUM BY USING ARCH FAMILY MODELS

MODELING EXCHANGE RATE VOLATILITY OF UZBEK SUM BY USING ARCH FAMILY MODELS International Journal of Economics, Commerce and Management United Kingdom Vol. VI, Issue 11, November 2018 http://ijecm.co.uk/ ISSN 2348 0386 MODELING EXCHANGE RATE VOLATILITY OF UZBEK SUM BY USING ARCH

More information

Modeling of Volatility with Non-linear Time Series Model

Modeling of Volatility with Non-linear Time Series Model Modeling of Volatility with Non-linear Time Series Model a Kim Song Yon, Kim Mun Chol arxiv:1311.1154v2 [q-fin.st] 3 Jul 2014 Faculty of Mathematics, Kim Il Sung University, Pyongyang, D. P. R. Korea a

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

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

Asset Return Volatility, High-Frequency Data, and the New Financial Econometrics

Asset Return Volatility, High-Frequency Data, and the New Financial Econometrics Asset Return Volatility, High-Frequency Data, and the New Financial Econometrics Francis X. Diebold University of Pennsylvania www.ssc.upenn.edu/~fdiebold Jacob Marschak Lecture Econometric Society, Melbourne

More information

Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay. Midterm

Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay. Midterm Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay Midterm GSB Honor Code: I pledge my honor that I have not violated the Honor Code during this examination.

More information

Predicting the Success of Volatility Targeting Strategies: Application to Equities and Other Asset Classes

Predicting the Success of Volatility Targeting Strategies: Application to Equities and Other Asset Classes The Voices of Influence iijournals.com Winter 2016 Volume 18 Issue 3 www.iijai.com Predicting the Success of Volatility Targeting Strategies: Application to Equities and Other Asset Classes ROMAIN PERCHET,

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

FE570 Financial Markets and Trading. Stevens Institute of Technology

FE570 Financial Markets and Trading. Stevens Institute of Technology FE570 Financial Markets and Trading Lecture 6. Volatility Models and (Ref. Joel Hasbrouck - Empirical Market Microstructure ) Steve Yang Stevens Institute of Technology 10/02/2012 Outline 1 Volatility

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

ANALYSIS OF THE RETURNS AND VOLATILITY OF THE ENVIRONMENTAL STOCK LEADERS

ANALYSIS OF THE RETURNS AND VOLATILITY OF THE ENVIRONMENTAL STOCK LEADERS ANALYSIS OF THE RETURNS AND VOLATILITY OF THE ENVIRONMENTAL STOCK LEADERS Viorica Chirila * Abstract: The last years have been faced with a blasting development of the Socially Responsible Investments

More information

BEHAVIORAL OF ISLAMIC FINANCIAL MARKETS: THE CASE OF ASYMMETRIC BEHAVIORAL OF 17 COUNTRIES

BEHAVIORAL OF ISLAMIC FINANCIAL MARKETS: THE CASE OF ASYMMETRIC BEHAVIORAL OF 17 COUNTRIES International Journal of Economics, Commerce and Management United Kingdom Vol. III, Issue 7, July 2015 http://ijecm.co.uk/ ISSN 2348 0386 BEHAVIORAL OF ISLAMIC FINANCIAL MARKETS: THE CASE OF ASYMMETRIC

More information

Value-at-risk modeling and forecasting with range-based volatility models: empirical evidence

Value-at-risk modeling and forecasting with range-based volatility models: empirical evidence ISSN 1808-057X DOI: 10.1590/1808-057x201704140 Value-at-risk modeling and forecasting with range-based volatility models: empirical evidence Leandro dos Santos Maciel Universidade Federal do Rio de Janeiro,

More information

Chapter 1. Introduction

Chapter 1. Introduction Chapter 1 Introduction 2 Oil Price Uncertainty As noted in the Preface, the relationship between the price of oil and the level of economic activity is a fundamental empirical issue in macroeconomics.

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

Volatility Forecasting on the Stockholm Stock Exchange

Volatility Forecasting on the Stockholm Stock Exchange Volatility Forecasting on the Stockholm Stock Exchange Paper within: Authors: Tutors: Civilekonom examensarbete/master thesis in Business Administration (30hp), Finance track Gustafsson, Robert Quinones,

More information

Modelling and Forecasting Volatility of Returns on the Ghana Stock Exchange Using GARCH Models

Modelling and Forecasting Volatility of Returns on the Ghana Stock Exchange Using GARCH Models MPRA Munich Personal RePEc Archive Modelling and Forecasting Volatility of Returns on the Ghana Stock Exchange Using GARCH Models Joseph Magnus Frimpong and Eric Fosu Oteng-Abayie 7. October 2006 Online

More information

Short-selling constraints and stock-return volatility: empirical evidence from the German stock market

Short-selling constraints and stock-return volatility: empirical evidence from the German stock market Short-selling constraints and stock-return volatility: empirical evidence from the German stock market Martin Bohl, Gerrit Reher, Bernd Wilfling Westfälische Wilhelms-Universität Münster Contents 1. Introduction

More information

51-77. - tsalkovich@hotmail.com ARCH GARCH EngleBollerslev GARCH - Hansen and Lunde GARCH- GARCH IBM- GARCH A-GARCH Ding et al GJR-GARCH (Glosten, Jagannathan Runkle Donaldson and Kamstra GJR GARCH GARCH

More information

Forecasting Volatility

Forecasting Volatility Forecasting Volatility - A Comparison Study of Model Based Forecasts and Implied Volatility Course: Master thesis Supervisor: Anders Vilhelmsson Authors: Bujar Bunjaku 850803 Armin Näsholm 870319 Abstract

More information

LONG MEMORY IN VOLATILITY

LONG MEMORY IN VOLATILITY LONG MEMORY IN VOLATILITY How persistent is volatility? In other words, how quickly do financial markets forget large volatility shocks? Figure 1.1, Shephard (attached) shows that daily squared returns

More information

GARCH vs. Traditional Methods of Estimating Value-at-Risk (VaR) of the Philippine Bond Market

GARCH vs. Traditional Methods of Estimating Value-at-Risk (VaR) of the Philippine Bond Market GARCH vs. Traditional Methods of Estimating Value-at-Risk (VaR) of the Philippine Bond Market INTRODUCTION Value-at-Risk (VaR) Value-at-Risk (VaR) summarizes the worst loss over a target horizon that

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