Go to Quantitative Methods

Topics

Table of Contents



Introduction




Portfolio Expected Return and Variance of Return


Expected Return
A portfolio’s expected return can be calculated as:

E(RP)=i=1nwiE(Ri)

where:

Example

0.4 in Stock A and 0.6 in Stock B.

| | P(Scenario) | Returns of A | Returns of B |
| --------- | ----------- | ------------ | ------------ |
| Recession | 0.25 | 2% | 4% |
| Normal | 0.5 | 8% | 10% |
| Boom | 0.25 | 12% | 16% |
A → 7.5 and B → 10. Therefore, portfolio at 9.

Covariance


Covariance tells us how movements in a random variable vary with movements in another random variable, whereas variance tells us how a random variable varies with itself.

Assume there are two random variables X and Y. The covariance between X and Y (used to measure how they move together) is given by:

Cov(X,Y)=E((XEX)(YEY))

where:

Example

The covariance of returns

0.25(27.5)(410)+0.5(87.5)(1010)+0.25(127.5)(1610)

is 0.0015.

Correlation


The problem with covariance is that it can vary from ± which makes it difficult to interpret. To address this problem, we use another measure called correlation.

Correlation is a standardized measure of the linear relationship between two variables with values ranging between ±1.

It is computed as:

ρ(X,Y)=Cov(X,Y)σ(X)σ(Y)
Example

Covariance of returns is 0.0015. Standard deviation of A is 0.0357 and the standard deviation of B is 0.0424. The correlation is 0.99.

Variance of Returns


Once we know the covariance, we can calculate the variance of a portfolio using this formula:

σ2(RP)=w12σ12(R1)+w22σ22(R2)+2w1w2Cov(R1,R2)
Example

Variance of the portfolio:

0.42(0.03572)+0.62(0.04242)+2(0.4)(0.6)(0.0015)=0.00157

For a 3 asset portfolio:

σ2(RP)=w12σ12(R1)+w22σ22(R2)+w32σ32(R3)+2w1w2Cov(R1,R2)+2w2w3Cov(R2,R3)+2w1w3Cov(R1,R3)

Variance Covariance Matrix


A variance covariance matrix is defined as a square matrix where the diagonal elements represent the variance and off-diagonal elements represent the covariance.

Asset 1 Asset 2 Asset 3
Weight 0.2 0.3 0.5
Return 5 6 7
Asset 1 Asset 2 Asset 3
Asset 1 196 105 140
Asset 2 105 225 150
Asset 3 140 150 400
In the above matrix, the variance of Asset 1, Asset 2 and Asset 3 are 196, 225 and 400 respectively. The covariance between Asset 1 and Asset 2 is 105. The covariance between Asset 1 and Asset 3 is 140. The covariance between Asset 2 and Asset 3 is 150.
Tip

Expected Return: 6.3%
Portfolio Var: 213.69%
Standard Deviation: 14.62%



Forecasting Correlation of Returns: Covariance Given a Joint Probability Function


The same information we saw in section 2 can also be presented in the form of a joint probability function.

Example

0.4 in Stock A and 0.6 in Stock B.

| | P(Scenario) | Returns of A | Returns of B |
| --------- | ----------- | ------------ | ------------ |
| Recession | 0.25 | 2% | 4% |
| Normal | 0.5 | 8% | 10% |
| Boom | 0.25 | 12% | 16% |

R = 4 R = 10 R = 16
R = 2 0.25
R = 8 0.5
R = 12 0.25
Row 1 and Column 1 represent the returns of A and B respectively. The other cells contain probabilities.


Portfolio Risk Measures: Applications of The Normal Distribution


Shortfall risk
Risk that portfolio’s return will fall below a specified minimum level of return over a given period of time.

Safety first ratio
Used to measure shortfall risk. It is calculated as:

SF Ratio=RPRLσP$$where:$RP$isexpectedportfolioreturn$RL$isthresholdlevel$σP$isstandarddeviationofportfolioreturns>[!Tip]>TheportfoliowiththehighestSFRatioispreferred,asithasthelowestprobabilityoffallingbelowthetargetreturn.RoyssafetyfirstcriteriaItstatesthatanoptimalportfoliominimizestheprobabilitythattheactualportfolioreturnwillfallbelowthetargetreturn.>[!Example]>AninvestorisconsideringtwoportfoliosAandB.PortfolioAhasanexpectedreturnof10Solution:$$SFA=1082=1$$$$SFB=15810=0.7$$SinceAhasahighersafetyfirstratio,theinvestorshouldselectportfolioA.>[!Tip]IftheriskfreerateissetasthethresholdlevelRL,thesafetyfirstratiobecomestheSharperatio.>$$Sharpe Ratio=RPRfσP