diversification

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Diversification

投资组合多样化

Purpose

目的

Provides the mathematical foundations and practical frameworks for building diversified portfolios. Covers portfolio variance, correlation effects, the efficient frontier, minimum variance portfolios, risk contributions, and factor-based diversification. Explains why diversification reduces risk and where it fails.
提供构建多元化投资组合的数学基础和实用框架。涵盖portfolio variance、相关性影响、Efficient Frontier、最小方差投资组合、风险贡献以及基于因子的多样化策略。解释多样化策略为何能降低风险以及其失效场景。

Layer

层级

4 — Portfolio Construction
4 — 投资组合构建

Direction

适用方向

both
双向

When to Use

使用场景

  • Understanding why and how diversification reduces portfolio risk
  • Computing portfolio variance and volatility for multi-asset portfolios
  • Constructing the efficient frontier or minimum variance portfolio
  • Analyzing risk contributions and diversification ratios
  • Evaluating whether a portfolio is truly diversified across risk factors
  • Assessing correlation stability and regime-dependent behavior
  • Determining how many assets are needed for adequate diversification
  • 理解多样化策略为何以及如何降低投资组合风险
  • 计算多资产投资组合的portfolio variance和波动率
  • 构建Efficient Frontier或最小方差投资组合
  • 分析风险贡献和多样化比率
  • 评估投资组合是否真正实现了跨风险因子的多元化
  • 评估相关性稳定性和依赖市场状态的行为
  • 确定实现充分多元化所需的资产数量

Core Concepts

核心概念

Portfolio Variance (2 Assets)

双资产投资组合方差(Portfolio Variance)

For a portfolio of two assets with weights w_1 and w_2, volatilities sigma_1 and sigma_2, and correlation rho_12:
sigma^2_p = w_1^2 * sigma_1^2 + w_2^2 * sigma_2^2 + 2 * w_1 * w_2 * sigma_1 * sigma_2 * rho_12
Diversification benefit arises whenever rho_12 < 1, because the portfolio volatility will be less than the weighted average of individual volatilities.
对于由权重为w₁和w₂、波动率为sigma₁和sigma₂、相关性为rho₁₂的两种资产组成的投资组合:
sigma²_p = w₁² * sigma₁² + w₂² * sigma₂² + 2 * w₁ * w₂ * sigma₁ * sigma₂ * rho₁₂
当rho₁₂ < 1时,即可获得多样化收益,因为投资组合的波动率将低于各资产波动率的加权平均值。

Portfolio Variance (n Assets)

n资产投资组合方差

In matrix notation for n assets with weight vector w and covariance matrix Sigma:
sigma^2_p = w' * Sigma * w
This generalizes to any number of assets and captures all pairwise correlations.
对于n种资产,用权重向量w和协方差矩阵Sigma的矩阵表示:
sigma²_p = w' * Sigma * w
这一公式可推广到任意数量的资产,并涵盖所有两两相关性。

Diversification Benefit

多样化收益

Portfolio volatility is strictly less than the weighted average of individual volatilities whenever any pairwise correlation is below 1:
sigma_p < Sigma(w_i * sigma_i) when rho_ij < 1 for some i,j
The lower the average correlation, the greater the diversification benefit.
只要存在任意两两相关性低于1的情况,投资组合波动率就会严格低于各资产波动率的加权平均值:
sigma_p < Σ(w_i * sigma_i) 当存在i,j使得rho_ij < 1时
平均相关性越低,多样化收益越大。

Efficient Frontier

Efficient Frontier

The efficient frontier is the set of portfolios that offer the highest expected return for each level of risk (or equivalently, the lowest risk for each level of return). Portfolios below the frontier are suboptimal — they can be improved by reallocating weights.
Efficient Frontier是指在每个风险水平下提供最高预期收益(或等价地,在每个收益水平下提供最低风险)的投资组合集合。位于前沿下方的投资组合是次优的——可以通过重新分配权重来优化。

Minimum Variance Portfolio

最小方差投资组合(Minimum Variance Portfolio)

