Chapter 5 Slides Handout
Chapter 5 Slides Handout
1/50
Features of Financial Time-Series Data
Univariate ARCH/GARCH models
Multivariate GARCH models
References
2/50
Features of Financial Time-Series Data
Univariate ARCH/GARCH models
Multivariate GARCH models
References
3/50
Features of Financial Time-Series Data
Univariate ARCH/GARCH models
Multivariate GARCH models
References
4/50
Features of Financial Time-Series Data
ARCH
Univariate ARCH/GARCH models
GARCH models
Multivariate GARCH models
Maximum Likelihood Estimation
References
ARCH
To model ”volatility clustering”, Engle (1982) proposed the
AutoRegressive Conditional Heteroskedasticity (ARCH) model.
K
X
yt = bk xkt−1 + ut (1)
k=1
σt2 = ω + αut−1
2
(3)
ARCH
6/50
Features of Financial Time-Series Data
ARCH
Univariate ARCH/GARCH models
GARCH models
Multivariate GARCH models
Maximum Likelihood Estimation
References
ARCH
σt2 = ω + α1 ut−1
2 2
+ α2 ut−2 2
+ . . . + αq ut−q (4)
7/50
Features of Financial Time-Series Data
ARCH
Univariate ARCH/GARCH models
GARCH models
Multivariate GARCH models
Maximum Likelihood Estimation
References
Non-Negativity Constraints
8/50
Features of Financial Time-Series Data
ARCH
Univariate ARCH/GARCH models
GARCH models
Multivariate GARCH models
Maximum Likelihood Estimation
References
Unconditional variance
If
(α1 + α2 + . . . + αq ) < 1 (5)
the unconditional variance for an ARCH(q) is:
σ 2 = E[σt2 ] (6)
2 2 2
= E[ω + α1 ut−1 + α2 ut−2 + . . . + αq ut−q ]
2 2 2
= ω + α1 E[ut−1 ] + α2 E[ut−2 ] + . . . + αq E[ut−q ] (7)
2 ] = E[u 2 ] = . . . = E[u 2 ] = σ 2 ,
Since E[ut−1 t−2 t−q
σ 2 = ω + α1 σ 2 + α2 σ 2 + . . . + αq σ 2 (8)
= ω + (α1 + α2 + . . . + αq )σ 2
ω
σ2 =
1 − α1 − α2 − . . . − αq
9/50
Features of Financial Time-Series Data
ARCH
Univariate ARCH/GARCH models
GARCH models
Multivariate GARCH models
Maximum Likelihood Estimation
References
The test is a joint null hypothesis that all q lags of the squared
residuals have coefficient values that are not significantly different
from zero.
1. Run the linear regression in the mean specification, e.g.
K
X
yt = bk xkt−1 + ut , (9)
k=1
10/50
Features of Financial Time-Series Data
ARCH
Univariate ARCH/GARCH models
GARCH models
Multivariate GARCH models
Maximum Likelihood Estimation
References
ût2 = γ0 + γ1 ût−1
2 2
+ γ2 ût−2 2
+ · · · + γq ût−q + vt . (10)
11/50
Features of Financial Time-Series Data
ARCH
Univariate ARCH/GARCH models
GARCH models
Multivariate GARCH models
Maximum Likelihood Estimation
References
TR 2 ∼ χ2 (q) (11)
12/50
Features of Financial Time-Series Data
ARCH
Univariate ARCH/GARCH models
GARCH models
Multivariate GARCH models
Maximum Likelihood Estimation
References
13/50
Features of Financial Time-Series Data
ARCH
Univariate ARCH/GARCH models
GARCH models
Multivariate GARCH models
Maximum Likelihood Estimation
References
GARCH models I
σt2 = ω + αut−1
2 2
+ βσt−1 (12)
where one lagged squared error and one lagged variance is needed.
14/50
Features of Financial Time-Series Data
ARCH
Univariate ARCH/GARCH models
GARCH models
Multivariate GARCH models
Maximum Likelihood Estimation
References
GARCH models II
Why is GARCH better and far more widely used than ARCH?
I GARCH is more parsimonious, and avoids overfitting.
15/50
Features of Financial Time-Series Data
ARCH
Univariate ARCH/GARCH models
GARCH models
Multivariate GARCH models
Maximum Likelihood Estimation
References
σt2 = ω + αut−1
2 2
+ βσt−1 (13)
2 2 2
= ω+ αut−1+ β(ω + αut−2 + βσt−2 )
2 2 2 2
= ω + βω + αut−1 + αβut−2 + β σt−2
2 2
= ω + βω + αut−1 + αβut−2 + β 2 (ω + αut−3
2
+ βσt−32
)
= ω + βω + β 2 ω + αut−1 2 2
+ αβut−2 + αβ 2 ut−3
2
+ β 3 σt−3
2
GARCH models IV
17/50
Features of Financial Time-Series Data
ARCH
Univariate ARCH/GARCH models
GARCH models
Multivariate GARCH models
Maximum Likelihood Estimation
References
Non-Negativity Constraints
To ensure that the GARCH produces positive values for the
variance at all times, all of the coefficients in the conditional
variance equation are usually required to be non-negative.
18/50
Features of Financial Time-Series Data
ARCH
Univariate ARCH/GARCH models
GARCH models
Multivariate GARCH models
Maximum Likelihood Estimation
References
Unconditional Variance
If α + β < 1, the unconditional variance under GARCH(1,1) is
19/50
Features of Financial Time-Series Data
ARCH
Univariate ARCH/GARCH models
GARCH models
Multivariate GARCH models
Maximum Likelihood Estimation
References
Hence, modelling σt2 will give models and forecasts for the
variance of yt as well. Forecasts of σt2 will be forecasts of the
future variance of yt .
20/50
Features of Financial Time-Series Data
ARCH
Univariate ARCH/GARCH models
GARCH models
Multivariate GARCH models
Maximum Likelihood Estimation
References
21/50
Features of Financial Time-Series Data
ARCH
Univariate ARCH/GARCH models
GARCH models
Multivariate GARCH models
Maximum Likelihood Estimation
References
2
σt+1 = ω + αut2 + βσt2 (17)
At time t, the values of all the terms on the RHS of (17) are
2
known. Let σ̂t+1 be the one-step-ahead forecast at time t. Taking
conditional expectation of (17)
2 2
σ̂t+1 = E[σt+1 |Φt ] = ω + αut2 + βσt2 (18)
22/50
Features of Financial Time-Series Data
ARCH
Univariate ARCH/GARCH models
GARCH models
Multivariate GARCH models
Maximum Likelihood Estimation
References
24/50
Features of Financial Time-Series Data
ARCH
Univariate ARCH/GARCH models
GARCH models
Multivariate GARCH models
Maximum Likelihood Estimation
References
25/50
Features of Financial Time-Series Data
ARCH
Univariate ARCH/GARCH models
GARCH models
Multivariate GARCH models
Maximum Likelihood Estimation
References
σt2 = ω + αut−1
2 2
+ γut−1 2
It−1 + βσt−1 (26)
2 2
= ω + (α + γIt−1 )ut−1 + βσt−1
(
1 if ut−1 > 0
where It−1 =
0 if ut−1 ≤ 0
26/50
Features of Financial Time-Series Data
ARCH
Univariate ARCH/GARCH models
GARCH models
Multivariate GARCH models
Maximum Likelihood Estimation
References
27/50
Features of Financial Time-Series Data
ARCH
Univariate ARCH/GARCH models
GARCH models
Multivariate GARCH models
Maximum Likelihood Estimation
References
29/50
Positive Semi-Definiteness of Conditional Covariance Matrix
Features of Financial Time-Series Data
The VECH model
Univariate ARCH/GARCH models
The BEKK model
Multivariate GARCH models
Maximum Likelihood Estimation
References
Use of Multivariate GARCH in Finance: Examples
30/50
Positive Semi-Definiteness of Conditional Covariance Matrix
Features of Financial Time-Series Data
The VECH model
Univariate ARCH/GARCH models
The BEKK model
Multivariate GARCH models
Maximum Likelihood Estimation
References
Use of Multivariate GARCH in Finance: Examples
yt = xt−1 b + ut , (29)
ut ∼ NID(0, Ht ), (30)
32/50
Positive Semi-Definiteness of Conditional Covariance Matrix
Features of Financial Time-Series Data
The VECH model
Univariate ARCH/GARCH models
The BEKK model
Multivariate GARCH models
Maximum Likelihood Estimation
References
Use of Multivariate GARCH in Finance: Examples
where
ht = vech(Ht ), (32)
ηt = vech(ut ut0 ). (33)
vech(·) denotes the column-stacking operator applied to the upper
portion of the symmetric matrix. C is a (N + 1)N/2 × 1 column
vector of conditional variance and covariance intercepts, and A and
G are square parameter matrices of order (N + 1)N/2.
33/50
Positive Semi-Definiteness of Conditional Covariance Matrix
Features of Financial Time-Series Data
The VECH model
Univariate ARCH/GARCH models
The BEKK model
Multivariate GARCH models
Maximum Likelihood Estimation
References
Use of Multivariate GARCH in Finance: Examples
34/50
Positive Semi-Definiteness of Conditional Covariance Matrix
Features of Financial Time-Series Data
The VECH model
Univariate ARCH/GARCH models
The BEKK model
Multivariate GARCH models
Maximum Likelihood Estimation
References
Use of Multivariate GARCH in Finance: Examples
35/50
Positive Semi-Definiteness of Conditional Covariance Matrix
Features of Financial Time-Series Data
The VECH model
Univariate ARCH/GARCH models
The BEKK model
Multivariate GARCH models
Maximum Likelihood Estimation
References
Use of Multivariate GARCH in Finance: Examples
36/50
Positive Semi-Definiteness of Conditional Covariance Matrix
Features of Financial Time-Series Data
The VECH model
Univariate ARCH/GARCH models
The BEKK model
Multivariate GARCH models
Maximum Likelihood Estimation
References
Use of Multivariate GARCH in Finance: Examples
37/50
Positive Semi-Definiteness of Conditional Covariance Matrix
Features of Financial Time-Series Data
The VECH model
Univariate ARCH/GARCH models
The BEKK model
Multivariate GARCH models
Maximum Likelihood Estimation
References
Use of Multivariate GARCH in Finance: Examples
Diagonal VECH
Bollerslev et al. (1988) suggest the diagonal VECH (DVECH)
model in which A and G are assumed to be diagonal: every
element σijt depends only on its own lag and on the previous value
of ui,t−1 uj,t−1 .
38/50
Positive Semi-Definiteness of Conditional Covariance Matrix
Features of Financial Time-Series Data
The VECH model
Univariate ARCH/GARCH models
The BEKK model
Multivariate GARCH models
Maximum Likelihood Estimation
References
Use of Multivariate GARCH in Finance: Examples
Ht = C 0 C + A0 ut−1 ut−1
0
A + G 0 Ht−1 G (40)
39/50
Positive Semi-Definiteness of Conditional Covariance Matrix
Features of Financial Time-Series Data
The VECH model
Univariate ARCH/GARCH models
The BEKK model
Multivariate GARCH models
Maximum Likelihood Estimation
References
Use of Multivariate GARCH in Finance: Examples
40/50
Positive Semi-Definiteness of Conditional Covariance Matrix
Features of Financial Time-Series Data
The VECH model
Univariate ARCH/GARCH models
The BEKK model
Multivariate GARCH models
Maximum Likelihood Estimation
References
Use of Multivariate GARCH in Finance: Examples
Diagonal BEKK
The number of parameters in the BEKK(1,1) model is
N(5N + 1)/2. To reduce the number of parameters, one can
impose a diagonal BEKK model, i.e. A and G are diagonal
matrices.
41/50
Positive Semi-Definiteness of Conditional Covariance Matrix
Features of Financial Time-Series Data
The VECH model
Univariate ARCH/GARCH models
The BEKK model
Multivariate GARCH models
Maximum Likelihood Estimation
References
Use of Multivariate GARCH in Finance: Examples
42/50
Positive Semi-Definiteness of Conditional Covariance Matrix
Features of Financial Time-Series Data
The VECH model
Univariate ARCH/GARCH models
The BEKK model
Multivariate GARCH models
Maximum Likelihood Estimation
References
Use of Multivariate GARCH in Finance: Examples
43/50
Positive Semi-Definiteness of Conditional Covariance Matrix
Features of Financial Time-Series Data
The VECH model
Univariate ARCH/GARCH models
The BEKK model
Multivariate GARCH models
Maximum Likelihood Estimation
References
Use of Multivariate GARCH in Finance: Examples
44/50
Positive Semi-Definiteness of Conditional Covariance Matrix
Features of Financial Time-Series Data
The VECH model
Univariate ARCH/GARCH models
The BEKK model
Multivariate GARCH models
Maximum Likelihood Estimation
References
Use of Multivariate GARCH in Finance: Examples
45/50
Positive Semi-Definiteness of Conditional Covariance Matrix
Features of Financial Time-Series Data
The VECH model
Univariate ARCH/GARCH models
The BEKK model
Multivariate GARCH models
Maximum Likelihood Estimation
References
Use of Multivariate GARCH in Finance: Examples
46/50
Positive Semi-Definiteness of Conditional Covariance Matrix
Features of Financial Time-Series Data
The VECH model
Univariate ARCH/GARCH models
The BEKK model
Multivariate GARCH models
Maximum Likelihood Estimation
References
Use of Multivariate GARCH in Finance: Examples
47/50
Positive Semi-Definiteness of Conditional Covariance Matrix
Features of Financial Time-Series Data
The VECH model
Univariate ARCH/GARCH models
The BEKK model
Multivariate GARCH models
Maximum Likelihood Estimation
References
Use of Multivariate GARCH in Finance: Examples
∗ σSF ,t
ht−1 = (47)
σF2 ,t
48/50
Features of Financial Time-Series Data
Univariate ARCH/GARCH models
Multivariate GARCH models
References
References I
49/50
Features of Financial Time-Series Data
Univariate ARCH/GARCH models
Multivariate GARCH models
References
References II
50/50