Baselight

Atlas Of The Offshore World

International tax evasion and avoidance dataset

@kaggle.konradb_atlas_of_the_offshore_world

Loading...
Loading...

About this Dataset

Atlas Of The Offshore World

From the project website https://atlas-offshore.world/: The Atlas of the Offshore World is a new effort by the EU Tax Observatory to inform the global debate around international tax evasion and avoidance. It offers up-to-date information about the dynamic of profit shifting by multinational companies and offshore wealth.

Tables

Global Profit Shifting

@kaggle.konradb_atlas_of_the_offshore_world.global_profit_shifting
  • 7.79 KB
  • 981 rows
  • 4 columns
Loading...

CREATE TABLE global_profit_shifting (
  "country" VARCHAR,
  "tax_rev_pct" VARCHAR,
  "year" BIGINT,
  "status" BIGINT
);

Offshore Financial Wealth

@kaggle.konradb_atlas_of_the_offshore_world.offshore_financial_wealth
  • 17.1 KB
  • 4752 rows
  • 4 columns
Loading...

CREATE TABLE offshore_financial_wealth (
  "country" VARCHAR,
  "tax_rev_pct" DOUBLE,
  "year" BIGINT,
  "status" BIGINT
);

Share link

Anyone who has the link will be able to view this.