G20 Financial Inclusion Indicators
Financial inclusion data for G20 countries
@worldbank.g20_financial_inclusion_indicators
Financial inclusion data for G20 countries
@worldbank.g20_financial_inclusion_indicators
The G20 Basic Set of Financial Inclusion data repository includes detailed data from users and providers of financial services. The Basic Set measures both access to financial services (“supply-side” data) and usage of services (“demand-side” data). The Basic Set covers both individuals and small and medium sized enterprises (SME’s) and includes data from three sources and 192 countries. The five basic set indicators are as follows:
CREATE TABLE i_loan_acc_a1_sme_pernfc (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE i_mob_agent_pop_registered (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE i_mob_transactions_number_pop (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE s_loans_a1 (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE s_policyholders_b2_life (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE s_policyholders_b2_nonlife (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);Anyone who has the link will be able to view this.