VAR Flashcards

(6 cards)

1
Q

SMCVaR

A

Write Inputs (Value, Return, Volatility)
Simulation Table
Simulated Portfolio at t=1
Simulation Output (Means, SD, Correlation)
Absolute VaR (V0, Quantile)

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

Simulation Table

A

N(0,1)z1 and z2 =NORMSINV(RAND())
Correlated N(0,1) z3 =Correlationz1+SQRT(1-correlation^2)z2
ValueEXP(Return+Volatilityz1)
ValueEXP(Return+Volatilityz2)

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

Simulation Output

A

Means =AVERAGE(Column)
STD =STDEV(Column)
Correlation =CORREL(x,y)

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

Absolute VaR

A

V0 =USD1/(USD/NZD1)
Quantile =PERECNTILE(Column,1-Confidence)

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

What is the Delta-Normal method of calculating VaR?

A

It assumes returns are normally distributed and linear. VaR is calculated using portfolio mean, standard deviation, and a z-score. It’s fast but limited to simple, linear portfolios.

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

What is Structured Monte Carlo Simulation (SMC) for VaR?

A

It simulates thousands of future market scenarios (often using lognormal price models) to build an empirical distribution of portfolio values and estimate VaR. It handles nonlinear, complex portfolios.

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