Market Risk : Estimate VaR using a historical simulation approach
What is VaR?
Value at Risk (VaR) measures the potential loss in value of a portfolio over a defined time period for a given confidence level. It answers the question:
"How much could I lose with confidence over days?"
Historical Simulation Approach
This is a non-parametric method that uses actual historical returns to estimate potential future losses. It assumes that the past distribution of returns is representative of the future.
Steps to Estimate VaR using Historical Simulation
Collect Historical Data
- Gather historical price data for the assets in the portfolio.
- Calculate daily returns for each asset using: where is the price on day .
Simulate Portfolio Returns
- Compute the daily portfolio return for each historical period. For a portfolio with assets: where is the portfolio weight of asset , and is its return on day .
Rank Historical Returns
- Sort the historical portfolio returns in ascending order.
Determine the Confidence Level
- Choose the confidence level (e.g., 95% or 99%).
- Identify the -th percentile of the sorted returns where: Here, is the total number of historical returns.
Estimate VaR
- The -th percentile value in the sorted returns represents the VaR. This is the maximum loss at the given confidence level over the specified time horizon.
Example
Scenario:
- You have a portfolio with a single asset.
- Historical daily returns over the last 100 days are sorted in ascending order.
- Confidence level: 95%.
Steps:
- With 95% confidence, .
- The 5th percentile corresponds to the 5th value in the sorted returns.
- If the 5th lowest return is , then:
Advantages of Historical Simulation
- No assumption about the distribution of returns.
- Directly uses historical data, which captures real-world characteristics like skewness or kurtosis.
Limitations
- Relies on the assumption that the future resembles the past.
- Sensitive to the choice of historical window length.
- Cannot model scenarios outside historical data.
Comments
Post a Comment