Time Series Models for Measuring Market Risk

Size: px
Start display at page:

Download "Time Series Models for Measuring Market Risk"

Transcription

1 Time Series Models for Measuring Market Risk José Miguel Hernández Lobato Universidad Autónoma de Madrid, Computer Science Department June 28, / 32

2 Outline 1 Introduction 2 Competitive and collaborative mixtures of experts 3 GARCH processes with non-parametric innovations 4 Conclusions and future work 2/ 32

3 Introduction Outline 1 Introduction 2 Competitive and collaborative mixtures of experts 3 GARCH processes with non-parametric innovations 4 Conclusions and future work 3/ 32

4 Introduction Risk, market risk and risk measures Risk has two components: 1 Uncertainty, and 2 Exposure. Market risk is caused by exposure to uncertainty in the market value of a portfolio. The risk involved by a situation is captured by the probability distribution P of its possible outcomes. A risk measure ρ maps P to a risk measurement: ρ : D R ±, (1) 4/ 32

5 Introduction Risk measures: Value at Risk and Expected Shortfall Value at Risk (VaR) It is the worst result within the α fraction of best results: ρ VaR (P) = P 1 (1 α). (2) Expected Shortfall (ES) It is the average result when the result is worse than the VaR: ρ ES (P) = 1 1 α P 1 (1 α) x dp(x). (3) α is usually high, e.g or / 32

6 Introduction A risk measuring example VaR 0.95 ES 0.95 density Figure: Density for the loss after holding 100 euros of an imaginary asset for one year VaR is 29.5 euros and the 0.95 ES is 35.3 euros. loss However, we do not know the distribution of future price changes in real financial assets!!! We have to estimate it from historical data. 6/ 32

7 Introduction Price variations We focus on logarithmic returns: r t = log(p t ) log(p t 1 ). Price in USD Percentage Logarithmic Return Day Figure: Left, daily prices of Microsoft stocks from January 4, 2000 to April 18, Right, corresponding daily percentage logarithmic returns of Microsoft stocks. 7/ 32 Day

8 Introduction Statistical properties of returns Linear autocorrelation, time-dependent volatility and heavy tails. Histogram Normal Q Q Plot Density Sample Quantiles Normalized Return Theoretical Quantiles Figure: Left, histogram for the returns of Microsoft stocks and Gaussian density. Right, normal q-q plot for returns of Microsoft stocks. 8/ 32

9 Introduction Volatility models: GARCH processes We say {r t } T t=1 follows a GARCH(1,1) process if: r t = σ t ε t (4) σ 2 t = γ + α r t 2 + βσ 2 t 1, (5) where ε t N(0,1), γ > 0, α 0, β 0 α + β < 1. The volatility process is correctly modeled (more or less). The heavy-tails are not. 9/ 32

10 Introduction Example Series and 2 Coditional SD superimposed Normal Q Q Plot Return Sample Quantiles Day Theoretical Quantiles Figure: Left, volatility of Microsoft returns estimated by a GARCH process. Right, normal q-q plot for the GARCH residuals. 10/ 32

11 Introduction Validating market risk models: Backtesting 11/ 32

12 Competitive and collaborative mixtures of experts Outline 1 Introduction 2 Competitive and collaborative mixtures of experts 3 GARCH processes with non-parametric innovations 4 Conclusions and future work 12/ 32

13 Competitive and collaborative mixtures of experts Mixture of experts paradigm Output Mixture Model Act. 1 Gating Network Act. n Expert 1 Expert n Input 13/ 32

14 Competitive and collaborative mixtures of experts The model Volatility is modeled by a GARCH process with mean µ: r t = µ + σ t ε t (6) σ 2 t = γ + α r t µ 2 + βσ 2 t 1, (7) We eliminate heteroskedasticity with the normalization: z t = r t µ σ t. (8) Linear autocorrelations and heavy-tails in {z t } T t=1 competitive or collaborative mixtures of experts. are modeled by 14/ 32

15 Competitive and collaborative mixtures of experts Example of a normalization process Log Return Day Normalized Log Return / 32

16 Competitive and collaborative mixtures of experts The experts First order autoregressive processes: z t = φ 0 + φ 1 z t 1 + σε t, (9) where φ 1 < 1, ε t N(0,1) and σ > 0. Mixtures include up to 3 experts on a single level. 16/ 32

17 Competitive and collaborative mixtures of experts The gating network 1 Soft max Activation Expert 1 Z(t 1) Soft max Activation Expert 2 Soft max Activation Expert M 17/ 32

18 Competitive and collaborative mixtures of experts The strategies Collaboration The output of the mixture is a weighted average of the output of the experts. The gating network determines the weights. Hard Competition Only one expert is active at a given time. The gating network outputs 1 for that expert and 0 for the others. Soft Competition The output of the network determines the probability of each expert to be the single one that generates the output of the system. 18/ 32

19 Competitive and collaborative mixtures of experts Fitting the mixtures Models are fitted by the maximum likelihood method. Optimization problems Sometimes an expert gets stuck to a single data point close to its mean. This makes the variance of the expert tend to 0. Solution based on quasi-bayesian techniques We include a prior for the variances of the experts as if we had observed 0.1 points with sample variance 1.5 known to have been generated by each expert. This penalizes small variances. 19/ 32

20 Competitive and collaborative mixtures of experts Sliding window experiment We take the time series of log-returns of the Spanish stock index IBEX-35 from 12/29/1989 to 1/31/ points. Each mixture is trained on a normalized window of 1000 points and tested on the first out-of-sample point. The window moves forward and the process repeats obtaining 3034 points that should be standard normal distributed. We apply statistical tests to those points. 20/ 32

