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
+63-40Lines changed: 63 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,15 @@ jupytext:
4
4
extension: .md
5
5
format_name: myst
6
6
format_version: 0.13
7
-
jupytext_version: 1.14.4
7
+
jupytext_version: 1.14.5
8
8
kernelspec:
9
9
display_name: Python 3 (ipykernel)
10
10
language: python
11
11
name: python3
12
12
---
13
13
14
+
+++ {"user_expressions": []}
15
+
14
16
# Business Cycles
15
17
16
18
## Overview
@@ -20,7 +22,7 @@ are fluctuations in economic activity over time.
20
22
21
23
These fluctuations can be observed in the form of expansions (booms), contractions (recessions), and recoveries.
22
24
23
-
In this lecture, we will look into a series of economic indicators to visualize the expansions and contractions of economies from the 1960s to the recent pandemic using [World Bank](https://documents.worldbank.org/en/publication/documents-reports/api) and [FRED](https://fred.stlouisfed.org/) data.
25
+
We will look into a series of economic indicators to visualize the expansions and contractions of economies from the 1960s to the recent pandemic using [World Bank](https://documents.worldbank.org/en/publication/documents-reports/api) and [FRED](https://fred.stlouisfed.org/) data.
24
26
25
27
In addition to those installed by Anaconda, this lecture requires
26
28
libraries to obtain World Bank and FRED data:
@@ -46,17 +48,20 @@ import pandas_datareader.data as web
By comparing the trend of GDP growth rates between developed and developing
412
-
economies, we find that business cycles are becoming more and more
413
-
synchronized in 21st-century recessions.
427
+
+++ {"user_expressions": []}
428
+
429
+
On comparison of GDP growth rates between developed and developing
430
+
economies, we find that business cycles are becoming more synchronized in 21st-century recessions.
414
431
415
432
However, emerging and less developed economies often experience more volatile
416
433
changes throughout the economic cycles.
417
434
418
-
Although we have seen synchronization in GDP growth as a general trend, we
419
-
also need to acknowledge that the experience of individual countries during
420
-
the recession is often very different.
435
+
Although we see synchronization in GDP growth as a general trend, the experience of individual countries during
436
+
the recession often differs.
421
437
422
-
Here we use the unemployment rate and the recovery of labor market condition
438
+
We use unemployment rate and the recovery of labor market conditions
423
439
as another example.
424
440
425
441
```{code-cell} ipython3
@@ -446,28 +462,27 @@ compared to the US and UK.
446
462
However, Japan has a history of very low and stable unemployment rates due to
447
463
a constellation of social, demographic, and cultural factors.
448
464
449
-
+++
465
+
+++ {"user_expressions": []}
450
466
451
467
## Leading Indicators and Correlated Factors for Business Cycles
452
468
453
-
Understanding leading indicators and correlated factors helps policymakers to
454
-
better understand and reflect on the causes and results of business cycles.
469
+
Examining leading indicators and correlated factors helps policymakers to
470
+
understand the causes and results of business cycles.
455
471
456
472
We will discuss potential leading indicators and correlated factors from three
457
473
perspectives: consumption, production, and credit level.
458
474
459
475
### Consumption
460
476
461
-
+++
477
+
+++ {"user_expressions": []}
462
478
463
-
Consumption is dependent on how confident consumers are toward their
479
+
Consumption depends on consumers' confidence towards their
464
480
income and the overall performance of the economy in the future.
465
481
466
482
One widely cited indicator for consumer confidence is the [Consumer Sentiment Index](https://fred.stlouisfed.org/series/UMCSENT) published by the University
467
483
of Michigan.
468
484
469
-
We find that consumer sentiment maintains a high level during the expansion
470
-
period, but there are significant drops before the recession hits.
485
+
We find that consumer sentiment remains high during periods of expansion, but there are significant drops before recession hits.
471
486
472
487
There is also a clear negative correlation between consumer sentiment and [core consumer price index](https://fred.stlouisfed.org/series/CPILFESL).
473
488
@@ -522,18 +537,18 @@ _ = ax.set_title('University of Michigan Consumer Sentiment Index,\n and \
522
537
Year-over-year Consumer Price Index Change, 1978-2022 (United States)', pad=30)
523
538
```
524
539
540
+
+++ {"user_expressions": []}
525
541
526
542
### Production
527
543
528
-
Consumer confidence often influences the consumption pattern of consumers.
544
+
Consumers' confidence often influences their consumption pattern.
529
545
530
546
This often manifests on the production side.
531
547
532
-
We find that the real output of the industry is also highly correlated with
548
+
We find that real industrial output is highly correlated with
533
549
recessions in the economy.
534
550
535
-
However, instead of being a leading factor, the peak of the contraction in the
536
-
production delays compared to consumer confidence and inflation
551
+
However, it is not a leading indicator, as the peak of contraction in production delays compared to consumer confidence and inflation.
0 commit comments