Financial Econometrics

Size: px
Start display at page:

Download "Financial Econometrics"

Transcription

1 Financial Econometrics Volatility Gerald P. Dwyer Trinity College, Dublin January 2013 GPD (TCD) Volatility 01/13 1 / 37

2 Squared log returns for CRSP daily GPD (TCD) Volatility 01/13 2 / 37

3 Absolute value of log returns for CRSP daily GPD (TCD) Volatility 01/13 3 / 37

4 Heteroskedasticity over time These graphs suggest heteroskedasticity over time Time-varying volatility of returns Of interest in itself to characterize returns Matters for prices of options and some other financial instruments Volatility clustering These graphs are suggestive but don t tell us too much Using individual observations on squared changes and absolute value to estimate variance and standard deviation as it changes Similar to using each individual observation to estimate mean as it changes Can t forecast anything going forward GPD (TCD) Volatility 01/13 4 / 37

5 Exponentially weighted moving average Exponentially weighted average assumes today s variance forecast is a weighted average of variance yesterday and variance forecasted for yesterday s 2 t = (1 λ) (r t r) 2 + λs 2 t 1 And yesterday s variance forecast is a weighted average of variance the day before that and variance forecasted for day before that, and so on s 2 t 1 = (1 λ) (r t 1 r) 2 + λs 2 t 2 λ = 0.94 daily frequency has been suggested GPD (TCD) Volatility 01/13 5 / 37

6 Use shorter-term returns to estimate variance over longer periods Use daily variance in the month to calculate variance for the month Let rt m be the monthly return in month t Let r t,i be the daily return on day i in month t Suppose that daily returns are serially uncorrelated and the daily variance is constant Then rt m = n r t,i i =1 Var [rt m ] = n Var [r t,i ] and Var [r t,i ] = n i=1 (r t,i r t ) 2 n 1 where r t is the mean of the daily returns The estimated monthly variance thus is σ m2 t = n n i =1 (r t,i r t ) 2 n 1 GPD (TCD) Volatility 01/13 6 / 37

7 Daily variance to estimate monthly variance The estimated monthly variance is simple to calculate σ m2 t = n n i=1 (r t,i r t ) 2 n 1 This becomes more complicated if the daily returns are serially correlated, but it s still manageable If daily log returns have high excess kurtosis and serial correlations, then this estimator may not be consistent Does this make sense from a subject-matter (financial economics) point of view? GPD (TCD) Volatility 01/13 7 / 37

8 Garman-Klass estimator of daily variance Use high, low, opening, and closing prices to estimate variance Can estimate daily variance just knowing opening, high, low and closing prices Assume that price follows a random walk Let c t be the logarithm of the closing price so r t = c t c t 1 Conventional estimator is σ 2 t = E [(c t c t 1 ) 2] Using only closing price High H t, low L t, and open O t also often are available Can estimate daily variance of price (not log price) from σ 2 GK = 0.12 (O t C t 1 ) 2 f (H t L t ) (C t O t ) 2 1 f where f is the fraction of the day that the market is closed Minimum variance unbiased estimator for a random walk with no drift GPD (TCD) Volatility 01/13 8 / 37

9 Yang and Zhang estimator Use high, low, opening, and closing prices to estimate variance of log prices over a longer period Define o t = ln O t ln O t 1 h t = ln H t ln O t 1 l t = ln L t ln O t 1 c t = ln C t ln O t 1 Monthly variance based on n days of trading is σ 2 YZ = σ o + k σ c + (1 k) σ rs where σ o and σ c are is the estimated variances of o t and c t and σ 2 rs = 1 n [h t (h t c t ) + l t (l t c t )] k = (n + 1) / (n 1) and k was chosen to minimize the variance of the estimator σ 2 YZ GPD (TCD) Volatility 01/13 9 / 37

10 Serial correlation Change in logarithm of value-weighted CRSP index Serial correlation of squared changes in logarithm of value-weighted CRSP index Serial correlation of absolute values of change in logarithm of value-weighted CRSP index GPD (TCD) Volatility 01/13 10 / 37