21 Competitive and collaborative mixtures of experts Test results Tests VaR Exc Expt. Shortfall #AR(1) Strategy 99% 95% 99% 95% 99% 95% CL SC HC CL SC HC / 32

22 Competitive and collaborative mixtures of experts Analysis A single Gaussian distribution with time dependent mean and variance (Hard Competition and Collaboration) fail to model the heavy tails of the conditional distribution of log-returns. Soft Competitive models predict the conditional distribution as a mixture of Gaussians, a much more expressive model. 22/ 32

23 GARCH processes with non-parametric innovations Outline 1 Introduction 2 Competitive and collaborative mixtures of experts 3 GARCH processes with non-parametric innovations 4 Conclusions and future work 23/ 32

24 GARCH processes with non-parametric innovations The model A power autoregressive GARCH(1,1,1) with non-parametric innovations: r t = φ 0 + φ 1 r t 1 + σ t ε t (10) σ t = γ + α r t φ 0 φ 1 r t 2 + βσ t 1, (11) where ε t ˆf (x; {c i } N i=1 ) and ˆf (x; {c i } N i=1) = 1 Nh N ( ) x ci K, (12) h where K is the standard Gaussian density. θ = {φ 0,φ 1,γ,α,β}. i=1 24/ 32

25 GARCH processes with non-parametric innovations Training procedure: maximum likelihood If u t = r t φ 0 φ 1 r t 1 is the empirical autoregressive residual of the process (u 0 = 0, u 1 = r 1 ˆµ and σ 0 = ˆσ) we maximize: T L(θ, {c i } N i=1 {r t } T t=1) = ˆf t=1 ( ) ut 1 ; {c i } N i=1, (13) σ t σ t If N = T we just have to repeat 1 We standardize {u t /σ t } T t=1. 2 We hold θ fixed and maximize (13) with respect to {c i } T i=1 by setting c t = u t /σ t, t = 1,...,T. 3 We fix h by means of {c i } T i=1 and Silverman s rule. 4 We hold {c i } T i=1 fixed and maximize (13) with respect to θ by means of a non-linear optimization routine. 25/ 32

26 GARCH processes with non-parametric innovations Problem Kernel density estimates have difficulty modeling leptokurtic densities. Solution: perform the estimation in a transformed space where the data looks more Gaussian. Kernel Density Estimate for IBM Returns Density Estimate in a Transformed Space Log Density Log Density Return Return 26/ 32

27 GARCH processes with non-parametric innovations Choosing a good transformation We choose g λ (x) = Φ 1 (ˆF λ (x)). Where Φ is the standard Gaussian distribution and ˆF is a stable distribution. λ is found by maximum likelihood to {u t /σ t } T t=1. Log Density a = 1.00 a = 1.25 a = 1.50 a = 1.75 a = 2.00 Log Density b = 0.75 b = 0.50 b = 0.00 b = 0.50 b = x x 27/ 32

28 GARCH processes with non-parametric innovations Sliding window experiment We perform another sliding window experiment with the returns of IBM stocks from 1962/07/03 to 1998/12/ points. Return Unexpected loss Black Monday Day 28/ 32

29 GARCH processes with non-parametric innovations Test results Tests VaR Exc Expt. Shortfall Model 99% 95% 99% 95% 99% 95% stable 1.5e e e-4 non-parametric mix. of 2 exp. 5.7e e-7 7.2e-4 29/ 32

30 Conclusions and future work Outline 1 Introduction 2 Competitive and collaborative mixtures of experts 3 GARCH processes with non-parametric innovations 4 Conclusions and future work 30/ 32

31 Conclusions and future work Conclusions Asset returns show time-dependent volatility and heavy tails. Soft competitive mixtures predict a distribution which is a mixture of a few Gaussians and can account for the heavy tails. GARCH processes with non-parametric innovations outperform soft competitive mixtures because they employ constrained mixtures of thousands of Gaussians without causing overfitting. 31/ 32

32 Conclusions and future work Future work Risk measuring in multi-asset portfolios. Use high frequency data to build improved models. Measure risk with a higher horizon in the future. Employ different risk measures. 32/ 32

Solutions of the Financial Risk Management Examination

Solutions of the Financial Risk Management Examination Solutions of the Financial Risk Management Examination Thierry Roncalli January 9 th 03 Remark The first five questions are corrected in TR-GDR and in the document of exercise solutions, which is available

More information

Volatility. Gerald P. Dwyer. February Clemson University

Volatility. Gerald P. Dwyer. February Clemson University Volatility Gerald P. Dwyer Clemson University February 2016 Outline 1 Volatility Characteristics of Time Series Heteroskedasticity Simpler Estimation Strategies Exponentially Weighted Moving Average Use

More information

Assessing financial model risk

Assessing financial model risk Assessing financial model risk and an application to electricity prices Giacomo Scandolo University of Florence giacomo.scandolo@unifi.it joint works with Pauline Barrieu (LSE) and Angelica Gianfreda (LBS)

More information

interval forecasting

interval forecasting Interval Forecasting Based on Chapter 7 of the Time Series Forecasting by Chatfield Econometric Forecasting, January 2008 Outline 1 2 3 4 5 Terminology Interval Forecasts Density Forecast Fan Chart Most

More information

Bayesian Semiparametric GARCH Models

Bayesian Semiparametric GARCH Models Bayesian Semiparametric GARCH Models Xibin (Bill) Zhang and Maxwell L. King Department of Econometrics and Business Statistics Faculty of Business and Economics xibin.zhang@monash.edu Quantitative Methods

More information

Bayesian Semiparametric GARCH Models

