Contents: Value at Risk
Value-at-Risk is probably the most widely used risk measure in financial institutions. It is a measure for assessing the risk (i.e. the amount of potential loss) associated with an investment or a portfolio of investments.
Basel Accord II and III prescribed Value-at-Risk as the market risk to ensure that a bank has adequate capital to be able to absorb losses.
• Basel III is a set of international banking regulations established by the Basel Committee on Banking Supervision in order to promote stability in the international financial system.
Suppose a company holds a certain number of financial assets such as stocks, bonds, derivatives, etc. This collection of assets is called a portfolio. Everyday, the value of the portfolio will change, since the price of the individual assets in the portfolio change frequently. Therefore, it’s intuitive to ask “what is the probability of the value of the portfolio dropping by more than 10 million dollars on a given day?”. Knowing this is essential to risk management.
Let the random variable L denote the loss of a portfolio over the period h. Then given a confidence level , we define the term Value-at-Risk to be:
In words, the Value-at-Risk of a given portfolio is the threshold such that the probability of losing more than this threshold over a time horizon h is equal to 1 − α. It’s is hence a measure of risk exposure.
For the sake of simplicity, we assume that the percentage change in the portfolio on each day t is a random variable , and that the percentage change on each day is independent of the percentage change on all other days. In other words, If denotes the value of the portfolio on day t, then where is drawn from some distribution . By the above assumption, the values are i.i.d.
Frequentist Approach
The VaR will be estimated based on historical data. Suppose the company has held the portfolio for n + 1 days, they hence have n observations . Assuming we know the true distribution of . Then we can compute the VaR as follows:
- Use to estimate parameters of
- Given a confidence level α, estimate q by solving
- q is the estimated VaR
Having the estimated VaR, we can also multiply the percentage by the price at time t when it’s measured, to express VaR in value terms:
Returns
The simple return, , in the asset between dates t - 1 and t, is definded as:
The gross return between dates t - 1 and t, is definded as:
A altervative choice to the gross return is its natural logarithm, called the log-return . The additive property make easier to derive the time-series properties of asset returns over time:
Note: When is small, is an good approximation of it: .
Multiperiod VaR
So far we have measured VaR over 1 day. To estimate VaR over a longer risk horizon, there is a simple formula for scaling VaR from a 1-day horizon to an h-day horizon:
Note: The VaR measure can be easily extended to more than one asset, which we won’t discuss here.
Comments
- VaR is easy to understand and interpret.
- However, VaR does not say anything about the size of losses once they exceed VaR.
- Furthermore, one of the main objections to using VaR is that it is not a coherent risk metric, i.e. it does not satisfy: where X and Y are two financial assets. (An alternative is to use the expected shortfall )
Several problems with this simple frequentist approach:
- It does not take uncertainty about into account as we used point estimates (MLE). But these estimates will not be accurate, so that we could potentially underestimate risk because we are not taking this uncertainty into account.
- It does not incorporate prior information about the future portfolio returns – using historical data is important, but we may also have beliefs about the future which aren’t reflected in previous history.
- The usual issues about the difficulty of communicating frequentist statements to non-statisticians, and how they get misinterpreted.
We will hence explore a Bayesian approach to VaR analysis instead. In
this case we need to perform Bayesian inference for the parameters of distribution .
Bayesian Approach
Let’s take . We start with a prior distribution on the unknown parameters of Gaussian distribution governing the percentage daily change , this is chosen to reflect our beliefs about the future portfolio returns. Remember: is the average return on a given day , and is the variance .
Let’s start with the simplest case: suppose that the variance is known, so only needs to be estimated.
In this case, we have a conjugate prior which represent our prior beliefs about the average
change in the portfolio value.
The next step is to update this to get the posterior given the historial data, which captures all our knowledge about the distribution of based on both our prior knowledge, and the historical data:
where and
(Please refer to Page 34-40, Lecture 4.pdf for detailed derivation)Non-informative Priors
In practice we may not have strong prior beliefs about , or we do not want our analysis to be influenced by our prior beliefs. Then we can choose a prior that has an extremely large uncertainty and doesn’t impose much prior information on the likelihood. E.g. Beta(1,1)
Note: Non-informative Priors may be an improper prior, where the prior is no longer a valid probability distribution.
Posterior predictive distribution
Let be Y a random variable with a known distribution , where is unknown. Before the data is observed, the marginal distribution of the unknown but observable y is as follows:
Once the data have been observed, we can predict an
unknown from the same process:
This is the fundamental equation of Bayesian prediction.