18

Reading 5

Quantitative Methods · Portfolio Mathematics

MODULE 5.1: PROBABILITY MODELS FOR PORTFOLIO RETURN AND RISK

LOS 5.a

Calculate and interpret the expected value, variance, standard deviation, covariances, and correlations of portfolio returns.

The expected return of a portfolio composed of n assets with weights, \(w_i\), and expected returns, \(R_i\), can be determined using the following formula:

\[E(R_P) = \sum_{i=1}^{n} w_i E(R_i) = w_1 E(R_1) + w_2 E(R_2) + \cdots + w_n E(R_n)\]

The expected return and variance for a portfolio of assets can be determined using the properties of the individual assets in the portfolio. To do this, it is necessary to establish the portfolio weight for each asset. As indicated in the formula below, the weight, w, of Asset i is simply the market value currently invested in the asset divided by the current market value of the entire portfolio:

\[w_i = \dfrac{\text{market value of investment in Asset } i}{\text{market value of the portfolio}}\]

In many finance situations, we are interested in how two random variables move in relation to each other. For investment applications, one of the most frequently analyzed pairs of random variables is the returns of two assets. Investors and managers frequently ask questions such as, "What is the relationship between the return for Stock A and Stock B?" or, "What is the relationship between the performance of the S&P 500 and that of the automotive industry?"

Covariance is a measure of how two assets move together. It is the expected value of the product of the deviations of the two random variables from their respective expected values. A common symbol for the covariance between random variables X and Y is Cov(X, Y). Because we will be mostly concerned with the covariance of asset returns, the following formula has been written in terms of the covariance of the return of Asset i, \(R_i\), and the return of Asset j, \(R_j\):

\[\text{Cov}(R_i, R_j) = E\{[R_i - E(R_i)][R_j - E(R_j)]\}\]

The following are properties of covariance:

  • The covariance of a random variable with itself is its variance; that is, Cov(RA, RA) = Var(RA).
  • Covariance may range from negative infinity to positive infinity.
  • A positive covariance indicates that when one random variable is above its mean, the other random variable also tends to be above its mean.
  • A negative covariance indicates that when one random variable is above its mean, the other random variable tends to be below its mean.

The sample covariance for a sample of returns data can be calculated as follows:

\[s_{X,Y} = \dfrac{\sum_{i=1}^{n}\left\{\left[R_{1,i} - \bar{R}_1\right]\left[R_{2,i} - \bar{R}_2\right]\right\}}{n - 1}\]

where:

  • \(R_{1,i}\) = an observation of returns on Asset 1
  • \(R_{2,i}\) = an observation of returns on Asset 2
  • \(\bar{R}_1\) = mean return of Asset 1
  • \(\bar{R}_2\) = mean return of Asset 2
  • n = number of observations in the sample

A covariance matrix shows the covariances between returns on a group of assets.

Figure 5.1: Covariance Matrix for Assets A, B, and C
AssetABC
ACov(RA, RA)Cov(RA, RB)Cov(RA, RC)
BCov(RB, RA)Cov(RB, RB)Cov(RB, RC)
CCov(RC, RA)Cov(RC, RB)Cov(RC, RC)

Note that the diagonal terms from top left are the variances of each asset's returns—in other words, Cov(RA, RA) = Var(RA).

The covariance between the returns on two assets does not depend on order—in other words, Cov(RA, RB) = Cov(RB, RA)—so in this covariance matrix, only three of the (off-diagonal) covariance terms are unique. In general for n assets, there are n variance terms (on the diagonal) and \(n(n-1)/2\) unique covariance terms.

中文翻譯

n 項資產組成的投資組合,其預期報酬(expected return of a portfolio),在已知各資產權重 \(w_i\) 與預期報酬 \(R_i\) 的情況下,可用下式求得:

\(E(R_P) = \sum_{i=1}^{n} w_i E(R_i) = w_1 E(R_1) + w_2 E(R_2) + \cdots + w_n E(R_n)\)

