sources
Data license: CC-BY
2 rows where datasetId = 5915 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 |
---|---|---|---|---|---|---|---|---|
29553 | GSMA (2022) | { "link": "https://www.gsma.com/mobilemoneymetrics/#global", "retrievedDate": "2023-03-06", "additionalInfo": "\nThe Global Mobile Money Dataset is a set of global metrics for the mobile money industry based on data collected and analyzed by the GSMA Mobile Money program.\n\nThe GSMA Mobile Money program considers services that meet the following definitions:\n\n\u2022 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\u2022 The service must offer at least one of the following services: Storage of value; Domestic or international transfer; mobile payment, including bill payment, bulk disbursement, and merchant payment.\n\u2022 The service must offer a network of physical transactional points outside bank branches and ATMs, making the service widely accessible to everyone.\n\u2022 The service must offer an interface for initiating transactions for agents or customers that is available on mobile devices.\n\u2022 Mobile banking services that offer the mobile phone as just another channel to access a traditional banking product are not included.\n\u2022 Payment services linked to a traditional banking product or credit cards, such as Apple Pay and Google Wallet, are not included.", "dataPublishedBy": "GSMA" } |
2023-12-14 12:02:53 | 2024-05-05 18:56:06 | Global Mobile Money Dataset (GSMA, 2022) 5915 | The Global Mobile Money Dataset is a set of global metrics for the mobile money industry based on data collected and analyzed by the GSMA Mobile Money program. The GSMA Mobile Money program considers services that meet the following definitions: • 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 at least one of the following services: Storage of value; Domestic or international transfer; mobile payment, including bill payment, bulk disbursement, and merchant payment. • The service must offer a network of physical transactional points outside bank branches and ATMs, making the service widely accessible to everyone. • The service must offer an interface for initiating transactions for agents or customers that is available on mobile devices. • Mobile banking services that offer the mobile phone as just another channel to access a traditional banking product are not included. • Payment services linked to a traditional banking product or credit cards, such as Apple Pay and Google Wallet, are not included. | https://www.gsma.com/mobilemoneymetrics/#global | GSMA |
27420 | GSMA (2022) | { "link": "https://www.gsma.com/mobilemoneymetrics/#global", "retrievedDate": "2023-03-06", "additionalInfo": "The Global Mobile Money Dataset is a set of global metrics for the mobile money industry based on data collected and analyzed by the GSMA Mobile Money program.\n\nThe GSMA Mobile Money program considers services that meet the following definitions:\n\n\u2022 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\u2022 The service must offer at least one of the following services: Storage of value; Domestic or international transfer; mobile payment, including bill payment, bulk disbursement, and merchant payment.\n\u2022 The service must offer a network of physical transactional points outside bank branches and ATMs, making the service widely accessible to everyone.\n\u2022 The service must offer an interface for initiating transactions for agents or customers that is available on mobile devices.\n\u2022 Mobile banking services that offer the mobile phone as just another channel to access a traditional banking product are not included.\n\u2022 Payment services linked to a traditional banking product or credit cards, such as Apple Pay and Google Wallet, are not included.", "dataPublishedBy": "GSMA" } |
2023-03-09 16:34:39 | 2024-05-05 18:56:06 | Global Mobile Money Dataset (GSMA, 2022) 5915 | The Global Mobile Money Dataset is a set of global metrics for the mobile money industry based on data collected and analyzed by the GSMA Mobile Money program. The GSMA Mobile Money program considers services that meet the following definitions: • 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 at least one of the following services: Storage of value; Domestic or international transfer; mobile payment, including bill payment, bulk disbursement, and merchant payment. • The service must offer a network of physical transactional points outside bank branches and ATMs, making the service widely accessible to everyone. • The service must offer an interface for initiating transactions for agents or customers that is available on mobile devices. • Mobile banking services that offer the mobile phone as just another channel to access a traditional banking product are not included. • Payment services linked to a traditional banking product or credit cards, such as Apple Pay and Google Wallet, are not included. | https://www.gsma.com/mobilemoneymetrics/#global | GSMA |
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");