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/business_cycle.md
+49-82Lines changed: 49 additions & 82 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,22 +11,20 @@ kernelspec:
11
11
name: python3
12
12
---
13
13
14
-
+++ {"user_expressions": []}
15
14
16
15
# Business Cycles
17
16
18
17
## Overview
19
18
20
-
In this lecture we study business cycles
19
+
In this lecture we review some empirical aspects of business cycles.
21
20
22
21
Business cycles are fluctuations in economic activity over time.
23
22
24
-
These fluctuations are in the form of expansions (booms), contractions (recessions), and recoveries.
23
+
The include expansions (also called booms) and contractions (also called recessions).
25
24
26
-
We will look into a series of economic indicators to visualize the expansions and contractions of economies using [World Bank](https://documents.worldbank.org/en/publication/documents-reports/api) and [FRED](https://fred.stlouisfed.org/) data.
25
+
For our study, we will use economic indicators from the [World Bank](https://documents.worldbank.org/en/publication/documents-reports/api) and [FRED](https://fred.stlouisfed.org/).
27
26
28
27
In addition to those installed by Anaconda, this lecture requires
29
-
libraries to obtain World Bank and FRED data:
30
28
31
29
```{code-cell} ipython3
32
30
:tags: [hide-output]
@@ -47,6 +45,8 @@ import wbgapi as wb
47
45
import pandas_datareader.data as web
48
46
```
49
47
48
+
Here's some minor code to help with colors in our plots.
The figure shows that Argentina has experienced more volatile cycles than
327
-
the economies mentioned above.
311
+
Notice that Argentina has experienced far more volatile cycles than
312
+
the economies examined above.
328
313
329
314
At the same time, growth of Argentina did not fall during the two developed
330
315
economy recessions in the 1970s and 1990s.
331
316
332
-
+++ {"user_expressions": []}
333
317
334
318
## Unemployment
335
319
336
320
Another important measure of business cycles is the unemployment rate.
337
321
338
-
During a recession, it is more likely that a larger proportion of the working
339
-
population will be laid off.
340
-
341
-
We demonstrate this using a long-run unemployment rate from FRED spanning from [1929-1942](https://fred.stlouisfed.org/series/M0892AUSM156SNBR) to [1948-2022](https://fred.stlouisfed.org/series/UNRATE) with the unemployment rate between 1942 and 1948 estimated by the [Census Bureau](https://www.census.gov/library/publications/1975/compendia/hist_stats_colonial-1970.html).
322
+
We study unemployment using rate data from FRED spanning from [1929-1942](https://fred.stlouisfed.org/series/M0892AUSM156SNBR) to [1948-2022](https://fred.stlouisfed.org/series/UNRATE), combined unemployment rate data over 1942-1948 estimated by the [Census Bureau](https://www.census.gov/library/publications/1975/compendia/hist_stats_colonial-1970.html).
France, with its strong labor unions, has a prolonged labor market recovery
622
-
compared to the US and UK.
597
+
We see that France, with its strong labor unions, typically experiences
598
+
relatively slow labor market recoveries after negative shocks.
623
599
624
-
However, Japan has a history of very low and stable unemployment rates due to
625
-
a constellation of social, demographic, and cultural factors.
600
+
We also notice that, Japan has a history of very low and stable unemployment rates.
626
601
627
-
+++ {"user_expressions": []}
628
602
629
-
## Leading indicators and correlated factors for business cycles
603
+
## Leading indicators and correlated factors
630
604
631
605
Examining leading indicators and correlated factors helps policymakers to
632
606
understand the causes and results of business cycles.
633
607
634
608
We will discuss potential leading indicators and correlated factors from three
635
609
perspectives: consumption, production, and credit level.
636
610
637
-
### Consumption
638
611
639
-
+++ {"user_expressions": []}
612
+
### Consumption
640
613
641
614
Consumption depends on consumers' confidence towards their
642
615
income and the overall performance of the economy in the future.
643
616
644
617
One widely cited indicator for consumer confidence is the [consumer sentiment index](https://fred.stlouisfed.org/series/UMCSENT) published by the University
645
618
of Michigan.
646
619
647
-
Consumer sentiment remains high during during expansion, but there are significant drops before recession hits.
648
-
649
-
There is also a clear negative correlation between consumer sentiment and [core consumer price index](https://fred.stlouisfed.org/series/CPILFESL).
650
-
651
-
This trend is more significant in the during [stagflation](https://en.wikipedia.org/wiki/Stagflation).
652
-
653
-
When the price of consumer commodities rises, consumer confidence diminishes.
654
-
655
-
We plot the University of Michigan Consumer Sentiment Index and
656
-
Year-over-year Consumer Price Index Change from 1978-2022 in the US to show this trend
620
+
Here we plot the University of Michigan Consumer Sentiment Index and
0 commit comments