Return Return. Return Daily negative log return for CDX ( )

Size: px
Start display at page:

Download "Return Return. Return Daily negative log return for CDX ( )"

Transcription

1 Introduction Stressed VaR MS&E 444: Project Shubhabrata Sengupta, Lewis Kaneshiro, Alireza Ebrahimi, Milad Sharif In this project we investigate various methods for computing Value-at-Risk (VaR). We use three indicesspx (S&P 500), CCMP (Nasdaq Composite Index) and CDX as our investment options. CDX is composed of 125 equally weighted credit default swaps on investment grade entities, distributed among 6 sub-indiceshigh Volatility, Consumer, Energy, Financial, Industrial, and Technology, Media and Tele-communications. We rst look at VaR calculation when a portfolio has a single asset only. We use various GARCH models, conditional EVT and quantile regression (CAViaR) to calculate VaR. We then construct a portfolio which comprises of all three assets with equal weightings. We use the GO-GARCH model to calculate VaR for this portfolio. For all our VaR calculations, we perform extensive backtesting. VaR calculation using GARCH models for single indices A standard GARCH model assumes normal innovation. As a sanity check for this assumption, we show below the plots for daily log returns for the three indices along with simulated returns for both normal and Students-t distributions. Daily negative log return for SPX ( ) Daily negative log return for CCMP ( ) Day Simulated normal negative log return for SPX ( ) Day Simulated Students t negative log return for SPX ( ) Day Simulated normal negative log return for CCMP ( ) Day Simulated Students t negative log return for CCMP ( ) Day Day Daily negative log return for CDX ( ) Day Simulated normal negative log return for CDX ( ) Day Simulated Students t negative log return for CDX ( ) Day

2 In each case, we see that the simulated normal distribution does not model the frequency of the unexpectedly high shocks that the actual returns have. The simulated Students-t distribution is a better t for modeling the daily log returns for the indices. We also observe volatility clustering in all three daily returns. This means that GARCH models are a reasonable choice for VaR calculation. The following table shows important tests for normality. The Jarque-Bera test is denoted as JB. The Ljung-Box test for upto 10 lags is denoted as LB. The same Ljung-Box test when done for squared returns is denoted as LB2. The excess kurtosis, skewness and the Jarque-Bera test suggest departure from the normality assumption for all three indices. The Ljung-Box test rejects the null hypothesis that the daily returns are independently distributed. These suggest that various GARCH models with Students-t innovations may t our data well. Index Excess Kurtosis Skewness p value (JB) p value(lb1) p value(lb2) SPX < < CCMP < < CDX < < We t four GARCH based models to the data. The models we consider are HS-GARCH, HS- GARCH-t, HS-APARCH-t and CONDEVT. HS-GARCH ts a GARCH(1,1) model with standard normal innovations. HS-GARCH-t ts a GARCH(1, 1) model with Students-t innovations. Hence the model can be written as follows, where ɛ t N(0, 1) for HS-GARCH and ɛ t Students-t for HS-GARCH-t. r t = µ + u t, u t = σ t ɛ t, σ 2 t = ω + α 1 σ 2 t 1 + β 1 u 2 t 1 The HS-APARCH-t models ts an APARCH(1, 1) model shown below. r t = µ + u t, u t = σ t ɛ t, σ δ t = ω + α 1 ( u t 1 + γ 1 u t 1 ) δ + β 1 σ δ t 1 The CONDEVT model ts a GARCH(1, 1) model assuming normal innovations just as in HS- GARCH. It does this via the QMLE method. It then ts the residuals to a Generalized Pareto distribution. In the following tables we show the number of violations on a yearly basis for all three indices. We trained each model on 1000 contiguous days of daily returns and then did a 1-day ahead VaR prediction. We then rolled the 1000-day training window forward by one day and computed VaR for the next day. This daily prediction was done for each day in our data-set starting at the 1001st day. Once we had the VaR, we calculated whether the actual return exceeded the calculated VaR. We present the number of such violations on a yearly basis in the tables in the next page. For SPX and CCMP we present data for 18 years. We only present last 4 years data for CDX since that is what was available. The key years to focus on are 1996, 2007, 2008 and As expected HS-GARCH has the worst VaR prediction among all the models tested since it has the highest number of violations. HS-CONVDEVT gives the best results for SPX in the year 2009 but performs worse than HS- GARCH-t and HS-APARCH-t for CCMP the same year. Both HS-GARCH and HS-APARCH-t seem to have the same level of predictive power when it comes to VaR across all three indices. Both these models result in the similar number of exceedances for all three indices. We also note that none of the models stay below the required number of violations during the stress period. Sometimes they exceed the allowable number of violations by 4 times as in However HS-GARCH-t and HS-APARCH-t have decent performance during 2008 and 2009.

3 VaR 99% for SPX Trading Expected Violations HS-GARCH HS-GARCH-t HS-APARCH-t HS-CONDEVT VaR 99% for SPX Trading Expected Violations HS-GARCH HS-GARCH-t HS-APARCH-t HS-CONDEVT VaR 99% for CCMP Trading Expected Violations HS-GARCH HS-GARCH-t HS-APARCH-t HS-CONDEVT VaR 99% for CCMP Trading Expected Violations HS-GARCH HS-GARCH-t HS-APARCH-t HS-CONDEVT VaR 99% for CDX Trading Expected Violations HS-GARCH HS-GARCH-t HS-APARCH-t HS-CONDEVT

