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
Copy file name to clipboardExpand all lines: lectures/BCG_incomplete_mkts.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,18 +37,18 @@ tags: [hide-output]
37
37
38
38
## Introduction
39
39
40
-
This is an extension of an earlier lecture {doc}`BCG_complete_mkts <BCG_complete_mkts>` about a **complete markets**
40
+
This is an extension of an earlier lecture {doc}`Equilibrium Capital Structures with Incomplete Markets <BCG_complete_mkts>` about a **complete markets**
41
41
model.
42
42
43
43
In contrast to that lecture, this one describes an instance of a model authored by Bisin, Clementi, and Gottardi {cite}`BCG_2018`
44
44
in which financial markets are **incomplete**.
45
45
46
46
Instead of being able to trade equities and a full set of one-period
47
-
Arrow securities as they can in {doc}`BCG_complete_mkts <BCG_complete_mkts>`, here consumers and firms trade only equity and a bond.
47
+
Arrow securities as they can in {doc}`Equilibrium Capital Structures with Incomplete Markets <BCG_complete_mkts>`, here consumers and firms trade only equity and a bond.
48
48
49
49
It is useful to watch how outcomes differ in the two settings.
50
50
51
-
In the complete markets economy in {doc}`BCG_complete_mkts <BCG_complete_mkts>`
51
+
In the complete markets economy in {doc}`Equilibrium Capital Structures with Incomplete Markets <BCG_complete_mkts>`
52
52
53
53
- there is a unique stochastic discount factor that prices all assets
54
54
- consumers’ portfolio choices are indeterminate
@@ -63,15 +63,15 @@ In the incomplete markets economy studied here
63
63
- while **individual** firms' financial structures are indeterminate, thus conforming to part of a Modigliani-Miller theorem,
64
64
{cite}`Modigliani_Miller_1958`, the **aggregate** of all firms' financial structures **is** determinate.
65
65
66
-
A `Big K, little k` analysis played an important role in the previous lecture {doc}`BCG_complete_mkts <BCG_complete_mkts>`.
66
+
A `Big K, little k` analysis played an important role in the previous lecture {doc}`Equilibrium Capital Structures with Incomplete Markets <BCG_complete_mkts>`.
67
67
68
68
A more subtle version of a `Big K, little k` features in the BCG incomplete markets environment here.
69
69
70
70
We use it to convey the heart of what BCG call a **rational conjectures** equilibrium in which conjectures are about
71
71
equilibrium pricing functions in regions of the state space that an average consumer or firm does not visit in equilibrium.
72
72
73
73
Note that the absence of complete markets means that we can compute competitive equilibrium prices and allocations by first solving
74
-
the simple planning problem that we did in {doc}`BCG_complete_mkts <BCG_complete_mkts>`.
74
+
the simple planning problem that we did in {doc}`Equilibrium Capital Structures with Incomplete Markets <BCG_complete_mkts>`.
75
75
76
76
Instead, we compute an equilibrium by solving a system of simultaneous inequalities.
77
77
@@ -107,7 +107,7 @@ $\theta^i_0$ shares of a representative firm.
107
107
108
108
### Measures of agents and firms
109
109
110
-
As in the companion lecture {doc}`BCG_complete_mkts <BCG_complete_mkts>` that studies a complete markets version of
110
+
As in the companion lecture {doc}`Equilibrium Capital Structures with Incomplete Markets <BCG_complete_mkts>` that studies a complete markets version of
111
111
the model, we follow BCG in assuming that there are unit measures of
112
112
113
113
- consumers of type $i=1$
@@ -1316,7 +1316,7 @@ indeterminate, the **market’s** financial structure is determinant and
1316
1316
sits at the red dot in the above graph.
1317
1317
1318
1318
This contrasts sharply with the *unqualified* Modigliani-Miller theorem
1319
-
descibed in the complete markets model in the lecture {doc}`BCG_complete_mkts <BCG_complete_mkts>`.
1319
+
descibed in the complete markets model in the lecture {doc}`Equilibrium Capital Structures with Incomplete Markets <BCG_complete_mkts>`.
1320
1320
1321
1321
There the **market’s** financial structure was indeterminate.
Copy file name to clipboardExpand all lines: lectures/amss.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ from scipy.interpolate import UnivariateSpline
46
46
from quantecon import MarkovChain
47
47
```
48
48
49
-
In {doc}`an earlier lecture <opt_tax_recur>`, we described a model of
49
+
In {doc}`Optimal Taxation without State-Contingent Debt <opt_tax_recur>`, we described a model of
50
50
optimal taxation with state-contingent debt due to
51
51
Robert E. Lucas, Jr., and Nancy Stokey {cite}`LucasStokey1983`.
52
52
@@ -65,7 +65,7 @@ We begin with an introduction to the model.
65
65
66
66
## Competitive Equilibrium with Distorting Taxes
67
67
68
-
Many but not all features of the economy are identical to those of {doc}`the Lucas-Stokey economy <opt_tax_recur>`.
68
+
Many but not all features of the economy are identical to those of {doc}`Optimal Taxation without State-Contingent Debt <opt_tax_recur>`.
69
69
70
70
Let's start with things that are identical.
71
71
@@ -112,7 +112,7 @@ where
112
112
113
113
The government imposes a flat rate tax $\tau_t(s^t)$ on labor income at time $t$, history $s^t$.
114
114
115
-
Lucas and Stokey assumed that there are complete markets in one-period Arrow securities; also see {doc}`smoothing models <smoothing>`.
115
+
Lucas and Stokey assumed that there are complete markets in one-period Arrow securities; also see {doc}`Optimal Taxation without State-Contingent Debt <smoothing>`.
116
116
117
117
It is at this point that AMSS {cite}`aiyagari2002optimal` modify the Lucas and Stokey economy.
118
118
@@ -393,7 +393,7 @@ in a Lucas-Stokey economy with state-contingent government debt.
393
393
{eq}`AMSS_foc;a` may change over time in response to realizations of the state,
394
394
while the multiplier $\Phi$ in the Lucas-Stokey economy is time-invariant.
395
395
396
-
We need some code from our {doc}`an earlier lecture <opt_tax_recur>`
396
+
We need some code from our {doc}`Optimal Taxation without State-Contingent Debt <opt_tax_recur>`
397
397
on optimal taxation with state-contingent debt sequential allocation implementation:
To analyze the AMSS model, we find it useful to adopt a recursive formulation
406
-
using techniques like those in our lectures on {doc}`dynamic Stackelberg models <dyn_stack>` and {doc}`optimal taxation with state-contingent debt <opt_tax_recur>`.
406
+
using techniques like those in our lectures on {doc}`Optimal Taxation without State-Contingent Debt <dyn_stack>` and {doc}`Optimal Taxation without State-Contingent Debt <opt_tax_recur>`.
407
407
408
408
## Recursive Version of AMSS Model
409
409
@@ -618,7 +618,7 @@ Along a Ramsey plan, the state variable $x_t = x_t(s^t, b_0)$
618
618
becomes a function of the history $s^t$ and initial
619
619
government debt $b_0$.
620
620
621
-
In {doc}`Lucas-Stokey model <opt_tax_recur>`, we
621
+
In {doc}`Optimal Taxation without State-Contingent Debt <opt_tax_recur>`, we
622
622
found that
623
623
624
624
* a counterpart to $V_x(x,s)$ is time-invariant and equal to
@@ -684,7 +684,7 @@ We will first build some useful functions for solving the model
684
684
685
685
### Anticipated One-Period War
686
686
687
-
In our lecture on {doc}`optimal taxation with state contingent debt <opt_tax_recur>`
687
+
In our lecture on {doc}`Optimal Taxation without State-Contingent Debt <opt_tax_recur>`
688
688
we studied how the government manages uncertainty in a simple setting.
689
689
690
690
As in that lecture, we assume the one-period utility function
@@ -699,7 +699,7 @@ utility as a function of $n$ rather than leisure $l$.
699
699
```
700
700
701
701
We consider the same government expenditure process studied in the lecture on
702
-
{doc}`optimal taxation with state contingent debt <opt_tax_recur>`.
702
+
{doc}`Optimal Taxation without State-Contingent Debt <opt_tax_recur>`.
703
703
704
704
Government expenditures are known for sure in all periods except one.
705
705
@@ -736,7 +736,7 @@ $$
736
736
g = \left(\begin{matrix} 0.1\\0.1\\0.1\\0.1\\0.2\\0.1 \end{matrix}\right)
737
737
$$
738
738
739
-
We assume the same utility parameters as in the {doc}`Lucas-Stokey economy <opt_tax_recur>`.
739
+
We assume the same utility parameters as in the {doc}`Optimal Taxation without State-Contingent Debt <opt_tax_recur>`.
740
740
741
741
This utility function is implemented in the following class.
742
742
@@ -849,7 +849,7 @@ History dependence occurs more dramatically in a case in which the government
849
849
perpetually faces the prospect of war.
850
850
851
851
This case was studied in the final example of the lecture on
852
-
{doc}`optimal taxation with state-contingent debt <opt_tax_recur>`.
852
+
{doc}`Optimal Taxation without State-Contingent Debt <opt_tax_recur>`.
853
853
854
854
There, each period the government faces a constant probability, $0.5$, of war.
Copy file name to clipboardExpand all lines: lectures/amss2.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,8 @@ tags: [hide-output]
38
38
This lecture extends our investigations of how optimal policies for levying a flat-rate tax on labor income and issuing government debt depend
39
39
on whether there are complete markets for debt.
40
40
41
-
A Ramsey allocation and Ramsey policy in the AMSS {cite}`aiyagari2002optimal` model described in {doc}`optimal taxation without state-contingent debt <amss>` generally differs
42
-
from a Ramsey allocation and Ramsey policy in the Lucas-Stokey {cite}`LucasStokey1983` model described in {doc}`optimal taxation with state-contingent debt <opt_tax_recur>`.
41
+
A Ramsey allocation and Ramsey policy in the AMSS {cite}`aiyagari2002optimal` model described in {doc}`Fluctuating Interest Rates Deliver Fiscal Insurance <amss>` generally differs
42
+
from a Ramsey allocation and Ramsey policy in the Lucas-Stokey {cite}`LucasStokey1983` model described in {doc}`Fluctuating Interest Rates Deliver Fiscal Insurance <opt_tax_recur>`.
43
43
44
44
This is because the implementability restriction that a competitive equilibrium with a distorting tax imposes on allocations in the Lucas-Stokey model is just one among a set of
45
45
implementability conditions imposed in the AMSS model.
@@ -51,7 +51,7 @@ The measurability constraints imposed by the AMSS model are inherited from the
51
51
can be traded.
52
52
53
53
Differences between the Ramsey allocations in the two models indicate that at least some of the measurability constraints of the AMSS model of
54
-
{doc}`optimal taxation without state-contingent debt <amss>` are violated at the Ramsey allocation of a corresponding {cite}`LucasStokey1983` model with state-contingent debt.
54
+
{doc}`Fluctuating Interest Rates Deliver Fiscal Insurance <amss>` are violated at the Ramsey allocation of a corresponding {cite}`LucasStokey1983` model with state-contingent debt.
55
55
56
56
Another way to say this is that differences between the Ramsey allocations of the two models indicate that some of the measurability constraints of the
57
57
AMSS model are violated at the Ramsey allocation of the Lucas-Stokey model.
@@ -198,7 +198,7 @@ case of a CRRA utility specification that we shall use in our example economies.
198
198
199
199
### Specification with CRRA Utility
200
200
201
-
As in lectures {doc}`optimal taxation without state-contingent debt <amss>` and {doc}`optimal taxation with state-contingent debt <opt_tax_recur>`,
201
+
As in lectures {doc}`Fluctuating Interest Rates Deliver Fiscal Insurance <amss>` and {doc}`Fluctuating Interest Rates Deliver Fiscal Insurance <opt_tax_recur>`,
202
202
we assume that the representative agent has utility function
203
203
204
204
$$
@@ -274,8 +274,8 @@ $$
274
274
275
275
Here are several classes that do most of the work for us.
276
276
277
-
The code is mostly taken or adapted from the earlier lectures {doc}`optimal taxation without state-contingent debt <amss>` and
278
-
{doc}`optimal taxation with state-contingent debt <opt_tax_recur>`.
277
+
The code is mostly taken or adapted from the earlier lectures {doc}`Fluctuating Interest Rates Deliver Fiscal Insurance <amss>` and
Copy file name to clipboardExpand all lines: lectures/arma.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ As in other fields, successful economic modeling typically assumes the existence
109
109
If these assumptions are correct, then each new observation $X_t, X_{t+1},\ldots$ can provide additional information about the time-invariant features, allowing us to learn from as data arrive.
110
110
111
111
For this reason, we will focus in what follows on processes that are *stationary* --- or become so after a transformation
112
-
(see for example {doc}`this lecture <additive_functionals>`).
112
+
(see for example {doc}`Covariance Stationary Processes <additive_functionals>`).
0 commit comments