Models Multivariate GARCH Models Updated: April

Size: px
Start display at page:

Download "Models Multivariate GARCH Models Updated: April"

Transcription

1 Financial i Econometrics and Volatility Models Multivariate GARCH Models Updated: April Eric Zivot Professor and Gary Waterman Distinguished Scholar Department of Economics, University of Washington Eric Zivot. All Rights Reserved. and S&P 500 Daily Returns Sample covariance matrix Sample correlation matrix Eric Zivot. All Rights Reserved. 2 1

2 Sample Cross-lag and Autocorrelations Multivariate Series : msft.sp500.ts^2 and AC CF and ACF Lag Lag Eric Zivot. All Rights Reserved. 3 EWMA Covariance: lambda = Var Cov Var Eric Zivot. All Rights Reserved. 4 2

3 Estimating EWMA Covariance > msft.sp500.ewma2=mgarch(msft.sp500.ts~1,~ewma2,trace=f) Coefficients: C(1) C(2) ALPHA EWMA Conditional Volatilities EWMA Conditional Correlation Eric Zivot. All Rights Reserved. 5 Estimated DVEC(1,1) Model > msft.sp500.dvec = mgarch(msft.sp500.ts ~ 1, ~ dvec(1, 1), trace = F) Value Std.Error t value Pr(> t ) C(1) 2.102e e e-011 C(2) 6.812e e e-007 A(1, 1) 1.710e e e+000 A(2, 1) 2.801e e e+000 A(2, 2) 1.650e e e+000 ARCH(1; 1, 1) 6.930e e e+000 ARCH(1; 2, 1) 6.758e e e+000 ARCH(1; 2, 2) 7.724e e e+000 GARCH(1; 1, 1) 9.049e e e+000 GARCH(1; 2, 1) 9.137e e e+000 GARCH(1; 2, 2) 9.116e e e+000 AIC(11) = BIC(11) = Notice how the ARCH parameters are similar and the GARCH parameters are similar. This motivates the scalar DVEC specification Eric Zivot. All Rights Reserved. 6 3

4 Conditional Volatilities and from DEV DVEC Conditional Volatilities DVEC Conditional Correlation Eric Zivot. All Rights Reserved. 7 Estimated DVEC(1,1) Model with Covariance Targeting > msft.sp500.dvecac=mgarch(msft.sp500.ts~1,~dvecac(1,1),trace=f) Value Std.Error t value Pr(> t ) C(1) e-010 C(2) e-008 ARCH(1; 1, 1) e+000 ARCH(1; 2, 1) e+000 ARCH(1; 2, 2) e-007 GARCH(1; 1, 1) e+000 GARCH(1; 2, 1) e+000 GARCH(1; 2, 2) e-001 AIC(8) = BIC(8) = Strange result: probably converged to local minimum Eric Zivot. All Rights Reserved. 8 4

5 Conditional Volatilities and from DEV with Cov Targeting DVEC Conditional Volatilities DVEC Conditional Correlation Eric Zivot. All Rights Reserved. 9 Estimated Scalar DVEC(1,1) Model > msft.sp500.dvec.scalar = mgarch(msft.sp500.ts ~ 1, ~ dvec.scalar.scalar(1, 1), trace = F) Value Std.Error t value Pr(> t ) C(1) e-012 C(2) e-008 A(1, 1) e+000 A(2, 1) e+000 A(2, 2) e+000 ARCH(1) e+000 GARCH(1) e+000 AIC(7) = BIC(7) = Common ARCH and common GARCH parameters Eric Zivot. All Rights Reserved. 10 5

6 Conditional Volatilities and from Scalar DEV DVEC Conditional Volatilities DVEC Conditional Correlation Eric Zivot. All Rights Reserved. 11 Estimated Matrix Diagonal Model > msft.sp500.md=mgarch(msft.sp500.ts~1, ~dvec.mat.mat(1,1),trace=f) Value Std.Error t value Pr(> t ) C(1) e e-007 C(2) e e e A(1, 1) e e+000 A(2, 1) e e+000 A(2, 2) e e+000 ARCH(1; 1, 1) e e+000 ARCH(1; 2, 1) e e+000 ARCH(1; 2, 2) e e-002 GARCH(1; 1, 1) e e+000 GARCH(1; 2, 1) e e+000 GARCH(1; 2, 2) e e-001 AIC(11) = BIC(11) = Interpretation of all coefficients is not straightforward Eric Zivot. All Rights Reserved. 12 6