4 Backtesting results for GARCH models We rst do a two sided binomial test on the violations. In this test we assume that each violation is an independent coin toss with a chance of violation Under this assumption we can use the R function binom.test to obtain the required p values. These are presented below. As we have seen before, the HS-GARCH model has the lowest p values showing the worst performance. None of the models accept the null hypothesis at 95% condence level in 2007 for SPX. HS-GARCH-t, HS-APARCH-t and HS-CONDEVT accept the null hypothesis at 95% for all years for CCMP and CDX. The result is particularly interesting for CDX. It is possible that the outcome would have been dierent if we had more data for this index. p value for VaR 99% violations for SPX HS-GARCH HS-GARCH-t HS-APARCH-t HS-CONDEVT p value for VaR 99% violations for SPX HS-GARCH HS-GARCH-t HS-APARCH-t HS-CONDEVT p value for VaR 99% violations for CCMP HS-GARCH HS-GARCH-t HS-APARCH-t HS-CONDEVT p value for VaR 99% violations for CCMP HS-GARCH HS-GARCH-t HS-APARCH-t HS-CONDEVT p value for VaR 99% violations for CDX HS-GARCH HS-GARCH-t HS-APARCH-t HS-CONDEVT

5 Robust backtesting for GARCH models The previous test does not capture time series dependence among violations. To do so, we consider four dierent testsmarkov, Ljung-Box, Geometric and Weibull. In the following paragraphs, we denote a sequence of violations by {I t }, where I t = 1 if the loss exceeded VaR at time t and 0 otherwise. If I t is a rst order Markov process, the one-step ahead transition probabilities P (I t+1 I t ) are given by (1 π 01 )π 11 (1 π 11 )π 01, where π ij is the transition probability P (I t+1 = j I t = i). Under the null hypothesis, the violations have a constant conditional mean that implies the two linear restrictions, π 01 = π 11 = p. A likelihood ratio test of restrictions can be computed from the following likelihood function, where T ij denotes the number of observations with a j following an i and T i is the number of i. L(I; π 01, π 11 ) = (1 π 01 ) (T 0 T 01 ) π T (1 π 11) (T 1 T 11 ) π T To construct the Ljung-Box test LB(k), we check whether the rst k auto-correlations are 0 for the sequence {I t p} where p = 0.01 for 99% VaR. Both the Geometric and the Weibull tests take as input, D i, the duration between two violations. Under the null hypothesis, the hazard function of the durations, λ(d i ), should be at and equal to p = 0.01 for 99% VaR. This is shown in the equation below. λ(d i = d) = (1 p) d 1 p 1 d 2 j=0 (1 p)j p = p Under the alternative hypothesis, the violation sequence, and hence the duration, display dependence or clustering. The only continuous distribution without duration dependence is the exponential. Thus under the null hypothesis, the distribution of the durations should be given by the following equation. f(d; p) = pe pd A more powerful test is when the distributions follow Weibull distribution as shown below. f(d; a, b) = a b bd b 1 exp ( ad)b In the following page, we present the results of these tests as p values. To get a sucient number of violations we consider a time period of four years. We note some interesting trends in the data. While a particular test (say Ljung-Box) is pretty consistent across various models and various time periods, there are inconsistencies between tests. For example, we see that we have high p values for the Ljung-Box test, showing that the {I t } series is independently distributed. Some clustering is noted in the '08-'11 period. However both the Geometric and Weibull tests show low p values for time periods where Ljung-Box tests show that the I t is independently distributed. A case in point is '95-'99 for SPX. However Ljung-Box, Geometric and Weibull seem to be consistent where clustering exists in {I t }. We notice inconsistencies for the Kupiec test as well, where it shows very low p values for '00-'03. This period shows high p values for the other tests. Lastly, we were unable to t a Weibull distribution to the violations for CCMP. This is a problem when the number of violations is too low.

6 p value for LB(1) test for SPX p value for LB(5) test for SPX '95-'99 '00-'03 '03-'07 '08-'11 '95-'99 '00-'03 '03-'07 '08-'11 GARCH GARCH-t APARCH-t CONDEVT p value for Kupiec test for SPX p value for Markov test for SPX '95-'99 '00-'03 '03-'07 '08-'11 '95-'99 '00-'03 '03-'07 '08-'11 GARCH GARCH-t APARCH-t CONDEVT p value for Geometric test for SPX p value for Weibull test for SPX '95-'99 '00-'03 '03-'07 '08-'11 '95-'99 '00-'03 '03-'07 '08-'11 GARCH GARCH-t APARCH-t CONDEVT p value for LB(1) test for CCMP p value for LB(5) test for CCMP '95-'99 '00-'03 '03-'07 '08-'11 '95-'99 '00-'03 '03-'07 '08-'11 GARCH GARCH-t APARCH-t CONDEVT p value for Kupiec test for CCMP p value for Markov test for CCMP '95-'99 '00-'03 '03-'07 '08-'11 '95-'99 '00-'03 '03-'07 '08-'11 GARCH GARCH-t APARCH-t CONDEVT p value for Geometric test for CCMP p value for Weibull test for CCMP '95-'99 '00-'03 '03-'07 '08-'11 '95-'99 '00-'03 '03-'07 '08-'11 GARCH GARCH-t APARCH-t CONDEVT

7 We show eight plotstwo for each GARCH model, for index SPX. The plots from year 2008 are on the left and those from 2009 are on the right. Going from top down, the models are HS-GARCH, HS-GARCH-t, HS-APARCH-t and HS-CONDEVT. The blue line shows the 95% VaR and the red line shows the 99% VaR. Visual inspection shows that the VaR prediction from APARCH-t is most responsive to the daily log returns. Year 2008 negative log return and estimated VaR Year 2009 negative log return and estimated VaR Year 2008 negative log return and estimated VaR Year 2009 negative log return and estimated VaR Year 2008 negative log return and estimated VaR Year 2009 negative log return and estimated VaR Year 2008 negative log return and estimated VaR Year 2009 negative log return and estimated VaR

