Direct Investment Positions By Counterpart Economy (formerly CDIS)
IMF DIP
@imf.dip
IMF DIP
@imf.dip
The Direct Investment Positions by Counterpart Economy dataset includes data on (i) inward foreign direct investment positions by instrument (equity or debt) and by economy of immediate foreign investor;and (ii) outward direct investment positions by instrument (equity or debt) and by economy of immediate foreign investment economy. In most instances the database contains separate data on net equity and net debt positions as well as separate data on financial companies and fellow enterprises. The dataset also includes tables that present "mirror" data (i.e., tables in which data from the reporting economy are shown side-by-side with the data obtained from all other counterpart reporting economies). Direct Investment statistics are useful for monitoring, evaluating, and providing insights into an economy's integration with other economies. The data are sourced from country authorities (central banks, national statistical institutes, ministries of finance), collected in the IMF's annual Coordinated Direct Investment Survey and based on the directional principle.
Keywords: FDI,Direct investment,CDIS.
Last updated: 2025-06-06T07:48:56.945290300Z.
CREATE TABLE codes_cl_derivation_type (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_dip_country (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_freq (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE indicators (
"indicator" VARCHAR,
"series_name" VARCHAR,
"unit" VARCHAR,
"transformation" VARCHAR,
"http_www_w3_org_2001_xmlschema_instance_type" VARCHAR,
"di_entity" VARCHAR,
"instr_asset" VARCHAR,
"accounting_entry" VARCHAR,
"functional_cat" VARCHAR,
"di_direction" VARCHAR
);CREATE TABLE observations (
"country" VARCHAR,
"dv_type" VARCHAR,
"indicator" VARCHAR,
"counterpart_country" VARCHAR,
"frequency" VARCHAR,
"time_period" BIGINT,
"value" DOUBLE
);Anyone who has the link will be able to view this.