Bayesian Semiparametric GARCH Models Bayesian Semiparametric GARCH Models Xibin (Bill) Zhang and Maxwell L. King Department of Econometrics and Business Statistics Faculty of Business and Economics xibin.zhang@monash.edu Quantitative Methods

More information

SPECIFICATION TESTS IN PARAMETRIC VALUE-AT-RISK MODELS

SPECIFICATION TESTS IN PARAMETRIC VALUE-AT-RISK MODELS SPECIFICATION TESTS IN PARAMETRIC VALUE-AT-RISK MODELS J. Carlos Escanciano Indiana University, Bloomington, IN, USA Jose Olmo City University, London, UK Abstract One of the implications of the creation

More information

Econ 423 Lecture Notes: Additional Topics in Time Series 1

Econ 423 Lecture Notes: Additional Topics in Time Series 1 Econ 423 Lecture Notes: Additional Topics in Time Series 1 John C. Chao April 25, 2017 1 These notes are based in large part on Chapter 16 of Stock and Watson (2011). They are for instructional purposes

More information

Multivariate Asset Return Prediction with Mixture Models

Multivariate Asset Return Prediction with Mixture Models Multivariate Asset Return Prediction with Mixture Models Swiss Banking Institute, University of Zürich Introduction The leptokurtic nature of asset returns has spawned an enormous amount of research into

More information

Gaussian kernel GARCH models

Gaussian kernel GARCH models Gaussian kernel GARCH models Xibin (Bill) Zhang and Maxwell L. King Department of Econometrics and Business Statistics Faculty of Business and Economics 7 June 2013 Motivation A regression model is often

More information

Determining and Forecasting High-Frequency Value-at-Risk by Using Lévy Processes

Determining and Forecasting High-Frequency Value-at-Risk by Using Lévy Processes Determining and Forecasting High-Frequency Value-at-Risk by Using Lévy Processes W ei Sun 1, Svetlozar Rachev 1,2, F rank J. F abozzi 3 1 Institute of Statistics and Mathematical Economics, University

More information

Predict GARCH Based Volatility of Shanghai Composite Index by Recurrent Relevant Vector Machines and Recurrent Least Square Support Vector Machines

Predict GARCH Based Volatility of Shanghai Composite Index by Recurrent Relevant Vector Machines and Recurrent Least Square Support Vector Machines Predict GARCH Based Volatility of Shanghai Composite Index by Recurrent Relevant Vector Machines and Recurrent Least Square Support Vector Machines Phichhang Ou (Corresponding author) School of Business,

More information

GARCH Models. Eduardo Rossi University of Pavia. December Rossi GARCH Financial Econometrics / 50

GARCH Models. Eduardo Rossi University of Pavia. December Rossi GARCH Financial Econometrics / 50 GARCH Models Eduardo Rossi University of Pavia December 013 Rossi GARCH Financial Econometrics - 013 1 / 50 Outline 1 Stylized Facts ARCH model: definition 3 GARCH model 4 EGARCH 5 Asymmetric Models 6

More information

13. Estimation and Extensions in the ARCH model. MA6622, Ernesto Mordecki, CityU, HK, References for this Lecture:

13. Estimation and Extensions in the ARCH model. MA6622, Ernesto Mordecki, CityU, HK, References for this Lecture: 13. Estimation and Extensions in the ARCH model MA6622, Ernesto Mordecki, CityU, HK, 2006. References for this Lecture: Robert F. Engle. GARCH 101: The Use of ARCH/GARCH Models in Applied Econometrics,

More information

On Backtesting Risk Measurement Models

On Backtesting Risk Measurement Models On Backtesting Risk Measurement Models Hideatsu Tsukahara Department of Economics, Seijo University e-mail address: tsukahar@seijo.ac.jp 1 Introduction In general, the purpose of backtesting is twofold:

More information

Extreme Value Theory.

Extreme Value Theory. Bank of England Centre for Central Banking Studies CEMLA 2013 Extreme Value Theory. David G. Barr November 21, 2013 Any views expressed are those of the author and not necessarily those of the Bank of

More information

End-Semester Examination MA 373 : Statistical Analysis on Financial Data

End-Semester Examination MA 373 : Statistical Analysis on Financial Data End-Semester Examination MA 373 : Statistical Analysis on Financial Data Instructor: Dr. Arabin Kumar Dey, Department of Mathematics, IIT Guwahati Note: Use the results in Section- III: Data Analysis using

More information

Heteroskedasticity in Time Series

Heteroskedasticity in Time Series Heteroskedasticity in Time Series Figure: Time Series of Daily NYSE Returns. 206 / 285 Key Fact 1: Stock Returns are Approximately Serially Uncorrelated Figure: Correlogram of Daily Stock Market Returns.

More information

Estimating Expected Shortfall Using a Conditional Autoregressive Model: CARES

Estimating Expected Shortfall Using a Conditional Autoregressive Model: CARES Estimating Expected Shortfall Using a Conditional Autoregressive Model: CARES Yin Liao and Daniel Smith March 23, 2014 Abstract In financial risk management, the expected shortfall (ES) becomes an increasingly

More information

CHICAGO: A Fast and Accurate Method for Portfolio Risk Calculation

CHICAGO: A Fast and Accurate Method for Portfolio Risk Calculation CHICAGO: A Fast and Accurate Method for Portfolio Risk Calculation University of Zürich April 28 Motivation Aim: Forecast the Value at Risk of a portfolio of d assets, i.e., the quantiles of R t = b r

More information

Introduction to Algorithmic Trading Strategies Lecture 10

Introduction to Algorithmic Trading Strategies Lecture 10 Introduction to Algorithmic Trading Strategies Lecture 10 Risk Management Haksun Li haksun.li@numericalmethod.com www.numericalmethod.com Outline Value at Risk (VaR) Extreme Value Theory (EVT) References

