Monetary Policy Frameworks Toolkit (MPFT)
IMF MPFT
@imf.mpft
IMF MPFT
@imf.mpft
Monetary policy framework comprises the structures in place that enable and guide the conduct of monetary policy. In this project, we provide a multidimensional characterization of monetary policy frameworks across three pillars: Independence and Accountability, Policy and Operational Strategy, and Communications (IAPOC). This database covers 50 advanced economies, emerging markets, and low-income developing countries, from 2007 to 2018 (being extended).
CREATE TABLE codes_cl_freq (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_mpft_country (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_mpft_type_of_transformation (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE observations (
"country" 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.