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
where $g_t = \sum_j \ell_{jt}$ is the aggregate "intermediate good" that represents total labor supply in the DLE formulation.
383
+
382
384
subject to technology constraints
383
385
384
386
$$
@@ -685,7 +687,9 @@ At time zero, household $j$ executes the following trades:
685
687
2. Household $j$ purchases $\mu_j$ shares of all securities (equivalently, $\mu_j$ shares of a mutual fund holding the aggregate endowment).
686
688
3. Household $j$ takes position $\hat{k}_{j0}$ in the one-period bond.
687
689
688
-
After this initial rebalancing, household $j$ holds the portfolio forever.
690
+
After this initial rebalancing, household $j$ maintains a constant risky portfolio share $\mu_j$ forever, while using the one-period bond for dynamic rebalancing.
691
+
692
+
The bond position $\hat{k}_{jt}$ evolves each period according to the recursion derived below.
689
693
690
694
691
695
The portfolio weight $\mu_j$ is not arbitrary: it is the unique weight that allows the limited-markets portfolio to replicate the Arrow-Debreu consumption allocation.
@@ -710,13 +714,17 @@ which is the aggregate endowment.
710
714
711
715
If household $j$ holds fraction $\theta_j$ of this fund, it receives $\theta_j d_t$ in dividends.
712
716
713
-
The proportional part of consumption $\mu_j c_t$ must be financed by the mutual fund and capital holdings. Since the aggregate resource constraint is
717
+
The proportional part of consumption $\mu_j c_t$ must be financed by the mutual fund and capital holdings.
718
+
719
+
Using our calibration ($\Phi_c = \Phi_i = \theta_k = 1$, $\Gamma = \gamma_1$), the resource constraint becomes $c_t + i_t = \gamma_1 k_{t-1} + d_t$ and capital accumulation is $k_t = \delta_k k_{t-1} + i_t$.
720
+
721
+
Substituting $i_t = k_t - \delta_k k_{t-1}$ into the resource constraint gives:
714
722
715
723
$$
716
-
c_t + i_t = (\delta_k + \gamma_1) k_{t-1} + d_t,
724
+
c_t + k_t = (\delta_k + \gamma_1) k_{t-1} + d_t.
717
725
$$
718
726
719
-
holding $\theta_j$ shares of aggregate output (capital income plus endowments) delivers $\theta_j [(\delta_k + \gamma_1)k_{t-1} + d_t]$.
727
+
Holding $\theta_j$ shares of aggregate wealth (capital plus claims to endowments) delivers $\theta_j [(\delta_k + \gamma_1)k_{t-1} + d_t] = \theta_j (c_t + k_t)$.
720
728
721
729
For this to finance $\mu_j c_t$ plus reinvestment $\mu_j k_t$, we need $\theta_j = \mu_j$.
722
730
@@ -736,6 +744,10 @@ $$
736
744
737
745
where $R := \delta_k + \gamma_1$ is the gross return.
738
746
747
+
```{note}
748
+
The constant gross return $R = \delta_k + \gamma_1$ arises from our specific calibration ($\Phi_c = \Phi_i = \Theta_k = 1$, $\Gamma = \gamma_1$).
749
+
```
750
+
739
751
Substituting the sharing rule by replacing $c_{jt}$ with $\mu_j c_t + \tilde{\chi}_{jt}$ gives:
0 commit comments