7 Conditional Volatilities and from Matrix Diagonal Model DVEC Conditional Volatilities DVEC Conditional Correlation Estimated correlations are smoother in this model Eric Zivot. All Rights Reserved. 13 Estimated BEKK(1,1) Model > msft.sp500.bekk=mgarch(msft.sp500.ts~1,~bekk(1,1),trace=f) Value Std.Error t value Pr(> t ) C(1) e-011 C(2) e-008 A(1, 1) e+000 A(2, 1) e+000 A(2, 2) e-004 ARCH(1; 1, 1) e+000 ARCH(1; 2, 1) e-010 ARCH(1; 1, 2) e-003 ARCH(1; 2, 2) e+000 GARCH(1; 1, 1) e+000 GARCH(1; 2, 1) e+000 GARCH(1; 1, 2) e-001 GARCH(1; 2, 2) e+000 AIC(13) = BIC(13) = Not straightforward to interpret parameters Eric Zivot. All Rights Reserved. 14 7

8 Conditional Volatilities and from BEKK Model BEKK Conditional Volatilities BEKK Conditional Correlation Eric Zivot. All Rights Reserved. 15 Estimated CCC Model > msft.sp500.ccc = mgarch(msft.sp500.ts ~ 1, ~ ccc(1, 1), trace = F) Value Std.Error t value Pr(> t ) C(1) 2.106e e e-010 C(2) 6.397e e e-006 A(1, 1) 2.898e e e+000 A(2, 2) 2.098e e e+000 ARCH(1; 1, 1) 7.087e e e+000 ARCH(1; 2, 2) 7.583e e e+000 GARCH(1; 1, 1) 8.816e e e+000 GARCH(1; 2, 2) 9.079e e e+000 Estimated Conditional Constant Correlation Matrix: AIC(8) = BIC(8) = Eric Zivot. All Rights Reserved. 16 8

9 Conditional Volatilities and from CCC Model CCC Conditional Volatilities CCC Conditional Correlation Conditional correlation restricted to sample correlation Eric Zivot. All Rights Reserved. 17 Volatility and Correlation Predictions from DVEC(1,1) Predicted volatility for Predicted correlation b/w and Predicted volatility for Eric Zivot. All Rights Reserved. 18 9

10 Comparison of Predicted Volatilities Predicted volatility for DVEC MD BEKK CCC Predicted volatility for DVEC MD BEKK CCC Eric Zivot. All Rights Reserved. 19 Comparison of Correlation Predictions Predicted correlation b/w and DVEC MD BEKK CCC Eric Zivot. All Rights Reserved

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

Modeling Financial Time Series using S+FinMetrics

Modeling Financial Time Series using S+FinMetrics Modeling Financial Time Series using S+FinMetrics Eric Zivot, Associate Professor of Economics and Gary Waterman Distinguished Scholar University of Washington Dec 5 th, 2002 Agenda Introduction Typical

More information

Dynamics and Information Transmission between Stock Index and Stock Index Futures in China

Dynamics and Information Transmission between Stock Index and Stock Index Futures in China 2015 International Conference on Management Science & Engineering (22 th ) October 19-22, 2015 Dubai, United Arab Emirates Dynamics and Information Transmission between Stock Index and Stock Index Futures

More information

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

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2015, Mr. Ruey S. Tsay. Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2015, Mr. Ruey S. Tsay Final Exam Booth Honor Code: I pledge my honor that I have not violated the Honor Code during this

More information

Optimal Hedge Ratio and Hedging Effectiveness of Stock Index Futures Evidence from India

Optimal Hedge Ratio and Hedging Effectiveness of Stock Index Futures Evidence from India Optimal Hedge Ratio and Hedging Effectiveness of Stock Index Futures Evidence from India Executive Summary In a free capital mobile world with increased volatility, the need for an optimal hedge ratio

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

Portfolio construction by volatility forecasts: Does the covariance structure matter?

Portfolio construction by volatility forecasts: Does the covariance structure matter? Portfolio construction by volatility forecasts: Does the covariance structure matter? Momtchil Pojarliev and Wolfgang Polasek INVESCO Asset Management, Bleichstrasse 60-62, D-60313 Frankfurt email: momtchil

More information

