Country Policy And Institutional Assessment
Annual evaluations of policy and institutional quality across World Bank borrowing countries
@worldbank.country_policy_and_institutional_assessment
Annual evaluations of policy and institutional quality across World Bank borrowing countries
@worldbank.country_policy_and_institutional_assessment
The World Bank's Country Policy and Institutional Assessment is done annually for all its borrowing countries. It has evolved into a set of criteria, which are grouped in four clusters:
The number of criteria, currently sixteen, reflect a balance between ensuring that all key factors that foster pro-poor growth and poverty alleviation are captured, without overly burdening the evaluation process. Ratings for each of the criteria reflect a variety of indicators, observations, and judgments. They focus on the quality of each country's current policies and institutions - which are the main determinant of present aid effectiveness prospects. To fully underscore the importance of the CPIA in the IDA Performance Based Allocations, the overall country score is referred to as the IDA Resource Allocation Index (IRAI).
CREATE TABLE iq_cpa_breg_xq (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE iq_cpa_debt_xq (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE iq_cpa_econ_xq (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE iq_cpa_envr_xq (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE iq_cpa_finq_xq (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE iq_cpa_fins_xq (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE iq_cpa_fisp_xq (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE iq_cpa_gndr_xq (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE iq_cpa_hres_xq (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE iq_cpa_irai_xq (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE iq_cpa_macr_xq (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE iq_cpa_padm_xq (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE iq_cpa_pres_xq (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE iq_cpa_prop_xq (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE iq_cpa_prot_xq (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE iq_cpa_pubs_xq (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE iq_cpa_revn_xq (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE iq_cpa_soci_xq (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE iq_cpa_strc_xq (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE iq_cpa_trad_xq (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE iq_cpa_tran_xq (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);Anyone who has the link will be able to view this.