VAR Flashcards
(6 cards)
SMCVaR
Write Inputs (Value, Return, Volatility)
Simulation Table
Simulated Portfolio at t=1
Simulation Output (Means, SD, Correlation)
Absolute VaR (V0, Quantile)
Simulation Table
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)
Simulation Output
Means =AVERAGE(Column)
STD =STDEV(Column)
Correlation =CORREL(x,y)
Absolute VaR
V0 =USD1/(USD/NZD1)
Quantile =PERECNTILE(Column,1-Confidence)
What is the Delta-Normal method of calculating VaR?
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.
What is Structured Monte Carlo Simulation (SMC) for VaR?
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.