sources
Data license: CC-BY
1 row where datasetId = 496 sorted by id descending
This data as json, CSV (advanced)
Suggested facets: createdAt (date), updatedAt (date)
id ▲ | name | description | createdAt | updatedAt | datasetId | additionalInfo | link | dataPublishedBy |
---|---|---|---|---|---|---|---|---|
628 | World Bank's Global Findex Database (2014) | { "link": "http://databank.worldbank.org/data/reports", "retrievedDate": "25/05/2017", "additionalInfo": "This data series extends from 2005-2014, and has been created through the merging of two independent estimates of access to financial services.\r\n\r\nData for 2011 and 2014 has been sourced from the World Bank's Global Findex (Global Financial Inclusion) Database [available at: http://databank.worldbank.org/data/reports], which provides several measures of financial access. The dataset presented here is 'Account at a financial institution (% age 15+)'. This dataset is predominantly sourced from household and census survey data. The World Bank defines this parameter as:\r\n\r\n\"the percentage of respondents who report having an account (by themselves or together with someone else) at a bank or another type of financial institution; having a debit card in their own name; receiving wages, government transfers, or payments for agricultural products into an account at a financial institution in the past 12 months; paying utility bills or school fees from an account at a financial institution in the past 12 months; or receiving wages or government transfers into a card in the past 12 months (% age 15+).\r\n\r\nEarlier global estimates of global access to financial services are less certain. To present earlier estimates, we have relied on composite measures of financial access reported in the World Bank's publication 'Finance for All?: Policies and Pitfalls in Expanding Access' (2008). The sources from which the World Bank draws upon for this composite indicator are referenced below.\r\n\r\nThe World Bank defines this composite indicator as measuring \"the percentage of the adult population with access to an account with a financial intermediary. The indicator is constructed as follows: for any country with data on access from a household survey, the surveyed percentage is given. For other countries, the percentage is constructed as a function of the estimated number and average size of bank accounts as discussed in Honohan (2007). These numbers are subject to estimation error.\"\r\n\r\nIt should also be noted that while the majority of data is reported for the year 2005, some are sourced from earlier (thus the measurement period should be considered to extend from 2000-2005).\r\nReferences:\r\nWorld Bank. 2008. Finance for All? A World Bank Policy Research Report. Available at: http://siteresources.worldbank.org/INTFINFORALL/Resources/4099583-1194373512632/FFA_book.pdf [accessed 25/05/2017]\r\n\r\nHonohan. 2006. \u201cHousehold Financial Assets in the Process of Development.\u201d Policy Research Working Paper 3965, World Bank, Washington DC.\r\nChristen, Robert Peck, Veena Jayadeva, and Richard Rosenberg. 2004. \u201cFinancial Institutions with a Double Bottom Line: Implications for the Future of Microfi nance.\u201d CGAP Occasional Paper 8, Consultative Group to Assist the Poorest, Washington DC.\r\n\r\nBeck, Thorsten, Asl\u0131 Demirg\u00fc\u00e7-Kunt, and Maria Soledad Martinez Peria. 2007. \u201cReaching Out: Access to and Use of Banking Services across Countries.\u201d Journal of Financial Economics 85 (1): 234\u201366.\r\n\r\nPeachey, Stephen, and Alan Roe. 2006. \u201cAccess to Finance: Measuring the Contribution of Savings Banks.\u201d World Savings Banks Institute, Brussels, Belgium.", "dataPublishedBy": "World Bank's Global Findex (Global Financial Inclusion) Database", "dataPublisherSource": "Household and census survey data." } |
2017-05-26 21:14:53 | 2023-07-06 10:59:43 | Access to financial account or services (%) - World Bank (2014) 496 | This data series extends from 2005-2014, and has been created through the merging of two independent estimates of access to financial services. Data for 2011 and 2014 has been sourced from the World Bank's Global Findex (Global Financial Inclusion) Database [available at: http://databank.worldbank.org/data/reports], which provides several measures of financial access. The dataset presented here is 'Account at a financial institution (% age 15+)'. This dataset is predominantly sourced from household and census survey data. The World Bank defines this parameter as: "the percentage of respondents who report having an account (by themselves or together with someone else) at a bank or another type of financial institution; having a debit card in their own name; receiving wages, government transfers, or payments for agricultural products into an account at a financial institution in the past 12 months; paying utility bills or school fees from an account at a financial institution in the past 12 months; or receiving wages or government transfers into a card in the past 12 months (% age 15+). Earlier global estimates of global access to financial services are less certain. To present earlier estimates, we have relied on composite measures of financial access reported in the World Bank's publication 'Finance for All?: Policies and Pitfalls in Expanding Access' (2008). The sources from which the World Bank draws upon for this composite indicator are referenced below. The World Bank defines this composite indicator as measuring "the percentage of the adult population with access to an account with a financial intermediary. The indicator is constructed as follows: for any country with data on access from a household survey, the surveyed percentage is given. For other countries, the percentage is constructed as a function of the estimated number and average size of bank accounts as discussed in Honohan (2007). These numbers are subject to estimation error." It should also be noted that while the majority of dat… | http://databank.worldbank.org/data/reports | World Bank's Global Findex (Global Financial Inclusion) Database |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "sources" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "name" VARCHAR(512) NULL , "description" TEXT NOT NULL , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL , "datasetId" INTEGER NULL, additionalInfo TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.additionalInfo')) VIRTUAL, link TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.link')) VIRTUAL, dataPublishedBy TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.dataPublishedBy')) VIRTUAL, FOREIGN KEY("datasetId") REFERENCES "datasets" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "sources_datasetId" ON "sources" ("datasetId");