11 Autoregressive conditional heteroskedasticity (ARCH) is intended to deal with this Simple ARCH model for returns r t = µ t + u t E u t = 0, E u 2 t = σ 2 t σ 2 t = α 0 + α 1 u 2 t 1 where r t is a log return, σ 2 t is the variance of a t conditional on past values of the squared innovations, a 2 t 1 r t = µ t + u t is the mean equation for r t σ 2 t = α 0 + α 1 u 2 t 1 is the variance equation for r t u t is the innovation in r t A slightly different version of the same equations is where u t = h t ε t and r t = µ t + h t ε t E ε t = 0, E ε 2 t = 1 h 2 t = α 0 + α 1 u 2 t 1 GPD (TCD) Volatility 01/13 11 / 37

12 Estimating an ARCH model r t = µ t + u t E u t = 0, E u 2 t = σ 2 t σ 2 t = α 0 + α 1 u 2 t 1 Steps in estimating an ARCH model 1 Estimate a model for the mean equation 2 Use the residuals of the mean equation to test for ARCH effects 3 Specify a variance model with ARCH effects if it seems warranted 4 Check the fitted model and refine as suggested by diagnostic statistics GPD (TCD) Volatility 01/13 12 / 37

13 Mean equation In general, there is no reason the mean equation can t be as complicated as we like r t = µ t + u t r t can be a complicated ARMA(p,q) or can have variables included r t is stationary in mean r t may be first difference of original series for example r t = p t p t 1 May be mis-specified if ignore conditional heteroskedasticity of u t GPD (TCD) Volatility 01/13 13 / 37

14 Testing for ARCH Simple model r t = u t E u t = 0, E u 2 t = σ 2 t σ 2 t = α 0 + α 1 u 2 t 1 GPD (TCD) Volatility 01/13 14 / 37

15 Three tests for ARCH Box-Ljung test applied to squared residuals, u 2 t, for some pre-specified number of lags k Engle test based on a regression for the squared residuals u 2 t = α 0 + α 1 u 2 t 1 + α 2 u 2 t α k u 2 t k + e t (1) where e t is the error term in the regression for squared residuals Test whether α 1 = α 2 =... = α k using T R 2 where T is the number of observations and R 2 is the R 2 in equation (1) which has a χ 2 k distribution Common to use one lag F-test for regression (1) GPD (TCD) Volatility 01/13 15 / 37

16 Properties of ARCH models Mean Simple model r t = u t = σ t ε t E ε t = 0, E ε 2 t = 1 σ 2 t = α 0 + α 1 u 2 t 1 where α 0 > 0 and α 1 0. Why? Let F t 1 denote the set of all information available in t 1 and earlier, especially r t 1, r t 2,..., u t 1, u t 2,... E [u t ] = E [E (u t F t 1 )] (application of law of iterated expectations) = E [E (σ t ε t F t 1 )] = E [E (σ t F t 1 ) E (ε t F t 1 )] = E [E (σ t F t 1 ) 0] = 0 GPD (TCD) Volatility 01/13 16 / 37

17 Properties of ARCH models Variance Simple model r t = σ t ε t E ε t = 0, E ε 2 t = 1 σ 2 t = α 0 + α 1 ut 1 2 α 0 > 0, α 1 0 E [u t ] = 0 Var [u t ] = E [ ut 2 ] = E [ E ( ut 2 )] F t 1 = E [ E ( α 0 + α 1 ut 1 F 2 )] t 1 Therefore, if 0 α 1 < 1, = E [ α 0 + α 1 u 2 t 1] = α0 + α 1 E u 2 t 1 = α 0 + α 1 E u 2 t Var [u t ] = α 0 1 α 1 GPD (TCD) Volatility 01/13 17 / 37

18 Properties of ARCH models Kurtosis fourth moment Simple model Tail behavior r t = σ t ε t E ε t = 0, E ε 2 t = 1 σ 2 t = α 0 + α 1 ut 1 2 α 0 > 0, α 1 0 E [u t ] = 0 Var [u t ] = α 0 1 α 1 Assume ε t is normally distributed Do we get fatter tails than from the normal distribution? GPD (TCD) Volatility 01/13 18 / 37

19 Fourth moment, tail behavior E u 4 t = 3α 2 0 (1 + α 1) (1 α 1 ) (1 3α 2 1 ) E u 4 t > 0 obviously must hold and therefore α 1 must satisfy ( 1 3α 2 1 ) > 0 and therefore 0 α 2 1 1/3 Already assumed 1 > α 1 The unconditional kurtosis of u t with normally distributed ε t is Therefore, E u 4 t Var [u t ] 2 = 3 1 α α 2 1 E u 4 t Var [u t ] 2 > 3 This implies fatter tails than for a normal distribution GPD (TCD) Volatility 01/13 19 / 37