Analysis of Volatility Spillover Effects. Using Trivariate GARCH Model

Analysis of Volatility Spillover Effects. Using Trivariate GARCH Model Reports on Economics and Finance, Vol. 2, 2016, no. 1, 61-68 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ref.2016.612 Analysis of Volatility Spillover Effects Using Trivariate GARCH Model Pung

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

Linda Allen, Jacob Boudoukh and Anthony Saunders, Understanding Market, Credit and Operational Risk: The Value at Risk Approach

Linda Allen, Jacob Boudoukh and Anthony Saunders, Understanding Market, Credit and Operational Risk: The Value at Risk Approach P1.T4. Valuation & Risk Models Linda Allen, Jacob Boudoukh and Anthony Saunders, Understanding Market, Credit and Operational Risk: The Value at Risk Approach Bionic Turtle FRM Study Notes Reading 26 By

More information

Econometric Models for the Analysis of Financial Portfolios

Econometric Models for the Analysis of Financial Portfolios Econometric Models for the Analysis of Financial Portfolios Professor Gabriela Victoria ANGHELACHE, Ph.D. Academy of Economic Studies Bucharest Professor Constantin ANGHELACHE, Ph.D. Artifex University

More information

Forecasting Conditional Correlation for Exchange Rates using Multivariate GARCH models with Historical Value-at-Risk application

Forecasting Conditional Correlation for Exchange Rates using Multivariate GARCH models with Historical Value-at-Risk application Forecasting Conditional Correlation for Exchange Rates using Multivariate GARCH models with Historical Value-at-Risk application Joel Hartman Department of Economics & Jan Sedlak Department of Statistics

More information

Market Risk Analysis Volume II. Practical Financial Econometrics

Market Risk Analysis Volume II. Practical Financial Econometrics Market Risk Analysis Volume II Practical Financial Econometrics Carol Alexander John Wiley & Sons, Ltd List of Figures List of Tables List of Examples Foreword Preface to Volume II xiii xvii xx xxii xxvi

More information

STUDY ON THE CONCEPT OF OPTIMAL HEDGE RATIO AND HEDGING EFFECTIVENESS: AN EXAMPLE FROM ICICI BANK FUTURES

STUDY ON THE CONCEPT OF OPTIMAL HEDGE RATIO AND HEDGING EFFECTIVENESS: AN EXAMPLE FROM ICICI BANK FUTURES Journal of Management (JOM) Volume 5, Issue 4, July Aug 2018, pp. 374 380, Article ID: JOM_05_04_039 Available online at http://www.iaeme.com/jom/issues.asp?jtype=jom&vtype=5&itype=4 Journal Impact Factor

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

ARIMA ANALYSIS WITH INTERVENTIONS / OUTLIERS

ARIMA ANALYSIS WITH INTERVENTIONS / OUTLIERS TASK Run intervention analysis on the price of stock M: model a function of the price as ARIMA with outliers and interventions. SOLUTION The document below is an abridged version of the solution provided

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

Financial Risk Forecasting Chapter 3 Multivariate volatility models

Financial Risk Forecasting Chapter 3 Multivariate volatility models Financial Risk Forecasting Chapter 3 Multivariate volatility models Jon Danielsson 2017 London School of Economics To accompany Financial Risk Forecasting www.financialriskforecasting.com Published by

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

Lecture Note 9 of Bus 41914, Spring Multivariate Volatility Models ChicagoBooth

Lecture Note 9 of Bus 41914, Spring Multivariate Volatility Models ChicagoBooth Lecture Note 9 of Bus 41914, Spring 2017. Multivariate Volatility Models ChicagoBooth Reference: Chapter 7 of the textbook Estimation: use the MTS package with commands: EWMAvol, marchtest, BEKK11, dccpre,

More information

Appendix. A.1 Independent Random Effects (Baseline)

Appendix. A.1 Independent Random Effects (Baseline) A Appendix A.1 Independent Random Effects (Baseline) 36 Table 2: Detailed Monte Carlo Results Logit Fixed Effects Clustered Random Effects Random Coefficients c Coeff. SE SD Coeff. SE SD Coeff. SE SD Coeff.

More information

Econometric modeling for optimal hedging in commodity futures: An empirical study of soybean trading

