\(R_{P,t+1} = \sum_{i=1}^{N} w_i R_{i,t+1}\)
The rate of return is defined as the change in the dollar value, or dollar return, scaled by the initial investment. This is a unitless measure.
In matrix notation
\(R_P = w_1 R_1 + w_2 R_2 + \cdots + w_N R_N = \begin{bmatrix} w_1 & w_2 & \cdots & w_N \end{bmatrix} \begin{bmatrix} R_1 \\ R_2 \\ \vdots \\ R_N \end{bmatrix} = wโR \)
\(E(R_P) = \mu_P = \sum_{i=1}^{N} w_i \mu_i \)
and the Variance is

As the number of assets increases, it becomes difficult to keep track of all covariance terms, which is why it is more convenient to use matrix notation. The variance can be written as
Defining โ as the covariance matrix, the variance of the portfolio rate of return can be written more compactly as
This also can be written in terms of dollar exposures ๐ฅ as
\( \text{Portfolio VaR} = \text{VaR}_P = \alpha \sigma_P W = \alpha \sqrt{xโ \Sigma x} \)
\( \text{VaR}_i = \alpha \sigma_i \left| x_i \right| = \alpha \sigma_i \left| w_i \right| W \)
The correlation coefficient is a more convenient, scale-free measure of linear dependence:
\( \rho_{12} = \frac{\sigma_{12}}{\sigma_1 \sigma_2} \)

\( \sigma_P = \sigma \sqrt{\frac{1}{N} + \left(1 โ \frac{1}{N}\right) \rho } \)
which tends to \( \sigma \sqrt{\rho} \) as ๐ increases.
\( \sigma_P^2 = w_1^2 \sigma_1^2 + w_2^2 \sigma_2^2 + 2 w_1 w_2 \rho_{12} \sigma_1 \sigma_2 \)
The portfolio ๐๐๐ is then
\( VaR_P = \alpha \sigma_P W = \alpha \sqrt{ w_1^2 \sigma_1^2 + w_2^2 \sigma_2^2 + 2 w_1 w_2 \rho_{12} \sigma_1 \sigma_2 } W \)
\( \Delta VaR_i = \frac{\partial VaR_P}{\partial x_i} = \frac{\partial VaR_P}{\partial w_i W} = \alpha \frac{\partial \sigma_P}{\partial w_i} = \alpha \frac{cov(R_i, R_P)}{\sigma_P} \)
\( \beta_i = \frac{cov(R_i, R_P)}{\sigma_P^2} = \rho_{iP} \frac{\sigma_i}{\sigma_P} \)
\( \beta = \frac{\Sigma w}{wโ \Sigma w} \)
The relationship between the ฮ๐๐๐ and ๐ฝ is
\( \Delta VaR_i = \alpha (\beta_i \times \sigma_P) = \frac{VaR_P}{W} \times \beta_i \)
๐ผ๐๐๐๐๐๐๐๐ก๐๐ ๐๐๐ =ย ๐๐๐ P+a โ ๐๐๐ P

\( Incremental \, VaR \approx (\Delta VaR)โ \times a \)
This measure is much faster to implement because the ฮ๐๐๐
vector is a by-product of the initial ๐๐๐
P computation. The new process is described in this Figure.

\( Component \, VaR_i = (\Delta VaR_i) \times w_i W = \frac{VaR \beta_i}{w_i W} = VaR \beta_i w_i \)
The quality of this linear approximation improves when the ๐๐๐ components are small. Hence this decomposition is more useful with large portfolios, which tend to have many small positions.
\( CVaR_1 + CVaR_2 + \cdots + CVaR_N = VaR_P \left( \sum_{i=1}^{N} w_i \beta_i \right) = VaR_P \)
because the term between parentheses is simply the beta of the portfolio with itself, which is unity.
\( CVaR_i = VaR_P w_i \beta_i = (\alpha \sigma_P W) w_i \beta_i = (\alpha \sigma_i w_i W) \rho_i = VaR_i \rho_i \)
This conveniently transforms the individual ๐๐๐ into its contribution to the total portfolio simply by multiplying it by the correlation coefficient.
\( i = \frac{CVaR_i}{VaR} = w_i \beta_i \)

\( \Delta VaR_1 = \frac{VaR}{W} \times \beta_i = constant \)


\( SR_P = \frac{E_P}{\sigma_P} \)
\( \frac{E_i}{\Delta VaR_i} = \frac{E_i}{\beta_i} = \text{constant} \)

Portfolio VaR measures the potential loss a portfolio could face over a specific time period with a defined confidence level.
Portfolio VaR is computed by multiplying the portfolio's volatility, confidence level, and total dollar exposure.
Diversification reduces risk by considering correlations between assets, lowering overall portfolio VaR.
Marginal VaR measures the impact of adding a dollar of exposure to a specific asset on the portfolio's total VaR.
Incremental VaR assesses the VaR change from adding a new position, while Marginal VaR measures the impact of small exposure changes.
Component VaR attributes the portfolioโs total VaR to each asset, showing how much each contributes to the overall risk.
Positive correlations between assets increase portfolio VaR, while negative correlations decrease it, offering diversification benefits.
Portfolio VaR helps financial managers understand potential losses, guiding them in making informed decisions to mitigate risk.
Undiversified VaR ignores diversification benefits and assumes all asset correlations are unity, providing a higher, more conservative risk estimate.
VaR assists portfolio managers in balancing risk and return, helping to optimize portfolios based on risk constraints and return expectations.