Actsc445 f2022 Lec2
Actsc445 f2022 Lec2
Fall 2022
Erik Hintz
Department of Statistics and Actuarial Science
[email protected]
Lecture 02
1 / 22
Today’s Agenda
Last time:
2 / 22
Chapter 2: Basic Concepts in Risk Management
3 / 22
Balance Sheet of a Bank
Assets Liabilities
Cash 10M Customer deposits 80M
Securities 50M Bonds issued 40M
(bonds, stocks, derivatives)
Loans and Mortgages 100M Short Term Borrowing 30M
- corporates
- retail and smaller clients Reserves (for losses on loans) 20M
- government
Other Assets 20M Debt (sum of the above) 170M
- property
- investment in companies
Short-term lending 20M Equity 30M
Total 200M Total 200M
4 / 22
Risks faced by a financial firm
5 / 22
Different Notions of Capital
6 / 22
Chapter 2: Basic Concepts in Risk Management
7 / 22
Mapping of Risks: General definitions
8 / 22
General definitions
∆Vt +1 = Vt +1 − Vt
Lt +1 = −∆Vt +1 = −(Vt +1 − Vt )
9 / 22
Modelling Vt
We model the rv Vt as a function of time (t) and a d −dimensional
random vector Z t = (Zt,1 , . . . , Zt,d ) (known at time t) of risk factors:
Vt = f (t, Z t )
X t +1 = Z t +1 − Z t
Lt +1 = −(f (t + 1, Z t +1 ) − f (t, Z t ))
= − (f (t + 1, Z t + X t +1 ) − f (t, Z t ))
⇒ At time t, distribution of Lt +1 is determined by the distribution of
X t +1 (typically not linear in X t +1 ⇒ cdf may be hard to determine)
With L(x ) = − (f (t + 1, Z t + x ) − f (t, Z t )) (loss operator) we can write
Lt + 1 = L ( X t + 1 )
10 / 22
Linearized Loss
=(t +1)−t j =1
∂f ∂f
where ft = ∂t and fzj = ∂zj .
Can then approximate Lt +1 by Lt∆+1 , the linearized loss:
d
Lt∆+1 = − ft (t, Z t ) + ∑ fzj (t, Z t ) ·Xt +1,j = −(ct + b t> X t +1 ) (1)
| {z } j =1 | {z }
=:ct =:bt,j
11 / 22
Summary: Concept Map
12 / 22
Example (Stock portfolio)
Given: Portfolio of d stocks St,1 , . . . , St,d where
j =1 j =1
13 / 22
One period ahead loss (assuming ∆t = 1) is then
Lt +1 = −(Vt +1 − Vt ) = − (f (t + 1, Z t + X t +1 ) − f (t, Z t ))
d d
= − ∑ λj e Zt,j +Xt +1,j − e Zt,j = − ∑ λj e Zt,j e Xt +1,j − 1
j =1 j =1
d
=− ∑ |λj{z
St,j e Xt +1,j − 1
j =1 }
=:wt,j
which is non-linear in X t +1 .
The loss operator is given by
d
L(x ) = − ∑ wt,j (e x j
− 1) , x = (x1 , . . . , xd )
j =1
14 / 22
The linearized loss is given by
d d
Lt∆+1 = − ft (t, Z t ) + ∑ fz (t, Z t ) · Xt +1,j
j = − 0+ ∑ wt,j Xt +1,j
j =1 j =1
= −w t> X t +1
So
Lt∆+1 = −w t> X t +1
which has the form Lt∆+1 = −(ct + b t> X t +1 ) (as in (1)) for ct = 0 and
bt = w t
15 / 22
Why is the linear approximation Lt∆+1 useful?
16 / 22
Loss Distributions
So far: Determined a mapping f that maps risk factors to (changes in) values
or losses.
The following key statistical tasks of QRM now need to be tackled:
1) Find a statistical model for X t +1 .
Typically model for forecasting, estimated using historical data.
2) Compute/derive/approximate the cdf FLt +1 of Lt +1 .
This requires the cdf of f (t + 1, Z t + X t +1 ).
3) Compute a risk measure (later) from FLt +1 .
In 2) and 3) will sometimes need to use linearized loss Lt∆+1 with cdf FL∆ as
t +1
approximation to Lt +1 with cdf FLt +1 .
We discuss three general methods to approach these challenges: Analytical
method, Historical simulation and Monte Carlo.
17 / 22
Method 1: Analytical Method
Main idea: Choose FX t +1 and f such that FLt +1 can be determined explicitly.
where we recall that ct and b t are known at time t. The vector µ and the
matrix Σ need to be estimated (e.g. via time-series), if not available.
18 / 22
Method 1: Analytical Method
Advantages Drawbacks
Lt∆+1 may be a poor
FL∆ explicit and thus (usually) approximation to Lt +1
t +1
risk measures explicit as well Ass. 1 unrealistic: Stylized facts
about X t +1 suggest FX t +1 has a
thinner body/heavier tail than
Easy to implement (if d is not Nd (µ, Σ) ⇒ Ass. 1 yields to
too large) underestimation of the tail of
FLt +1 and thus risk measures.
We remark that Ass. 1 (and thus the second drawback) can be relaxed by
considering other multivariate distribution families that are also closed under
linear operations, e.g. the multivariate t distribution. See later.
19 / 22
Method 2: Historical simulation
1 n
FbLt +1 ,n (x ) = ∑ 1{Lt −i +1 ≤x } , x ∈ R (3)
n i =1
and all further calculations (eg risk measures) can be based on FbLt +1 ,n (x ) as an
approximation to FLt +1 .
The same logic holds if one wishes to use Lt∆+1 as an approximation to Lt +1 , in
which case one uses FbL∆ as an approximation to FLt +1 .
t +1
20 / 22
Method 2: Historical simulation
Advantages Drawbacks
Easy to implement
(one-dimensional problem) Sufficient data for all risk-factor
No estimation of the distribution changes required
of X t +1 needed
No assumptions on the Only past losses considered
dependence structure of risk (”driving a car by looking in the
factor changes necessary back mirror”)
21 / 22
Method 3: Monte Carlo
Advantages Drawbacks
Unclear how to find an
Quite general (applicable to any
appropriate model for X t +1
model which we can sample
from) Computational costs can be high
(every simulation requires
Quite flexible (can easily change evaluation of f , possibly
parameters and/or distributions) expensive, as in nested Monte
Carlo simulations)
22 / 22