Currency Composition Of The International Investment Position (IIPCC)
IMF IIPCC
@imf.iipcc
IMF IIPCC
@imf.iipcc
The Currency Composition of International Investment Positions dataset provides a comprehensive view of how a country's international financial assets and liabilities are denominated in different currencies. At a specific point in time, it shows the currency breakdown of: - Debt assets and liabilities with non-residents - Financial derivative positions with non-residents (receive/pay) - Reserve-related liabilities. The data is categorized by sector (e.g., government, banks) and currency (domestic, US dollar, Euro, Yen, and others). This detailed information helps analyze currency exposures and potential vulnerabilities. This dataset is a key component of the International Investment Position (IIP) statistics.
Last updated: 2025-10-21T18:15:26.547102600Z.
CREATE TABLE codes_imf_cl_country_1_5_1 (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_imf_cl_freq_1_0_3 (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_imf_cl_unit_2_11_0 (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_imf_sta_cl_bop_accounting_entry_3_3_0 (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_imf_sta_cl_bop_currency_3_1_1 (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE observations (
"country" VARCHAR,
"bop_accounting_entry" VARCHAR,
"indicator" VARCHAR,
"currency" VARCHAR,
"unit" VARCHAR,
"frequency" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.