More information

CONTAGION VERSUS FLIGHT TO QUALITY IN FINANCIAL MARKETS

CONTAGION VERSUS FLIGHT TO QUALITY IN FINANCIAL MARKETS EVA IV, CONTAGION VERSUS FLIGHT TO QUALITY IN FINANCIAL MARKETS Jose Olmo Department of Economics City University, London (joint work with Jesús Gonzalo, Universidad Carlos III de Madrid) 4th Conference

More information

Two hours. To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER.

Two hours. To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER. Two hours MATH38181 To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER EXTREME VALUES AND FINANCIAL RISK Examiner: Answer any FOUR

More information

Confidence Intervals for the Autocorrelations of the Squares of GARCH Sequences

Confidence Intervals for the Autocorrelations of the Squares of GARCH Sequences Confidence Intervals for the Autocorrelations of the Squares of GARCH Sequences Piotr Kokoszka 1, Gilles Teyssière 2, and Aonan Zhang 3 1 Mathematics and Statistics, Utah State University, 3900 Old Main

More information

A Modified Fractionally Co-integrated VAR for Predicting Returns

A Modified Fractionally Co-integrated VAR for Predicting Returns A Modified Fractionally Co-integrated VAR for Predicting Returns Xingzhi Yao Marwan Izzeldin Department of Economics, Lancaster University 13 December 215 Yao & Izzeldin (Lancaster University) CFE (215)

More information

Switzerland, July 2007

Switzerland, July 2007 GARCH A Case Study presented at the Meielisalp Workshop on Computational Finance and Financial Engineering www.rmetrics.org itp.phys.ethz.ch SP500 Yohan Chalabi, EPFL Lausanne, Diethelm Würtz, ITP ETH

More information

MFE Financial Econometrics 2018 Final Exam Model Solutions

MFE Financial Econometrics 2018 Final Exam Model Solutions MFE Financial Econometrics 2018 Final Exam Model Solutions Tuesday 12 th March, 2019 1. If (X, ε) N (0, I 2 ) what is the distribution of Y = µ + β X + ε? Y N ( µ, β 2 + 1 ) 2. What is the Cramer-Rao lower

More information

Elicitability and backtesting

Elicitability and backtesting Elicitability and backtesting Johanna F. Ziegel University of Bern joint work with Natalia Nolde, UBC 17 November 2017 Research Seminar at the Institute for Statistics and Mathematics, WU Vienna 1 / 32

More information

Bayesian semiparametric GARCH models

Bayesian semiparametric GARCH models ISSN 1440-771X Australia Department of Econometrics and Business Statistics http://www.buseco.monash.edu.au/depts/ebs/pubs/wpapers/ Bayesian semiparametric GARCH models Xibin Zhang and Maxwell L. King

More information

Financial Econometrics

Financial Econometrics Financial Econometrics Nonlinear time series analysis Gerald P. Dwyer Trinity College, Dublin January 2016 Outline 1 Nonlinearity Does nonlinearity matter? Nonlinear models Tests for nonlinearity Forecasting

More information

6. The econometrics of Financial Markets: Empirical Analysis of Financial Time Series. MA6622, Ernesto Mordecki, CityU, HK, 2006.

6. The econometrics of Financial Markets: Empirical Analysis of Financial Time Series. MA6622, Ernesto Mordecki, CityU, HK, 2006. 6. The econometrics of Financial Markets: Empirical Analysis of Financial Time Series MA6622, Ernesto Mordecki, CityU, HK, 2006. References for Lecture 5: Quantitative Risk Management. A. McNeil, R. Frey,

More information

Forecasting the term structure interest rate of government bond yields

Forecasting the term structure interest rate of government bond yields Forecasting the term structure interest rate of government bond yields Bachelor Thesis Econometrics & Operational Research Joost van Esch (419617) Erasmus School of Economics, Erasmus University Rotterdam

More information

Financial Econometrics and Volatility Models Extreme Value Theory

Financial Econometrics and Volatility Models Extreme Value Theory Financial Econometrics and Volatility Models Extreme Value Theory Eric Zivot May 3, 2010 1 Lecture Outline Modeling Maxima and Worst Cases The Generalized Extreme Value Distribution Modeling Extremes Over

More information

Motivation Non-linear Rational Expectations The Permanent Income Hypothesis The Log of Gravity Non-linear IV Estimation Summary.

Motivation Non-linear Rational Expectations The Permanent Income Hypothesis The Log of Gravity Non-linear IV Estimation Summary. Econometrics I Department of Economics Universidad Carlos III de Madrid Master in Industrial Economics and Markets Outline Motivation 1 Motivation 2 3 4 5 Motivation Hansen's contributions GMM was developed

More information

Inconsistency of Bayesian inference when the model is wrong, and how to repair it

Inconsistency of Bayesian inference when the model is wrong, and how to repair it Inconsistency of Bayesian inference when the model is wrong, and how to repair it Peter Grünwald Thijs van Ommen Centrum Wiskunde & Informatica, Amsterdam Universiteit Leiden June 3, 2015 Outline 1 Introduction

More information

The Instability of Correlations: Measurement and the Implications for Market Risk

The Instability of Correlations: Measurement and the Implications for Market Risk The Instability of Correlations: Measurement and the Implications for Market Risk Prof. Massimo Guidolin 20254 Advanced Quantitative Methods for Asset Pricing and Structuring Winter/Spring 2018 Threshold

More information

Solution of the Financial Risk Management Examination