Econometric modeling for optimal hedging in commodity futures: An empirical study of soybean trading Economic Affairs Citation: EA: 61(3): 447-453, September 2016 2016 New Delhi Publishers. All rights reserved Econometric modeling for optimal hedging in commodity futures: An empirical study of soybean

More information

Lecture 1: Empirical Properties of Returns

Lecture 1: Empirical Properties of Returns Lecture 1: Empirical Properties of Returns Econ 589 Eric Zivot Spring 2011 Updated: March 29, 2011 Daily CC Returns on MSFT -0.3 r(t) -0.2-0.1 0.1 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996

More information

LAMPIRAN. Null Hypothesis: LO has a unit root Exogenous: Constant Lag Length: 1 (Automatic based on SIC, MAXLAG=13)

LAMPIRAN. Null Hypothesis: LO has a unit root Exogenous: Constant Lag Length: 1 (Automatic based on SIC, MAXLAG=13) 74 LAMPIRAN Lampiran 1 Analisis ARIMA 1.1. Uji Stasioneritas Variabel 1. Data Harga Minyak Riil Level Null Hypothesis: LO has a unit root Lag Length: 1 (Automatic based on SIC, MAXLAG=13) Augmented Dickey-Fuller

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 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

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

HOW GOOD IS THE BITCOIN AS AN ALTERNATIVE ASSET FOR HEDGING? 1.Introduction.

HOW GOOD IS THE BITCOIN AS AN ALTERNATIVE ASSET FOR HEDGING? 1.Introduction. Volume 119 No. 17 2018, 497-508 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ HOW GOOD IS THE BITCOIN AS AN ALTERNATIVE ASSET FOR HEDGING? By 1 Dr. HariharaSudhan

More information

The Fall of Oil Prices and Changes in the Dynamic Relationship between the Stock Markets of Russia and Kazakhstan

The Fall of Oil Prices and Changes in the Dynamic Relationship between the Stock Markets of Russia and Kazakhstan Journal of Reviews on Global Economics, 2015, 4, 147-151 147 The Fall of Oil Prices and Changes in the Dynamic Relationship between the Stock Markets of Russia and Kazakhstan Mirzosaid Sultonov * Tohoku

More information

APPLYING MULTIVARIATE

APPLYING MULTIVARIATE Swiss Society for Financial Market Research (pp. 201 211) MOMTCHIL POJARLIEV AND WOLFGANG POLASEK APPLYING MULTIVARIATE TIME SERIES FORECASTS FOR ACTIVE PORTFOLIO MANAGEMENT Momtchil Pojarliev, INVESCO

More information

Final Exam Suggested Solutions

Final Exam Suggested Solutions University of Washington Fall 003 Department of Economics Eric Zivot Economics 483 Final Exam Suggested Solutions This is a closed book and closed note exam. However, you are allowed one page of handwritten

More information

Keywords: Price volatility, GARCH, copula, dynamic conditional correlation. JEL Classification: C32, R31, R33

Keywords: Price volatility, GARCH, copula, dynamic conditional correlation. JEL Classification: C32, R31, R33 Modelling Price Volatility in the Hong Kong Property Market Sherry Z. Zhou and Helen X. H. Bao * Department of Management Sciences, City University of Hong Kong, Hong Kong. Department of Land Economy,

More information

Interdependence of International Financial Markets: The Case of India and U.S.

Interdependence of International Financial Markets: The Case of India and U.S. Interdependence of International Financial Markets: The Case of India and U.S. Pami Dua and Divya Tuteja 1 Department of Economics, Delhi School of Economics, University of Delhi ABSTRACT The present paper

More information

Testing the Dynamic Linkages of the Pakistani Stock Market with Regional and Global Markets

Testing the Dynamic Linkages of the Pakistani Stock Market with Regional and Global Markets The Lahore Journal of Economics 22 : 2 (Winter 2017): pp. 89 116 Testing the Dynamic Linkages of the Pakistani Stock Market with Regional and Global Markets Zohaib Aziz * and Javed Iqbal ** Abstract This

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

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

3rd International Conference on Education, Management and Computing Technology (ICEMCT 2016)

3rd International Conference on Education, Management and Computing Technology (ICEMCT 2016) 3rd International Conference on Education, Management and Computing Technology (ICEMCT 2016) The Dynamic Relationship between Onshore and Offshore Market Exchange Rate in the Process of RMB Internationalization

More information

Working Paper No. 223

