V-Lab
V-Lab

Documentation>Volatility Analysis>APARCH

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 need to be serially independent. For example, Ding, Granger, and Engle (1993) find that εt d often displays strong and persistent autocorrelation for various values of d, or rather returns have a long memory property. One way to explain this empirical pattern is through conditional heteroskedasticity. The asymmetric Power ARCH (APARCH) model assumes a specific parametric form for powers of this conditional heteroskedasticity. More specifically, we say that εtAPARCH if we can write εt=σtzt, where zt is a standard Gaussian and:

σtδ = ω + α εt1 γ εt1 δ + β σ t1 δ

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 APARCH 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 time t 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. As mentioned, the APARCH model also delivers the long-memory property of returns discussed in Ding, Granger, and Engle (1993). The APARCH model, as the GJR-GARCH model, additionally captures asymmetry in return volatility. That is, volatility tends to increase more when returns are negative, as compared to positive returns of the same magnitude.

Usual restrictions on APARCH parameters are that δ,ω,α,β>0 and −1<γ<1. Many of the volatility models used in V-Lab are in factrestricted versions of the APARCH, which is one of the reasons these models are popular.

Prediction

Let rT be the last observation in the sample and let δ^ω^α^γ^β^ be the QML estimators of the parameters δωαγβ. The APARCH model implies that the forecast of the conditional volatility raised to the power δ^ at time T+h is:

σ^ T+h δ^ = ω^ + σ^ T+h1 δ^ α^ 𝔼T z T+h1 γ^ z T+h1 δ^ + β^

where under our assumptions about zt,

𝔼T z T+h1 γ^ z T+h1 δ^ = 1 2π 1+γ^ δ^ + 1-γ^ δ^ 2 δ^-1 2 Γ δ^+1 2

And so, by applying the above formula iteratively, we can forecast conditional volatility (to the power δ^) for any horizon h.

APARCH vs. GARCH

The power of the APARCH model comes from the fact that it nests many of the other volatility models used by V-Lab. For example, we can obtain the following volatility models as restrictions of parameters of the APARCH model:

  • ARCH1 model - set δ=2,γ=0,β=0
  • GARCH11 model - set δ=2,γ=0
  • GJR-GARCH11 model - set δ=2

This feature of APARCH models is especially useful when conducting hypothesis tests concerning the specification of volatility.

APARCH(p,q)

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

σtδ = ω + i=1 p αi εti γi εti δ + j=1 q βj σ tj δ

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=1though, 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.

Ding, Z., Granger C.W., Engle R.F., 1991. A Long Memory Property of Stock Market Returns and a New Model. Journal of Empirical Finance 1 (1993) 83-106. https://doi.org/10.1016/S0304-4076(97)00072-9