8 We show eight plotstwo for each GARCH model, for index CCMP. The plots from year 2008 are on the left and those from 2009 are on the right. Going from top down, the models are HS- GARCH, HS-GARCH-t, HS-APARCH-t and HS-CONDEVT. The blue line shows the 95% VaR and the red line shows the 99% VaR. Visual inspection shows that the VaR prediction from APARCH-t is most responsive to the daily log returns. Year 2008 negative log return and estimated VaR (CCMP) Year 2009 negative log return and estimated VaR (CCMP) Year 2008 negative log return and estimated VaR (CCMP) Year 2009 negative log return and estimated VaR (CCMP) Year 2008 negative log return and estimated VaR (CCMP) Year 2009 negative log return and estimated VaR (CCMP) Year 2008 negative log return and estimated VaR (CCMP) Year 2009 negative log return and estimated VaR (CCMP)

9 We show eight plotstwo for each GARCH model, for index CDX. The plots from year 2008 are on the left and those from 2009 are on the right. Going from top down, the models are HS-GARCH, HS-GARCH-t, HS-APARCH-t and HS-CONDEVT. The blue line shows the 95% VaR and the red line shows the 99% VaR. Visual inspection shows that the VaR prediction from APARCH-t is most responsive to the daily log returns. This can be seen near the sudden changes in returns where the corresponding change in VaR predicted from APARCH-t is the lowest of all models. Year 2008 negative log return and estimated VaR (CDX) Year 2009 negative log return and estimated VaR (CDX) Year 2008 negative log return and estimated VaR (CDX) Year 2009 negative log return and estimated VaR (CDX) Year 2008 negative log return and estimated VaR (CDX) Year 2009 negative log return and estimated VaR (CDX) Year 2008 negative log return and estimated VaR (CDX) Year 2009 negative log return and estimated VaR (CDX)

10 VaR calculation using CAViaR for single indices The CAViaR method proposed by Engle and Manganelli models the VaR directly by tting a model to it. The initial VaR is calculated as a quantile of the historical data. This is then used as a starting value to an autoregressive model that takes VaRs as input. This is in contrast to the GARCH based models that model the return and use it to calculate VaR. A general CAViaR specication is given by the following equation where β i are parameters to be estimated and l i are lagged observables. VaR t = β 0 + q β i VaR t i + i=1 r β j l t j We t two specic realizations of the above model. The rst is Symmetric Absolute Value shown below. r t is the return at time t. j=1 VaR t = β 1 + β 2 VaR t 1 + β 3 r t 1 The second CAViaR model we t is called the Indirect GARCH (1, 1) model which is expressed by the following equation. VaR t = β 1 + β 2 VaR 2 t 1 + β 3 r 2 t 1 We estimate the parameters of each model by using the rst 2982 daily returns. This is done by choosing the set of parameters (β i ) that minimize the number of violations over that period. The initial value of VaR needed to start evaluating each model, is calculated by looking at the 0.01% quantile for the rst 300 returns of the historical period of 2982 daily returns. Once we nd the parameters we forecast the VaR for a year into the future. Assuming there are 250 trading days in a year, a set of parameters estimated from 2982 historical daily returns will forecast VaR for upcoming 250 trading days. We then slide the estimation window forward by 250 trading days and repeat the process. The following table shows the predicted number of violations per year along with expected number of violations for both the models for SPX and CCMP. We could not run the model for CDX since we did not have sucient data to train either model. We note that both models are quite eective in predicting VaR outside of the stress period of Both models perform equally worse during the stress period. We also note that both HS-APARCH-t and CONDEVT perform better than CAViaR models. However the CAViaR models predict an entire years VaR after estimating the parameters while GARCH models only do 1-day ahead prediction, so they have the advantage of a more updated history. It is possible to do 1-day ahead VaR prediction with CAViaR models as well but the required computational horsepower prevented us from trying it out Trading Expected Violations Symmetric Absolute Value VaR 99% SPX CCMP Indirect GARCH VaR 99% SPX CCMP

11 We show plots for years 2008 on the left and that of 2009 on the right for index SPX. The VaR for the top row is calculated by the Symmetric Absolute Value model and that for the bottom calculated by the Indirect GARCH model. We notice that visually the two models don't look very dierent however the VaR curve is much more smooth than those t by the GARCH models since they are predicted for almost 250 trading days, instead of just 1 day. Year 2008 negative log return and estimated VaR Year 2009 negative log return and estimated VaR Year 2008 negative log return and estimated VaR Year 2009 negative log return and estimated VaR We show the same four plots for index CCMP. Yet again we note the smoothness of these ts compared to the corresponding ts with a GARCH model. Year 2008 negative log return and estimated VaR Year 2009 negative log return and estimated VaR Year 2008 negative log return and estimated VaR Year 2009 negative log return and estimated VaR

12 Backtesting CAViaR models for single indices If our model ts the data well then P (r t < VaR t ) = θ where θ = 99% for 99% VaR. This is equivalent to requiring that the sequence of associated indicator functions {I t } be i.i.d. Hence a property that any VaR estimate should satisfy is that of providing a lter to transform a possibly serially correlated and heteroscedastic time series into a serially independent sequence of indicator variables. Various tests have been proposed to detect the presence the serial correlation in the sequence of indicator functions 1 ; this is only a necessary but not sucient condition to assess the performance of a quantile model. To get around this problem, Engle and Manganelli, propose two new tests called the in-sample and out-of-sample dynamic quantile tests (DQ tests). Please refer to CAViaR: Conditional Autoregressive Value at Risk by Regression Quantiles for details and proofs of their results. In the following table we present both in-sample and out-of-sample DQ test results for both indices. We note that the in-sample tests reject the null hypothesis for the years for both Symmetric Absolute Value and Indirect GARCH. However we see that the in-sample tests reject the null hypothesis for the years for the index CCMP even though the market was not under stress in The out-of-sample accept the null hypothesis for all the years for both indices. This means that the predicted indicator function is not serially correlated. Symmetric Absolute Value VaR 99% DQ in-sample p-value SPX CCMP Symmetric Absolute Value VaR 99% DQ out-of-sample p-value SPX CCMP Indirect GARCH VaR 99% DQ in-sample p-value SPX CCMP Indirect VaR 99% DQ out-of-sample p-value SPX CCMP We have seen some of these in the section on robust backtesting.