Working Paper No. 223 CDE January 2013 INTERDEPENDENCE OF INTERNATIONAL FINANCIAL MARKETS: THE CASE OF INDIA AND U.S. Pami Dua Email:dua@econdse.org Department of Economics Delhi School of Economics Divya Tuteja Email: divya@econdse.org

More information

On the Time Varying Relationship between Closed End Fund Prices and Fundamentals: Bond vs. Equity Funds

On the Time Varying Relationship between Closed End Fund Prices and Fundamentals: Bond vs. Equity Funds On the Time Varying Relationship between Closed End Fund Prices and Fundamentals: Bond vs. Equity Funds Seth Anderson, T. Randolph Beard, Hyeongwoo Kim, and Liliana V. Stern July 2011 Abstract: Closed

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

Regularizing Bayesian Predictive Regressions. Guanhao Feng

Regularizing Bayesian Predictive Regressions. Guanhao Feng Regularizing Bayesian Predictive Regressions Guanhao Feng Booth School of Business, University of Chicago R/Finance 2017 (Joint work with Nicholas Polson) What do we study? A Bayesian predictive regression

More information

ETHANOL HEDGING STRATEGIES USING DYNAMIC MULTIVARIATE GARCH

ETHANOL HEDGING STRATEGIES USING DYNAMIC MULTIVARIATE GARCH ETHANOL HEDGING STRATEGIES USING DYNAMIC MULTIVARIATE GARCH Introduction The total domestic production of ethanol in the United States has had tremendous growth as an alternative energy product since the

More information

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

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2013, Mr. Ruey S. Tsay. Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2013, Mr. Ruey S. Tsay Final Exam Booth Honor Code: I pledge my honor that I have not violated the Honor Code during this

More information

Interdependence between Yu Ebao and Shibor:An Empirical Study Based on VAR-DCC-GARCH Model

Interdependence between Yu Ebao and Shibor:An Empirical Study Based on VAR-DCC-GARCH Model Interdependence between Yu Ebao and Shibor:An Empirical Study Based on VAR-DCC-GARCH Model Xiangyou Wu 1, Chiang Ku Fan 2 1. Newhuadu Business School of Minjiang University. Institute of Internet Innovation

More information

A multivariate analysis of the UK house price volatility

A multivariate analysis of the UK house price volatility A multivariate analysis of the UK house price volatility Kyriaki Begiazi 1 and Paraskevi Katsiampa 2 Abstract: Since the recent financial crisis there has been heightened interest in studying the volatility

More information

Hedging effectiveness of European wheat futures markets

Hedging effectiveness of European wheat futures markets Hedging effectiveness of European wheat futures markets Cesar Revoredo-Giha 1, Marco Zuppiroli 2 1 Food Marketing Research Team, Scotland's Rural College (SRUC), King's Buildings, West Mains Road, Edinburgh

More information

FORECASTING PAKISTANI STOCK MARKET VOLATILITY WITH MACROECONOMIC VARIABLES: EVIDENCE FROM THE MULTIVARIATE GARCH MODEL

FORECASTING PAKISTANI STOCK MARKET VOLATILITY WITH MACROECONOMIC VARIABLES: EVIDENCE FROM THE MULTIVARIATE GARCH MODEL FORECASTING PAKISTANI STOCK MARKET VOLATILITY WITH MACROECONOMIC VARIABLES: EVIDENCE FROM THE MULTIVARIATE GARCH MODEL ZOHAIB AZIZ LECTURER DEPARTMENT OF STATISTICS, FEDERAL URDU UNIVERSITY OF ARTS, SCIENCES

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

Time-Varying Risk Premium in the Czech Capital Market: Did the Market Experience a Structural Shock in ?

Time-Varying Risk Premium in the Czech Capital Market: Did the Market Experience a Structural Shock in ? JEL Classification: C32, E44, G12 Keywords: CAPM, CCAPM, multivariate GARCH-in-mean, risk premium, structural changes Time-Varying Risk Premium in the Czech Capital Market: Did the Market Experience a

More information

Volatility spillovers among the Gulf Arab emerging markets

Volatility spillovers among the Gulf Arab emerging markets University of Wollongong Research Online University of Wollongong in Dubai - Papers University of Wollongong in Dubai 2010 Volatility spillovers among the Gulf Arab emerging markets Ramzi Nekhili University

More information

Econ 424/CFRM 462 Portfolio Risk Budgeting