投資組合的預期報酬與變異數,可以利用組合中各個別資產的特性求得。要做到這點,必須先決定每項資產的「投資組合權重」。如下式所示,資產 i 的權重 w 就是「目前投入該資產的市場價值」除以「整個投資組合目前的市場價值」:

\(w_i =\) 投入資產 i 的市場價值 / 整個投資組合的市場價值

在許多財務情境下,我們會關心兩個隨機變數之間如何共同移動。就投資應用而言,最常被分析的一對隨機變數,就是兩項資產的報酬。投資人與經理人經常會問:「A 股與 B 股報酬之間是什麼關係?」或「S&P 500 與汽車產業的表現之間又是什麼關係?」

共變異數(covariance)用來衡量兩項資產如何共同移動,定義為「兩個隨機變數對其各自期望值之離差乘積」的期望值。隨機變數 X 與 Y 的共變異數常以 Cov(X, Y) 表示。因為我們主要關心資產報酬的共變異數,以下將公式寫成資產 i 報酬 \(R_i\) 與資產 j 報酬 \(R_j\) 之間的共變異數:

Cov(Ri, Rj) = E{[Ri − E(Ri)][Rj − E(Rj)]}

共變異數的性質如下:

  • 隨機變數與自己的共變異數就是它的變異數,即 Cov(RA, RA) = Var(RA)。
  • 共變異數的範圍從負無窮大到正無窮大。
  • 正共變異數表示:當其中一個隨機變數高於其平均數時,另一個隨機變數也傾向高於其平均數。
  • 負共變異數表示:當其中一個隨機變數高於其平均數時,另一個隨機變數則傾向低於其平均數。

給定一組報酬樣本資料,樣本共變異數(sample covariance)計算如下:

\(s_{X,Y} = \sum (R_{1,i} - \bar{R}_1)(R_{2,i} - \bar{R}_2) / (n - 1)\)

其中:

  • \(R_{1,i}\) = 資產 1 的某一筆報酬觀測值
  • \(R_{2,i}\) = 資產 2 的某一筆報酬觀測值
  • \(\bar{R}_1\) = 資產 1 的平均報酬
  • \(\bar{R}_2\) = 資產 2 的平均報酬
  • n = 樣本觀測值的個數

共變異數矩陣(covariance matrix)顯示一組資產的報酬彼此之間的共變異數(如 Figure 5.1)。

注意:矩陣對角線(從左上到右下)上的元素就是各資產報酬的變異數,也就是 Cov(RA, RA) = Var(RA)。

兩項資產報酬之間的共變異數與順序無關,亦即 Cov(RA, RB) = Cov(RB, RA),所以在這個共變異數矩陣中,只有三個(非對角線)共變異數項是真正不同的。一般而言,對 n 項資產來說,共有 n 個變異數項(在對角線上)與 \(n(n-1)/2\) 個獨立的共變異數項。

With portfolio variance, to calculate the variance of portfolio returns, we use the asset weights, returns variances, and returns covariances:

\[\text{Var}(R_P) = \sum_{i=1}^{N} \sum_{j=1}^{N} w_i w_j \text{Cov}(R_i, R_j)\]

The variance of a portfolio composed of two risky assets, A and B, can be expressed as follows:

\[\text{Var}(R_P) = w_A w_A \text{Cov}(R_A, R_A) + w_A w_B \text{Cov}(R_A, R_B) + w_B w_A \text{Cov}(R_B, R_A) + w_B w_B \text{Cov}(R_B, R_B)\]

We can write this more simply as:

\[\text{Var}(R_P) = w_A^2 \text{Var}(R_A) + w_B^2 \text{Var}(R_B) + 2 w_A w_B \text{Cov}(R_A, R_B)\]

or:

\[\sigma_P^2 = w_A^2 \sigma_A^2 + w_B^2 \sigma_B^2 + 2 w_A w_B \text{Cov}_{AB}\]

For a three-asset portfolio, the portfolio variance is:

