11. Oman Trade Profile

Learning objectives

By the end of this chapter, you should be able to:

  1. Interpret Oman’s basic trade indicators.
  2. Calculate total trade from GDP and trade as a share of GDP.
  3. Distinguish between merchandise trade, agricultural trade, and services trade.
  4. Use HS codes to describe product-level trade patterns.
  5. Explain the policy meaning of export concentration.
  6. Connect Oman’s trade structure to food security and diversification.

Why this chapter matters

Trade theory is useful only if students can connect it to real data. Oman is a useful case because it is a small open economy with strong energy exports, substantial imports, and strategic regional trade links.

This chapter uses Oman’s WTO Trade Profile data as a practical application. The numbers should be treated as historical indicators for classroom analysis, not as live current statistics.

Oman’s basic economic and trade indicators

The table below summarizes key indicators used in this chapter.

Indicator Value
GDP, million current US dollars 114,667
GDP per capita, US dollars 20,354
Current account balance, percent of GDP 3.3
Trade per capita, US dollars 9,949
Trade, percent of GDP 48.9

The trade share of GDP is a simple measure of trade openness:

\[ \text{Trade openness} = \frac{X + M}{GDP} \times 100 \]

where \(X\) is exports and \(M\) is imports.

Worked example: total trade value

Suppose Oman’s GDP is US$114,667 million and trade is 48.9 percent of GDP.

Then:

\[ X + M = 0.489 \times 114{,}667 \]

\[ X + M \approx 56{,}072 \text{ million US dollars} \]

So Oman’s total trade value is approximately US$56.1 billion.

NoteInterpretation

A trade-to-GDP ratio close to 50 percent indicates that international trade is important for Oman’s economy. However, trade openness alone does not show whether exports are diversified. For that, we must look at the composition of trade.

Rank in world trade

Trade category Export rank Import rank
Merchandise 52 65
Commercial services 102 63

Oman ranks higher in merchandise exports than in commercial services exports. This is consistent with an economy where goods, especially resource-related goods, are more central to external trade than services exports.

Merchandise trade breakdown

Category Exports, million US dollars Imports, million US dollars
Agricultural products 1,834 5,133
Non-agricultural products 42,718 25,747

Oman exports far more non-agricultural products than agricultural products. By contrast, agricultural imports are much larger than agricultural exports.

This matters for food security. Even when a country has strong export earnings, it may still depend heavily on international markets for food and agricultural inputs.

Main exported products

Exported product HS code Value, million US dollars
Petroleum oils, crude HS2709 18,686
Petroleum gases HS2711 4,403
Petroleum oils, other than crude HS2710 3,865
Nitrogenous fertilizers HS3102 1,498
Motor cars for transport of persons HS8703 955

The top export products show strong concentration in petroleum and energy-related sectors. This is consistent with revealed strength in fuels and mining products.

Main imported products

Imported product HS code Value, million US dollars
Petroleum oils, other than crude HS2710 3,370
Iron ores and concentrates HS2601 1,876
Motor cars for transport of persons HS8703 1,730
Radio-telephony transmission tools HS8525 723
Gold HS7108 600

Imports are more mixed. They include fuels, industrial materials, vehicles, communication equipment, and gold.

Agricultural trade

Exported agricultural product HS code Value, million US dollars
Milk and cream, concentrated HS0402 268
Cigars, cheroots, cigarillos HS2402 242
Bread, pastry, other bakers’ wares HS1905 140
Live sheep and goats HS0104 136
Palm oil and its fractions HS1511 106
Imported agricultural product HS code Value, million US dollars
Wheat and meslin HS1001 458
Milk and cream, concentrated HS0402 410
Live sheep and goats HS0104 278
Cigars, cheroots, cigarillos HS2402 226
Palm oil and its fractions HS1511 207

Agricultural trade includes several food-security-sensitive products, especially wheat, dairy products, and live animals.

A useful observation is that Oman can import and export some similar categories. This may reflect re-exports, product differentiation, processing, quality differences, or regional distribution patterns.

Services trade

Services category Exports, million US dollars Imports, million US dollars
Total commercial services 622 3,780
Other commercial services 750 3,750
Goods-related services n.a. n.a.

Oman imports substantially more services than it exports. This can reflect demand for foreign expertise, logistics services, business services, and other commercial services.

Transport mode for imports

