-
-
Notifications
You must be signed in to change notification settings - Fork 26
[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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for taupe-gaufre-c4e660 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
thanks @bishmaybarik -- I will take a closer look over the weekend. Appreciate the PR. |
@@ -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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 see that France, with its strong labor unions, typically experiences slower labor market recoveries after negative shocks. | |
It is often suggested that a high degree of labor union influence can lead to stringent employment protection laws, higher firing costs, and more rigid wage structures. | |
While these measures protect existing workers, they can reduce firms’ flexibility to adjust labor costs and hiring in response to changing economic conditions, causing lower labour market adaptability during recoveries. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bishmaybarik I have made the comment less conclusive. There is active debate on the tradeoffs here so I think this language is a bit more neutral. What do you think?
I have also used single sentence paragraphs (as per style guide).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @mmcky ,
Thanks for making these changes. There look great to me. And yes, this language is more neutral and explains things clearly. Thanks a lot!
@mmcky and @HumphreyYang I have added some additional information about why has France observed a slower recovery in labour market. You can refer to this source for more information.
This PR fixes #294 issue.