\[\sigma_P^2 = w_A^2 \sigma_A^2 + w_B^2 \sigma_B^2 + w_C^2 \sigma_C^2 + 2 w_A w_B \text{Cov}_{AB} + 2 w_A w_C \text{Cov}_{AC} + 2 w_B w_C \text{Cov}_{BC}\]

Consider a portfolio with three assets: an index of domestic stocks (60%), an index of domestic bonds (30%), and an index of international equities (10%). A covariance matrix of the three assets is shown here.

Figure 5.2: Covariance Matrix for the Three Assets
AssetDomestic StocksDomestic BondsInternational Equities
Domestic stocks40044180
Domestic bonds447035
International equities18035450

Portfolio returns variance =

\[(0.6^2)400 + (0.3^2)70 + (0.1^2)450 + 2(0.6)(0.3)44 + 2(0.6)(0.1)180 + 2(0.3)(0.1)35 = 194.34\]

Portfolio returns standard deviation = \(\sqrt{194.34} = 13.94\%\)

Note that the units of variance and covariance are \(\%^2\) (i.e., 0.001). When we put these values in as whole numbers (in \(\%^2\)), the portfolio variance is in \(\%^2\), and the standard deviation is in whole percentages. We could also put variance and covariance in as decimals and get both the portfolio returns variance and standard deviation as decimals.

From the formula for portfolio returns variance, we can see that the lower the covariance terms, the lower the portfolio variance (and standard deviation). This is true for positive values of covariance, as well as negative values.

Recall that the correlation coefficient for two variables is:

\[\rho_{AB} = \dfrac{\text{Cov}_{AB}}{\sigma_A \sigma_B}, \text{ so that } (\text{Cov}_{AB}) = \rho_{AB} \times \sigma_A \sigma_B\]

This can be substituted for \(\text{Cov}_{AB}\) in our formula for portfolio returns variance. With this substitution, we can use a correlation matrix to calculate portfolio returns variance, rather than using covariances.

Figure 5.3: Correlation Matrix for the Three Assets
AssetDomestic StocksDomestic BondsInternational Equities
Domestic stocks1.0000.2630.424
Domestic bonds0.2631.0000.197
International equities0.4240.1971.000

Note that the correlations of asset returns with themselves (the diagonal terms) are all 1.

中文翻譯

關於投資組合變異數(portfolio variance),要計算投資組合報酬的變異數,需用到各資產的權重、報酬變異數,以及報酬間的共變異數:

Var(RP) = ΣΣ wi wj Cov(Ri, Rj)

由兩項風險性資產 A、B 組成的投資組合,其變異數可寫成:

Var(RP) = wAwACov(RA,RA) + wAwBCov(RA,RB) + wBwACov(RB,RA) + wBwBCov(RB,RB)

整理後可更簡潔地寫成:

Var(RP) = wA² Var(RA) + wB² Var(RB) + 2 wA wB Cov(RA, RB)

或:

σP² = wA² σA² + wB² σB² + 2 wA wB CovAB

對於三資產投資組合,組合變異數為:

σP² = wA² σA² + wB² σB² + wC² σC² + 2 wA wB CovAB + 2 wA wC CovAC + 2 wB wC CovBC

考慮一個三資產投資組合:國內股票指數(60%)、國內債券指數(30%)、國際股票指數(10%)。三項資產的共變異數矩陣如 Figure 5.2 所示。

投資組合報酬變異數 =

(0.6²)·400 + (0.3²)·70 + (0.1²)·450 + 2(0.6)(0.3)·44 + 2(0.6)(0.1)·180 + 2(0.3)(0.1)·35 = 194.34

投資組合報酬標準差 = √194.34 = 13.94%。

注意:變異數與共變異數的單位是 %²(即 0.001)。若將數值以整數百分比的平方(%²)代入,所得的組合變異數單位也是 %²,標準差就是整數百分比。也可以將變異數與共變異數以小數代入,則組合變異數與標準差都會是小數形式。

由投資組合報酬變異數的公式可看出:共變異數項愈小,組合變異數(與標準差)愈低;無論共變異數是正值或負值,這個結論都成立。

回想兩變數的相關係數為:

