GitHub

@@ -36,7 +36,7 @@ tags: [hide-output]

3636

## Overview

37373838

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

40404141

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

4242

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

53535454

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

555556-

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

60606161

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.

63636464

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.

686869-

We use code constructed {doc}`in a previous lecture <amss2>`.

69+

We use code constructed {doc}`Fiscal Risk and Government Debt <amss2>`.

70707171

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

80808181

## The Economy

828283-

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

85858686

$$

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

123123124124

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

125125126-

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

127127128128

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

213213214214

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

216216217217

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

276276277-

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.

279279280280

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

282282283283

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.

382382383383

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

385385386386

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

$$

511511512-

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

Read the original on github.com ↗