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/inflation_history.md
+37-38Lines changed: 37 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -19,21 +19,23 @@ The rate of growth of the price level is called **inflation** in the popular pre
19
19
20
20
The price level is measured in units of domestic currency per units of a representative bundle of consumption goods.
21
21
22
-
Thus, in the US, the price level at $t$ is measured in dollars in month $t$ or year $t$ per unit of the consumption bundle.
22
+
Thus, in the US, the price level at $t$ is measured in dollars (month $t$ or year $t$) per unit of the consumption bundle.
23
23
24
-
Until the early 20th century, throughout much of the west, although price levels fluctuated from year to year, they didn't have much of a trend.
24
+
Until the early 20th century, in many western economies, price levels fluctuated from year to year but didn't have much of a trend.
25
25
26
-
They tended to end a century near where they started it.
26
+
Often the price level ended a century near where they started.
27
27
28
28
Things were different in the 20th century, as we shall see in this lecture.
29
29
30
-
We'll look at a widely believed explanation of this big difference -- countries' abandoning gold and silver standards in early twentieth century.
30
+
A widely believed explanation of this big difference is that countries' abandoning gold and silver standards in the early twentieth century.
31
31
32
-
This lecture sets the stage for some subsequent lectures about a theory that macro economists use to think about determinants of the price level, namely, {doc}`this lecture <cagan_ree>` and {doc}`this lecture <cagan_adaptive>`
32
+
```{tip}
33
+
This lecture sets the stage for some subsequent lectures about a theory that macro economists use to think about determinants of the price level, namely, {doc}`cagan_ree` and {doc}`cagan_adaptive`
34
+
```
33
35
34
36
## Four Centuries of Price Levels
35
37
36
-
We begin by displaying data that originally appeared on page 35 of {cite}`sargent2002big`and that show price levels for four "hard currency" countries from 1600 to 1914.
38
+
We begin by displaying data that originally appeared on page 35 of {cite}`sargent2002big` that show price levels for four "hard currency" countries from 1600 to 1914.
37
39
38
40
* France
39
41
* Spain (Castile)
@@ -46,13 +48,7 @@ In the present context, the phrase "hard currency" means that the countries wer
46
48
Under a gold or silver standard, some money also consisted of "warehouse certificates" that represented paper claims on gold or silver coins. Bank notes issued by the government or private banks can be viewed as examples of such "warehouse certificates".
47
49
```
48
50
49
-
We start by installing a library we will use followed by importing some Python modules.
Let us bring the data into pandas from a spreadsheet.
62
+
Let us bring the data into pandas from a spreadsheet that is [hosted on github](https://github.com/QuantEcon/lecture-python-intro/lectures/datasets/longprices.xls).
67
63
68
64
```{code-cell} ipython3
69
65
# import data and clean up the index
@@ -111,21 +107,21 @@ We say "most years" because there were temporary lapses from the gold or silver
111
107
112
108
By staring at the graph carefully, you might be able to guess when these temporary lapses occurred, because they were also times during which price levels temporarily rose markedly:
113
109
114
-
* 1791-1797 in France (French Revolution)
115
-
* 1776-1790 in the US (War for Independence from Great Britain)
116
-
* 1861-1865 in the US (Civil War)
110
+
* 1791-1797 in France (French Revolution)
111
+
* 1776-1790 in the US (War for Independence from Great Britain)
112
+
* 1861-1865 in the US (Civil War)
117
113
118
114
During these episodes, the gold/silver standard was temporarily abandoned when a government printed paper money to pay for war expenditures.
119
115
120
-
Despite these temporary lapses, a striking thing about the figure is that price levels hovered around roughly constant long-term levels for over three centuries.
116
+
Despite these temporary lapses, a striking thing about the figure is that price levels were roughly constant over three centuries.
121
117
122
-
In the early century, two other features of this data attracted the attention of Irving Fisher of Yale University and John Maynard Keynes of Cambridge University.
118
+
In the early century, two other features of this data attracted the attention of [Irving Fisher](https://en.wikipedia.org/wiki/Irving_Fisher) of Yale University and [John Maynard Keynes](https://en.wikipedia.org/wiki/John_Maynard_Keynes) of Cambridge University.
123
119
124
120
* Despite being anchored to the same average level over long time spans, there were considerable year-to-year variations in price levels
125
121
* While using valuable gold and silver as coins succeeded in anchoring the price level by limiting the supply of money, it cost real resources.
126
-
* a country paid a high "opportunity cost" for using gold and silver coins as money: that gold and silver could instead have been made into valuable jewelry and other durable goods.
122
+
* a country paid a high "opportunity cost" for using gold and silver coins as money -- that gold and silver could instead have been made into valuable jewelry and other durable goods.
127
123
128
-
Keynes and Fisher proposed what they claimed would be a more efficient way to achieve a price level that
124
+
Keynes and Fisher proposed what they claimed would be a more efficient way to achieve a price level that
129
125
130
126
* would be at least as firmly anchored as achieved under a gold or silver standard, and
131
127
* would also exhibit less year-to-year short-term fluctuations.
@@ -139,15 +135,17 @@ This logic prompted John Maynard Keynes to call a commodity standard a "barbarou
139
135
140
136
A paper currency or "fiat money" system disposes of all reserves behind a currency.
141
137
142
-
But adhering to a gold or silver standard had provided an automatic mechanism for limiting the supply of money, thereby anchoring the price level.
138
+
But adhering to a gold or silver standard had provided an automatic mechanism for limiting the supply of money, thereby anchoring the price level.
143
139
144
140
To anchor the price level, a pure paper or fiat money system replaces that automatic mechanism with a central bank with the authority and determination to limit the supply of money (and to deter counterfeiters!)
145
141
146
-
Now let's see what happened to the price level in our four countries when after 1914 one after another of them left the gold/silver standard by showing the complete graph that originally appeared on page 35 of {cite}`sargent2002big`.
142
+
Now let's see what happened to the price level in the four countries after 1914, when one after another of them left the gold/silver standard by showing the complete graph that originally appeared on page 35 of {cite}`sargent2002big`.
147
143
148
-
The graph shows logarithms of price levels over four "hard currency" countries from 1600 to 2000.
144
+
Figure {eq}`lrpl_lg` shows the logarithm of price levels over four "hard currency" countries from 1600 to 2000.
149
145
150
-
Although we didn't have to use logarithms in our earlier graphs that had stopped in 1914, we now choose to use logarithms because we want to fit observations after 1914 in the same graph as the earlier observations.
146
+
```{note}
147
+
Although we didn't have to use logarithms in our earlier graphs that had stopped in 1914, we now choose to use logarithms because we want to fit observations after 1914 in the same graph as the earlier observations.
148
+
```
151
149
152
150
After the outbreak of the Great War in 1914, the four countries left the gold standard and in so doing acquired the ability to print money to finance government expenditures.
153
151
@@ -207,7 +205,7 @@ We have added logarithms of the exchange rates vis a vis the US dollar to each o
207
205
from chapter 3 of {cite}`sargent2013rational`.
208
206
209
207
Data underlying our graphs appear in tables in an appendix to chapter 3 of {cite}`sargent2013rational`.
210
-
We have transcribed all of these data into a spreadsheet `chapter_3.xls` that we read into pandas.
208
+
We have transcribed all of these data into a spreadsheet {download}`chapter_3.xlsx <https://github.com/QuantEcon/lecture-python-intro/raw/main/lectures/datasets/chapter_3.xlsx>` that we read into pandas.
211
209
212
210
In the code cell below we clean the data and build a `pandas.dataframe`.
213
211
@@ -270,7 +268,7 @@ def process_df(df):
270
268
return df
271
269
```
272
270
273
-
Now we write plotting functions so we can plot the price level and exchange rates,
271
+
Now we write plotting functions so we can plot the price level, exchange rates,
274
272
and inflation rates, for each country of interest.
Now let's construct graphs for our four countries.
385
383
386
384
For each country, we'll plot two graphs.
387
385
@@ -392,7 +390,7 @@ The first graph plots logarithms of
392
390
393
391
For each country, the scale on the right side of a graph will pertain to the price level while the scale on the left side of a graph will pertain to the exchange rate.
394
392
395
-
For each country, the second graph plots a three-month moving average of the inflation rate defined as $p_t - p_{t-1}$.
393
+
For each country, the second graph plots a centered three-month moving average of the inflation rate defined as $\frac{p_{t-1} + p_t + p_{t+1}{3}$.
396
394
397
395
### Austria
398
396
@@ -436,9 +434,9 @@ plt.show()
436
434
437
435
Staring at the above graphs conveys the following impressions to the authors of this lecture at QuantEcon.
438
436
439
-
* an episode of "hyperinflation" with rapidly rising log price level and very high monthly inflation rates
440
-
* a sudden stop of the hyperinflation as indicated by the abrupt flattening of the log price level and a marked permanent drop in the three-month average of inflation
441
-
* a US dollar exchange rate that shadows the price level.
437
+
* an episode of "hyperinflation" with rapidly rising log price level and very high monthly inflation rates
438
+
* a sudden stop of the hyperinflation as indicated by the abrupt flattening of the log price level and a marked permanent drop in the three-month average of inflation
439
+
* a US dollar exchange rate that shadows the price level.
442
440
443
441
We'll see similar patterns in the next three episodes that we'll study now.
444
442
@@ -490,10 +488,10 @@ The sources of our data for Poland are:
490
488
* Table 3.15, price level $\exp p$
491
489
* Table 3.15, exchange rate
492
490
493
-
````{note}
491
+
```{note}
494
492
To construct the price level series from the data in the spreadsheet, we instructed Pandas to follow the same procedures implemented in chapter 3 of {cite}`sargent2013rational`. We spliced together three series - Wholesale price index, Wholesale Price Index: On paper currency basis, and Wholesale Price Index: On zloty basis. We adjusted the sequence based on the price level ratio at the last period of the available previous series and glued them to construct a single series.
495
493
We dropped the exchange rate after June 1924, when the zloty was adopted. We did this because we don't have the price measured in zloty. We used the old currency in June to compute the exchange rate adjustment.
496
-
````
494
+
```
497
495
498
496
```{code-cell} ipython3
499
497
---
@@ -629,7 +627,9 @@ These "sudden stops" are also revealed by the permanent drops in three-month mov
629
627
630
628
In addition, the US dollar exchange rates for each of the four countries shadowed their price levels.
631
629
632
-
* This pattern is an instance of a force featured in the [purchasing power parity](https://en.wikipedia.org/wiki/Purchasing_power_parity) theory of exchange rates.
630
+
```{note}
631
+
This pattern is an instance of a force featured in the [purchasing power parity](https://en.wikipedia.org/wiki/Purchasing_power_parity) theory of exchange rates.
632
+
```
633
633
634
634
Each of these big inflations seemed to have "stopped on a dime".
635
635
@@ -657,9 +657,8 @@ In the end, the German mark stabilized at 1 trillion ($10^{12}$) paper marks to
657
657
658
658
Chapter 3 of {cite}`sargent2002big` described deliberate changes in policy that Hungary, Austria, Poland, and Germany made to end their hyperinflations.
659
659
660
-
Each government stopped printing money to pay for goods and services once again which made its currency convertible to the US dollar or the UK pound, thereby vitally to gold.
660
+
Each government stopped printing money to pay for goods and services once again which made its currency convertible to the US dollar or the UK pound.
661
661
662
662
The story told in {cite}`sargent2002big` is grounded in a "monetarist theory of the price level" described in {doc}`cagan_ree` and {doc}`cagan_adaptive`.
663
663
664
664
Those lectures discuss theories about what owners of those rapidly depreciating currencies were thinking and how their beliefs shaped responses of inflation to government monetary and fiscal policies.
0 commit comments