GFS Government Expenditures By Function
IMF GFS_COFOG
@imf.gfs_cofog
IMF GFS_COFOG
@imf.gfs_cofog
Keywords: GFS,Fiscal Balances,Fiscal Deficit,Government Revenue,Government Expenses,Government Net Worth,Government Deficit.
Last updated: 2025-10-21T07:27:08.486050500Z.
CREATE TABLE codes_cl_country (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_freq (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_gfs_grp (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_gfs_type_of_transformation (
"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,
"flow_stock_entry" VARCHAR,
"accounts" VARCHAR,
"gfs_sto" VARCHAR,
"instr_asset" VARCHAR
);CREATE TABLE observations (
"country" VARCHAR,
"sector" VARCHAR,
"gfs_grp" VARCHAR,
"indicator" VARCHAR,
"type_of_transformation" VARCHAR,
"frequency" VARCHAR,
"time_period" BIGINT,
"value" DOUBLE
);Anyone who has the link will be able to view this.