20 Properties of ARCH models Restrictions on estimated variance equation in practice Simple model r t = σ t ε t E ε t = 0, E ε 2 t = 1 σ 2 t = α 0 + α 1 ut 1 2 α 0 > 0, α 1 0 E [u t ] = 0 Var [u t ] = α 0 1 α 1 E u 4 t Var [u t ] 2 = 3 1 α α 2 1 > 3, 0 α α i need not all be positive when more than one lag in the variance equation Suffi cient to make sure all the estimated conditional volatilities σ 2 t > 0 If one σ 2 t is negative, the estimated results make no sense GPD (TCD) Volatility 01/13 20 / 37

21 Limitations of ARCH models 1 Symmetric effects of shocks. This is too restrictive for stock returns, where negative shocks have a larger effect on future variance than positive shocks 2 Returns tend to have some clusters of high and low variance, whereas ARCH models tend to predict slow decay to mean from any current variance 3 Restrictive parameterization, e.g. 0 α for kurtosis to be well defined for ARCH(1) 4 Deterministic equation for variance; no error term in σ 2 t = α 0 + α 1 u 2 t 1 5 Provides no evidence on source of changes in variance GPD (TCD) Volatility 01/13 21 / 37

22 Use û t / σ t to examine whether the serial correlation is adequately estimated Autocorrelation functions of û t / σ t and (û t / σ t ) 2 with Engle regression test on (û t / σ t ) 2 Compare distribution to the one assumed using Kolmogorov-Smirnoff tests GPD These (TCD) tests are asymptotically Volatility correct but have nontrivial estimation 01/13 22 / 37 Estimation of ARCH model 1 Use partial autocorrelation function of u 2 t to determine order of ARCH specified 2 Maximize the likelihood of distribution of ε t Distributions Normal distribution t-distribution with degrees of freedom υ generalized error distribution Quasi-maximum likelihood estimation Consistent estimates of parameters Issue of correct standard errors of coeffi cients 3 u t /σ t is a sequence of IID variables if correctly specified

23 GARCH ARCH models can require many lags Reduce lags in mean equations by using ARMA models MA terms can substitute for several AR terms Maybe including something like MA terms in ARCH equation can reduce number of lags GARCH (Generalized ARCH) model ARCH Model σ 2 t = α 0 + α 1 u 2 t α k u 2 t m Instead, try GARCH, here a GARCH(m,s) (order of lags often not consistent) σ 2 t = α 0 + α 1 u 2 t α k u 2 t m + β 1 σ 2 t β k σ2 t s Lag lengths are m for the part analogous to the moving average and s for the part analogous to an autoregression May be able to reduce lag length substantially by having both sets of terms GPD (TCD) Volatility 01/13 23 / 37

24 Properties of GARCH models σ 2 t = α 0 + α 1 u 2 t α k u 2 t m + β 1 σ 2 t β k σ 2 t s Restrictions on parameters max(m,s) α i > 0, β i > 0, i=1 (α i + β i ) < 1 Properties of estimates and relation to parameters E [ ut 2 ] α 0 = 1 max(m,s) i=1 (α i + β i ) For GARCH(1,1), σ 2 t = α 0 + α 1 at β 1 σ2 t 1, with 1 (α 1 + β 1 ) 2 2α 2 1 > 0 E [ ut 4 ] [1 (E [ut 2 ]) 2 = 3 (α 1 + β 1 ) 2] 1 (α 1 + β 1 ) 2 > 3 2α 2 1 Generally speaking, it is hard to estimate more than a few lags GPD (TCD) Volatility 01/13 24 / 37

25 IGARCH What if the variance is very persistent? σ 2 t = α 0 + α 1 u 2 t α k u 2 t m + β 1 σ 2 t β k σ 2 t s with max(m,s) i=1 (α i + β i ) = 1, indicating a unit root in the variance process Actually pretty common with returns Change in logarithm of value-weighted CRSP index 1/2/1926 to 12/31/2011 dlnvwcrsp = â t σ 2 t = â 2 t σ2 t 1 standard errors of coeffi cients are , and sum of coeffi cients is IGARCH model, IGARCH(1,1) u t = σ t ε t σ 2 t = α 0 + β 1 σ 2 t 1 + (1 β 1 ) ut < β 1 < 1 GPD (TCD) Volatility 01/13 25 / 37