ρAB = CovAB / (σA σB),所以 CovAB = ρAB × σA × σB

把它代入投資組合報酬變異數公式中的 CovAB,我們就能用「相關係數矩陣」而非共變異數矩陣,來計算投資組合報酬變異數(如 Figure 5.3)。

注意:各資產報酬與自己的相關係數(對角線項)皆為 1。

LOS 5.b

Calculate and interpret the covariance and correlation of portfolio returns using a joint probability function for returns.

Example
Covariance of returns from a joint probability function

Assume that the economy can be in three possible states (S) next year: boom, normal, or slow economic growth. An expert source has calculated that P(boom) = 0.30, P(normal) = 0.50, and P(slow) = 0.20. The returns for Asset A, \(R_A\), and Asset B, \(R_B\), under each of the economic states are provided in the probability model as follows. What is the covariance of the returns for Asset A and Asset B?

Joint Probability Function

\(R_B = 30\%\)\(R_B = 10\%\)\(R_B = 0\%\)
\(R_A = 20\%\)0.3000
\(R_A = 12\%\)00.500
\(R_A = 5\%\)000.20

The table gives us the joint probability of returns on Assets A and B (e.g., there is a 30% probability that the return on Asset A is 20% and the return on Asset B is 30%, and there is a 50% probability that the return on Asset A is 12% and the return on Asset B is 10%).

Answer:

First, we must calculate the expected returns for each of the assets:

\[E(R_A) = (0.3)(0.20) + (0.5)(0.12) + (0.2)(0.05) = 0.13\]

\[E(R_B) = (0.3)(0.30) + (0.5)(0.10) + (0.2)(0.00) = 0.14\]

The covariance can now be computed using the procedure described in the following table.

Covariance Calculation
Probability\(R_A\)\(R_B\)Probability × [RA − E(RA)] × [RB − E(RB)]
0.30.200.30(0.3)(0.2 − 0.13)(0.3 − 0.14) = 0.00336
0.50.120.10(0.5)(0.12 − 0.13)(0.1 − 0.14) = 0.00020
0.20.050.00(0.2)(0.05 − 0.13)(0 − 0.14) = 0.00224

The covariance of returns for Asset A and Asset B is 0.00336 + 0.00020 + 0.00224 = 0.0058.

中文翻譯

LOS 5.b:運用報酬的聯合機率函數(joint probability function),計算並解讀投資組合報酬的共變異數與相關係數。

例題:使用聯合機率函數計算報酬共變異數

假設明年經濟可能處於三種狀態(S)之一:景氣繁榮(boom)、一般(normal)、成長緩慢(slow)。某專家估計:P(boom) = 0.30、P(normal) = 0.50、P(slow) = 0.20。在各經濟狀態下,資產 A 的報酬 \(R_A\) 與資產 B 的報酬 \(R_B\),由下列機率模型給定(見聯合機率函數表)。試問資產 A 與資產 B 的報酬共變異數為何?

該聯合機率表告訴我們資產 A 與資產 B 報酬的「聯合機率」。例如:資產 A 報酬為 20%、同時資產 B 報酬為 30% 的機率是 30%;資產 A 報酬為 12%、同時資產 B 報酬為 10% 的機率是 50%。

解答:

先分別計算兩項資產的預期報酬:

E(RA) = (0.3)(0.20) + (0.5)(0.12) + (0.2)(0.05) = 0.13

E(RB) = (0.3)(0.30) + (0.5)(0.10) + (0.2)(0.00) = 0.14

接著用上表所示的步驟計算共變異數,把三種情境下「機率 × [RA − E(RA)] × [RB − E(RB)]」相加:

Cov(RA, RB) = 0.00336 + 0.00020 + 0.00224 = 0.0058。

LOS 5.c

Define shortfall risk, calculate the safety-first ratio, and identify an optimal portfolio using Roy's safety-first criterion.

Shortfall risk is the probability that a portfolio value or return will fall below a particular target value or return over a given period.

