🌍 International Economics

Explore global trade patterns, exchange rates, and international economic policy coordination

← Back to Economics Courses

International Economics Curriculum

12
Core Units
~140
Global Concepts
30+
Trade Models
100+
Policy Applications
1

Introduction to International Trade

Understand the fundamentals of why countries trade and the patterns of global commerce.

  • Why countries trade
  • Patterns of world trade
  • Trade theories overview
  • Gains from trade
  • Trade creation vs diversion
  • Globalization trends
  • Trade data and statistics
  • Modern trade challenges
2

Comparative Advantage

Master Ricardo's theory of comparative advantage and its modern applications.

  • Absolute vs comparative advantage
  • Ricardian model
  • Production possibilities
  • Opportunity cost in trade
  • Terms of trade
  • Gains from specialization
  • Labor productivity differences
  • Empirical evidence
3

Heckscher-Ohlin Model

Analyze trade patterns based on factor endowments and factor intensity.

  • Factor endowments theory
  • Factor intensity
  • Heckscher-Ohlin theorem
  • Stolper-Samuelson theorem
  • Factor price equalization
  • Rybczynski theorem
  • Leontief paradox
  • Extensions and modifications
4

New Trade Theory

Explore modern theories incorporating economies of scale and product differentiation.

  • Increasing returns to scale
  • Product differentiation
  • Monopolistic competition
  • Intra-industry trade
  • Network effects
  • Trade and geography
  • Krugman model
  • Gravity model of trade
5

Trade Policy Instruments

Study tariffs, quotas, and other tools governments use to regulate trade.

  • Tariffs and their effects
  • Import quotas
  • Export subsidies
  • Voluntary export restraints
  • Technical barriers to trade
  • Anti-dumping duties
  • Safeguard measures
  • Trade remedies
6

Political Economy of Trade

Understand why protectionist policies persist despite efficiency losses.

  • Winners and losers from trade
  • Lobbying and rent-seeking
  • Collective action problems
  • Electoral considerations
  • Industry-specific factors
  • Labor mobility
  • Trade adjustment assistance
  • Public choice theory
7

Regional Trade Agreements

Examine customs unions, free trade areas, and regional economic integration.

  • Types of regional agreements
  • Trade creation and diversion
  • Customs unions theory
  • Free trade areas
  • Common markets
  • Economic unions
  • Rules of origin
  • Major regional blocs
8

Exchange Rates

Learn how currencies are valued and what determines exchange rate movements.

  • Exchange rate definitions
  • Spot and forward rates
  • Real vs nominal rates
  • Exchange rate systems
  • Currency markets
  • Bid-ask spreads
  • Cross rates
  • Currency appreciation/depreciation
9

Exchange Rate Determination

Understand the theories that explain long-run and short-run exchange rate movements.

  • Purchasing power parity
  • Interest rate parity
  • Monetary approach
  • Portfolio balance model
  • Overshooting model
  • Real exchange rates
  • Exchange rate volatility
  • Empirical evidence
10

Balance of Payments

Analyze a country's international transactions and their macroeconomic implications.

  • Balance of payments accounting
  • Current account
  • Capital account
  • Financial account
  • Official reserves
  • Balance of payments equilibrium
  • Current account sustainability
  • External debt
11

Open Economy Macroeconomics

Study macroeconomic policy in an interconnected world economy.

  • Mundell-Fleming model
  • Policy trilemma
  • Fixed vs flexible exchange rates
  • Monetary policy effectiveness
  • Fiscal policy effectiveness
  • Capital mobility
  • Sterilization
  • Currency crises
12

International Economic Institutions

Explore the roles of international organizations in governing global economic relations.

  • World Trade Organization
  • International Monetary Fund
  • World Bank Group
  • GATT history
  • Bretton Woods system
  • Special Drawing Rights
  • Dispute resolution
  • Global governance

Unit 1: Introduction to International Trade

Understand the fundamentals of why countries trade and the patterns of global commerce.

Why Countries Trade

Explore the fundamental reasons that drive international trade and economic exchange.

Specialization Resource Differences Efficiency Gains
Countries engage in international trade for several key reasons: differences in resource endowments, technology, climate, and consumer preferences. Trade allows countries to specialize in producing what they do best and import what others produce more efficiently.
# Reasons for International Trade
trade_motivations = {
  "resource_based": {
    "natural_resources": "Oil, minerals, agricultural products",
    "climate_differences": "Tropical vs temperate goods",
    "geographical_advantages": "Coastal vs landlocked access"
  },
  "efficiency_based": {
    "comparative_advantage": "Relative efficiency differences",
    "economies_of_scale": "Lower costs through larger markets",
    "technological_differences": "Innovation and productivity gaps"
  },
  "preference_based": {
    "product_variety": "Different tastes and preferences",
    "quality_differences": "Premium vs standard goods",
    "brand_preferences": "Consumer loyalty to foreign brands"
  },
  "strategic_reasons": {
    "market_access": "Reaching new customers",
    "risk_diversification": "Reducing dependence on domestic market",
    "competition_benefits": "Improved efficiency through competition"
  }
}

Patterns of World Trade

Analyze global trade flows and understand which countries trade what with whom.

Key Trade Patterns:
• Most trade occurs between developed countries
• Intra-industry trade is increasingly important
• Regional trade blocs shape trade flows
• Services trade is growing rapidly
Trade Composition Trends:
• Manufacturing goods dominate global trade
• Primary commodities still important for developing countries
• Digital services creating new trade opportunities
• Global value chains fragment production
# Global Trade Patterns Analysis
world_trade_patterns = {
  "by_development_level": {
    "developed_to_developed": {
      "share": "60% of world trade",
      "characteristics": ["Similar products", "High quality", "Brand competition"]
    },
    "developed_to_developing": {
      "exports": "Machinery, technology, services",
      "imports": "Raw materials, labor-intensive goods"
    },
    "developing_to_developing": {
      "trend": "Fastest growing trade category",
      "products": "Diverse mix of goods and services"
    }
  },
  "by_product_type": {
    "manufactures": "75% of merchandise trade",
    "fuels": "15% of merchandise trade",
    "agricultural": "10% of merchandise trade",
    "services": "25% of total trade value"
  },
  "regional_concentration": {
    "europe": "Largest trading region",
    "asia": "Fastest growing trading region",
    "north_america": "NAFTA integration effects"
  }
}

Gains from Trade

Understand how international trade creates value and benefits all participating countries.

Types of Gains from Trade:
• Static gains: Better resource allocation at a point in time
• Dynamic gains: Long-term benefits from competition and innovation
• Consumer gains: More variety and lower prices
• Producer gains: Access to larger markets
Potential Trade Costs:
• Adjustment costs for displaced workers and industries
• Increased income inequality in some cases
• Reduced policy autonomy
• Environmental concerns from increased transport
# Trade Gains Analysis Framework
gains_from_trade = {
  "static_gains": {
    "specialization": {
      "definition": "Focus on comparative advantage products",
      "benefit": "Higher overall production efficiency"
    },
    "consumption": {
      "definition": "Access to goods not produced domestically",
      "benefit": "Improved consumer welfare"
    },
&