Econ 424/CFRM 462 Portfolio Risk Budgeting Econ 424/CFRM 462 Portfolio Risk Budgeting Eric Zivot August 14, 2014 Portfolio Risk Budgeting Idea: Additively decompose a measure of portfolio risk into contributions from the individual assets in the

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

Working Paper IIMK/WPS/251/EA/2017/35. June 2017

Working Paper IIMK/WPS/251/EA/2017/35. June 2017 Working Paper IIMK/WPS/251/EA/2017/35 June 2017 Dynamic Linkages between Gold and Equity Prices: Evidence from Indian Financial Services and Information Technology Companies Shubhasis Dey 1 Aravind Sampath

More information

Economics 483. Midterm Exam. 1. Consider the following monthly data for Microsoft stock over the period December 1995 through December 1996:

Economics 483. Midterm Exam. 1. Consider the following monthly data for Microsoft stock over the period December 1995 through December 1996: University of Washington Summer Department of Economics Eric Zivot Economics 3 Midterm Exam This is a closed book and closed note exam. However, you are allowed one page of handwritten notes. Answer all

More information

Bayesian Estimation of Multivariate Conditional Correlation GARCH models and Their Application

Bayesian Estimation of Multivariate Conditional Correlation GARCH models and Their Application Bayesian Estimation of Multivariate Conditional Correlation GARCH models and Their Application Chen Jun Master s degree Programme in Bayesian Statistics and Decision Analysis (EuroBayes) Department of

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

Volume 29, Issue 2. Measuring the external risk in the United Kingdom. Estela Sáenz University of Zaragoza

Volume 29, Issue 2. Measuring the external risk in the United Kingdom. Estela Sáenz University of Zaragoza Volume 9, Issue Measuring the external risk in the United Kingdom Estela Sáenz University of Zaragoza María Dolores Gadea University of Zaragoza Marcela Sabaté University of Zaragoza Abstract This paper

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

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

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

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

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

Volatility Spillovers and Causality of Carbon Emissions, Oil and Coal Spot and Futures for the EU and USA

Volatility Spillovers and Causality of Carbon Emissions, Oil and Coal Spot and Futures for the EU and USA 22nd International Congress on Modelling and Simulation, Hobart, Tasmania, Australia, 3 to 8 December 2017 mssanz.org.au/modsim2017 Volatility Spillovers and Causality of Carbon Emissions, Oil and Coal

More information

I. Return Calculations (20 pts, 4 points each)

I. Return Calculations (20 pts, 4 points each) University of Washington Winter 015 Department of Economics Eric Zivot Econ 44 Midterm Exam Solutions This is a closed book and closed note exam. However, you are allowed one page of notes (8.5 by 11 or

More information

ERM (Part 1) Measurement and Modeling of Depedencies in Economic Capital. PAK Study Manual

ERM (Part 1) Measurement and Modeling of Depedencies in Economic Capital. PAK Study Manual ERM-101-12 (Part 1) Measurement and Modeling of Depedencies in Economic Capital Related Learning Objectives 2b) Evaluate how risks are correlated, and give examples of risks that are positively correlated

More information

VOLATILITY SPILLOVERS BETWEEN CRUDE OIL PRICES AND NEW ENERGY STOCK PRICE IN CHINA

VOLATILITY SPILLOVERS BETWEEN CRUDE OIL PRICES AND NEW ENERGY STOCK PRICE IN CHINA 3. VOLATILITY SPILLOVERS BETWEEN CRUDE OIL PRICES AND NEW ENERGY STOCK PRICE IN CHINA Abstract Yufeng Chen 1 Wenqi Li 2 Xi Jin 3 Using data from the crude oil market and the stock market in China, this

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

The Constant Expected Return Model

The Constant Expected Return Model Chapter 1 The Constant Expected Return Model Date: February 5, 2015 The first model of asset returns we consider is the very simple constant expected return (CER) model. This model is motivated by the

More information

Asset allocation and regime switching on Croatian financial market

Asset allocation and regime switching on Croatian financial market Croatian Operational Research Review 201 CRORR 7(2016), 201 215 Asset allocation and regime switching on Croatian financial market Tihana Škrinjarić 1, and Boško Šego 1 1 Department of Mathematics, Faculty

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

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

