Baselight

Financial Reform Database

Changes to financial policy in 91 economies from 1973 to 2022

@kaggle.konradb_financial_reform_database

Loading...
Loading...

About this Dataset

Financial Reform Database

From release paper https://academic.oup.com/jfr/article/8/2/230/6627259:

This article introduces a revised and updated version of the Financial Reform Database, which is widely used by economists and political economists. In this revision, country coverage is extended from 91 to 100 economies. Also, the time period covered is extended from 1973–2005 to 1973–2013. Furthermore, the coding rule relating to the enhancement of banking supervision is revised to enhance the clarity of the coding criteria used to measure the independence of a banking supervisory agency, taking into account the concepts of institutional independence and supervisory independence. In addition, in order to systematically compare policy changes across time and countries, seven dimensions of financial policies are further divided into 20 financial policy subdimensions, and each of these subdimensional policy scores is separately coded in this revision.

Note from KB: The descriptons of the columns are provided in the dictionary file - I didn't edit them since the file preview seems to be malfunctioning (25.05.2023).

Tables

Finref Chronology

@kaggle.konradb_financial_reform_database.finref_chronology
  • 482.19 KB
  • 7407 rows
  • 5 columns
Loading...

CREATE TABLE finref_chronology (
  "country" VARCHAR,
  "year" VARCHAR,
  "policy" VARCHAR,
  "value" VARCHAR,
  "description" VARCHAR
);

Finref Dataset

@kaggle.konradb_financial_reform_database.finref_dataset
  • 46.9 KB
  • 3690 rows
  • 37 columns
Loading...

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
);

Finref Dictionary

@kaggle.konradb_financial_reform_database.finref_dictionary
  • 3.6 KB
  • 33 rows
  • 2 columns
Loading...

CREATE TABLE finref_dictionary (
  "variable_name" VARCHAR,
  "description" VARCHAR
);

Share link

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