Financial Reform Database
Changes to financial policy in 91 economies from 1973 to 2022
@kaggle.konradb_financial_reform_database
Changes to financial policy in 91 economies from 1973 to 2022
@kaggle.konradb_financial_reform_database
CREATE TABLE finref_chronology (
"country" VARCHAR,
"year" VARCHAR,
"policy" VARCHAR,
"value" VARCHAR,
"description" VARCHAR
);
CREATE TABLE finref_dataset (
"country" VARCHAR,
"ifs" BIGINT,
"code" VARCHAR,
"year" BIGINT,
"creditcont2013" BIGINT,
"intrate2013" BIGINT,
"bankentry2013" BIGINT,
"finaccounttrans2013" BIGINT,
"privatization2013" BIGINT,
"security2013" BIGINT,
"banksuperv2013" BIGINT,
"creditcont_rawtotal" BIGINT,
"directedcredit" BIGINT,
"subsidizedcredit" BIGINT,
"rr" BIGINT,
"interestrate_rawtotal" BIGINT,
"depositrate" BIGINT,
"lendingrate" BIGINT,
"bankentry_rawtotal" BIGINT,
"foreignbankentry" BIGINT,
"domesticbankentry" BIGINT,
"bankbranch" BIGINT,
"bankactivity" BIGINT,
"finaccounttrans_rawtotal" BIGINT,
"multipleexcrates" BIGINT,
"kinflow" BIGINT,
"koutflow" BIGINT,
"privatization_raw" BIGINT,
"security_rawtotal" BIGINT,
"secdev" BIGINT,
"secopen" BIGINT,
"banksuperv_rawtotal" BIGINT,
"baslecar" BIGINT,
"ind_dejure" BIGINT,
"supervisoryp" BIGINT,
"sitesuperv" BIGINT,
"globalconsolidation" BIGINT
);
CREATE TABLE finref_dictionary (
"variable_name" VARCHAR,
"description" VARCHAR
);
Anyone who has the link will be able to view this.