TESTING THE VOLATILITY TRANSMISSION AMONG THE PRECIOUS METAL ETFS AND FUTURES Jo-Hui Chen 1, Do Thi Van Trang 2

TESTING THE VOLATILITY TRANSMISSION AMONG THE PRECIOUS METAL ETFS AND FUTURES Jo-Hui Chen 1, Do Thi Van Trang 2 TESTING THE VOLATILITY TRANSMISSION AMONG THE PRECIOUS METAL ETFS AND FUTURES Jo-Hui Chen 1, Do Thi Van Trang 1 Department of Finance, Chung Yuan Christian University, Chung Li, Taiwan Department of Finance,

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

A Dynamic Model of Expected Bond Returns: a Functional Gradient Descent Approach.

A Dynamic Model of Expected Bond Returns: a Functional Gradient Descent Approach. A Dynamic Model of Expected Bond Returns: a Functional Gradient Descent Approach. Francesco Audrino Giovanni Barone-Adesi January 2006 Abstract We propose a multivariate methodology based on Functional

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

A Scientific Classification of Volatility Models *

A Scientific Classification of Volatility Models * A Scientific Classification of Volatility Models * Massimiliano Caporin Dipartimento di Scienze Economiche Marco Fanno Università degli Studi di Padova Michael McAleer Department of Quantitative Economics

More information

Macro News and Exchange Rates in the BRICS. Guglielmo Maria Caporale, Fabio Spagnolo and Nicola Spagnolo. February 2016

Macro News and Exchange Rates in the BRICS. Guglielmo Maria Caporale, Fabio Spagnolo and Nicola Spagnolo. February 2016 Economics and Finance Working Paper Series Department of Economics and Finance Working Paper No. 16-04 Guglielmo Maria Caporale, Fabio Spagnolo and Nicola Spagnolo Macro News and Exchange Rates in the

More information

In this chapter we show that, contrary to common beliefs, financial correlations

In this chapter we show that, contrary to common beliefs, financial correlations 3GC02 11/25/2013 11:38:51 Page 43 CHAPTER 2 Empirical Properties of Correlation: How Do Correlations Behave in the Real World? Anything that relies on correlation is charlatanism. Nassim Taleb In this

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

Discussion Paper No. DP 07/05

Discussion Paper No. DP 07/05 SCHOOL OF ACCOUNTING, FINANCE AND MANAGEMENT Essex Finance Centre A Stochastic Variance Factor Model for Large Datasets and an Application to S&P data A. Cipollini University of Essex G. Kapetanios Queen

More information

STOCK RETURNS AND INFLATION: THE IMPACT OF INFLATION TARGETING

STOCK RETURNS AND INFLATION: THE IMPACT OF INFLATION TARGETING STOCK RETURNS AND INFLATION: THE IMPACT OF INFLATION TARGETING Alexandros Kontonikas a, Alberto Montagnoli b and Nicola Spagnolo c a Department of Economics, University of Glasgow, Glasgow, UK b Department

More information

Lecture Note of Bus 41202, Spring 2010: Analysis of Multiple Series with Applications. x 1t x 2t. holdings (OIH) and energy select section SPDR (XLE).

Lecture Note of Bus 41202, Spring 2010: Analysis of Multiple Series with Applications. x 1t x 2t. holdings (OIH) and energy select section SPDR (XLE). Lecture Note of Bus 41202, Spring 2010: Analysis of Multiple Series with Applications Focus on two series (i.e., bivariate case) Time series: Data: x 1, x 2,, x T. X t = Some examples: (a) U.S. quarterly

More information

Introduction to Computational Finance and Financial Econometrics Descriptive Statistics

Introduction to Computational Finance and Financial Econometrics Descriptive Statistics You can t see this text! Introduction to Computational Finance and Financial Econometrics Descriptive Statistics Eric Zivot Summer 2015 Eric Zivot (Copyright 2015) Descriptive Statistics 1 / 28 Outline

More information

Available online at ScienceDirect. Procedia Economics and Finance 8 ( 2014 )