13 Portfolio VaR with multivariate GARCH To estimate VaR of a portfolio of indices, we use the multivariate GARCH model. A multivariate GARCH model can be written as the following equation, where r t is the n-dimensional vector of returns, µ t is the n-dimensional vector of conditional mean returns, ɛ t is an i.i.d vector white noise process with identity covariance matrix and H t is the conditional covariance matrix of r t. r t = µ t + H t ɛ t Various methods have been developed to estimate the conditional variance H t. The VEC- GARCH model of Bollerslev, Engle and Wooldridge (1988), models the conditional variance as a function of all lagged conditional covariances and lagged cross-product of returns. This can be written as the following equation where vech operator stacks all the columns of a lower triangular matrix. vech(h t ) = c + q A j vech(r t j r t j) + j=1 p vech(h t j ) The rst problem with this model is the sheer number of parameters to estimate. c is a n(n+1)/2 parameter vector and A j, B j are n 2 (n+1) 2 /4 parameter matrices. The second problem is that there exist only sucient, rather restrictive, conditions for H t to be positive denite for all t. Various simplications to this model have been suggested to ameliorate both these shortcomings. Bollerslov, Engle and Wooldridge (1988) proposed a simplied version where A j and B j are diagonal matrices. This greatly reduces the number of parameters to estimate but is too restrictive since no interaction between dierential conditional variances and covariances are allowed. The Baba, Engle, Kraft and Kroner (BEKK) model introduced by Engle and Kroner (1995) relaxes some of these constraints but ensures that the conditional covariance matrices are postive denite. In the BEKK model, the conditional covariance matrix is expressed as the following product, where C is a lower triangular matrix. The form of C ensures that H t is positive denite. j=1 H t = CC + q j=1 k=1 K A kjr t j r t ja kj + q j=1 k=1 K B kjh t j B kj A dierent approach to reducing the number of parameters to estimate is taken by Orthogonal GARCH (O-GARCH) and Generalized Orthogonal GARCH (GO-GARCH). Both these models assume that r t can be expressed as a linear combination of uncorrelated factors z t, where each component of z t is modeled as GARCH process. The relationship between the two can be expressed by the following equation, where the orthogonal matrix W does not vary with time. r t = Wz t The GO-GARCH model relaxes the orthogonality constraint imposed on W by O-GARCH, making it more exible. An example of a GO-GARCH(1, 1) model is shown in the following set of equations, where h it are diagonal elements of matrix H t and z it are components of vector z t.

14 r t = Wz t z it F t 1 N(0, h it ) h it = ω i + α i z 2 it + β i h i,t 1 The above equations imply the following relations. r t F t 1 N(0, V t ) V t = WH t W We follow a two-step strategy to build our GO-GARCH models. Each component of the one-day ahead prediction of the covariance matrix of asset returns at time t, is expressed as the following equation, where σi S, σs j are one-day ahead prediction of volatilities and rij L is the one-day ahead prediction of correlation of asset volatilities. σ t ij = σ S i σ S j r L ij L and S signify the time window used to estimate the corresponding quantities. We choose S {0.25L, 0.5L, 0.75L} where L = 1000 most recent trading days. More specically if S = 0.5L, at time t, we use the last 1000 trading days to estimate r ij and use the last 500 trading days to estimate σ i. By doing this, we are trying to capture the long term correlation between two assets and the short term volatilities in the individual assets. We then use σ ij to calculate the one-day ahead VaR. The number of yearly violations for a equally weighted portfolio consisting of SPX, CCMP and CDX is shown below. Once again we note that all the GO-GARCH models perform equally well after 2008 and perform equally badly in This suggests that combining the short-term volatilities with long-term correlations did not make much of a dierence. It is possible that choosing a much shorter window to estimate volatilities might work better Trading Expected Violations S = L S = 0.75L S = 0.5L S = 0.25L

15 The following plots show the VaR estimates by the GO-GARCH model, with predictions for the year 2008 on the left and that of the year 2009 on the right. Going from top to bottom we go from S = 0.75L to S = 0.25L. Each graph shows the VaR predicted when S = L. We notice that the VaR predicted when S = L is lower than that predicted when S < L. Multi time (3/4 length) GO GARCH VaR at 99% (2008 detail) Multi time (3/4 length) GO GARCH VaR at 99% (2009 detail) Multi 3/4 GO GARCH VaR at 99% Full GO GARCH VaR at 99% Portfolio s (EQ weight) Multi 3/4 GO GARCH VaR at 99% Full GO GARCH VaR at 99% Portfolio s (EQ weight) 2008 detail 2009 detail Multi time (1/2 length) GO GARCH VaR at 99% (2008 detail) Multi time (1/2 length) GO GARCH VaR at 99% (2009 detail) Multi 1/2 GO GARCH VaR at 99% Full GO GARCH VaR at 99% Portfolio s (EQ weight) Multi 1/2 GO GARCH VaR at 99% Full GO GARCH VaR at 99% Portfolio s (EQ weight) 2008 detail 2009 detail Multi time (1/4 length) GO GARCH VaR at 99% (2008 detail) Multi time (1/4 length) GO GARCH VaR at 99% (2009 detail) Multi 1/4 GO GARCH VaR at 99% Full GO GARCH VaR at 99% Portfolio s (EQ weight) Multi 1/4 GO GARCH VaR at 99% Full GO GARCH VaR at 99% Portfolio s (EQ weight) 2008 detail 2009 detail