Solution of the Financial Risk Management Examination Solution of the Financial Risk Management Examination Thierry Roncalli January 8 th 014 Remark 1 The first five questions are corrected in TR-GDR 1 and in the document of exercise solutions, which is available

More information

High-frequency data modelling using Hawkes processes

High-frequency data modelling using Hawkes processes High-frequency data modelling using Hawkes processes Valérie Chavez-Demoulin 1 joint work J.A McGill 1 Faculty of Business and Economics, University of Lausanne, Switzerland Boulder, April 2016 Boulder,

More information

Density Estimation. Seungjin Choi

Density Estimation. Seungjin Choi Density Estimation Seungjin Choi Department of Computer Science and Engineering Pohang University of Science and Technology 77 Cheongam-ro, Nam-gu, Pohang 37673, Korea seungjin@postech.ac.kr http://mlg.postech.ac.kr/

More information

Dependence and VaR Estimation:An Empirical Study of Chinese Stock Markets using Copula. Baoliang Li WISE, XMU Sep. 2009

Dependence and VaR Estimation:An Empirical Study of Chinese Stock Markets using Copula. Baoliang Li WISE, XMU Sep. 2009 Dependence and VaR Estimation:An Empirical Study of Chinese Stock Markets using Copula Baoliang Li WISE, XMU Sep. 2009 Outline Question: Dependence between Assets Correlation and Dependence Copula:Basics

More information

Efficient estimation of a semiparametric dynamic copula model

Efficient estimation of a semiparametric dynamic copula model Efficient estimation of a semiparametric dynamic copula model Christian Hafner Olga Reznikova Institute of Statistics Université catholique de Louvain Louvain-la-Neuve, Blgium 30 January 2009 Young Researchers

More information

SYSM 6303: Quantitative Introduction to Risk and Uncertainty in Business Lecture 4: Fitting Data to Distributions

SYSM 6303: Quantitative Introduction to Risk and Uncertainty in Business Lecture 4: Fitting Data to Distributions SYSM 6303: Quantitative Introduction to Risk and Uncertainty in Business Lecture 4: Fitting Data to Distributions M. Vidyasagar Cecil & Ida Green Chair The University of Texas at Dallas Email: M.Vidyasagar@utdallas.edu

More information

Comparing the Accuracy of Copula-Based Multivariate Density Forecasts in Selected Regions of Support

Comparing the Accuracy of Copula-Based Multivariate Density Forecasts in Selected Regions of Support Comparing the Accuracy of Copula-Based Multivariate Density Forecasts in Selected Regions of Support Cees Diks CeNDEF, Amsterdam School of Economics University of Amsterdam Valentyn Panchenko School of

More information

The Slow Convergence of OLS Estimators of α, β and Portfolio. β and Portfolio Weights under Long Memory Stochastic Volatility

The Slow Convergence of OLS Estimators of α, β and Portfolio. β and Portfolio Weights under Long Memory Stochastic Volatility The Slow Convergence of OLS Estimators of α, β and Portfolio Weights under Long Memory Stochastic Volatility New York University Stern School of Business June 21, 2018 Introduction Bivariate long memory

More information

FE670 Algorithmic Trading Strategies. Stevens Institute of Technology

FE670 Algorithmic Trading Strategies. Stevens Institute of Technology FE670 Algorithmic Trading Strategies Lecture 8. Robust Portfolio Optimization Steve Yang Stevens Institute of Technology 10/17/2013 Outline 1 Robust Mean-Variance Formulations 2 Uncertain in Expected Return

More information

Financial Econometrics Return Predictability

Financial Econometrics Return Predictability Financial Econometrics Return Predictability Eric Zivot March 30, 2011 Lecture Outline Market Efficiency The Forms of the Random Walk Hypothesis Testing the Random Walk Hypothesis Reading FMUND, chapter

More information

Jan Kallsen. Risk Management Lecture Notes

Jan Kallsen. Risk Management Lecture Notes Jan Kallsen Risk Management Lecture Notes CAU zu Kiel, WS 6/7, as of January 2, 207 Contents Introduction 5. Motivation and issues............................. 5.. Motivation..............................

More information

Market Risk. MFM Practitioner Module: Quantitiative Risk Management. John Dodson. February 8, Market Risk. John Dodson.

Market Risk. MFM Practitioner Module: Quantitiative Risk Management. John Dodson. February 8, Market Risk. John Dodson. MFM Practitioner Module: Quantitiative Risk Management February 8, 2017 This week s material ties together our discussion going back to the beginning of the fall term about risk measures based on the (single-period)

More information

Økonomisk Kandidateksamen 2005(I) Econometrics 2 January 20, 2005

Økonomisk Kandidateksamen 2005(I) Econometrics 2 January 20, 2005 Økonomisk Kandidateksamen 2005(I) Econometrics 2 January 20, 2005 This is a four hours closed-book exam (uden hjælpemidler). Answer all questions! The questions 1 to 4 have equal weight. Within each question,

More information

Three hours. To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER.

Three hours. To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER. Three hours To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER EXTREME VALUES AND FINANCIAL RISK Examiner: Answer QUESTION 1, QUESTION

More information

Portfolio Value at Risk Based On Independent Components Analysis

Portfolio Value at Risk Based On Independent Components Analysis Portfolio Value at Risk Based On Independent Components Analysis Ying Chen 1,2, Wolfgang Härdle 1 and Vladimir Spokoiny 1,2 1 CASE - Center for Applied Statistics and Economics Humboldt-Universität zu

More information

The GARCH Analysis of YU EBAO Annual Yields Weiwei Guo1,a

The GARCH Analysis of YU EBAO Annual Yields Weiwei Guo1,a 2nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 2016) The GARCH Analysis of YU EBAO Annual Yields Weiwei Guo1,a 1 Longdong University,Qingyang,Gansu province,745000 a

