C6 VaR
C6 VaR
where is a draw from the normal distribution with mean zero and variance 1. This formula
is important!
• This formula allows us to simulate possible future outcomes for the asset at future time between
given the information at .
• In Excel you can generate a draw from an distribution using the command: NORM.S.INV(RAND()).
Simulating Multiple-Correlated Random
Variables
• In many cases we have many different assets or risk factors of interest
that we would like to simulate jointly.
• When we wish to simulate multiple asset price movements we need to
have a different random draw for each asset in each time interval.
• However assets are often correlated with one another in which case we
need to know the co-efficient of correlation between each asset and we
then need to know how to draw multiple normally distributed random
numbers with those exact correlations.
• Many software packages have built in functions for generating normally
distributed random variables. However none allow you to generate
correlated random draws.
Simulating Multiple-Correlated Random
Variables
• Suppose that we wish to generate K correlated random variables that
have a correlation matrix given by
• Suppose further that we can generate K uncorrelated, normally
distributed random variables and we put them in a column matrix .
• Then the idea will be to find a linear transformation of these
uncorrelated variables that will result in the correlated random draws
we are looking for. In other words we wish to find a square matrix M
so that if: 𝜙=𝑀 𝜖