The portfolio with the lowest possible volatility, regardless of expected returns:
w_mv = Sigma^(-1) * 1 / (1' * Sigma^(-1) * 1)
where 1 is a vector of ones. This portfolio depends only on the covariance matrix, not on expected returns, making it more robust to estimation error.
具有最低可能波动率的投资组合,与预期收益无关:
w_mv = Sigma^(-1) * 1 / (1' * Sigma^(-1) * 1)
其中1是全1向量。该投资组合仅依赖协方差矩阵,而非预期收益,因此对估计误差的鲁棒性更强。

Correlation Regimes

相关性状态(Correlation Regimes)

Correlations are not constant. In market crises, correlations between risky assets tend to increase sharply ("correlation breakdown" or "correlation tightening"), reducing the diversification benefit precisely when it is needed most. Key implications:
  • Stress-test portfolios using crisis-period correlation matrices
  • Diversification across asset classes (stocks, bonds, commodities, real assets) is more robust than within-asset-class diversification
相关性并非恒定不变。在市场危机中,风险资产之间的相关性往往会急剧上升(称为“相关性崩溃”或“相关性收紧”),导致在最需要多样化收益的时候,收益反而降低。关键启示:
  • 使用危机时期的相关矩阵对投资组合进行压力测试
  • 跨资产类别(股票、债券、大宗商品、实物资产)的多样化比资产类别内部的多样化更稳健

Diversification Ratio

多样化比率(Diversification Ratio)

A measure of how much diversification a portfolio achieves:
DR = (Sigma(w_i * sigma_i)) / sigma_p
A portfolio of perfectly correlated assets has DR = 1. Higher DR indicates more effective diversification. A fully diversified equal-volatility portfolio with zero correlations has DR = sqrt(n).
衡量投资组合实现多样化程度的指标:
DR = (Σ(w_i * sigma_i)) / sigma_p
完全相关资产组成的投资组合DR = 1。DR越高表示多样化效果越好。由零相关性的等波动率资产组成的完全多元化投资组合DR = sqrt(n)。

Maximum Diversification Portfolio

最大多样化投资组合(Maximum Diversification Portfolio)

The portfolio that maximizes the diversification ratio. This is an alternative to mean-variance optimization that does not require expected return inputs — it relies only on volatilities and correlations.
最大化多样化比率的投资组合。这是均值-方差优化的替代方案,不需要预期收益输入——仅依赖波动率和相关性。

Factor Diversification

因子多样化(Factor Diversification)

True diversification means exposure to multiple independent risk factors, not merely holding many assets. Assets that share the same factor exposures (e.g., multiple tech stocks all driven by growth factor) provide less diversification than their number suggests. Key factors:
  • Market, size, value, momentum, quality, low volatility
  • Interest rate, credit, inflation
  • Geographic, sector, currency
真正的多样化意味着暴露于多个独立风险因子,而非仅仅持有大量资产。具有相同因子暴露的资产(例如,多只受增长因子驱动的科技股)提供的多样化程度远低于其数量所暗示的水平。关键因子包括:
  • 市场、规模、价值、动量、质量、低波动率
  • 利率、信用、通胀
  • 地域、行业、货币

Risk Contribution

风险贡献(Risk Contribution)

The risk contribution of asset i to portfolio volatility:
RC_i = w_i * (Sigma * w)_i / sigma_p
where (Sigma * w)_i is the i-th element of the vector Sigma * w. The sum of all risk contributions equals the portfolio volatility. This decomposition reveals which assets truly drive portfolio risk.
资产i对投资组合波动率的风险贡献:
RC_i = w_i * (Sigma * w)_i / sigma_p
其中(Sigma * w)_i是向量Sigma * w的第i个元素。所有风险贡献之和等于投资组合波动率。这种分解可以揭示哪些资产真正驱动投资组合风险。

Marginal Risk Contribution

边际风险贡献(Marginal Risk Contribution)

The rate of change of portfolio volatility with respect to the weight of asset i:
MRC_i = (Sigma * w)_i / sigma_p
Risk contribution = weight * marginal risk contribution: RC_i = w_i * MRC_i
投资组合波动率随资产i权重变化的速率:
MRC_i = (Sigma * w)_i / sigma_p
风险贡献 = 权重 * 边际风险贡献:RC_i = w_i * MRC_i

Diminishing Marginal Diversification

边际多样化收益递减

The diversification benefit of adding assets decreases rapidly. Empirically:
  • 15-20 uncorrelated assets capture most of the diversification benefit
  • Beyond 30 assets, incremental risk reduction is minimal
  • The asymptotic portfolio variance equals the average covariance (systematic risk cannot be diversified away)
添加资产带来的多样化收益会迅速递减。根据经验:
  • 15-20种不相关资产即可捕捉大部分多样化收益
  • 超过30种资产后,风险降低的增量极小
  • 渐近投资组合方差等于平均协方差(系统性风险无法通过多样化消除)

Key Formulas

关键公式

FormulaExpressionUse Case
2-Asset Portfolio Variancesigma^2_p = w_1^2sigma_1^2 + w_2^2sigma_2^2 + 2w_1w_2sigma_1sigma_2*rho_12Two-asset risk calculation
n-Asset Portfolio Variancesigma^2_p = w' * Sigma * wGeneral portfolio risk
Minimum Variance Weightsw_mv = Sigma^(-1)*1 / (1'*Sigma^(-1)*1)Lowest-risk portfolio
Diversification RatioDR = Sigma(w_i*sigma_i) / sigma_pMeasure of diversification
Risk ContributionRC_i = w_i * (Sigma*w)_i / sigma_pAsset-level risk attribution
Marginal Risk ContributionMRC_i = (Sigma*w)_i / sigma_pSensitivity of risk to weight
Asymptotic Variancesigma^2_p → avg(cov_ij) as n → infinityDiversification limit
公式表达式使用场景
双资产投资组合方差sigma²_p = w₁²sigma₁² + w₂²sigma₂² + 2w₁w₂sigma₁sigma₂*rho₁₂双资产风险计算
n资产投资组合方差sigma²_p = w' * Sigma * w通用投资组合风险计算
最小方差权重w_mv = Sigma^(-1)*1 / (1'*Sigma^(-1)*1)最低风险投资组合构建
多样化比率DR = Σ(w_i*sigma_i) / sigma_p多样化程度衡量
风险贡献RC_i = w_i * (Sigma*w)_i / sigma_p资产层面风险归因
边际风险贡献MRC_i = (Sigma*w)_i / sigma_p风险对权重的敏感性分析
渐近方差sigma²_p → avg(cov_ij) as n → infinity多样化极限分析

Worked Examples

实例演算

Example 1: Two-Asset Portfolio Volatility

示例1:双资产投资组合波动率

Given:
  • Stock: sigma = 20%, weight = 60%
  • Bond: sigma = 5%, weight = 40%
  • Correlation: rho = 0.2
Calculate: Portfolio volatility
Solution:
sigma^2_p = (0.60)^2 * (0.20)^2 + (0.40)^2 * (0.05)^2 + 2 * (0.60) * (0.40) * (0.20) * (0.05) * (0.20)
sigma^2_p = 0.36 * 0.04 + 0.16 * 0.0025 + 2 * 0.60 * 0.40 * 0.20 * 0.05 * 0.20
sigma^2_p = 0.0144 + 0.0004 + 0.00096
sigma^2_p = 0.01576
sigma_p = sqrt(0.01576) = 0.1255 = 12.55%
Weighted average volatility = 0.60 * 20% + 0.40 * 5% = 14.0%
Diversification benefit = 14.0% - 12.55% = 1.45 percentage points of risk reduction.
已知条件:
  • 股票:sigma = 20%,权重 = 60%
  • 债券:sigma = 5%,权重 = 40%
  • 相关性:rho = 0.2
计算: 投资组合波动率
解决方案:
sigma²_p = (0.60)² * (0.20)² + (0.40)² * (0.05)² + 2 * (0.60) * (0.40) * (0.20) * (0.05) * (0.20)
sigma²_p = 0.36 * 0.04 + 0.16 * 0.0025 + 2 * 0.60 * 0.40 * 0.20 * 0.05 * 0.20
sigma²_p = 0.0144 + 0.0004 + 0.00096
sigma²_p = 0.01576
sigma_p = sqrt(0.01576) = 0.1255 = 12.55%
波动率加权平均值 = 0.60 * 20% + 0.40 * 5% = 14.0%
多样化收益 = 14.0% - 12.55% = 1.45个百分点的风险降低。

Example 2: Diversification Ratio for a 4-Asset Portfolio

示例2:四资产投资组合的多样化比率

Given:
  • Assets: A (sigma=15%, w=25%), B (sigma=20%, w=25%), C (sigma=10%, w=25%), D (sigma=18%, w=25%)
  • Portfolio volatility (computed from full covariance matrix): sigma_p = 10.5%
Calculate: Diversification ratio
Solution:
Weighted average volatility = 0.2515% + 0.2520% + 0.2510% + 0.2518% = 3.75% + 5.0% + 2.5% + 4.5% = 15.75%
Diversification Ratio = 15.75% / 10.5% = 1.50
Interpretation: The portfolio achieves significant diversification — the weighted average volatility is 50% higher than the actual portfolio volatility. A DR of 1.50 indicates meaningful correlation benefits. For comparison, a portfolio of perfectly correlated assets would have DR = 1.0.
已知条件:
  • 资产:A(sigma=15%,w=25%)、B(sigma=20%,w=25%)、C(sigma=10%,w=25%)、D(sigma=18%,w=25%)
  • 投资组合波动率(由完整协方差矩阵计算得出):sigma_p = 10.5%
计算: 多样化比率
解决方案:
波动率加权平均值 = 0.2515% + 0.2520% + 0.2510% + 0.2518% = 3.75% + 5.0% + 2.5% + 4.5% = 15.75%
多样化比率 = 15.75% / 10.5% = 1.50
解释:该投资组合实现了显著的多样化——波动率加权平均值比实际投资组合波动率高出50%。DR为1.50表明相关性带来了可观的收益。相比之下,完全相关资产组成的投资组合DR = 1.0。

Common Pitfalls

常见误区

  • Diversification is not just about holding more assets — correlation structure is what matters; 50 highly correlated stocks provide less diversification than 10 uncorrelated ones
  • Correlations are unstable and tend to increase during market stress, reducing the diversification benefit precisely when it is most needed
  • Over-diversification (diworsification): holding too many positions dilutes high-conviction ideas and guarantees mediocre returns after costs
  • Home country bias: investors systematically under-allocate to international assets, missing a major source of diversification
  • Confusing asset diversification with factor diversification: a portfolio of 20 growth stocks is not diversified despite holding many names
  • Using historical correlations without testing sensitivity to regime changes
  • 多样化不仅仅是持有更多资产——相关性结构才是关键;50只高度相关的股票提供的多样化程度不如10只不相关的股票
  • 相关性不稳定,在市场压力时期往往会上升,导致在最需要多样化收益的时候,收益反而降低
  • 过度多样化(劣质多样化):持有过多头寸会稀释高确定性的投资理念,并在扣除成本后保证平庸的回报
  • 本国偏好:投资者系统性地低估国际资产的配置,错失了一个重要的多样化来源
  • 混淆资产多样化与因子多样化:持有20只成长股的投资组合尽管数量众多,但并未实现多样化
  • 使用历史相关性而未测试其对市场状态变化的敏感性

Cross-References

交叉引用

  • historical-risk (wealth-management plugin, Layer 1a): volatility, correlation, and systematic vs. idiosyncratic risk foundations
  • asset-allocation (wealth-management plugin, Layer 4): diversification principles feed directly into portfolio construction and optimization
  • rebalancing (wealth-management plugin, Layer 4): maintaining diversification targets over time through rebalancing
  • bet-sizing (wealth-management plugin, Layer 4): position sizing interacts with diversification — concentrated vs. diversified approaches
  • historical-risk(财富管理插件,层级1a):波动率、相关性以及系统性与非系统性风险的基础
  • asset-allocation(财富管理插件,层级4):多样化原则直接应用于投资组合构建与优化
  • rebalancing(财富管理插件,层级4):通过再平衡长期维持多样化目标
  • bet-sizing(财富管理插件,层级4):头寸规模与多样化相互作用——集中式与分散式方法

Reference Implementation

参考实现

See
scripts/diversification.py
for computational helpers.
请查看
scripts/diversification.py
获取计算辅助工具。