More information

New Statistical Model for the Enhancement of Noisy Speech

New Statistical Model for the Enhancement of Noisy Speech New Statistical Model for the Enhancement of Noisy Speech Electrical Engineering Department Technion - Israel Institute of Technology February 22, 27 Outline Problem Formulation and Motivation 1 Problem

More information

GARCH Models Estimation and Inference

GARCH Models Estimation and Inference GARCH Models Estimation and Inference Eduardo Rossi University of Pavia December 013 Rossi GARCH Financial Econometrics - 013 1 / 1 Likelihood function The procedure most often used in estimating θ 0 in

More information

Robust Backtesting Tests for Value-at-Risk Models

Robust Backtesting Tests for Value-at-Risk Models Robust Backtesting Tests for Value-at-Risk Models Jose Olmo City University London (joint work with Juan Carlos Escanciano, Indiana University) Far East and South Asia Meeting of the Econometric Society

More information

Robust Performance Hypothesis Testing with the Sharpe Ratio

Robust Performance Hypothesis Testing with the Sharpe Ratio Robust Performance Hypothesis Testing with the Sharpe Ratio Olivier Ledoit Michael Wolf Institute for Empirical Research in Economics University of Zurich Outline 1 The Problem 2 Solutions HAC Inference

More information

Lecture 16: ARIMA / GARCH Models Steven Skiena. skiena

Lecture 16: ARIMA / GARCH Models Steven Skiena.  skiena Lecture 16: ARIMA / GARCH Models Steven Skiena Department of Computer Science State University of New York Stony Brook, NY 11794 4400 http://www.cs.sunysb.edu/ skiena Moving Average Models A time series

More information

Jan Kallsen. Risk Management

Jan Kallsen. Risk Management Jan Kallsen Risk Management CAU zu Kiel, WS 3/4, as of February 0, 204 Contents Introduction 4. Motivation and issues............................. 4.. Motivation.............................. 4..2 Types

More information

Intro VEC and BEKK Example Factor Models Cond Var and Cor Application Ref 4. MGARCH

Intro VEC and BEKK Example Factor Models Cond Var and Cor Application Ref 4. MGARCH ntro VEC and BEKK Example Factor Models Cond Var and Cor Application Ref 4. MGARCH JEM 140: Quantitative Multivariate Finance ES, Charles University, Prague Summer 2018 JEM 140 () 4. MGARCH Summer 2018

More information

Shape of the return probability density function and extreme value statistics

Shape of the return probability density function and extreme value statistics Shape of the return probability density function and extreme value statistics 13/09/03 Int. Workshop on Risk and Regulation, Budapest Overview I aim to elucidate a relation between one field of research

More information

When is a copula constant? A test for changing relationships

When is a copula constant? A test for changing relationships When is a copula constant? A test for changing relationships Fabio Busetti and Andrew Harvey Bank of Italy and University of Cambridge November 2007 usetti and Harvey (Bank of Italy and University of Cambridge)

More information

High-frequency data modelling using Hawkes processes

