Parametric Method
The parametric method obtains a VaR estimate by using the formula below:
VaRp=μ−αpσ
Where:
- VaRp is the estimated VaR of portfolio p.
- μ is the mean of the portfolio or the expected return of the portfolio.
- σ is the standard deviation of the portfolio or the volatility of the portfolio.
- αp is determined by the confidence interval and the chosen theoretical distribution.
Based on a normal distribution, for example, the values for alpha are 1.282, 1.645, or 2.326 when fixing the probability of 90%, 95%, and 99%, in that order.
To obtain the variance and mean of portfolio P formed by combining two assets, A and B, with weights WA and WB respectively, we use the formula below:
μp=WAμA+WBμB σ2p=W2Aσ2A+W2Bσ2B+2WAWBCovAB
Where:
- μi is the mean of i.
- σ2j is the variance of j.
- CovAB is the covariance of assets A and B.
Practice CFA Level II questions on VaR estimation methods.
Example: Parametric Method
The standard deviation of the daily returns of asset A is given as 0.0231, and its mean as 0.0012. Estimate the 5% annual VaR for asset A, given that there are 250 trading days in a year, and the value of A is $200,000.
Solution
Annual mean (μ)=250×0.0012=0.3
Annual standard deviation (σ)=√250×0.0231=0.3637
VaRA,250=200,000(0.3−1.645×0.3637)=200,000×0.2983=−$59,660,
Therefore, asset A has a 5% annual VaR of $59,660. This implies that there is a 5% probability that the asset will fall in value by more than $59,660 over one year if there is no trading.
Historical Simulation
Assume that we want to calculate the 1-day 5% VaR for an asset using 200 days of data. The 95th percentile corresponds to the least bad of the worst 5% of returns. In this case, the VaR corresponds to the 10th worst day.
Example: Historical Simulation
The following are the hypothetical ten worst returns for asset B from 120 days of data for 6 months.
{ -3.45%, -14.12%, -15.72%, -10.92%, -5.50%, -3.56%, -6.90%, -2.50%, -5.30%, -4.31% }
Find the 1-day 5% VaR for B.
Solution
First, we rearrange the given data starting with the worst day, to the least bad day, as shown below:
{ -15.72%, -14.12%, -10.92%, -6.90%, -5.50%, -5.30%, -4.31%, -3.56%, -3.45%, -2.50% }
The VaR corresponds to the (5%×120) = 6th worst day: -5.30%.
This implies that there is a 95% probability of getting at most a 5.3% loss.
Monte Carlo Simulation
Monte Carlo simulations generate random numbers that estimate the return of an asset at the end of the analysis horizon. It then uses the same procedure to obtain the VaR estimates as the historical simulation using the obtained returns rather than historical returns.
With powerful computing capacity, it is reasonably easy and fast to simulate very complex processes for portfolios with significant exposures.
Question
Consider the following daily information about securities A, and B:
Security Standard deviation Mean of Covariance of returns returns A 0.0108 0.0011 0.0004 B 0.0131 0.0014
Which of the following best estimates the 5% annual VaR for a portfolio that is 70% invested in security A, and 30% invested in security B, given that the total investment is $1 million and there are 300 trading days in a year?
- $42,860.50
- $52,860.50
- $62,860.50
Solution
The correct answer is A.
Daily variance:
σ2p=W2Aσ2A+W2Bσ2B+2WAWBCovAB
σ2p=0.72(0.01082)+0.32(0.01312)+2(0.7)(0.3)(0.0004)=0.0002Therefore, the annual standard deviation of the portfolio is:
σp=√300(0.0002)=0.2449Daily mean:
μp=WAμA+WBμB
μp=0.7(0.0011)+0.3(0.0014)=0.0012Therefore, the annual mean is:
300(0.0012)=0.36The 5% annual VaR is then obtained by:
VaRp=0.36−1.645×0.2449=−0.0429=−4.29%For a portfolio worth $1 million, the 5% annual VaR is:
4.29%×$1 million=$42860.50
Reading 41: Measuring and Managing Market Risk
LOS 41 (c) Estimate and interpret VaR under the parametric, historical simulation, and Monte Carlo simulation methods.