Value at risk
| Table of contents |
|
2 Common VaR calculation models 3 Risks in banking 4 External links |
Definition
The Value at risk, or VaR, is a measure in order to estimate how the value of an asset or of a portfolio of assets will decrease over a certain time period (usually over 1 day or 10 days) under usual conditions. It is typically used by securities houses or investment banks for their portfolios, but actually it can be used for the value of anything. VaR has two parameters: the time period we are going to analyze (i. e. the length of time over which we plan to hold the assets in the portfolio - the “holding period“) and the confidence level at which we plan to make the estimate. The typical holding period is 1 day, although 10 days are, for example, required to compute capital requirements under the European Capital Adequacy Directive (CAD). For some problems, even a holding period of 1 year is appropriate. Popular confidence levels usually are 99% and 95%.
As an example, an investment bank might report that its portfolio has a 1-day VaR of $5 million at the 95% confidence level. This implies that (provided usual conditions will prevail over the 1 day) the bank can expect that, with a probability of 95%, the value of its portfolio will decrease by 5 million or less during 1 day, or in other words: it can expect that with a probability of 5% (i. e. 100%-95%) the value of its portfolio will decrease by more than 5 million during 1 day. Stated yet differently, the bank can expect that the value of its portfolio will decrease by 5 million or less on 95 out of 100 usual trading days, in other words by more than 5 million on 5 out of every 100 usual trading days.
VaR (1 day; 95%) measures what will be my maximum loss (i. e. decrease in portfolio value) over 1 day, if I assume that the 1 day will not be one of the 5% days that are my worst under normal conditions. It thus measures how much we could lose, but it also provides an indication of how much money might be put aside as a cushion for days when losses are unexpectedly large. Thus VaR is not only a risk measurement tool, but also facilitates risk management.
A variety of models exist for estimating VaR. Each model has its own set of assumptions, but the most common assumption is that historical market data is our best estimator for future changes. Common models include:
Common VaR calculation models
In the following, return means percentage change in value.
The variance-covariance, or delta-normal, model was popularized by J.P. Morgan Chase (formerly J.P. Morgan) in the early 1990's. If we take the simple case, where the only risk factor is the value of the assets themselves, this model assumes that the portfolio is composed of assets whose deltas are linear (more exactly, the change in the value of the portfolio is linearly dependent on all the changes in the values of the assets). Furthermore this model assumes that the asset returns are jointly normally distributed. Given these two assumptions we can translate the VaR estimation problem into a linear algebraic problem. First, we must calculate the standard deviation of the portfolio. Essentially we must compute the NxN covariance matrix of the returns of the N assets in the portfolio. This matrix is then pre-multiplied by the 1xN vector consisting of the dollar values of the assets, and then post-multiplied by the same, but transposed vector. The result will be the variance of the portfolio return and the square root of this variance the standard deviation of the portfolio return. As a second step, we calculate the VaR. For simplicity we assume that the expected value (i. e. mean) of the portfolio return is 0. The normality assumption allows us to z-scale the calculated portfolio standard deviation to the appropriate confidence level. So for the 1-day, 95% confidence level VaR and assuming zero expected return, we get that VaR = - (1.645 x standard deviation of portfolio return). Benefits of the variance-covariance model are the use of a more compact and maintainable data set which can often be bought from third parties, and the speed of calculation using optimized linear algebra libraries. Drawbacks are the assumption that the portfolio is composed of assets whose delta is linear, and the assumption of a normal distribution of asset returns (i. e. market price returns).
Historical simulation is the simplest and most transparent method of calculation. This involves running the current portfolio across a set of historical price changes to yield a distribution of changes in portfolio value, and computing a percentile (the VaR). The benefits of this method are its simplicity to implement, and the fact that it does not assume a normal distribution of asset returns. Drawbacks are the requirement for a large market database, and the computationally intensive calculation.
Monte Carlo simulation usually involve principal components analysis of the VCV matrix, followed by random simulation of the components. Benefits are the ability to handle any underlying distribution, plus a more accurate assessment when non-linear risk factors are present in the portfolio (e.g. options). Drawbacks include the inherently opaque nature of Monte Carlo calculations, and the computationally intensive process.
Risks in banking
Risk is often broken down into different types according to the type of banking activity. These are usually:
VaR is used mainly, but not exclusively, for the calculation of market risk. External links