Risk measures Flashcards

(47 cards)

1
Q

elaborate on types of risk

A

we have differnet types of risk:

market risk: movements in financial market

credit risk: issuer risk refers to the risk that the custiemr will default

liquidity risk

operational risk

The idea is that “risk” is not well defined. What we mean by risk depends on the context.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

elaborate on what we should do we risk

A

We need to define a risk measure, which is a way of quantifying the risk.

Typically, we quantify risk in monetary units. The value would represent a capital buffer that we need.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are solvency 2, basel 3 etc

A

These are regulations placed on financial institutions that they must follow to ensure a certain way to deal with losses etc.

Solvency 2 is the insurance sector.

Basel 3 is for banks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what VaR is used by Solvency 2?

A

99.5% over one year

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what is the potnetial pitfall with these regulations?

A

They say that banks etc must use VaR, but not “how” they should compute it. Makes inconsistent results

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

elaborate on risk measures

A

A risk measure is a function that transforms the random variable X into a single number. X is a random variable representing our portfolio’s value.

The point of this is that this “value” that is spit out is a quantification of the risk.

It is “the minimum capital required that needs to be added to the initial posiiton to make the final position acceptabel”.

“Acceptable” refers to referrring to a probability of portfolio being non-profitable.

If p(X)<= 0, our portfolio is acceptable.
if p(X) > 0, our portfolio is not acceptable, it requires more capital.

Essentially, we need to add cash to shift the entire distribution.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

simplest example of a risk measure

A

an absolute lower bound

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

elaborate on the absolute lower bound as a risk measure

A

“the portfolio is acceptable if it is surely larger than some given value”.

p(X) = min (a >= 0 : X + aR_0 >= C) = ( c - x) / R_0

if C=0, we get the case where p(X) = - x/R_0, which means that we need to invest “x” in risk free asset in order to guarantee no losses at time 1.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

elaborate on the mean-variance risk measures

A

p(X) = - E[X / R_0] + c sqrt(Var[X / R_0])

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what is “standard deviation premium principle”?

A

Same as mean-variance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what is the risk measure we typically want?

A

coherent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what is a monetary risk measure?

A

Needs to satisfy the properties of “monotonicity” and “cash invariance”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

define a monotonic risk measure

A