High-frequency data modelling using Hawkes processes Valérie Chavez-Demoulin joint work with High-frequency A.C. Davison data modelling and using A.J. Hawkes McNeil processes(2005), J.A EVT2013 McGill 1 /(201 High-frequency data modelling using Hawkes processes

More information

Empirical properties of large covariance matrices in finance

Empirical properties of large covariance matrices in finance Empirical properties of large covariance matrices in finance Ex: RiskMetrics Group, Geneva Since 2010: Swissquote, Gland December 2009 Covariance and large random matrices Many problems in finance require

More information

Expectation Propagation for Approximate Bayesian Inference

Expectation Propagation for Approximate Bayesian Inference Expectation Propagation for Approximate Bayesian Inference José Miguel Hernández Lobato Universidad Autónoma de Madrid, Computer Science Department February 5, 2007 1/ 24 Bayesian Inference Inference Given

More information

Value-at-Risk, Expected Shortfall and Density Forecasting

Value-at-Risk, Expected Shortfall and Density Forecasting Chapter 8 Value-at-Risk, Expected Shortfall and Density Forecasting Note: The primary reference for these notes is Gourieroux & Jasiak (2009), although it is fairly technical. An alternative and less technical

More information

Multivariate GARCH models.

Multivariate GARCH models. Multivariate GARCH models. Financial market volatility moves together over time across assets and markets. Recognizing this commonality through a multivariate modeling framework leads to obvious gains

More information

Unsupervised Regressive Learning in High-dimensional Space

Unsupervised Regressive Learning in High-dimensional Space Unsupervised Regressive Learning in High-dimensional Space University of Kent ATRC Leicester 31st July, 2018 Outline Data Linkage Analysis High dimensionality and variable screening Variable screening

More information

22/04/2014. Economic Research

22/04/2014. Economic Research 22/04/2014 Economic Research Forecasting Models for Exchange Rate Tuesday, April 22, 2014 The science of prognostics has been going through a rapid and fruitful development in the past decades, with various

More information

Partially Censored Posterior for Robust and Efficient Risk Evaluation.

Partially Censored Posterior for Robust and Efficient Risk Evaluation. Preliminary Draft. Please do not cite, circulate or quote without the authors permission Partially Censored Posterior for Robust and Efficient Risk Evaluation. Agnieszka Borowska (a,b), Lennart Hoogerheide

More information

Time Series Modeling of Financial Data. Prof. Daniel P. Palomar

Time Series Modeling of Financial Data. Prof. Daniel P. Palomar Time Series Modeling of Financial Data Prof. Daniel P. Palomar The Hong Kong University of Science and Technology (HKUST) MAFS6010R- Portfolio Optimization with R MSc in Financial Mathematics Fall 2018-19,

More information

Financial Econometrics

Financial Econometrics Financial Econometrics Estimation and Inference Gerald P. Dwyer Trinity College, Dublin January 2013 Who am I? Visiting Professor and BB&T Scholar at Clemson University Federal Reserve Bank of Atlanta

More information

Regression: Ordinary Least Squares

Regression: Ordinary Least Squares Regression: Ordinary Least Squares Mark Hendricks Autumn 2017 FINM Intro: Regression Outline Regression OLS Mathematics Linear Projection Hendricks, Autumn 2017 FINM Intro: Regression: Lecture 2/32 Regression

More information

Warwick Business School Forecasting System. Summary. Ana Galvao, Anthony Garratt and James Mitchell November, 2014

Warwick Business School Forecasting System. Summary. Ana Galvao, Anthony Garratt and James Mitchell November, 2014 Warwick Business School Forecasting System Summary Ana Galvao, Anthony Garratt and James Mitchell November, 21 The main objective of the Warwick Business School Forecasting System is to provide competitive

More information

The Analysis of Power for Some Chosen VaR Backtesting Procedures - Simulation Approach

The Analysis of Power for Some Chosen VaR Backtesting Procedures - Simulation Approach The Analysis of Power for Some Chosen VaR Backtesting Procedures - Simulation Approach Krzysztof Piontek Department of Financial Investments and Risk Management Wroclaw University of Economics ul. Komandorska

More information

NCoVaR Granger Causality

NCoVaR Granger Causality NCoVaR Granger Causality Cees Diks 1 Marcin Wolski 2 1 Universiteit van Amsterdam 2 European Investment Bank Bank of Italy Rome, 26 January 2018 The opinions expressed herein are those of the authors and

More information

Research Article Optimal Portfolio Estimation for Dependent Financial Returns with Generalized Empirical Likelihood

Research Article Optimal Portfolio Estimation for Dependent Financial Returns with Generalized Empirical Likelihood Advances in Decision Sciences Volume 2012, Article ID 973173, 8 pages doi:10.1155/2012/973173 Research Article Optimal Portfolio Estimation for Dependent Financial Returns with Generalized Empirical Likelihood

More information

Arma-Arch Modeling Of The Returns Of First Bank Of Nigeria

Arma-Arch Modeling Of The Returns Of First Bank Of Nigeria Arma-Arch Modeling Of The Returns Of First Bank Of Nigeria Emmanuel Alphonsus Akpan Imoh Udo Moffat Department of Mathematics and Statistics University of Uyo, Nigeria Ntiedo Bassey Ekpo Department of

More information

FORECASTING IN FINANCIAL MARKET USING MARKOV R MARKOV REGIME SWITCHING AND PRINCIPAL COMPONENT ANALYSIS.

FORECASTING IN FINANCIAL MARKET USING MARKOV R MARKOV REGIME SWITCHING AND PRINCIPAL COMPONENT ANALYSIS. FORECASTING IN FINANCIAL MARKET USING MARKOV REGIME SWITCHING AND PRINCIPAL COMPONENT ANALYSIS. September 13, 2012 1 2 3 4 5 Heteroskedasticity Model Multicollinearily 6 In Thai Outline การพยากรณ ในตลาดทางการเง

More information

Do Markov-Switching Models Capture Nonlinearities in the Data? Tests using Nonparametric Methods

Do Markov-Switching Models Capture Nonlinearities in the Data? Tests using Nonparametric Methods Do Markov-Switching Models Capture Nonlinearities in the Data? Tests using Nonparametric Methods Robert V. Breunig Centre for Economic Policy Research, Research School of Social Sciences and School of

More information

ABSTRACT. Robust GARCH methods and analysis of partial least squares regression. Joseph Egbulefu

ABSTRACT. Robust GARCH methods and analysis of partial least squares regression. Joseph Egbulefu ABSTRACT Robust GARCH methods and analysis of partial least squares regression by Joseph Egbulefu New approaches to modeling volatility are evaluated and properties of partial least squares (PLS) regression

More information

F & B Approaches to a simple model

F & B Approaches to a simple model A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 215 http://www.astro.cornell.edu/~cordes/a6523 Lecture 11 Applications: Model comparison Challenges in large-scale surveys

More information

Vladimir Spokoiny Foundations and Applications of Modern Nonparametric Statistics

Vladimir Spokoiny Foundations and Applications of Modern Nonparametric Statistics W eierstraß-institut für Angew andte Analysis und Stochastik Vladimir Spokoiny Foundations and Applications of Modern Nonparametric Statistics Mohrenstr. 39, 10117 Berlin spokoiny@wias-berlin.de www.wias-berlin.de/spokoiny

More information

A Bayesian Non-Parametric Approach to Asymmetric. Dynamic Conditional Correlation Model With. Application to Portfolio Selection

A Bayesian Non-Parametric Approach to Asymmetric. Dynamic Conditional Correlation Model With. Application to Portfolio Selection A Bayesian Non-Parametric Approach to Asymmetric Dynamic Conditional Correlation Model With arxiv:131.5129v2 [q-fin.pm] 31 Jan 214 Application to Portfolio Selection Audronė Virbickaitė M. Concepción Ausín

More information

Gaussian Slug Simple Nonlinearity Enhancement to the 1-Factor and Gaussian Copula Models in Finance, with Parametric Estimation and Goodness-of-Fit

Gaussian Slug Simple Nonlinearity Enhancement to the 1-Factor and Gaussian Copula Models in Finance, with Parametric Estimation and Goodness-of-Fit Gaussian Slug Simple Nonlinearity Enhancement to the 1-Factor and Gaussian Copula Models in Finance, with Parametric Estimation and Goodness-of-Fit Tests on US and Thai Equity Data 22 nd Australasian Finance

More information

Symmetric btw positive & negative prior returns. where c is referred to as risk premium, which is expected to be positive.

Symmetric btw positive & negative prior returns. where c is referred to as risk premium, which is expected to be positive. Advantages of GARCH model Simplicity Generates volatility clustering Heavy tails (high kurtosis) Weaknesses of GARCH model Symmetric btw positive & negative prior returns Restrictive Provides no explanation

More information

Max. Likelihood Estimation. Outline. Econometrics II. Ricardo Mora. Notes. Notes

Max. Likelihood Estimation. Outline. Econometrics II. Ricardo Mora. Notes. Notes Maximum Likelihood Estimation Econometrics II Department of Economics Universidad Carlos III de Madrid Máster Universitario en Desarrollo y Crecimiento Económico Outline 1 3 4 General Approaches to Parameter

More information

Session 5B: A worked example EGARCH model

Session 5B: A worked example EGARCH model Session 5B: A worked example EGARCH model John Geweke Bayesian Econometrics and its Applications August 7, worked example EGARCH model August 7, / 6 EGARCH Exponential generalized autoregressive conditional

More information

Backtesting Marginal Expected Shortfall and Related Systemic Risk Measures

Backtesting Marginal Expected Shortfall and Related Systemic Risk Measures Backtesting Marginal Expected Shortfall and Related Systemic Risk Measures Denisa Banulescu 1 Christophe Hurlin 1 Jérémy Leymarie 1 Olivier Scaillet 2 1 University of Orleans 2 University of Geneva & Swiss

More information

Efficient and Robust Scale Estimation

Efficient and Robust Scale Estimation Efficient and Robust Scale Estimation Garth Tarr, Samuel Müller and Neville Weber School of Mathematics and Statistics THE UNIVERSITY OF SYDNEY Outline Introduction and motivation The robust scale estimator

More information

POLICY and decision makers must typically adopt a position

POLICY and decision makers must typically adopt a position 40 IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 1, NO. 1, APRIL 1997 Evolving Artificial Neural Networks to Combine Financial Forecasts Paul G. Harrald and Mark Kamstra Abstract We conduct evolutionary

More information

Financial Times Series. Lecture 12

Financial Times Series. Lecture 12 Financial Times Series Lecture 12 Multivariate Volatility Models Here our aim is to generalize the previously presented univariate volatility models to their multivariate counterparts We assume that returns

More information

ECONOMICS 7200 MODERN TIME SERIES ANALYSIS Econometric Theory and Applications

ECONOMICS 7200 MODERN TIME SERIES ANALYSIS Econometric Theory and Applications ECONOMICS 7200 MODERN TIME SERIES ANALYSIS Econometric Theory and Applications Yongmiao Hong Department of Economics & Department of Statistical Sciences Cornell University Spring 2019 Time and uncertainty

More information

Estimation and model-based combination of causality networks

Estimation and model-based combination of causality networks Estimation and model-based combination of causality networks Giovani Bonaccolto Massimiliano Caporin Roberto Panzica This version: November 26, 2016 Abstract Causality is a widely-used concept in theoretical

More information

How useful are intraday data in Risk Management?

How useful are intraday data in Risk Management? Technical report, IDE1019, August 12, 2010 How useful are intraday data in Risk Management? An application of high frequency stock returns of three Nordic Banks to the VaR and ES calculation Master s Thesis

More information

Portfolio Allocation using High Frequency Data. Jianqing Fan

Portfolio Allocation using High Frequency Data. Jianqing Fan Portfolio Allocation using High Frequency Data Princeton University With Yingying Li and Ke Yu http://www.princeton.edu/ jqfan September 10, 2010 About this talk How to select sparsely optimal portfolio?

More information

Assessing performances of density forecasts in duration models

Assessing performances of density forecasts in duration models 1 Assessing performances of density forecasts in duration models Kulan Ranasinghe 1,, Mervyn J. Silvapulle, Giovanni Forchini Department of Econometrics and Business Statistics, Monash University, Australia.

More information

WAVELET SMOOTHING FOR DATA WITH AUTOCORRELATED ERRORS

WAVELET SMOOTHING FOR DATA WITH AUTOCORRELATED ERRORS Current Development in Theory and Applications of Wavelets WAVELET SMOOTHING FOR DATA WITH AUTOCORRELATED ERRORS ROGÉRIO F. PORTO, JOÃO R. SATO, ELISETE C. Q. AUBIN and PEDRO A. MORETTIN Institute of Mathematics

More information

Regression Based Expected Shortfall Backtesting

Regression Based Expected Shortfall Backtesting Regression Based Expected Shortfall Backtesting Sebastian Bayer and Timo Dimitriadis University of Konstanz, Department of Economics, 78457 Konstanz, Germany This Version: January 15, 2018 Abstract arxiv:1804112v1

More information

Location Multiplicative Error Model. Asymptotic Inference and Empirical Analysis

Location Multiplicative Error Model. Asymptotic Inference and Empirical Analysis : Asymptotic Inference and Empirical Analysis Qian Li Department of Mathematics and Statistics University of Missouri-Kansas City ql35d@mail.umkc.edu October 29, 2015 Outline of Topics Introduction GARCH

More information

Issues on quantile autoregression

Issues on quantile autoregression Issues on quantile autoregression Jianqing Fan and Yingying Fan We congratulate Koenker and Xiao on their interesting and important contribution to the quantile autoregression (QAR). The paper provides

More information