V-Lab
V-Lab

Documentation>Volatility Analysis>AGARCH

Definition

Consider a return time series rt=μ+εt, where μ is the expected return and εt is a zero-mean white noise. Despite being serially uncorrelated, the series εt does not need to be serially independent. For instance, it can present conditional heteroskedasticity. The asymmetric GARCH (AGARCH) model assumes a specific parametric form for this conditional heteroskedasticity. More specifically, we say that εt~AGARCH if we can write εt=σtzt, where zt is a standard Gaussian and:

σt2=ω+αεt1γ2+βσt12

Estimation

V-Lab estimates all the parameters ωαγβ simultaneously, by maximizing the log-likelihood. The assumption that zt is Gaussian does not imply the the returns are Gaussian. Even though their conditional distribution is Gaussian, it can be proved that their unconditional distribution presents excess kurtosis (fat tails). In fact, assuming that the conditional distribution is Gaussian is not as restrictive as it seems: even if the true distribution is different, the so-called Quasi-Maximum Likelihood (QML) estimator is still consistent, under fairly mild regularity conditions. Besides leptokurtic returns, the AGARCH model, as the GARCH model, captures other stylized facts in financial time series, like volatility clustering. The volatility is more likely to be high at timet if it was also high at time t1. Another way of seeing this is noting that a shock at time t1 also impacts the variance at time t. However, if α+β<1, the volatility itself is mean reverting, and it fluctuates around σ, the square root of the unconditional variance:

σ2:=ω+αγ21αβ

Usual restrictions on AGARCH parameters are that ω,α,β>0. The GARCH model is in fact a restricted version of the AGARCH with γ=0.

Prediction

Let rT be the last observation in the sample and let ωˆαˆγˆβˆ be the QML estimators of the parameters ωαγβ. The AGARCH model implies that the forecast of the conditional variance at time T+h is:

σˆT+h2=ωˆ+αˆγˆ2+αˆ+βˆσˆT+h12

And so, by applying the above formula iteratively, we can forecast conditional volatility for any horizon h. Then the forecast of compound volatility at time T+h is

σ^T+1,T+h=i=1hσ^T+i2

Notice that, for large h, the forecast of the compound volatility converges to:

hωˆ+αˆγˆ21αˆβˆ

AGARCH vs. GARCH

There is a stylized fact that the AGARCH model captures that is not contemplated by the GARCH model, which is the empirically observed fact that negative shocks at time t1 have a stronger impact on the variance at time t than positive shocks. This asymmetry is called the leverage effect because the increase in risk was believed to come from the increased leverage induced by a negative shock, but nowadays we know this channel is just too small. Engle and Ng (1993) characterize this asymmetry via the News Impact Curve. In a GARCH model, this curve is symmetric and centered around εt1=0. In the AGARCH model, the News Impact Curve is still symmetric, but is centered around εt1=γ. The type of asymmetric response discussed above is then associated with positive values of γ, which we generally find to be statistically significant.

AGARCH(p,q)

The specific model just described can be generalized to account for more lags in the conditional volatility specification. An AGARCHpq model assumes that:

σt2=ω+i=1pαiεtiγi2+j=1qβjσtj2

The best model (p and q) can be chosen, for instance, by Bayesian Information Criterion (BIC), also known as Schwarz Information Criterion (SIC), or by Akaike Information Criterion (AIC). The former tends to be more parsimonious than the latter. V-Lab uses p=1 and q=1 though, because this is usually the option that best fits financial time series.

References

Bollerslev, T., 2008. Glossary to ARCH (GARCH). CREATES Research Paper 2008-49.

Engle, R.F., 1990. Stock Volatility and the Crash of ’87: Discussion. The Review of Financial Studies, Vol. 3, No. 1, pp. 103-106. https://www.jstor.org/stable/2961959

Engle, R.F. and Ng, V.K., 1993. Measuring and Testing the Impact of News on Volatility. Journal of Finance, Vol. 48, No. 5, 1749-1778. https://doi.org/10.1111/j.1540-6261.1993.tb05127.x