Fiscal Decentralization (FD)
IMF FD
@imf.fd
IMF FD
@imf.fd
The Fiscal Decentralization dataset includes fiscal decentralization indicators for a sample of IMF member countries. The following indicators are included in the dataset: Revenue and Expenditure Decentralization Shares; Transfer dependency and Vertical Fiscal Imbalances; Deficit and Debt; Allocation of expenditure (economic classification); Allocation of expenditure (functional classification); Allocation of non-Tax Revenues; and Allocation of Taxes. Government fiscal decentralization statistics are used to measure and analyze the allocation of financial resources and responsibilities between different levels of government, such as central, regional, and local governments. These statistics help policymakers and analysts assess the degree of decentralization, evaluate the fiscal autonomy and accountability of subnational governments, inform intergovernmental fiscal transfers, and support decision-making related to fiscal reforms, public service delivery, and regional development. The statistics are calculated by IMF staff using Government Finance Statistics sourced from national authorities (central banks, national statistical institutes, ministries of finance). Government Finance Statistics are collected using the IMF's Government Finance Statistics Report Form.
Keywords: Fiscal federalism;Fiscal Decentralization;Revenue and Expenditure Decentralization Shares;Transfer dependency;Vertical Fiscal Imbalances;Allocation of expenditure..
Last updated: 2025-07-02T19:21:56.252173700Z.
CREATE TABLE codes_cl_country (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_freq (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_sector (
"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,
"cofog" VARCHAR,
"gfs_sto" VARCHAR
);CREATE TABLE observations (
"country" VARCHAR,
"indicator" VARCHAR,
"sector" VARCHAR,
"frequency" VARCHAR,
"time_period" BIGINT,
"value" DOUBLE
);Anyone who has the link will be able to view this.