Skip to content

Commit 1b59fbe

Browse files
committed
migrate new sources from lecture-python using sphinx-tomyst (f772bb0)
1 parent 46ed185 commit 1b59fbe

30 files changed

+148
-150
lines changed

lectures/BCG_complete_mkts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tags: [hide-output]
3737

3838
## Introduction
3939

40-
This is a prolegomenon to another lecture {doc}`BCG_incomplete_mkts <BCG_incomplete_mkts>` about a model with
40+
This is a prolegomenon to another lecture {doc}`Irrelevance of Capital Structure with Complete Markets <BCG_incomplete_mkts>` about a model with
4141
incomplete markets authored by Bisin, Clementi, and Gottardi {cite}`BCG_2018`.
4242

4343
We adopt specifications of preferences and technologies very close to
@@ -59,7 +59,7 @@ This simplification of BCG’s setup helps us by
5959
recur in the BCG incomplete markets environment
6060

6161
A Big K, little k analysis also played roles in [this quantecon lecture](https://python.quantecon.org/cass_koopmans.html) as well as
62-
[here](https://python.quantecon.org/rational_expectations.html) and {doc}`here <dyn_stack>`.
62+
[here](https://python.quantecon.org/rational_expectations.html) and {doc}`Irrelevance of Capital Structure with Complete Markets <dyn_stack>`.
6363

6464
### Setup
6565

@@ -782,7 +782,7 @@ about firms’ finance:
782782
Please note the role of the assumption of complete markets in Arrow
783783
securities in substantiating these claims.
784784

785-
In {doc}`Equilibrium Capital Structures with Incomplete Markets <BCG_incomplete_mkts>`, we will assume that markets are (very)
785+
In {doc}`Irrelevance of Capital Structure with Complete Markets <BCG_incomplete_mkts>`, we will assume that markets are (very)
786786
incomplete – we’ll shut down markets in almost all Arrow securities.
787787

788788
That will pull the rug from underneath the Modigliani-Miller theorem.

lectures/BCG_incomplete_mkts.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@ tags: [hide-output]
3737

3838
## Introduction
3939

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**
4141
model.
4242

4343
In contrast to that lecture, this one describes an instance of a model authored by Bisin, Clementi, and Gottardi {cite}`BCG_2018`
4444
in which financial markets are **incomplete**.
4545

4646
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.
4848

4949
It is useful to watch how outcomes differ in the two settings.
5050

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>`
5252

5353
- there is a unique stochastic discount factor that prices all assets
5454
- consumers’ portfolio choices are indeterminate
@@ -63,15 +63,15 @@ In the incomplete markets economy studied here
6363
- while **individual** firms' financial structures are indeterminate, thus conforming to part of a Modigliani-Miller theorem,
6464
{cite}`Modigliani_Miller_1958`, the **aggregate** of all firms' financial structures **is** determinate.
6565

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>`.
6767

6868
A more subtle version of a `Big K, little k` features in the BCG incomplete markets environment here.
6969

7070
We use it to convey the heart of what BCG call a **rational conjectures** equilibrium in which conjectures are about
7171
equilibrium pricing functions in regions of the state space that an average consumer or firm does not visit in equilibrium.
7272

7373
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>`.
7575

7676
Instead, we compute an equilibrium by solving a system of simultaneous inequalities.
7777

@@ -107,7 +107,7 @@ $\theta^i_0$ shares of a representative firm.
107107

108108
### Measures of agents and firms
109109

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
111111
the model, we follow BCG in assuming that there are unit measures of
112112

113113
- consumers of type $i=1$
@@ -1316,7 +1316,7 @@ indeterminate, the **market’s** financial structure is determinant and
13161316
sits at the red dot in the above graph.
13171317

13181318
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>`.
13201320

13211321
There the **market’s** financial structure was indeterminate.
13221322

lectures/amss.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ from scipy.interpolate import UnivariateSpline
4646
from quantecon import MarkovChain
4747
```
4848

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
5050
optimal taxation with state-contingent debt due to
5151
Robert E. Lucas, Jr., and Nancy Stokey {cite}`LucasStokey1983`.
5252

@@ -65,7 +65,7 @@ We begin with an introduction to the model.
6565

6666
## Competitive Equilibrium with Distorting Taxes
6767

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>`.
6969

7070
Let's start with things that are identical.
7171

@@ -112,7 +112,7 @@ where
112112

113113
The government imposes a flat rate tax $\tau_t(s^t)$ on labor income at time $t$, history $s^t$.
114114

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>`.
116116

117117
It is at this point that AMSS {cite}`aiyagari2002optimal` modify the Lucas and Stokey economy.
118118

@@ -393,7 +393,7 @@ in a Lucas-Stokey economy with state-contingent government debt.
393393
{eq}`AMSS_foc;a` may change over time in response to realizations of the state,
394394
while the multiplier $\Phi$ in the Lucas-Stokey economy is time-invariant.
395395

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>`
397397
on optimal taxation with state-contingent debt sequential allocation implementation:
398398

399399
```{literalinclude} _static/lecture_specific/opt_tax_recur/sequential_allocation.py
@@ -403,7 +403,7 @@ tags: [output_scroll]
403403
```
404404

405405
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>`.
407407

408408
## Recursive Version of AMSS Model
409409

@@ -618,7 +618,7 @@ Along a Ramsey plan, the state variable $x_t = x_t(s^t, b_0)$
618618
becomes a function of the history $s^t$ and initial
619619
government debt $b_0$.
620620

621-
In {doc}`Lucas-Stokey model <opt_tax_recur>`, we
621+
In {doc}`Optimal Taxation without State-Contingent Debt <opt_tax_recur>`, we
622622
found that
623623

624624
* 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
684684

685685
### Anticipated One-Period War
686686

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>`
688688
we studied how the government manages uncertainty in a simple setting.
689689

690690
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$.
699699
```
700700

701701
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>`.
703703

704704
Government expenditures are known for sure in all periods except one.
705705

@@ -736,7 +736,7 @@ $$
736736
g = \left(\begin{matrix} 0.1\\0.1\\0.1\\0.1\\0.2\\0.1 \end{matrix}\right)
737737
$$
738738

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>`.
740740

741741
This utility function is implemented in the following class.
742742

@@ -849,7 +849,7 @@ History dependence occurs more dramatically in a case in which the government
849849
perpetually faces the prospect of war.
850850

851851
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>`.
853853

854854
There, each period the government faces a constant probability, $0.5$, of war.
855855

lectures/amss2.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ tags: [hide-output]
3838
This lecture extends our investigations of how optimal policies for levying a flat-rate tax on labor income and issuing government debt depend
3939
on whether there are complete markets for debt.
4040

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>`.
4343

4444
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
4545
implementability conditions imposed in the AMSS model.
@@ -51,7 +51,7 @@ The measurability constraints imposed by the AMSS model are inherited from the
5151
can be traded.
5252

5353
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.
5555

5656
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
5757
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.
198198

199199
### Specification with CRRA Utility
200200

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>`,
202202
we assume that the representative agent has utility function
203203

204204
$$
@@ -274,8 +274,8 @@ $$
274274

275275
Here are several classes that do most of the work for us.
276276

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
278+
{doc}`Fluctuating Interest Rates Deliver Fiscal Insurance <opt_tax_recur>`.
279279

280280
```{literalinclude} _static/lecture_specific/opt_tax_recur/sequential_allocation.py
281281
---
@@ -307,7 +307,7 @@ This insight tells us to find a $b_0$ and other fundamentals for the Lucas-Stoke
307307
want to borrow the same value $\bar b$ next period for all states and all dates.
308308

309309
We accomplish this by using various equations for the Lucas-Stokey {cite}`LucasStokey1983` model
310-
presented in {doc}`optimal taxation with state-contingent debt <opt_tax_recur>`.
310+
presented in {doc}`Fluctuating Interest Rates Deliver Fiscal Insurance <opt_tax_recur>`.
311311

312312
We use the following steps.
313313

lectures/amss3.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tags: [hide-output]
3636
## Overview
3737

3838
This lecture studies government debt in an AMSS
39-
economy {cite}`aiyagari2002optimal` of the type described in {doc}`Optimal Taxation without State-Contingent Debt <amss>`.
39+
economy {cite}`aiyagari2002optimal` of the type described in {doc}`Fiscal Risk and Government Debt <amss>`.
4040

4141
We study the behavior of government debt as time $t \rightarrow + \infty$.
4242

@@ -53,20 +53,20 @@ of {cite}`BEGS1` (BEGS).
5353

5454
We study an {cite}`aiyagari2002optimal` economy with three Markov states driving government expenditures.
5555

56-
* In a {doc}`previous lecture <amss2>`, we showed that with only two Markov states, it is possible that eventually endogenous
56+
* In a {doc}`Fiscal Risk and Government Debt <amss2>`, we showed that with only two Markov states, it is possible that eventually endogenous
5757
interest rate fluctuations support complete markets allocations and Ramsey outcomes.
5858
* The presence of three states prevents the full spanning that eventually prevails in the two-state example featured in
59-
{doc}`Fiscal Insurance via Fluctuating Interest Rates <amss2>`.
59+
{doc}`Fiscal Risk and Government Debt <amss2>`.
6060

6161
The lack of full spanning means that the ergodic distribution of the par value of government debt is nontrivial, in contrast to the situation
62-
in {doc}`Fiscal Insurance via Fluctuating Interest Rates <amss2>` where the ergodic distribution of the par value is concentrated on one point.
62+
in {doc}`Fiscal Risk and Government Debt <amss2>` where the ergodic distribution of the par value is concentrated on one point.
6363

6464
Nevertheless, {cite}`BEGS1` (BEGS) establish for general settings that include ours, the Ramsey
6565
planner steers government assets to a level that comes
6666
**as close as possible** to providing full spanning in a precise a sense defined by
6767
BEGS that we describe below.
6868

69-
We use code constructed {doc}`in a previous lecture <amss2>`.
69+
We use code constructed {doc}`Fiscal Risk and Government Debt <amss2>`.
7070

7171
**Warning:** Key equations in {cite}`BEGS1` section III.D carry typos that we correct below.
7272

@@ -80,7 +80,7 @@ from scipy.optimize import minimize
8080

8181
## The Economy
8282

83-
As in {doc}`Optimal Taxation without State-Contingent Debt <amss>` and {doc}`Optimal Taxation with State-Contingent Debt <opt_tax_recur>`,
83+
As in {doc}`Fiscal Risk and Government Debt <amss>` and {doc}`Fiscal Risk and Government Debt <opt_tax_recur>`,
8484
we assume that the representative agent has utility function
8585

8686
$$
@@ -123,7 +123,7 @@ The following Python code sets up the economy
123123

124124
We'll want first and second moments of some key random variables below.
125125

126-
The following code computes these moments; the code is recycled from {doc}`Fiscal Insurance via Fluctuating Interest Rates <amss2>`.
126+
The following code computes these moments; the code is recycled from {doc}`Fiscal Risk and Government Debt <amss2>`.
127127

128128
```{code-cell} python3
129129
def mean(x, s):
@@ -212,7 +212,7 @@ plt.show()
212212
The long simulation apparently indicates eventual convergence to an ergodic distribution.
213213

214214
It takes about 1000 periods to reach the ergodic distribution -- an outcome that is forecast by
215-
approximations to rates of convergence that appear in {cite}`BEGS1` and that we discuss in {doc}`a previous lecture <amss2>`.
215+
approximations to rates of convergence that appear in {cite}`BEGS1` and that we discuss in {doc}`Fiscal Risk and Government Debt <amss2>`.
216216

217217
We discard the first 2000 observations of the simulation and construct the histogram of
218218
the part value of government debt.
@@ -274,11 +274,11 @@ We apply the results of {cite}`BEGS1` to interpret
274274
We begin by computing objects required by the theory of section III.i
275275
of {cite}`BEGS1`.
276276

277-
As in {doc}`Fiscal Insurance via Fluctuating Interest Rates <amss2>`, we recall that {cite}`BEGS1` used a particular
277+
As in {doc}`Fiscal Risk and Government Debt <amss2>`, we recall that {cite}`BEGS1` used a particular
278278
notation to represent what we can regard as a generalization of the AMSS model.
279279

280280
We introduce some of the {cite}`BEGS1` notation so that readers can quickly relate notation that appears in their key formulas to the notation
281-
that we have used in previous lectures {doc}`here <amss>` and {doc}`here <amss2>`.
281+
that we have used in previous lectures {doc}`Fiscal Risk and Government Debt <amss>` and {doc}`Fiscal Risk and Government Debt <amss2>`.
282282

283283
BEGS work with objects $B_t, {\mathcal B}_t, {\mathcal R}_t, {\mathcal X}_t$ that are related to notation that we used in
284284
earlier lectures by
@@ -381,7 +381,7 @@ So the primary use of equation {eq}`eq_criterion_fiscal_1` is how it confirms
381381
the ergodic distribution solves a fiscal-risk minimization problem.
382382
383383
As an example, notice how we used the formula for the mean of ${\mathcal B}$ in the ergodic distribution of the special AMSS economy in
384-
{doc}`Fiscal Insurance via Fluctuating Interest Rates <amss2>`
384+
{doc}`Fiscal Risk and Government Debt <amss2>`
385385
386386
* **first** we computed the ergodic distribution using a reverse-engineering construction
387387
* **then** we verified that ${\mathcal B}$ agrees with the mean of that distribution
@@ -509,7 +509,7 @@ $$
509509
\hat b = \frac{ {\mathcal B}^*}{div}
510510
$$
511511
512-
In the two-Markov-state AMSS economy in {doc}`Fiscal Insurance via Fluctuating Interest Rates <amss2>`,
512+
In the two-Markov-state AMSS economy in {doc}`Fiscal Risk and Government Debt <amss2>`,
513513
$E_t u_{c,t+1} = E u_{c,t+1}$ in the ergodic distribution and we have confirmed that
514514
this formula very accurately describes a **constant** par value of government debt that
515515

lectures/arma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ As in other fields, successful economic modeling typically assumes the existence
109109
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.
110110

111111
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>`).
113113

114114
(arma_defs)=
115115
### Definitions

0 commit comments

Comments
 (0)