Basic Usage
In the below screenshot you can see a pivot table, displaying VaR and VaR Component BookHierarchy. The total of the Component VaR for the sub portfolios under the “Global Markets” node is equal to the VaR value computed for the “Global Markets”.
Component VaR (CoVaR)
Definition
The Component VaR of Sub-Portfolio x measures the rate of change of the VaR of Portfolio X with respect to an incremental change in the size of Sub-Portfolio x. where is the weight of Sub- Portfolio x in Portfolio X. Component VaR is a very useful tool to examine the overall impact of local changes in a Sub-Portfolio upon the total Portfolio. It is an additive measure so that the Component VaRs of all Sub-Portfolios add up to the VaR of the total Portfolio. In the Figure below, the CoVaR equals to the slope of the tangent line at point (, ).
Calculation Method
For a parent portfolio with components , , …, the algorithm1 to compute CoVaRs is: Regress: Calculate: - getting the inverse matrix. Start Loop: For i = 1 to N:- Calculate:
- Multiply:
- Compute:
- Compute:
Delta Component VaR (Delta CoVaR )
The Delta Component VaR of Sub-Portfolio x measures the rate of change of a Portfolio’s daily change in VaR (Delta VaR(X)) with respect to an incremental change in a Sub-Portfolio’s daily change in size (Delta wx). The Delta Component VaR is a very useful tool to examine the overall impact of local changes in a Sub-Portfolio upon the total Portfolio’s daily changes in VaR. Delta Component VaR is an additive measure so that the Delta Component VaRs of all Sub Portfolios add up to the daily change in VaR of the total Portfolio. In the Figure below, CoVaR equals to the slope of the tangent line at point (, ).
Calculation Method
Delta Component VaR or Delta CoVaR will be computed in the same fashion as the CoVaR by using the quadratic regression technique. For a parent portfolio with components , , …, the algorithm1 to compute DeltaCoVaRs is: Calculate: - getting the inverse matrix. Start Loop: For i = 1 to N;- Calculate:
- Multiply:
- Compute:
- Compute:
Algebraic solution
Here is the algebraic solution for the a, b, c.- The regression parameters a, b, c can also be computed algebraically. See Algebraic solution. ↩︎