Editing
International Trade Theory
(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 Comparative Advantage' (Who should make what?):''' <syntaxhighlight lang="python"> def recommend_trade(hours_per_car_a, hours_per_bread_a, hours_per_car_b, hours_per_bread_b): """ Calculates Opportunity Cost to find the comparative advantage. """ # Opp Cost of Car = Bread / Car opp_cost_car_a = hours_per_car_a / hours_per_bread_a opp_cost_car_b = hours_per_car_b / hours_per_bread_b if opp_cost_car_a < opp_cost_car_b: return "Country A should make CARS. Country B should make BREAD." else: return "Country B should make CARS. Country A should make BREAD." # Country A: 10h/Car, 1h/Bread. (Opp Cost = 10 Bread) # Country B: 20h/Car, 5h/Bread. (Opp Cost = 4 Bread) print(recommend_trade(10, 1, 20, 5)) # Note: Country A is 'Better' at both, but Country B has the # Comparative Advantage in Cars! </syntaxhighlight> ; Trade Landmarks : '''The Silk Road''' β The ancient network of trade routes that connected China and Rome, trading not just goods but ideas and religions. : '''The WTO (World Trade Organization)''' β The global body that sets the "Rules of the Game" for international trade and settles disputes between nations. : '''The Container Revolution (1956)''' β The invention of the metal shipping container, which dropped the cost of shipping by 90% and created the modern world. : '''Brexit (2016)''' β A rare modern example of a country choosing to "Leave" a free trade zone (The EU), providing a real-world experiment on the costs of trade barriers. </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