16 Stressed VaR Limitations of VaR have been highlighted by the recent nancial turmoil. Financial industry and regulators now regard stress tests as no less important than VaR methods for assessing a bank's risk exposure. A new emphasis on stress testing also derives from the amended Basel II framework which requires banks to compute a valid stressed VaR number. This framework says that the banks must calculate a Stressed VaR measure intended to replicate a VaR calculation that would be generated on the banks current portfolio if the relevant market factors were experiencing a period of stress. The period of stress should be approved by a supervisor and should reect the losses experienced in the 2007/2008 period. However the Basel framework does not specify a model to calculate the VaR and leaves it up to the banks to choose an appropriate model to capture material risks they face. In our view, this leaves a big gap in the regulatory framework since there has been little research in creating risk models that capture rare stress events. A survey of stress testing practices conducted by the Basel Committee in 2005 showed that most stress tests are designed around a series of scenarios based either on historical events, hypothetical events, or some combination of the two. Such methods have been criticizes by Berkowitz (2000a). Without using a risk model the probability of each scenario is unknown, making its importance dicult to evaluate. There is also the possibility that many extreme yet plausible scenarios are not even considered. The pressing technical issue now facing nancial institutions that intend to comply with the amended Basel II framework is to understand how to calculate a valid stressed VaR number. An over-simplistic interpretation of this specication might be to increase the assumed volatilities of the securities in a portfolio. This would have the eect of lengthening the tails of the Gaussian (normal) loss distributions that underlie all standard VaR calculations. We can see the eect of stress period on volatilities in the following two plots. These plots show the volatility for SPX, CDX and CCMP during the stress periods of 2008 and 2009 as estimated by GO-GARCH. We see that the spike in volatility in CDX dwarfs the spike in volatility in SPX and CCMP underscoring the severity of problems in the credit markets. Time Varying Variance of SPX, CCMP, and CDX (2008) Time Varying Variance of SPX, CCMP, and CDX (2009) Variance SPX CCMP CDX Variance SPX CCMP CDX Date 2008 Date 2009

17 The same spike in volatility can be observed in the plots for NKY and GSCI indices shown below. This is especially true for NKY. We see the volatilities decaying in In both cases the volatilities were estimated by the GO-GARCH model. Time Varying Variance of SPX, nky, and gsci (2008) Time Varying Variance of SPX, nky, and gsci (2009) Variance SPX nky gsci Variance SPX nky gsci Date 2008 Date 2009 However, in order to calculate stressed VaR accurately, it is also necessary to stress the correlation matrix used in all VaR methodologies. It has been observed that during times of extreme volatility, correlations are dramatically perturbed relative to their historical values. In general, most correlations tend to increase during market crises, asymptotically approaching 1.0 during periods of complete meltdown. In the following two plots we show pairwise daily correlation estimated by the GO-GARCH model during 2008 (left) and 2009 (right). We see that the correlation between SPX and CCMP do not change much and both are very highly correlated. We see rapid changes in correlation between CDX and CCMP and CDX and SPX in the latter half of We see that at least in 2008, it is hard to discern a stress period from the pairwise correlations of these indices since they don't approach 1.0. We do however see rapid uctuations in correlations during the latter half of This shows that it is possible to be in a stress period even when the correlations do not approach 1.0. Time Varying Correlation of SPX, CCMP, and CDX (2008) Time Varying Correlation of SPX, CCMP, and CDX (2009) Correlation CCMP & SPX CDX & SPX CDX & CCMP Correlation CCMP & SPX CDX & SPX CDX & CCMP Date 2008 Date 2009

18 In the following plots we show the pair-wise correlation for NKY, GSCI and SPX. We see that the correlations vary wildly during the stress period but does not reach 1.0 Time Varying Correlation of SPX, NKY, and GSCI (2008) Time Varying Correlation of SPX, NKY, and GSCI (2009) Correlation nky & SPX gsci & SPX gsci & nky Correlation nky & SPX gsci & SPX gsci & nky Date 2008 Date 2009 Additionally, we wanted to check if the parameters of one of our models showed a specic pattern during the stress period. In the plots below, we show how parameters ω, µ (top left and right), α 1 and β 1 (bottom left and right) for a GARCH(1, 1) model vary from 1995 to We used normal innovations for the GARCH model and used 250 days of trading data to t estimate the parameters. Once again we do not notice a discernible change in the parameters during the stress period, thus underscoring the diculty in adjusting model parameters to compute a stressed VaR. mu omega 0e+00 1e 05 2e 05 3e 05 4e 05 5e alpha betha Kupiec (1998) suggested a conditional stress approach, where the risk factor distributions are conditional on an extreme value realization of one or more of the risk factors. Conditional on a large move of at least one factor, the conditional factor covariance matrix exhibits much higher correlations among the remaining factors. However the conditional correlations remain unchanged.

