TradeFlows: TradeFlows

Description Usage Format Source References Examples

Description

Data on international trade in business services retrieved from the World Input-Output Database from 2014. (WIOD, Timmer et al. (2015)). The definition of business services corresponds to the NACE Rev. 2 classifications of J62, J63, M and N. Trade flows are aggregated at the country level: The value of a trade flow from an industry k in country i to country j is computed as the sum of the intermediate trade flows from k to all importing industries in j and the final consumption of the exported commodity in country j. The subset of business services, where industries J62, J63, M and N are totalled, is then merged with the following datasets:

GeoDist (CEPII) (Mayer and Zignago, 2011): GeoDist delivers a comprehensive set of gravity variables for pairs of countries. In addition to bilateral distance, the following dummy variables are added: contiguity, common official language, colony and same country

STRI - Service Trade Restrictiveness Index (OECD) (Grosso et al., 2015): The STRI is a measure for service trade restrictiveness that assigns a score between zero and one to each importing country. The index reflects the regulatory non-tariff barriers to market access for foreign service providers. Zero represents an open market, one a market completely closed to foreign service providers.

Mario Larch's Regional Trade Agreements Database (Egger and Larch, 2008): This comprehensive database delivers dummy variables to indicate if a country was part in a bilateral or multilateral RTA between 1950 and 2017. Based on all RTAs notified to the WTO, it distinguishes between free trade agreements, custom unions, economic integration agreements and partial scope agreements. The dummy variable used in this dataset is equal to one if one or more of those agreements were in force in 2014.

Usage

1
data("TradeFlows", package = "ppml")

Format

A data frame containing three variables with 213 observations.

s

Trade flows from country i to country j in relation to world production/expenditure Y

log_dist

The log of distance

contig

Dummy for contiguity

comlang_off

Dummy for common official language

colony

Dummy for colony

smctry

Dummy for same country (1 if country i and j have been the same country once)

i_j

Dummy variable equal to 1 for i != j

log_stri_i_j

The log of (1+STRI_j)*i_j

rta

Dummy variable equal to 1 if both countries had a trade agreement in 2014

i

Exporting country

j

Importing country

Source

Data provided by http://www.wiod.org/database/wiots16, https://www.ewf.uni-bayreuth.de/en/research/RTA-data/index.html, http://www.cepii.fr/CEPII/en/bdd_modele/presentation.asp?id=6 and https://stats.oecd.org/Index.aspx?DataSetCode=STRI.

References

Egger, P. and Larch, M. (2008). “Interdependent preferential trade agreement memberships: An empirical analysis”, Journal of International Economics, 76(2), 384–399

Grosso, M. G., Gonzales, F., Miroudot, S., Nordas, H. K., Rouzet, D. and Ueno, A. (2015). “Services trade restrictiveness index (STRI): Scoring and weighting methodology”, (177)

Kleinheinz, L. (2019). “General equilibrium effects of trade liberalization in business services”

Mayer, T. and Zignago, S. (2011), “Notes on cepiis distances measures: The geodist database”, Working papers, CEPII

Timmer, M. P., Dietzenbacher, E., Los, B., Stehrer, R. and de Vries, G. J. (2015). “An illustrated user guide to the world input output database: the case of global automotive production”, Review of International Economics, 23(3), 575–605. doi: 10.1111/roie.12178

Examples

1
data("TradeFlows", package = "ppml")

ppml documentation built on Aug. 25, 2019, 3:01 a.m.

Related to TradeFlows in ppml...