Risk Modelling Flashcards

(13 cards)

1
Q

Goal of a risk model

A

Use probabilities to predict possible future outcomes.

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

What is the state-space (Ω)?

A

The complete list of scenarios we consider.

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

What is a σ-algebra (E)?

A

The collection of events we can assign probabilities to.

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

What is a probability measure (P)?

A

Rules that give each event a probability from 0 to 1.

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

What is discretization in risk models?

A

Breaking the model into a finite set of states for computation.

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

What is the Linear Congruential Generator (LCG)?

A

A simple formula that makes numbers that look random.

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

What is the Inverse-CDF method?

A

Converting uniform random numbers into samples of any distribution.

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

State the Strong Law of Large Numbers

A

As you average more samples, the average approaches the true mean.

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

Basic Monte Carlo algorithm to estimate E[X]

A

Generate many X samples and average them.

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

How to simulate path-dependent variables in Monte Carlo?

A

Build each path step by step and record the final outcome.

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

What is model risk?

A

Risk of errors if the model’s assumptions are wrong.

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

Name a control measure for model risk

A

Backtest: compare model results with real data.

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

Why ensure discretization convergence?

A

Verify results stay the same when using more states.

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