Special Purpose Entities (SPEs)
IMF SPE
@imf.spe
IMF SPE
@imf.spe
This dataset provides detailed information on cross-border transactions and financial positions related to resident Special Purpose Entities (SPEs). SPEs are often used by multinational enterprises (MNEs) for various purposes, including tax optimization, risk management, and intellectual property management. This data is crucial for policymakers, analysts, and investors to understand the impact of SPEs on a country's economy and the global financial system. The data is collected by national compilers through various sources, including surveys, administrative records, and international data exchanges. While annual data provides a comprehensive overview, where available, quarterly data allows for more timely monitoring of SPE-related trends and potential vulnerabilities.
Last updated: 2025-10-21T23:23:47.563477700Z.
CREATE TABLE codes_cl_bop_accounting_entry (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_country (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_freq (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_unit (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE observations (
"country" VARCHAR,
"bop_accounting_entry" VARCHAR,
"indicator" VARCHAR,
"unit" VARCHAR,
"frequency" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.