Editing
Monetary Policy and Central Banking
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Interest Rate Decision' (Predicting a Fed move):''' <syntaxhighlight lang="python"> def recommend_policy(inflation_rate, unemployment_rate): """ Targets: Inflation ~2%, Unemployment ~4% """ if inflation_rate > 5.0: return "HAWKISH: Raise interest rates to stop inflation." elif unemployment_rate > 7.0: return "DOVISH: Lower interest rates to create jobs." elif 1.5 < inflation_rate < 2.5 and 3.5 < unemployment_rate < 5.0: return "NEUTRAL: The economy is in the 'Goldilocks' zone." else: return "MIXED: A difficult balancing act." # Current State: Inflation is 8%, Unemployment is 3.5% print(f"Scenario 1: {recommend_policy(8.0, 3.5)}") # Current State: Inflation is 1%, Unemployment is 10% print(f"Scenario 2: {recommend_policy(1.0, 10.0)}") </syntaxhighlight> ; Monetary Landmarks : '''The End of the Gold Standard (1971)''' β When the US stopped backing dollars with gold, giving the Fed total power to control the money supply. : '''Hyperinflation in Weimar Germany (1923)''' β A warning of what happens when a central bank prints too much money (prices doubled every 3 days). : '''The 2008 'Big Bazooka'''' β When central banks around the world launched Quantitative Easing for the first time to stop a global depression. : '''Paul Volcker's War (1980s)''' β When the Fed head raised interest rates to 20% to "Kill" inflation, causing a recession but saving the long-term economy. </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information