19 Kupiec showed that the conditional stress test performs very well on portfolios constructed during the Asian currency crisis. However we did not have time to extend his methods to the meltdown in our study. An alternative approach to conditional correlation is to stress the unconditional correlation matrix of the risk factors. Unfortunately, this approach is not as straightforward as the conditional correlation approach or stretching the tails of the loss distributions. The VaR calculation requires a positive denite correlation matrix and stressing this matrix may violate this property. In addition, as we have shown in the plots above, it is unclear what a stressed correlation matrix should look like since we don't observe a high spike in the pairwise correlations. An alternate approach might employ fat-tailed distributions to model the extreme loss events more accurately. Examples of these extreme value theory (EVT) distributions are the Gumbel, Generalized Pareto, Weibull, Fréchet, and the Tukey distributions. We tried this approach in our HS-CONDEVT model where we t a GARCH(1, 1) through QMLE and then t a Pareto distribution to the residuals. As we have discussed before, HS-CONDEVT did not result in fewer violations than other GARCH models like HS-APARCH-t Conclusion and Future directions Thus we see that stressed VaR is a very nascent eld where there has been far too little academic research. Models like HS-APARCH-t show some promise but still they have far too many violations during the stress period than a 99% exceedance limit will allow. GO-GARCH models work reasonably well for multi-asset portfolios but it remains to be seen if perturbing the volatilities obtained from a stress period and feeding them to GO-GARCH model will result in meaningful VaR models. Additionally we would like to evaluate portfolios with options which have non-linear payo and examine if GARCH models show the same performance for such portfolios. Acknowledgment We would like to thank Prof. David Donoho for his suggestion to use separate periods for estimating volatility and correlation in the GO-GARCH model. We also thank Prof Kay Geisecke, Gerald Teng and Andrew Abrahams for their help throughout the quarter. References Berkowitz, J. (2000a): A coherent framework for stress-testing, Journal of Risk, vol 2, pp Kupiec, P. (1998): Stress testing in a value-at-risk framework, Journal of Derivatives, pp Berkowitz, J., Christoersen, P. and Pelletier D. (2009): Evaluating Value-at-Risk Models with Desk-Level Data, Management Science, pp Engle, R. and Manganelli, S. (2004) CAViaR: Conditional Autoregressive Value at Risk by Regreqion Quantiles, Journal of Business and Economic Statistics, pp

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

Application of Conditional Autoregressive Value at Risk Model to Kenyan Stocks: A Comparative Study

Application of Conditional Autoregressive Value at Risk Model to Kenyan Stocks: A Comparative Study American Journal of Theoretical and Applied Statistics 2017; 6(3): 150-155 http://www.sciencepublishinggroup.com/j/ajtas doi: 10.11648/j.ajtas.20170603.13 ISSN: 2326-8999 (Print); ISSN: 2326-9006 (Online)

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

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

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

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

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

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

The Fundamental Review of the Trading Book: from VaR to ES

The Fundamental Review of the Trading Book: from VaR to ES The Fundamental Review of the Trading Book: from VaR to ES Chiara Benazzoli Simon Rabanser Francesco Cordoni Marcus Cordi Gennaro Cibelli University of Verona Ph. D. Modelling Week Finance Group (UniVr)

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

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

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

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

More information

Volatility 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

Occasional Paper. Risk Measurement Illiquidity Distortions. Jiaqi Chen and Michael L. Tindall

Occasional Paper. Risk Measurement Illiquidity Distortions. Jiaqi Chen and Michael L. Tindall DALLASFED Occasional Paper Risk Measurement Illiquidity Distortions Jiaqi Chen and Michael L. Tindall Federal Reserve Bank of Dallas Financial Industry Studies Department Occasional Paper 12-2 December

More information

A Regime Switching model

A Regime Switching model Master Degree Project in Finance A Regime Switching model Applied to the OMXS30 and Nikkei 225 indices Ludvig Hjalmarsson Supervisor: Mattias Sundén Master Degree Project No. 2014:92 Graduate School Masters

More information

Backtesting value-at-risk: Case study on the Romanian capital market

Backtesting value-at-risk: Case study on the Romanian capital market Available online at www.sciencedirect.com Procedia - Social and Behavioral Sciences 62 ( 2012 ) 796 800 WC-BEM 2012 Backtesting value-at-risk: Case study on the Romanian capital market Filip Iorgulescu

More information

Backtesting Trading Book Models

Backtesting Trading Book Models Backtesting Trading Book Models Using Estimates of VaR Expected Shortfall and Realized p-values Alexander J. McNeil 1 1 Heriot-Watt University Edinburgh ETH Risk Day 11 September 2015 AJM (HWU) Backtesting

More information

Financial Econometrics

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

More information

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

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

Analysis of Volatility Spillover Effects. Using Trivariate GARCH Model

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

More information

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

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

More information

STOCK RETURNS AND INFLATION: THE IMPACT OF INFLATION TARGETING

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

More information

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

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

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

More information

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

Value at risk might underestimate risk when risk bites. Just bootstrap it!

Value at risk might underestimate risk when risk bites. Just bootstrap it! 23 September 215 by Zhili Cao Research & Investment Strategy at risk might underestimate risk when risk bites. Just bootstrap it! Key points at Risk (VaR) is one of the most widely used statistical tools

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

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

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

More information

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

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

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

The GARCH-GPD in market risks modeling: An empirical exposition on KOSPI

The GARCH-GPD in market risks modeling: An empirical exposition on KOSPI Journal of the Korean Data & Information Science Society 2016, 27(6), 1661 1671 http://dx.doi.org/10.7465/jkdi.2016.27.6.1661 한국데이터정보과학회지 The GARCH-GPD in market risks modeling: An empirical exposition

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

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

A STUDY ON ROBUST ESTIMATORS FOR GENERALIZED AUTOREGRESSIVE CONDITIONAL HETEROSCEDASTIC MODELS

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

More information

The Comovements Along the Term Structure of Oil Forwards in Periods of High and Low Volatility: How Tight Are They?

The Comovements Along the Term Structure of Oil Forwards in Periods of High and Low Volatility: How Tight Are They? The Comovements Along the Term Structure of Oil Forwards in Periods of High and Low Volatility: How Tight Are They? Massimiliano Marzo and Paolo Zagaglia This version: January 6, 29 Preliminary: comments