Roy's safety-first criterion states that the optimal portfolio minimizes the probability that the return of the portfolio falls below some minimum acceptable level. This minimum acceptable level is called the threshold level. Symbolically, Roy's safety-first criterion can be stated as follows:

\[\text{minimize } P(R_P < R_L)\]

where:

  • \(R_P\) = portfolio return
  • \(R_L\) = threshold level return

If portfolio returns are normally distributed, then Roy's safety-first criterion can be stated as follows:

\[\text{maximize the } \mathbf{safety\text{-}first\ ratio}, \text{ which equals } \dfrac{E(R_P) - R_L}{\sigma_P}\]

The reasoning behind the safety-first criterion is illustrated in Figure 5.4. Assume an investor is choosing between two portfolios: Portfolio A, with an expected return of 12% and standard deviation of returns of 18%, and Portfolio B, with an expected return of 10% and standard deviation of returns of 12%. The investor has stated that he wants to minimize the probability of losing money (negative returns). Assuming that returns are normally distributed, the portfolio with the larger safety-first ratio using 0% as the threshold return (\(R_L\)) will be the one with the lower probability of negative returns.

Figure 5.4: The Safety-First Criterion and Shortfall Risk

A. Normally Distributed Returns

  • Portfolio A: \(E(R) = 12\%\), \(\sigma_A = 18\%\) — Probability of returns < 0% (i.e., shortfall risk)
  • Portfolio B: \(E(R) = 10\%\), \(\sigma_B = 12\%\)

\[\text{SFR}_A = \dfrac{12 - 0}{18} = 0.667 \qquad \text{SFR}_B = \dfrac{10 - 0}{12} = 0.833\]

B. Standard Normal

  • Portfolio A: 25.14% probability at \(z = -0.67\)
  • Portfolio B: 20.33% probability at \(z = -0.833\)

Panel B of Figure 5.4 relates the safety-first ratio to the standard normal distribution. Note that the safety-first ratio is the number of standard deviations below the mean. Thus, the portfolio with the larger safety-first ratio has the lower probability of returns below the threshold return, which is a return of 0% in our example. Using a z-table for negative values, we can find the probabilities in the left-hand tails as indicated. These probabilities (25% for Portfolio A and 20% for Portfolio B) are also the shortfall risk for a target return of 0%—that is, the probability of negative returns. Portfolio B has the higher safety-first ratio, which means it has the lower probability of negative returns.

In summary, when choosing among portfolios with normally distributed returns using Roy's safety-first criterion, there are two steps:

  • Step 1:Calculate the safety-first ratio = \(\dfrac{E(R_P) - R_L}{\sigma_P}\).
  • Step 2:Choose the portfolio that has the largest safety-first ratio.
Example
Roy's safety-first criterion

For the next year, the managers of a $120 million college endowment plan have set a minimum acceptable end-of-year portfolio value of $123.6 million. Three portfolios are being considered that have the expected returns and standard deviation shown in the first two rows of the following table. Determine which of these portfolios is the most desirable using Roy's safety-first criterion and the probability that the portfolio value will fall short of the target amount.

Answer:

The threshold return is \(R_L = (123.6 - 120) / 120 = 0.030 = 3\%\). The safety-first ratios are shown in the following table. As indicated, the best choice is Portfolio A because it has the largest safety-first ratio.

Roy's Safety-First Ratios
PortfolioPortfolio APortfolio BPortfolio C
\(E(R_P)\)9%11%6.6%
\(\sigma_P\)12%20%8.2%
SFRatio0.5 = (9 − 3)/120.4 = (11 − 3)/200.44 = (6.6 − 3)/8.2

The probability of an ending value for Portfolio A less than $123.6 million (a return less than 3%) is simply \(F(-0.5)\), which we can find on the z-table for negative values. The probability is 0.3085 = 30.85%.

中文翻譯

