V-Lab
V-Lab

Documentation>Volatility Analysis>EGARCH

Definition

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

ln σt2 = ω + α zt-1 - 𝔼 zt-1 + γ zt-1 + β ln σt-12

Estimation

V-Lab estimates all the parameters μωαγβ simultaneously, by maximizing the log likelihood. The assumption that zt is Gaussian does not imply 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 EGARCH 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 t-1. Another way of seeing this is noting that a shock at timet-1 also impacts the variance at time t.

The EGARCH model does not require any restriction on the parameters because, since the equation is on log variance instead of variance itself, the positivity of the variance is automatically satisfied, and that is the main advantage of the EGARCH model. In general, the likelihood maximization with no restrictions results in faster and more reliable optimizations.

Prediction

Let rt be the last observation in the sample, and let ω^, α^, γ^, and β^ be the QML estimators of the parameters ω, α, γ and β, respectively. When zt are i.i.d. Gaussian, we have:

𝔼 exp α z t - 𝔼 z t + γ z t = exp - α ^ 2 π exp γ ^ + α ^ 2 2 Φ γ ^ + α ^ + exp γ ^ - α ^ 2 2 Φ α ^ - γ ^

The EGARCH model thus implies that the forecast of the conditional variance at time T+h, h2, is given by:

σ ^ T + h 2 = 𝔼 σ T + h 2 | r T , r T - 1 , ... = σ T + 1 2 β ^ h - 1 exp 1 - β ^ h - 1 1 - β ^ ω ^ - α ^ 2 π Π i = 0 h - 2 exp β ^ i γ ^ + β ^ i α ^ 2 2 Φ β ^ i γ ^ + β ^ i α ^ + exp β ^ i γ ^ - β ^ i α ^ 2 2 Φ β ^ i α ^ - β ^ i γ ^

where Φ is the standard Gaussian CDF. The proof is easily achieved using the recursive formulation of the log-variance.

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

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

EGARCH vs. GARCH

There is a stylized fact that the EGARCH model captures that is not contemplated by the GARCH model, which is the empirically observed fact that negative shocks at time t-1 have a stronger impact in the variance at time t than positive shocks. This asymmetry used to be called leverage effect because the increase in risk was believed to come from the increased leverage induced by a negative shock, but nowadays we know that this channel is just too small. Notice that the effective coefficient associated with a negative shock is γ-α, while the effective coefficient associated with a positive shock is γ+α. In financial time series, we generally find that γ is negative and statistically significant.

EGARCH(p,q)

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

ln σt2 = ω + i=1 p αi zt-i - 𝔼 zt-i + γ i zt-i + j=1 q βj ln σt-j2

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

Nelson, D. B., 1991. Conditional Heteroskedasticity in Asset Returns: A New Approach. Econometrica 59: 347-370. https://www.jstor.org/stable/2938260

Tsay, R. S., 2005. Analysis of Financial Time Series — 2nd Ed. Wiley-Interscience.