26 Properties of IGARCH model IGARCH(1,1) u t = σ t ε t σ 2 t = α 0 + β 1 σ 2 t 1 + (1 β 1 ) ut < β 1 < 1 Unconditional variance is undefined Constant term is similar to constant term for a random walk a trend A nonzero constant term suggests a trend in variance Why? One-step-ahead forecast at h is forecast of σ 2 h+1 Suppose that estimate of σ 2 h and u2 h are available and σ2 h (1) is the forecast made of σ 2 made at h for one step ahead σ 2 h (1) = α 0 + β 1 σ 2 h + (1 β 1 ) u2 h σ 2 h (2) = α 0 + β 1 σ 2 h+1 + (1 β 1 ) u2 h+1 Best forecast of σ 2 h+1 is σ2 h (1) and best forecast of u2 h+1 from u 2 h+1 = σ2 h+1 ε t is σ 2 h (1), so σ 2 h (2) = α 0 + σ 2 h (1) GPD (TCD) Volatility 01/13 26 / 37

27 GARCH-M GARCH-M is GARCH in mean simple one is r t = µ + cσ 2 t + u t, u t = σ t ε t σ 2 t = α 0 + α 1 u 2 t 1 + β 1 σ 2 t 1 r t is a return on an asset and c is called a risk premium parameter Could use σ t or ln σ t instead of σ 2 t Question: When will the variance of an asset s return reflect its risk? GPD (TCD) Volatility 01/13 27 / 37

28 Asymmetric GARCH Glosten, Jagannathan and Runkle (1993) Represent the asymmetry in returns that negative shocks create more future variance r t = µ + cσ 2 t + u t, u t = σ t ε t σ 2 t = α 0 + α 1 u 2 t 1 + β 1 σ 2 t 1 + γu 2 t 1I t 1 I t 1 is an indicator with I t 1 = 1 if u t 1 < 0 and I t 1 = 0 if u t 1 0 Greater effect of negative shocks if estimate γ > 0 GPD (TCD) Volatility 01/13 28 / 37

29 EGARCH Exponential GARCH allows for asymmetry An EGARCH(1,1) with ε t iid and normally distributed r t = µ + u t, u t = σ t ε t { α + (1 β L) ln σ 2 (γ + θ) u } t 1 σ t = t 1 if u t 1 0 α + (γ θ) u t 1 σ t 1 if u t 1 < 0 α = (1 α 1 ) α 0 2πγ where the lag operator L is such that L x t = x t 1 and L i x t = x t i GPD (TCD) Volatility 01/13 29 / 37

30 EGARCH explained An EGARCH model starts from the function g (ε t ) g (ε t ) = θε t + γ ( ε t E ε t ) E g (ε t ) = 0 which can be rewritten as { } (θ + γ) εt γ E ε g (ε t ) = t if ε t 0 (θ γ) ε t γ E ε t if ε t < 0 If θ is negative, then g (ε t ) is larger for ε t < 0 than for ε t 0 GPD (TCD) Volatility 01/13 30 / 37

31 EGARCH model Define the lag operator L such that L x t = x t 1 and L i x t = x t i EGARCH model, EGARCH(m,s) r t = µ + u t, u t = σ t ε t g (ε t ) = θε t + γ ( ε t E ε t ) ln σ 2 t = α β 1 L β s 1 L s 1 1 α 1 L... α m L m g (ε t 1) GPD (TCD) Volatility 01/13 31 / 37

32 Test for asymmetric volatility Estimate a mean equation and get residuals û t Define I t 1 = 1 if û t 1 < 0 and I t 1 = 0 if û t 1 0 Run regression û 2 t = φ 0 + φ 1 I t 1 + υ t If φ 1 > 0, then there is an asymmetric effect of negative shocks GPD (TCD) Volatility 01/13 32 / 37

33 TGARCH Threshold GARCH TGARCH(m,s) σ 2 t = α 0 + s i=1 I t i = 1 if u t i < 0 I t i = 0 if u t i 0 α i, γ i, β j 0 (α i + γ i I t i ) u 2 t i + This also allows for bigger effects of negative shocks m j=1 β j σ 2 t j GPD (TCD) Volatility 01/13 33 / 37

