sources
Data license: CC-BY
1 row where datasetId = 1015 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 |
---|---|---|---|---|---|---|---|---|
6875 | GSMA, Mobile Money Metrics (2019) | { "link": "https://www.gsma.com/mobilemoneymetrics/", "retrievedDate": "10/05/19", "additionalInfo": "GSMA's definition of mobile money services:\n- A mobile money service includes transferring money and making payments using the mobile phone.\n\n- The service must be available to the unbanked, e.g. people who do not have access to a formal account at a financial institution.\n\n- The service must offer a network of physical transactional points which can include agents, outside of bank branches and ATMs, that make the service widely accessible to everyone.\n\n- Mobile banking or payment services (such as Apple Pay and Google Wallet) that offer the mobile phone as just another channel to access a traditional banking product are not included.\n\nData refers to the cumulative number of customer accounts at the end the year indicated. Customers who have not been registered but perform transactions over the counter are NOT included.\n\nGlobal data are is available from 2006-2018. Regional data are not available before 2012, due to confidentiality restriction with the survey participants. However, 2006 data for Sub-Saharan Africa are available as published in GSMA, The State of Mobile Money in Sub-Saharan Africa 2016.", "dataPublishedBy": "GSMA, Mobile Money Metrics (2019)", "dataPublisherSource": "Publicly available data from operator and regulator reports, and GSMA Annual Global Adoption Surveys." } |
2017-11-06 15:48:58 | 2017-11-27 10:48:04 | Mobile Bank Accounts by Region - GSMA (2019) 1015 | GSMA's definition of mobile money services: - A mobile money service includes transferring money and making payments using the mobile phone. - The service must be available to the unbanked, e.g. people who do not have access to a formal account at a financial institution. - The service must offer a network of physical transactional points which can include agents, outside of bank branches and ATMs, that make the service widely accessible to everyone. - Mobile banking or payment services (such as Apple Pay and Google Wallet) that offer the mobile phone as just another channel to access a traditional banking product are not included. Data refers to the cumulative number of customer accounts at the end the year indicated. Customers who have not been registered but perform transactions over the counter are NOT included. Global data are is available from 2006-2018. Regional data are not available before 2012, due to confidentiality restriction with the survey participants. However, 2006 data for Sub-Saharan Africa are available as published in GSMA, The State of Mobile Money in Sub-Saharan Africa 2016. | https://www.gsma.com/mobilemoneymetrics/ | GSMA, Mobile Money Metrics (2019) |
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");