April 26th, 2005, 5:07 am
I need to calculate the VaR of a bond portfolio consisting some zero coupon government bonds, AA bonds and BBB bonds with maturity 1-Year and 3-Year. Suppose that I have the following historical data.1. Risk-free Interest Rates in different periods„« 1-Year„« 3-Year2. Yield Spreads of AA bond in different periods„« AA 1-Year„« AA 3-Year3. Yield Spreads of B bond in different periods„« BBB 1-Year„« BBB 3-YearI model the risk factors of the bond portfolio as the interest rate change and the yield spread change. However, I do not know how to model the correlation among the risk factors. Is there any market practice to model the correlation?Which of the below method is better for calculating the VaR of the bond portfolio?Method 1-----------Just simply calculate the covariance among the 6 risk factors and use it to calculate the Portfolio VaR.Advantage: Straight forwardDisadvantage: If there are many risk factors, the covariance matrix will be very huge and hard to compute. Also, it seems that we just pool all our data together without modeling their characteristics.Method 2-----------Calculate the 3 sets of covariance1. among the Risk-free Interest Rates in different periods, i.e.. a 2x22. among the Yield Spreads of AA bond in different periods, i.e.. a 2x23. among the Yield Spreads of BBB bond in different periods, i.e.. a 2x2With the above covariance sets, we get the VaRs from the risk factors1. Risk-free Interest Rates2. Yield Spreads of AA bond3. Yield Spreads of BBB bondSuppose I can estimate the correlation among the above VaRs, I can get the portfolio VaR.Advantage: By calculating the VaRs separately and combine them then, the computation, e.g. the covariance matrix is manageable.Disadvantage: We do not know whether it is reasonable in market practice and we need to estimate the correlation among the 3 VaRs.