34 Testing restrictions in nonlinear models Usual t-ratios are estimated for maximum likelihood Inverse of information matrix provides estimator of variance for these tests Likelihood ratio, Wald and Lagrange multiplier tests Consider estimating a parameter θ Maximum likelihood estimate is θ Restricted estimate is θ GPD (TCD) Volatility 01/13 34 / 37

35 Comparison of likelihood ratio, Wald and Lagrange multiplier tests L( θ ) L( θˆ ) A L( ~ θ ) B θ ~ θˆ θ Vertical distance from B to A is basis of likelihood ratio tests Horizontal distance from B to A is basis of Wald tests (e.g. t-tests) Slope of likelihood function at B is basis of Lagrange multiplier test GPD (TCD) Volatility 01/13 35 / 37

36 Stochastic Volatility ARCH is restrictive Evolution of variance is deterministic except for influence of innovations in mean equation Stochastic volatility The evolution of volatility is not a deterministic function of only past volatility and innovations to the mean equation Innovations to the variance affect variance independent of mean equation GPD (TCD) Volatility 01/13 36 / 37

37 Relatively simple example of stochastic volatility r t = u t = σ t ε t ln (σ t ) 2 = α + β ln (σ t 1 ) 2 + σ η η t α > 0, ε t N(0, 1), η t N(0,1) Two innovations for every observation r t How can that be? The innovations reflect different aspects of the series Consider r t = u 1,t + u 2,t u 1,t N(0, σ 2 1 ), u 2,t N(0, σ 2 2 ) Never would be able to tell how much of variance of r t is due to u 1,t and how much is due to u 2,t GPD (TCD) Volatility 01/13 37 / 37

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

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

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

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

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

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

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

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

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

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

Forecasting Stock Index Futures Price Volatility: Linear vs. Nonlinear Models

Forecasting Stock Index Futures Price Volatility: Linear vs. Nonlinear Models The Financial Review 37 (2002) 93--104 Forecasting Stock Index Futures Price Volatility: Linear vs. Nonlinear Models Mohammad Najand Old Dominion University Abstract The study examines the relative ability

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

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 Econometrics

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

More information

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

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

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

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

More information

Financial 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

Lecture 5a: ARCH Models

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

More information

Financial Econometrics Jeffrey R. Russell Midterm 2014

Financial Econometrics Jeffrey R. Russell Midterm 2014 Name: Financial Econometrics Jeffrey R. Russell Midterm 2014 You have 2 hours to complete the exam. Use can use a calculator and one side of an 8.5x11 cheat sheet. Try to fit all your work in the space

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

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

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

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

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

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

Statistical Inference and Methods

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

More information

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

Financial Econometrics

Financial Econometrics Financial Econometrics Introduction to Financial Econometrics Gerald P. Dwyer Trinity College, Dublin January 2016 Outline 1 Set Notation Notation for returns 2 Summary statistics for distribution of data

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

Quantitative Finance Conditional Heteroskedastic Models

Quantitative Finance Conditional Heteroskedastic Models Quantitative Finance Conditional Heteroskedastic Models Miloslav S. Vosvrda Dept of Econometrics ÚTIA AV ČR MV1 Robert Engle Professor of Finance Michael Armellino Professorship in the Management of 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

Risk Management and Time Series

Risk Management and Time Series IEOR E4602: Quantitative Risk Management Spring 2016 c 2016 by Martin Haugh Risk Management and Time Series Time series models are often employed in risk management applications. They can be used to estimate

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

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

Chapter 5 Univariate time-series analysis. () Chapter 5 Univariate time-series analysis 1 / 29

Chapter 5 Univariate time-series analysis. () Chapter 5 Univariate time-series analysis 1 / 29 Chapter 5 Univariate time-series analysis () Chapter 5 Univariate time-series analysis 1 / 29 Time-Series Time-series is a sequence fx 1, x 2,..., x T g or fx t g, t = 1,..., T, where t is an index denoting

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

Financial Times Series. Lecture 8

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

More information

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

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

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

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

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

Modelling Stock Market Return Volatility: Evidence from India

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

More information

Chapter 6 Forecasting Volatility using Stochastic Volatility Model

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

More information

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

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

Analyzing Oil Futures with a Dynamic Nelson-Siegel Model

