You will be provided with a reference and some statements. Please determine whether each statement is 'supported', 'unsupported', or 'unknown' with respect to the reference. Please note:
First, assess whether the reference contains any valid content. If the reference contains no valid information, such as a 'page not found' message, then all statements should be considered 'unknown'.
If the reference is valid, for a given statement: if the facts or data it contains can be found entirely or partially within the reference, it is considered 'supported' (data accepts rounding); if all facts and data in the statement cannot be found in the reference, it is considered 'unsupported'.

You should return the result in a JSON list format, where each item in the list contains the statement's index and the judgment result, for example:
[
    {
        "idx": 1,
        "result": "supported"
    },
    {
        "idx": 2,
        "result": "unsupported"
    }
]

Below are the reference and statements:
<reference>
Black-Litterman (1992) Global Portfolio Optimization — Bayesian & Econometrics Wiki



Javier Meseguer

›

Projects

›

Bayesian & Econometrics Wiki

← Wiki index

·

Sources

Black-Litterman (1992) Global Portfolio Optimization

portfolio-optimization
asset-allocation
mean-variance
capm
equilibrium
bayesian
mixed-estimation
risk-premium
currency-hedging
shrinkage

Summary

This is the founding statement of the
Black-Litterman model
for global asset allocation. It diagnoses why standard mean-variance optimization is impractical — it is hyper-sensitive to the expected-return inputs and produces extreme, unbalanced long/short portfolios — and fixes it by anchoring expected returns to a
neutral equilibrium reference
: the CAPM risk premiums implied by market-capitalization weights (reverse optimization). Investor
views
, absolute or relative and each with a stated confidence, are then blended with this equilibrium prior in a Bayesian fashion, yielding posterior expected returns that produce well-behaved portfolios which tilt the market portfolio toward favored assets in proportion to the strength of the views. The setting is global equities, bonds, and currencies with currency hedging.

Key Claims

Mean-variance is input-sensitive.
Standard optimization "is extremely sensitive to the expected return assumptions the investor must provide," generating unreasonable portfolios with large long/short positions unless artificially constrained.

Equilibrium as the neutral prior.
The CAPM equilibrium risk premiums — the excess returns that clear supply and demand for global assets given market-cap weights — are a "center of gravity" for expected returns and the correct neutral reference when the investor has no views. Historical-average and equal-mean alternatives give poor, non-neutral results.

Reverse optimization.
Equilibrium expected excess returns are recovered from market-cap weights and the covariance matrix,
Π
=
δ

Σ

w
mkt
\Pi = \delta\,\Sigma\,w_{\text{mkt}}
Π
=
δ
Σ
w
mkt
​
(implied risk premiums), rather than estimated from historical means.

Views blended by mixed estimation.
Expected returns are modeled as an equilibrium value plus uncertainty; investor views (of the form "I expect
P

r
=
Q
P\,r = Q
P
r
=
Q
," absolute or relative, with confidence
Ω
\Omega
Ω
) are combined with the prior using the Theil (1971) mixed-estimation / Bayesian updating logic, with
τ
\tau
τ
scaling the uncertainty in the equilibrium mean.

Well-behaved, confidence-weighted portfolios.
The posterior expected returns deviate from equilibrium only in the directions of the investor's views, and only as far as their confidence warrants, so the optimal portfolio is the market portfolio tilted toward favored assets — balanced, intuitive, and stable.

Relative views and partial information.
The investor may state as few or as many views as desired, including purely relative views (asset A will outperform asset B), which standard models cannot accommodate without a full set of absolute return forecasts.

Concepts Introduced or Extended

Black-Litterman Model

Estimation Risk and Asset Allocation

Entities Mentioned

Fischer Black

Robert Litterman

Quotes

"Equilibrium risk premiums provide a center of gravity for expected returns."

"Rather than requiring the investor to have a view about the absolute return on every asset and currency, our approach allows the investor to specify as many or as few views as he wishes… and can specify a degree of confidence about each view."

My Take

The model's durability comes from turning a numerical pathology into a modeling principle: the reason unconstrained mean-variance blows up is that it treats noisy return estimates as certain, so Black-Litterman replaces the point estimate with a prior (equilibrium) and updates it only where the investor has information. That is exactly the shrinkage/mixed-estimation idea Litterman had already deployed for VAR forecasting in the
Minnesota prior
— a diffuse-data problem tamed by an economically motivated prior — reused here for the cross-section of returns. It is a complementary answer to the
estimation-risk
literature: that work quantifies how badly sample means mislead, while Black-Litterman supplies a constructive prior to lean on instead. The practical friction is the free parameters —
τ
\tau
τ
and the view-confidence
Ω
\Omega
Ω
have no canonical calibration, and results can move with them — which the original article treats more by intuition than by formal rule.
</reference>

<statements>
1. It is possible to systematically combine these model families: use deep/ML models to generate data‑driven views and risk diagnostics, plug them into a Black‑Litterman/mean‑risk optimizer with more robust risk measures (e.g. CVaR, drawdown), and implement dynamic policies via reinforcement learning, with interpretability enforced by XAI or interpretable architectures.
2. BL is a Bayesian procedure that starts from a CAPM‑style equilibrium prior on expected excess returns (implied by market‑cap weights and covariance) and blends investor “views” with that prior to produce posterior expected returns, which are then fed into mean–variance optimization.
3. BL’s innovation is on the return side, not the risk measure: it reduces parameter‑uncertainty risk by treating expected returns as random with a prior centered on CAPM equilibrium and updating that prior using noisy views, thus stabilizing portfolios and avoiding “corner solutions” driven by noisy mean estimates.
4. The MV optimizer is notoriously sensitive to \(\mu\): small estimation errors in expected returns can produce extreme, unstable portfolios, especially in high dimensions.
5. BL reverse‑optimizes from observed market‑cap weights and covariance to get implied equilibrium risk premia \(\Pi = \delta \Sigma w_{\text{mkt}}\) (CAPM‑like excess returns).
6. BL yields intuitive, stable expected returns and portfolios that look like the market portfolio plus modest tilts, addressing the mean–variance sensitivity and extreme allocations problem.
7. Properties: Can produce highly concentrated long/short portfolios when estimates are noisy or constraints are loose.
8. Portfolio shape: With no views, the optimal unconstrained portfolio is the global CAPM market portfolio; with views, portfolios are tilts around the market portfolio, scaled by confidence, yielding more diversified and intuitive allocations than naïve mean-variance.
9. Black–Litterman: Return prediction / prior: CAPM equilibrium risk premia as prior; investor views encoded and blended via Bayesian update.
10. Black–Litterman: Allocation behavior: Mean–variance optimization on posterior returns; portfolios are market‑cap plus confidence‑weighted tilts.
11. Black–Litterman: Main strengths: Stabilizes allocations; avoids corner solutions; accommodates relative views and partial information.
12. Black–Litterman: Main limitations: Requires subjective view specification and confidence; still variance‑based risk; prior choice is model‑dependent.
13. Construct a BL prior from market-cap weights and the covariance matrix (or from factor-model implied returns), giving equilibrium risk premia.
14. This preserves the geometry and tractability of mean-variance while using ML for better forecasts and BL for regularization.
15. BL improves stability and realism of portfolios compared to naïve mean–variance.
</statements>

Begin the assessment now. Output only the JSON list, without any conversational text or explanations.