Mode of transport Imports, million US dollars Share, percent
By sea 3,127 82.7
By air 653 17.3
By other 0 0.0

The high share of imports by sea emphasizes the importance of maritime routes, ports, and logistics infrastructure.

Python application: Oman trade profile tables and figures

The following code creates basic tables and visualizations from the indicators used in this chapter.

Code
import pandas as pd
import matplotlib.pyplot as plt

basic_indicators = pd.DataFrame({
    "Indicator": [
        "GDP, million current US dollars",
        "GDP per capita, US dollars",
        "Current account balance, percent of GDP",
        "Trade per capita, US dollars",
        "Trade, percent of GDP"
    ],
    "Value": [114667, 20354, 3.3, 9949, 48.9]
})

basic_indicators
Table 17.1
Indicator Value
0 GDP, million current US dollars 114667.0
1 GDP per capita, US dollars 20354.0
2 Current account balance, percent of GDP 3.3
3 Trade per capita, US dollars 9949.0
4 Trade, percent of GDP 48.9
Code
merchandise = pd.DataFrame({
    "Category": ["Agricultural products", "Non-agricultural products"],
    "Exports": [1834, 42718],
    "Imports": [5133, 25747]
})

ax = merchandise.set_index("Category").plot(kind="bar")
ax.set_xlabel("")
ax.set_ylabel("Million US dollars")
ax.set_title("Oman merchandise trade by broad category")
plt.xticks(rotation=0)
plt.tight_layout()
plt.show()
Figure 17.1: Oman merchandise exports and imports by broad category.
Code
top_exports = pd.DataFrame({
    "Product": [
        "Crude petroleum oils",
        "Petroleum gases",
        "Refined petroleum oils",
        "Nitrogenous fertilizers",
        "Motor cars"
    ],
    "Value": [18686, 4403, 3865, 1498, 955]
})

ax = top_exports.plot(kind="barh", x="Product", y="Value", legend=False)
ax.set_xlabel("Million US dollars")
ax.set_ylabel("")
ax.set_title("Oman top exported products")
ax.invert_yaxis()
plt.tight_layout()
plt.show()
Figure 17.2: Top exported products in Oman.
Code
ag_trade = pd.DataFrame({
    "Flow": ["Agricultural exports", "Agricultural imports"],
    "Value": [1834, 5133]
})

ax = ag_trade.plot(kind="bar", x="Flow", y="Value", legend=False)
ax.set_xlabel("")
ax.set_ylabel("Million US dollars")
ax.set_title("Oman agricultural trade")
plt.xticks(rotation=0)
plt.tight_layout()
plt.show()
Figure 17.3: Oman agricultural exports and imports.

Policy interpretation

The Oman trade profile suggests four main lessons.

First, Oman is open to trade. Trade is large relative to GDP, and the country is strongly connected to international markets.

Second, exports are concentrated. Petroleum and energy-related products dominate merchandise exports. This can generate strong export revenue when energy prices are high, but it also creates vulnerability when prices fall.

Third, agricultural imports matter. Wheat, dairy products, live animals, and oils are important for food security. A disruption in global food markets can affect domestic availability and prices.

Fourth, logistics are strategic. The large share of imports by sea highlights the importance of ports, shipping routes, and trade facilitation.

Key takeaway

Oman’s trade profile shows both strength and vulnerability. The country has a strong position in energy-related exports, but export concentration and food import dependence create policy challenges. Understanding these patterns helps students connect trade theory, welfare analysis, and trade policy to a real economy.

Review questions

  1. What does the trade openness ratio measure?
  2. Why is trade openness not the same as economic diversification?
  3. Which broad category dominates Oman’s exports?
  4. Why are agricultural imports important for Oman’s food security?
  5. What does an HS code identify?
  6. Why does export concentration increase vulnerability to price shocks?
  7. Why is maritime transport important for Oman’s imports?
  8. Give one example of a product that Oman both imports and exports.
  9. What is the difference between merchandise trade and services trade?
  10. How can Oman strengthen trade resilience over time?

Practice problem

Using the trade profile values in this chapter:

  1. Calculate total trade if GDP is US$114,667 million and trade is 48.9 percent of GDP.
  2. Compare agricultural exports and agricultural imports.
  3. Identify the top exported product by value.
  4. Explain one risk of hydrocarbon export concentration.
  5. Write a three-sentence policy note on how Oman can reduce trade vulnerability.