Analyzing Oil Futures with a Dynamic Nelson-Siegel Model Analyzing Oil Futures with a Dynamic Nelson-Siegel Model NIELS STRANGE HANSEN & ASGER LUNDE DEPARTMENT OF ECONOMICS AND BUSINESS, BUSINESS AND SOCIAL SCIENCES, AARHUS UNIVERSITY AND CENTER FOR RESEARCH

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

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

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

More information

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

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

Course information FN3142 Quantitative finance

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

More information

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

Time series: Variance modelling

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

More information

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

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

More information

A Decision Rule to Minimize Daily Capital Charges in Forecasting Value-at-Risk*

A Decision Rule to Minimize Daily Capital Charges in Forecasting Value-at-Risk* A Decision Rule to Minimize Daily Capital Charges in Forecasting Value-at-Risk* Michael McAleer Department of Quantitative Economics Complutense University of Madrid and Econometric Institute Erasmus University

More information

High-Frequency Data Analysis and Market Microstructure [Tsay (2005), chapter 5]

High-Frequency Data Analysis and Market Microstructure [Tsay (2005), chapter 5] 1 High-Frequency Data Analysis and Market Microstructure [Tsay (2005), chapter 5] High-frequency data have some unique characteristics that do not appear in lower frequencies. At this class we have: Nonsynchronous

More information

Is the Potential for International Diversification Disappearing? A Dynamic Copula Approach

Is the Potential for International Diversification Disappearing? A Dynamic Copula Approach Is the Potential for International Diversification Disappearing? A Dynamic Copula Approach Peter Christoffersen University of Toronto Vihang Errunza McGill University Kris Jacobs University of Houston

More information

The Effect of 9/11 on the Stock Market Volatility Dynamics: Empirical Evidence from a Front Line State

The Effect of 9/11 on the Stock Market Volatility Dynamics: Empirical Evidence from a Front Line State Aalborg University From the SelectedWorks of Omar Farooq 2008 The Effect of 9/11 on the Stock Market Volatility Dynamics: Empirical Evidence from a Front Line State Omar Farooq Sheraz Ahmed Available at:

More information

The Variability of IPO Initial Returns

The Variability of IPO Initial Returns The Variability of IPO Initial Returns Journal of Finance 65 (April 2010) 425-465 Michelle Lowry, Micah Officer, and G. William Schwert Interesting blend of time series and cross sectional modeling issues

More information

Modelling Returns: the CER and the CAPM

Modelling Returns: the CER and the CAPM Modelling Returns: the CER and the CAPM Carlo Favero Favero () Modelling Returns: the CER and the CAPM 1 / 20 Econometric Modelling of Financial Returns Financial data are mostly observational data: they

More information

Jaime Frade Dr. Niu Interest rate modeling

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

More information

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

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

Estimating and forecasting volatility of stock indices using asymmetric GARCH models and Student-t densities: Evidence from Chittagong Stock Exchange

Estimating and forecasting volatility of stock indices using asymmetric GARCH models and Student-t densities: Evidence from Chittagong Stock Exchange IJBFMR 3 (215) 19-34 ISSN 253-1842 Estimating and forecasting volatility of stock indices using asymmetric GARCH models and Student-t densities: Evidence from Chittagong Stock Exchange Md. Qamruzzaman

More information

The Efficient Market Hypothesis Testing on the Prague Stock Exchange

The Efficient Market Hypothesis Testing on the Prague Stock Exchange The Efficient Market ypothesis Testing on the Prague Stock Exchange Miloslav Vošvrda, Jan Filacek, Marek Kapicka * Abstract: This article attempts to answer the question, to what extent can the Czech Capital

More information

Thailand Statistician January 2016; 14(1): Contributed paper

Thailand Statistician January 2016; 14(1): Contributed paper Thailand Statistician January 016; 141: 1-14 http://statassoc.or.th Contributed paper Stochastic Volatility Model with Burr Distribution Error: Evidence from Australian Stock Returns Gopalan Nair [a] and

More information

Statistical Analysis of Data from the Stock Markets. UiO-STK4510 Autumn 2015

Statistical Analysis of Data from the Stock Markets. UiO-STK4510 Autumn 2015 Statistical Analysis of Data from the Stock Markets UiO-STK4510 Autumn 2015 Sampling Conventions We observe the price process S of some stock (or stock index) at times ft i g i=0,...,n, we denote it by