More information

Scaling conditional tail probability and quantile estimators

Scaling conditional tail probability and quantile estimators Scaling conditional tail probability and quantile estimators JOHN COTTER a a Centre for Financial Markets, Smurfit School of Business, University College Dublin, Carysfort Avenue, Blackrock, Co. Dublin,

More information

Lecture 9: Markov and Regime

Lecture 9: Markov and Regime Lecture 9: Markov and Regime Switching Models Prof. Massimo Guidolin 20192 Financial Econometrics Spring 2017 Overview Motivation Deterministic vs. Endogeneous, Stochastic Switching Dummy Regressiom Switching

More information

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

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

More information

Lecture 8: Markov and Regime

Lecture 8: Markov and Regime Lecture 8: Markov and Regime Switching Models Prof. Massimo Guidolin 20192 Financial Econometrics Spring 2016 Overview Motivation Deterministic vs. Endogeneous, Stochastic Switching Dummy Regressiom Switching

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

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

Window Width Selection for L 2 Adjusted Quantile Regression

Window Width Selection for L 2 Adjusted Quantile Regression Window Width Selection for L 2 Adjusted Quantile Regression Yoonsuh Jung, The Ohio State University Steven N. MacEachern, The Ohio State University Yoonkyung Lee, The Ohio State University Technical Report

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

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

Chapter 4 Level of Volatility in the Indian Stock Market

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

More information

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

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

More information

Measuring Financial Risk using Extreme Value Theory: evidence from Pakistan

Measuring Financial Risk using Extreme Value Theory: evidence from Pakistan Measuring Financial Risk using Extreme Value Theory: evidence from Pakistan Dr. Abdul Qayyum and Faisal Nawaz Abstract The purpose of the paper is to show some methods of extreme value theory through analysis

More information

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

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

More information

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

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

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

Modelling Kenyan Foreign Exchange Risk Using Asymmetry Garch Models and Extreme Value Theory Approaches

Modelling Kenyan Foreign Exchange Risk Using Asymmetry Garch Models and Extreme Value Theory Approaches International Journal of Data Science and Analysis 2018; 4(3): 38-45 http://www.sciencepublishinggroup.com/j/ijdsa doi: 10.11648/j.ijdsa.20180403.11 ISSN: 2575-1883 (Print); ISSN: 2575-1891 (Online) Modelling

More information

Key Words: emerging markets, copulas, tail dependence, Value-at-Risk JEL Classification: C51, C52, C14, G17

Key Words: emerging markets, copulas, tail dependence, Value-at-Risk JEL Classification: C51, C52, C14, G17 RISK MANAGEMENT WITH TAIL COPULAS FOR EMERGING MARKET PORTFOLIOS Svetlana Borovkova Vrije Universiteit Amsterdam Faculty of Economics and Business Administration De Boelelaan 1105, 1081 HV Amsterdam, The

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

Modeling Exchange Rate Volatility using APARCH Models

Modeling Exchange Rate Volatility using APARCH Models 96 TUTA/IOE/PCU Journal of the Institute of Engineering, 2018, 14(1): 96-106 TUTA/IOE/PCU Printed in Nepal Carolyn Ogutu 1, Betuel Canhanga 2, Pitos Biganda 3 1 School of Mathematics, University of Nairobi,

More information

Value-at-Risk Estimation Under Shifting Volatility

Value-at-Risk Estimation Under Shifting Volatility Value-at-Risk Estimation Under Shifting Volatility Ola Skånberg Supervisor: Hossein Asgharian 1 Abstract Due to the Basel III regulations, Value-at-Risk (VaR) as a risk measure has become increasingly

More information

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

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

More information

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

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

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

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

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

More information

A Bayesian Control Chart for the Coecient of Variation in the Case of Pooled Samples

A Bayesian Control Chart for the Coecient of Variation in the Case of Pooled Samples A Bayesian Control Chart for the Coecient of Variation in the Case of Pooled Samples R van Zyl a,, AJ van der Merwe b a PAREXEL International, Bloemfontein, South Africa b University of the Free State,

More information

An empirical evaluation of risk management

An empirical evaluation of risk management UPPSALA UNIVERSITY May 13, 2011 Department of Statistics Uppsala Spring Term 2011 Advisor: Lars Forsberg An empirical evaluation of risk management Comparison study of volatility models David Fallman ABSTRACT

More information

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

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

More information

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

EWS-GARCH: NEW REGIME SWITCHING APPROACH TO FORECAST VALUE-AT-RISK

EWS-GARCH: NEW REGIME SWITCHING APPROACH TO FORECAST VALUE-AT-RISK Working Papers No. 6/2016 (197) MARCIN CHLEBUS EWS-GARCH: NEW REGIME SWITCHING APPROACH TO FORECAST VALUE-AT-RISK Warsaw 2016 EWS-GARCH: New Regime Switching Approach to Forecast Value-at-Risk MARCIN CHLEBUS

More information

MEASURING PORTFOLIO RISKS USING CONDITIONAL COPULA-AR-GARCH MODEL

MEASURING PORTFOLIO RISKS USING CONDITIONAL COPULA-AR-GARCH MODEL MEASURING PORTFOLIO RISKS USING CONDITIONAL COPULA-AR-GARCH MODEL Isariya Suttakulpiboon MSc in Risk Management and Insurance Georgia State University, 30303 Atlanta, Georgia Email: suttakul.i@gmail.com,

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

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

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

More information

A Simplified Approach to the Conditional Estimation of Value at Risk (VAR)