LOS 5.c:定義短缺風險(shortfall risk)、計算安全第一比率(safety-first ratio),並運用 Roy 的「安全第一準則」(Roy's safety-first criterion)找出最適投資組合。

短缺風險(Shortfall risk)是指:在給定期間內,投資組合的價值或報酬低於某個特定目標值或目標報酬的機率。

Roy's 安全第一準則主張:最適投資組合就是「使其報酬低於某一最低可接受水準的機率」最小化的組合。這個最低可接受水準稱為門檻水準(threshold level)。以符號表示,Roy 的安全第一準則可寫成:

minimize P(RP < RL)

其中:

  • RP = 投資組合報酬
  • RL = 門檻水準報酬

若投資組合報酬服從常態分配,Roy 的安全第一準則就可改述為:

最大化「安全第一比率(safety-first ratio)」,等於 [E(RP) − RL] / σP

安全第一準則背後的邏輯,由 Figure 5.4 說明。假設投資人要在兩個組合中作選擇:組合 A 預期報酬 12%、報酬標準差 18%;組合 B 預期報酬 10%、報酬標準差 12%。投資人表示希望「賠錢(負報酬)的機率最小」。在報酬常態分配的假設下,以 0% 作為門檻報酬(RL)時,安全第一比率較大的組合,就是負報酬機率較低的組合。

Figure 5.4 的 A 部分(常態分配報酬)顯示:SFRA = (12 − 0)/18 = 0.667,SFRB = (10 − 0)/12 = 0.833。B 部分(標準常態分配)顯示:組合 A 在 z = −0.67 時左尾機率約 25.14%;組合 B 在 z = −0.833 時左尾機率約 20.33%。

Figure 5.4 的 B 部分把安全第一比率與標準常態分配連結起來。注意:安全第一比率正好等於「平均數下方幾個標準差」。因此,安全第一比率較大的組合,其報酬低於門檻報酬(本例為 0%)的機率較低。透過負值的 z 表,就可查出左尾機率(A 組合 25%、B 組合 20%)。這些機率就是「以 0% 為目標報酬的短缺風險」,也就是負報酬發生的機率。B 組合的安全第一比率較大,意味其發生負報酬的機率較低。

綜上所述,在報酬常態分配的前提下,以 Roy 安全第一準則進行投資組合選擇,共有兩個步驟:

  • 步驟 1:計算安全第一比率 = [E(RP) − RL] / σP
  • 步驟 2:選擇安全第一比率最大的投資組合。

例題:Roy's 安全第一準則

某大學校務基金規模 1.2 億美元,經理人為下一年度設定的「年末最低可接受組合價值」為 1.236 億美元。目前考慮三個投資組合,其預期報酬與標準差如表中前兩列所示。請以 Roy 的安全第一準則判斷哪一個組合最理想,並計算組合價值低於目標金額的機率。

解答:門檻報酬 RL = (123.6 − 120) / 120 = 0.030 = 3%。各組合的安全第一比率如下表所示。可看出最佳選擇是組合 A,因為其安全第一比率最大(=0.5)。

組合 A 期末價值低於 1.236 億美元(即報酬低於 3%)的機率,就是 F(−0.5),可由負值的 z 表查得:機率 = 0.3085 = 30.85%。

📝 Module Quiz 5.1
1. The correlation of returns between Stocks A and B is 0.50. The covariance between these two securities is 0.0043, and the standard deviation of the return of Stock B is 26%. The variance of returns for Stock A is:
  • A. 0.0011.
  • B. 0.0331.
  • C. 0.2656.
A — Corr(RA, RB) = Cov(RA, RB) / [σ(RA) σ(RB)], so σ²(RA) = [Cov / (σ(RB) × Corr)]² = [0.0043 / (0.26 × 0.5)]² = 0.0331² = 0.0011. (LOS 5.a)
2. Given the following joint probability table for the returns on Assets P and Q:
Q = 7%Q = 4%Q = 0%
P = 15%0.200
P = 12%00.20
P = 0%000.6
The covariance between P and Q is closest to:
  • A. 18.0.
  • B. 18.7.
  • C. 19.3.
B — E(P) = 0.2×15 + 0.2×12 + 0.6×0 = 5.4%. E(Q) = 0.2×7 + 0.2×4 + 0.6×0 = 2.2%. Cov = 0.2(15−5.4)(7−2.2) + 0.2(12−5.4)(4−2.2) + 0.6(0−5.4)(0−2.2) = 18.72. (LOS 5.b)
3. Expected returns and standard deviations of returns for three portfolios are as follows:
Portfolio APortfolio BPortfolio C
\(E(R_P)\)5%11%18%
\(\sigma_P\)8%21%40%
Given a threshold level of return of 4%, the optimal portfolio using Roy's safety-first criterion is:
  • A. Portfolio A.
  • B. Portfolio B.
  • C. Portfolio C.
C — SFRA = (5−4)/8 = 0.125; SFRB = (11−4)/21 = 0.333; SFRC = (18−4)/40 = 0.350. The largest is 0.350, so Portfolio C has the smallest probability of a return below the threshold. (LOS 5.c)
KEY CONCEPTS
LOS 5.a

The expected return of a portfolio composed of n assets with weights, \(w_i\), and expected returns, \(R_i\), is:

\[E(R_P) = \sum_{i=1}^{n} w_i E(R_i) = w_1 E(R_1) + w_2 E(R_2) + \cdots + w_n E(R_n)\]

The variance of a portfolio composed of two risky assets, A and B, can be expressed as follows:

\[\sigma_P^2 = w_A^2 \sigma_A^2 + w_B^2 \sigma_B^2 + 2 w_A w_B \text{Cov}_{AB}\]

where \(\text{Cov}_{AB}\) is the expected value of the product of the deviations of the two assets' returns from their respective expected values.

The variance of a two-asset portfolio can also be expressed as follows:

\[\text{Var}(R_P) = w_A^2 \sigma_A^2 + w_B^2 \sigma_B^2 + 2 w_A w_B \sigma_A \sigma_B \rho_{A,B}\]

where \(\rho_{A,B}\) is the correlation of the two assets' returns.

LOS 5.b

Given the joint probabilities for \(A_i\) and \(B_i\), the covariance is calculated as follows:

\[\sum_{i=1}^{n} P(A_i B_i)[A_i - E(A)][B_i - E(B)]\]

LOS 5.c

Shortfall risk is the probability that a portfolio's value (or return) will fall below a specific value over a given period.

The safety-first ratio for Portfolio P, based on a target return \(R_T\), is:

\[\text{SFRatio} = \dfrac{E(R_P) - R_T}{\sigma_P}\]

Greater safety-first ratios are preferred and indicate a smaller shortfall probability. Roy's safety-first criterion states that the optimal portfolio minimizes shortfall risk.

中文翻譯(重點整理)

LOS 5.a

n 項資產組成、各資產權重為 \(w_i\)、預期報酬為 \(R_i\) 的投資組合,其預期報酬為:

E(RP) = Σ wi E(Ri) = w1E(R1) + w2E(R2) + … + wnE(Rn)

由兩項風險資產 A、B 組成的投資組合,其變異數為:

σP² = wA²σA² + wB²σB² + 2 wA wB CovAB

其中 CovAB 是「兩資產報酬對其各自期望值之離差乘積」的期望值。

兩資產投資組合的變異數也可寫成:

Var(RP) = wA²σA² + wB²σB² + 2 wA wB σA σB ρA,B

其中 ρA,B 為兩資產報酬的相關係數。

LOS 5.b

給定 \(A_i\) 與 \(B_i\) 的聯合機率,共變異數的計算如下:

Cov = Σ P(Ai, Bi) × [Ai − E(A)] × [Bi − E(B)]

LOS 5.c

短缺風險(shortfall risk)是「在給定期間內,投資組合價值(或報酬)低於某特定值的機率」。

在目標報酬 RT 下,投資組合 P 的安全第一比率為:SFRatio = [E(RP) − RT] / σP

安全第一比率愈大愈好,代表短缺機率愈小;Roy 的安全第一準則指出,最適投資組合就是使短缺風險最小化的組合。

0% 0:00 / 0:00
0%