More information

The Analysis of ICBC Stock Based on ARMA-GARCH Model

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

More information

Model Construction & Forecast Based Portfolio Allocation:

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

More information

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

Forecasting jumps in conditional volatility The GARCH-IE model

Forecasting jumps in conditional volatility The GARCH-IE model Forecasting jumps in conditional volatility The GARCH-IE model Philip Hans Franses and Marco van der Leij Econometric Institute Erasmus University Rotterdam e-mail: franses@few.eur.nl 1 Outline of presentation

More information

Variability in Coal Prices: Evidence from the U.S.

Variability in Coal Prices: Evidence from the U.S. DIVISION OF ECONOMICS STIRLING MANAGEMENT SCHOOL Variability in Coal Prices: Evidence from the U.S. Paul Alagidede Ian Lange Stirling Economics Discussion Paper 2009-0 January 2009 Online at http://www.economics.stir.ac.uk

More information

Econometrics of Volatility

Econometrics of Volatility Econometrics of Volatility Siddharth Arora arora@maths.ox.ac.uk Mathematical Institute, University of Oxford Hilary Term, 2017 Course Outline Session I Basics of volatility, estimating volatility Session

More information

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

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

More information

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

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

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

1 Volatility Definition and Estimation

1 Volatility Definition and Estimation 1 Volatility Definition and Estimation 1.1 WHAT IS VOLATILITY? It is useful to start with an explanation of what volatility is, at least for the purpose of clarifying the scope of this book. Volatility

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

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

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

Modelling financial data with stochastic processes

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

More information

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

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

More information

Asian Economic and Financial Review A REGRESSION BASED APPROACH TO CAPTURING THE LEVEL DEPENDENCE IN THE VOLATILITY OF STOCK RETURNS

Asian Economic and Financial Review A REGRESSION BASED APPROACH TO CAPTURING THE LEVEL DEPENDENCE IN THE VOLATILITY OF STOCK RETURNS Asian Economic and Financial Review ISSN(e): 2222-6737/ISSN(p): 2305-2147 URL: www.aessweb.com A REGRESSION BASED APPROACH TO CAPTURING THE LEVEL DEPENDENCE IN THE VOLATILITY OF STOCK RETURNS Lakshmi Padmakumari

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

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

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

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

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

Agricultural and Applied Economics 637 Applied Econometrics II

Agricultural and Applied Economics 637 Applied Econometrics II Agricultural and Applied Economics 637 Applied Econometrics II Assignment I Using Search Algorithms to Determine Optimal Parameter Values in Nonlinear Regression Models (Due: February 3, 2015) (Note: Make

More information

Today s Agenda 1. Announcement: No homework next week Proposals due Week 5 Answers to some regression questions 2. The Consumption CAPM (CCAPM) 3.

Today s Agenda 1. Announcement: No homework next week Proposals due Week 5 Answers to some regression questions 2. The Consumption CAPM (CCAPM) 3. Today s Agenda 1. Announcement: No homework next week Proposals due Week 5 Answers to some regression questions 2. The Consumption CAPM (CCAPM) 3. The Intertemporal CAPM (ICAPM) 4. Time-Varying Variances:

More information

Financial Data Analysis, WS08/09. Roman Liesenfeld, University of Kiel 1

Financial Data Analysis, WS08/09. Roman Liesenfeld, University of Kiel 1 Financial Data Analysis, WS08/09. Roman Liesenfeld, University of Kiel 1 Data sets used in the following sections can be downloaded from http://faculty.chicagogsb.edu/ruey.tsay/teaching/fts/ Exercise Sheet

More information

Modelling Heteroscedasticity and Non-Normality

Modelling Heteroscedasticity and Non-Normality Modelling Heteroscedasticity and Non-Normality April, 014 Contents 1 Introduction Computing Measures of Risk without simulation 3 Simple Models for Volatility 4 3.1 Rollingwindowvariancemodel... 4 3. Exponential

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

Financial Risk Forecasting Chapter 9 Extreme Value Theory

Financial Risk Forecasting Chapter 9 Extreme Value Theory Financial Risk Forecasting Chapter 9 Extreme Value Theory Jon Danielsson 2017 London School of Economics To accompany Financial Risk Forecasting www.financialriskforecasting.com Published by Wiley 2011

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

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

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