A Simplified Approach to the Conditional Estimation of Value at Risk (VAR) A Simplified Approach to the Conditional Estimation of Value at Risk (VAR) by Giovanni Barone-Adesi(*) Faculty of Business University of Alberta and Center for Mathematical Trading and Finance, City University

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

IV. DATA AND METHODOLOGY

IV. DATA AND METHODOLOGY IV. DATA AND METHODOLOGY IV.1. DATA SELECTION As mentioned in the preceding chapter, empirical investigation of crisis contagion will yield a more conclusive result if performed across different asset

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

**BEGINNING OF EXAMINATION** A random sample of five observations from a population is:

**BEGINNING OF EXAMINATION** A random sample of five observations from a population is: **BEGINNING OF EXAMINATION** 1. You are given: (i) A random sample of five observations from a population is: 0.2 0.7 0.9 1.1 1.3 (ii) You use the Kolmogorov-Smirnov test for testing the null hypothesis,

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

DECOMPOSITION OF THE CONDITIONAL ASSET RETURN DISTRIBUTION

DECOMPOSITION OF THE CONDITIONAL ASSET RETURN DISTRIBUTION DECOMPOSITION OF THE CONDITIONAL ASSET RETURN DISTRIBUTION Evangelia N. Mitrodima, Jim E. Griffin, and Jaideep S. Oberoi School of Mathematics, Statistics & Actuarial Science, University of Kent, Cornwallis

More information

MEASURING TRADED MARKET RISK: VALUE-AT-RISK AND BACKTESTING TECHNIQUES

MEASURING TRADED MARKET RISK: VALUE-AT-RISK AND BACKTESTING TECHNIQUES MEASURING TRADED MARKET RISK: VALUE-AT-RISK AND BACKTESTING TECHNIQUES Colleen Cassidy and Marianne Gizycki Research Discussion Paper 9708 November 1997 Bank Supervision Department Reserve Bank of Australia

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

Markowitz portfolio theory

Markowitz portfolio theory Markowitz portfolio theory Farhad Amu, Marcus Millegård February 9, 2009 1 Introduction Optimizing a portfolio is a major area in nance. The objective is to maximize the yield and simultaneously minimize

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

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

Intraday Volatility Forecast in Australian Equity Market

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

More information

User Guide of GARCH-MIDAS and DCC-MIDAS MATLAB Programs

User Guide of GARCH-MIDAS and DCC-MIDAS MATLAB Programs User Guide of GARCH-MIDAS and DCC-MIDAS MATLAB Programs 1. Introduction The GARCH-MIDAS model decomposes the conditional variance into the short-run and long-run components. The former is a mean-reverting

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

Spillover effect: A study for major capital markets and Romania capital market

Spillover effect: A study for major capital markets and Romania capital market The Academy of Economic Studies The Faculty of Finance, Insurance, Banking and Stock Exchange Doctoral School of Finance and Banking Spillover effect: A study for major capital markets and Romania capital

More information

Value at Risk with Stable Distributions

Value at Risk with Stable Distributions Value at Risk with Stable Distributions Tecnológico de Monterrey, Guadalajara Ramona Serrano B Introduction The core activity of financial institutions is risk management. Calculate capital reserves given

More information

Lecture 1: The Econometrics of Financial Returns

Lecture 1: The Econometrics of Financial Returns Lecture 1: The Econometrics of Financial Returns Prof. Massimo Guidolin 20192 Financial Econometrics Winter/Spring 2016 Overview General goals of the course and definition of risk(s) Predicting asset returns:

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

Evaluating the Accuracy of Value at Risk Approaches

Evaluating the Accuracy of Value at Risk Approaches Evaluating the Accuracy of Value at Risk Approaches Kyle McAndrews April 25, 2015 1 Introduction Risk management is crucial to the financial industry, and it is particularly relevant today after the turmoil

More information

FIW Working Paper N 58 November International Spillovers of Output Growth and Output Growth Volatility: Evidence from the G7.

FIW Working Paper N 58 November International Spillovers of Output Growth and Output Growth Volatility: Evidence from the G7. FIW Working Paper FIW Working Paper N 58 November 2010 International Spillovers of Output Growth and Output Growth Volatility: Evidence from the G7 Nikolaos Antonakakis 1 Harald Badinger 2 Abstract This

More information

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

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

More information

Style Analysis and Value-at-Risk of Asia-Focused Hedge Funds

Style Analysis and Value-at-Risk of Asia-Focused Hedge Funds Style Analysis and Value-at-Risk of Asia-Focused Hedge Funds ABSTRACT In this paper we identify risk factors for Asia-focused hedge funds through a modified style analysis technique. Using an Asian hedge

More information

arxiv: v1 [q-fin.cp] 6 Feb 2018

arxiv: v1 [q-fin.cp] 6 Feb 2018 O R I G I N A L A R T I C L E arxiv:1802.01861v1 [q-fin.cp] 6 Feb 2018 Generating virtual scenarios of multivariate financial data for quantitative trading applications Javier Franco-Pedroso 1 Joaquin

More information

Value-at-Risk forecasting with different quantile regression models. Øyvind Alvik Master in Business Administration

Value-at-Risk forecasting with different quantile regression models. Øyvind Alvik Master in Business Administration Master s Thesis 2016 30 ECTS Norwegian University of Life Sciences Faculty of Social Sciences School of Economics and Business Value-at-Risk forecasting with different quantile regression models Øyvind

More information

Time Variation in Asset Return Correlations: Econometric Game solutions submitted by Oxford University

Time Variation in Asset Return Correlations: Econometric Game solutions submitted by Oxford University Time Variation in Asset Return Correlations: Econometric Game solutions submitted by Oxford University June 21, 2006 Abstract Oxford University was invited to participate in the Econometric Game organised

More information

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

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

More information