if X2 <= X1, then p(X1) >= p(X2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

define cash invariance

A

p(X + cR_0) = p(X) - c

basically, adding cash to the position should reduce the “minimum capital required to make our portfolio acceptable”.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

according to solvency 2, what is needed to make portfolio acceptablr?

A

p(A1 - L1) <= 0

A1 is the assets
L1 is the liabilities

It is possible to make some maths here and get:

p(A1 - L1) = p((A1 - A0R0) - (L1 - L0 R0)) - (A0 - L0)

So basically, since p(A1 - L1) <= 0, we need:

A0 >= L0 + SCR, where SCR is the Solvency Capital Requirement

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

define a coherent riks measure

A

Requires cash invariance, monotonicity, positive homogeneity, and subadditivitry

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Define positive homogenetity

A

p(kX) = kp(X)

This basically just means that risk increase linearly with the size of the position.

If we double the position size, we double the risk as well.

Note that in some cases, this is wrong. For instance in extremely large positions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Define subadditivity

A

p(X1 + X2) <= p(X1) + p(X2)

Meaning, the risk of two assets together should never be larger than the risk of holding both of them individually. Basically, diverisification should rewarded.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Define a convex measure

A

A convex measure satisfy:
- cash invariance
- monotonicity
- convexity properties

All coherent are convex. But not all convex are coherent

20
Q

define convex proeprty

21
Q

what happens if we have a convex measure that satisfies positive homogeneity?

A

We get a coherent measure

22
Q

What proeprties can create convexity?

A

subadditivity + positive homogeneity

23
Q

does coonvexity imply positive homogeneity and subadditivity?

A

no, not alone

24
Q

What properties does the mean-variance risk measure have?

A

it satisfies:
- cash invariance
- convexity
- positive homogeneity
- subadditivity

Because it is lacking monotonicity, we do not have that it is either a convex risk measure or a coherent risk measure.

25
what happens if we take the mean-variance measure and instead of using the standard deviation, we use the variance?
Standard deviation is subadditivite, variance is not
26
Introduce VaR
Value at Risk is a statistical technique that allows us to estimate hte potential losses in a certain time . Definition: VaR at some level 'p' is a statistical quantile of the profit/losses of a distribution. If X is the value of our position, then: VaR_p (X) = min {m : P(mR_0 + X < 0) <= p} The smallest value 'm' such that the when compounded with the ris kfree rate and added to the portfolio value, the probability that this sum is less than 0 is smaller than or equal to the level p. In other words, we are adjusting the value m that we need ot invest in risk free returns so that we make the probability of default be lower than or equal to that specific probability p.
27
if X is positive regardless, what is VaR?
Negative, indicating that we do not need ot invest anything to mke the position acceptabel
28
what is the relationship between CDF and VaR
The inverse of the CDF gives the quantile, which we know is the VaR
29
elaborate on the "better way" or "alternative way" of looking at VaR
consider the loss distribution isntead of teh entire payoff distirbuiton. We start with the regular VaR: VaR = min {m : P(mR0 + X < 0) <= p} We look at the prob: P(mR0 + X < 0) <= p We also have that "L = -X/R0" P(mR0 < -X) <= p P(m < -X/R0) <= p m is the value from the p-quantile P(m < L) <= p We want it the other way around since L is the random variable. We use that P(m < L) = 1 - P(m >=L) We get: 1 - P(L <= m) = p P(L <= m) = 1 - p So, now we have the expression that "the probability that our loss is less than or equal to 'm' is for instance 95%". 'm' is still the value at risk, but now we write it as a function of the loss function ratehr.
30
elaborate on the properties of VaR
cash invariant monotonicity positive homogeneity IT DOES NOT HAVE: - subadditivity - convexity As a result, VaR does not reward diversification
31
is VaR always not subadditive?
In general, we dont have subadditivity. however, in certain cases, we do have subadditivty.
32
name example of case where VaR is subadditive
When VaR is applied to normally distributed returns, we have subadditivity.
33
What is VaR when we consider it on normally distributed returns?
VaR is still the negative of the inverse cumulative distribution. Since we are considering a normal distribution, we have the inverse as well. The formula is provided in the sheet Note that this is about value at risk for the returns over the given time period.
34
when the returns are normally distributed, what happens to the prices?
They are log normally distributed
35
elaborate on downsides of VaR
one need to consider a time hgorizon one need to consider the value for p often, the lack of subadditivity can cause a lack of incentive to diversify Also, VaR does not give an answer to the size of the losses.
36
perhaps a better risk measure than VaR
Expected shortfall
37
elaborate on expected shortfall
The biggest (one of the biggest) downfalls to value at risk is that it doesnt account for losses larger than the VaR. To correct this, one may compute the average value at risk for all p smalelr than the reference value.
38
give the alternative way of defining expected shortfall
39
nice property of ES
it is coherent
40
how to find empirical CDF
we want to, for each x_k, count the instances in our sample where "X<=x_k", and divide on "n" where 'n' is the number of sample points. When we do this for each x_k, we approximate the empirical CDF.
41
what is to formula to find which value to use in a sample when we want a specific quantile, like 0.05-quantile, from some sample?
compute the subscript and we're good
42
if we use L = -X/R_0 isntead of the regular expression, what do we get in regards to qunatile order?
1-p. If we use p=0.05, we need to use 0.95 now
43
how do compute empirical quantile when using L=-X/R_0 from a sample
44
what is the purpose of using confidence intervals in this context?
Error estimates for our VaR and ES estimates
45
elaborate on using confidence intervals in the empiricial context
We want the following;: P(A <= quantile(p) <= B) = q This entails: P(quantile <= A) = (1-q)/2 P(quantile >= B) = (1-q)/2 IF we do not know the distribution of the desntityy we use to compute the quantile, then it is very difficult to find an exact expression for the confidence interval. However, we can do it empirically.
46
elaborate on double sided confidence intervasl
Sometimes, we want to find an interval where we choose A and B so that each side of hte parameter we are estimating has the same probability: P(A <= theta <= B) = q would then be the same as: P(A >= theta) = P(B <= theta) = (1-q)/2
47