You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -822,7 +821,7 @@ We illustrate this by running CAPM regressions $r_i = \alpha + \beta \, r_{\text
822
821
823
822
The first uses a portfolio on the *unconditional* mean-variance frontier, constructed with constant weights from the unconditional moments.
824
823
825
-
By {prf:ref}`hr87_cor31`, this is a valid reference for an unconditional single-beta representation, so we should see $\alpha \approx 0$.
824
+
By {prf:ref}`hr87_cor31`, this is a valid reference for an unconditional single-beta representation, so the regression intercepts should be consistent with the zero-beta return $\alpha$ implied by the corollary.
826
825
827
826
The second uses a conditionally efficient portfolio whose weights switch across regimes.
828
827
@@ -882,7 +881,9 @@ for i in range(n_assets_capm):
The constant-weight frontier portfolio produces $\alpha \approx 0$ for every asset, confirming that the unconditional single-beta representation holds as predicted by {prf:ref}`hr87_cor31`.
884
+
The constant-weight frontier portfolio produces intercepts close to a common value for every asset, confirming that the unconditional single-beta representation holds as predicted by {prf:ref}`hr87_cor31`.
885
+
886
+
In general, {prf:ref}`hr87_cor31` guarantees a real zero-beta return $\alpha$, but that $\alpha$ need not be zero — it equals zero only under an extra normalization or for a specially chosen reference portfolio.
886
887
887
888
The conditionally efficient portfolio, whose weights switch between regimes, produces non-zero alphas despite being on the conditional frontier in each state.
888
889
@@ -914,10 +915,18 @@ It behaves like a pricing
914
915
function where the conditioning information set is the trivial sigma-algebra
915
916
(containing only $\Omega$ and $\emptyset$).
916
917
918
+
For $\pi^*$ to be well defined on $P^*$, the benchmark payoff $p^*$ must itself have a finite unconditional second moment, i.e., $p^* \in P^*$.
919
+
920
+
This is the content of Assumption 4.1 in {cite:t}`HansenRichard1987`.
921
+
922
+
Whether it holds can depend on the choice of numeraire.
imposed on $(P, \pi)$, with the trivial sigma-algebra replacing $\mathcal{G}$.
922
931
````
923
932
@@ -931,13 +940,13 @@ $$
931
940
where the third equality uses the Law of Iterated Expectations and the last
932
941
is the unconditional inner product.
933
942
934
-
As a consequence, two pricing functions $\pi$ and $\pi^+$ (possibly
935
-
derived from different economic models) that imply the same pseudo-pricing
936
-
function $\pi^*$ will be *indistinguishable* using unconditional moment
937
-
restrictions alone.
943
+
Hansen and Richard show that if two pricing functions $\pi$ and $\pi^+$ agree on the **full payoff space** $P^*$, then their benchmark payoffs coincide almost surely.
944
+
945
+
Thus conditioning down from $\pi$ to $\pi^*$ does *not* inherently lose discriminatory power.
938
946
939
-
This is a precise statement of how conditioning down from $\pi$ to $\pi^*$
940
-
can lose information.
947
+
The loss of information arises instead when an econometrician tests moment restrictions using only a *subset* of the payoffs in $P^*$.
948
+
949
+
Two distinct pricing functions may imply the same $\pi^*$ on that subset even though they differ on $P^*$ as a whole.
941
950
942
951
### Connection to Hansen-Singleton GMM
943
952
@@ -1063,8 +1072,12 @@ The main contributions of {cite:t}`HansenRichard1987` are:
0 commit comments