Available online at  ScienceDirect. Procedia Economics and Finance 8 ( 2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia Economics and Finance 8 ( 2014 ) 543 549 1st International Conference 'Economic Scientific Research - Theoretical, Empirical and Practical

More information

Toward an ideal international gas market : the role of LNG destination clauses

Toward an ideal international gas market : the role of LNG destination clauses Toward an ideal international gas market : the role of LNG destination clauses Amina BABA (University Paris Dauphine) Anna CRETI (University Paris Dauphine) Olivier MASSOL (IFP School) International Conference

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

V Time Varying Covariance and Correlation. Covariances and Correlations

V Time Varying Covariance and Correlation. Covariances and Correlations V Time Varying Covariance and Correlation DEFINITION OF CORRELATIONS ARE THEY TIME VARYING? WHY DO WE NEED THEM? ONE FACTOR ARCH MODEL DYNAMIC CONDITIONAL CORRELATIONS ASSET ALLOCATION THE VALUE OF CORRELATION

More information

Stellenbosch Economic Working Papers: 17/13

Stellenbosch Economic Working Papers: 17/13 the transition South African Sector Return Correlations: using DCC and ADCC Multivariate GARCH techniques to uncover the underlying dynamics. NICO KATZKE Stellenbosch Economic Working Papers: 17/13 KEYWORDS:

More information

Chapter 6 Efficient Diversification. b. Calculation of mean return and variance for the stock fund: (A) (B) (C) (D) (E) (F) (G)

Chapter 6 Efficient Diversification. b. Calculation of mean return and variance for the stock fund: (A) (B) (C) (D) (E) (F) (G) Chapter 6 Efficient Diversification 1. E(r P ) = 12.1% 3. a. The mean return should be equal to the value computed in the spreadsheet. The fund's return is 3% lower in a recession, but 3% higher in a boom.

More information

Regime Switching in Volatilities and Correlation between Stock and Bond markets. By Runquan Chen DISCUSSION PAPER NO 640 DISCUSSION PAPER SERIES

Regime Switching in Volatilities and Correlation between Stock and Bond markets. By Runquan Chen DISCUSSION PAPER NO 640 DISCUSSION PAPER SERIES ISSN 0956-8549-640 Regime Switching in Volatilities and Correlation between Stock and Bond markets By Runquan Chen DISCUSSION PAPER NO 640 DISCUSSION PAPER SERIES September 2009 Runquan Chen was a research

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

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

Financial Econometrics: Problem Set # 3 Solutions

Financial Econometrics: Problem Set # 3 Solutions Financial Econometrics: Problem Set # 3 Solutions N Vera Chau The University of Chicago: Booth February 9, 219 1 a. You can generate the returns using the exact same strategy as given in problem 2 below.

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

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

Submitted on 22/03/2016 Article ID: Ming-Tao Chou, and Cherie Lu

Submitted on 22/03/2016 Article ID: Ming-Tao Chou, and Cherie Lu Review of Economics & Finance Submitted on 22/3/216 Article ID: 1923-7529-216-4-93-9 Ming-Tao Chou, and Cherie Lu Correlations and Volatility Spillovers between the Carbon Trading Price and Bunker Index

More information

Defining the Currency Hedging Ratio

Defining the Currency Hedging Ratio ERASMUS UNIVERSITY ROTTERDAM ERASMUS SCHOOL OF ECONOMICS MSc Economics & Business Master Specialisation Financial Economics Defining the Currency Hedging Ratio A Robust Measure Author: R. Kersbergen Student

More information

The Relationship between Inflation, Inflation Uncertainty and Output Growth in India

The Relationship between Inflation, Inflation Uncertainty and Output Growth in India Economic Affairs 2014, 59(3) : 465-477 9 New Delhi Publishers WORKING PAPER 59(3): 2014: DOI 10.5958/0976-4666.2014.00014.X The Relationship between Inflation, Inflation Uncertainty and Output Growth in

More information

Flexible Dynamic Conditional Correlation Multivariate GARCH models for Asset Allocation

Flexible Dynamic Conditional Correlation Multivariate GARCH models for Asset Allocation UNIVERSITA CA FOSCARI DI VENEZIA novembre 2005 Flexible Dynamic Conditional Correlation Multivariate GARCH models for Asset Allocation Monica Billio, Michele Gobbo, Masimiliano Caporin Nota di Lavoro 2005.11

More information

An empirical study in risk management: estimation of Value at Risk with GARCH family models

An empirical study in risk management: estimation of Value at Risk with GARCH family models An empirical study in risk management: estimation of Value at Risk with GARCH family models Author: Askar Nyssanov Supervisor: Anders Ågren, Professor Master Thesis in Statistics Department of Statistics

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