VaR Flashcards

(4 cards)

1
Q

SMCVaR Steps

A
  1. Write Inputs (Value, Return, Volatility)
  2. Simulation Table
  3. Simulate portfolio at t=1
  4. Simulation Output (Means, SD, Correlation)
  5. Absolute VaR (V0, Quantile)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Simulation Table

A
  1. N(0,1)z1 and z2=NORMSINV(RAND())
  2. Correlated N(0,1)z3 = Correlationz1 +
    SQRT(1 - correlation^2)z2
  3. ValueEXP(Return + Volatilityz1)
  4. ValueEXP(Return + Volatilityz2)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Simulation Output

A
  1. Means = AVERAGE(Column)
  2. STD = STDEV(Column)
  3. Correlation = CORREL(x,y)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Absolute VaR

A
  1. V0 = USD1/(USD/NZD1)
  2. Quantile = Percentile(Column, 1-Confidence)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly