FIGARCH

figarchgarchigarchlong-memoryvolatilityfinancial-econometrics

Definition

FIGARCH (Fractionally Integrated GARCH) is a conditional-variance model that produces long memory in volatility — a slow, hyperbolic rate of decay in the influence of past squared innovations — occupying the middle ground between covariance-stationary GARCH (geometric decay) and IGARCH (a unit root in variance, i.e. infinite persistence). Introduced by Baillie, Bollerslev, and Mikkelsen (1996), it is the volatility analogue of an ARFIMA process for the mean: it takes the IGARCH variance equation and replaces the first-difference operator (1L)(1-L) with the fractional differencing operator (1L)d(1-L)^d for a fractional order 0<d<10<d<1.

Key Ideas

How It Works

Write the IGARCH(p,q)(p,q) model as ϕ(L)(1L)εt2=ω+[1β(L)]vt\phi(L)(1-L)\varepsilon_t^2=\omega+[1-\beta(L)]v_t, where vt=εt2σt2v_t=\varepsilon_t^2-\sigma_t^2 is the mean-zero variance innovation and ϕ(L)=[1α(L)β(L)](1L)1\phi(L)=[1-\alpha(L)-\beta(L)](1-L)^{-1}. The FIGARCH(p,d,q)(p,d,q) process replaces the integer difference with a fractional one: ϕ(L)(1L)dεt2=ω+[1β(L)]vt,0<d<1,\phi(L)\,(1-L)^d\,\varepsilon_t^2=\omega+[1-\beta(L)]\,v_t,\qquad 0<d<1, where (1L)d(1-L)^d has the binomial/hypergeometric expansion k0Γ(kd)Γ(k+1)Γ(d)Lk\sum_{k\ge 0}\frac{\Gamma(k-d)}{\Gamma(k+1)\Gamma(-d)}L^k. Rearranging gives the infinite-order ARCH representation σt2=ω[1β(1)]1+λ(L)εt2,λ(L)=λ1L+λ2L2+,\sigma_t^2=\omega\,[1-\beta(1)]^{-1}+\lambda(L)\,\varepsilon_t^2,\qquad \lambda(L)=\lambda_1 L+\lambda_2 L^2+\cdots, in which every weight λk\lambda_k must be nonnegative to guarantee σt2>0\sigma_t^2>0 almost surely (general conditions, as for Nelson–Cao GARCH, are checked case-by-case). Estimation is by approximate (conditional) maximum likelihood, which — unlike ARFIMA estimation of dd for the mean — is T\sqrt{T}-consistent and asymptotically normal, and performs well at financial sample sizes in simulation.

Why It Matters

Open Questions

Related