Skip to content

[business_cycle] update made to the lecture #641

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions lectures/business_cycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -591,8 +591,7 @@ plot_comparison(unempl_rate, countries,
plt.show()
```

We see that France, with its strong labor unions, typically experiences
relatively slow labor market recoveries after negative shocks.
We see that France, with its strong labor unions, typically experiences slower labor market recoveries after negative shocks because union influence often leads to stringent employment protection laws, high firing costs, and rigid wage structures. While these measures protect existing workers, they reduce firms’ flexibility to adjust labor costs and hiring in response to changing economic conditions, causing lower labour market adaptability during recoveries.

We also notice that Japan has a history of very low and stable unemployment rates.

Expand Down
Loading