danielrosehill commited on
Commit
e3dad54
·
1 Parent(s): aa3d183
.README.md.kate-swp ADDED
Binary file (8.03 kB). View file
 
documentation/data-dictionary.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Data Dictionary
2
+
3
+ This document provides descriptions of the data fields used in the Social Impact Bond datasets.
4
+
5
+ ## Current and Historic Projects
6
+
7
+ The main dataset containing information about deployed social impact bonds and related instruments.
8
+
9
+ | Field | Description | Data Type |
10
+ |-------|-------------|-----------|
11
+ | Project Name | The official name of the project | Text |
12
+ | Country | ISO country code where the project is implemented | Text |
13
+ | INDIGO Project Name | Original name as listed in the INDIGO dataset | Text |
14
+ | Start Date | Date when the project began | Date |
15
+ | End Date | Date when the project ended or is scheduled to end | Date |
16
+ | Status | Current status of the project (e.g., Active, Completed) | Text |
17
+ | Is SIB | Whether the project is a Social Impact Bond | Boolean |
18
+ | Is DIB | Whether the project is a Development Impact Bond | Boolean |
19
+ | Outcome Funder | Organization(s) funding the outcomes | Text |
20
+ | Service Provider | Organization(s) providing the intervention services | Text |
21
+ | Intermediary | Organization(s) acting as intermediaries | Text |
22
+ | Target Population | Description of the population served by the project | Text |
23
+ | Outcome Metrics | Metrics used to measure success | Text |
24
+ | Maximum Outcome Payment | Maximum possible payment for outcomes | Numeric |
25
+ | Currency | ISO currency code for financial values | Text |
26
+
27
+ ## Outcome Funds
28
+
29
+ Dataset containing information about outcome funds.
30
+
31
+ | Field | Description | Data Type |
32
+ |-------|-------------|-----------|
33
+ | Fund Name | Name of the outcome fund | Text |
34
+ | Country | ISO country code where the fund operates | Text |
35
+ | Launch Date | Date when the fund was launched | Date |
36
+ | Size | Total size of the fund | Numeric |
37
+ | Currency | ISO currency code for financial values | Text |
38
+ | Number of Projects | Number of projects supported by the fund | Numeric |
39
+ | Fund Manager | Organization managing the fund | Text |
40
+ | Outcome Funder | Organization(s) funding the outcomes | Text |
41
+
42
+ ## Pipeline Projects
43
+
44
+ Dataset containing information about projects in development.
45
+
46
+ | Field | Description | Data Type |
47
+ |-------|-------------|-----------|
48
+ | Project Name | The official name of the project | Text |
49
+ | Country | ISO country code where the project is planned | Text |
50
+ | Status | Current development status | Text |
51
+ | Expected Launch | Expected launch date | Date |
52
+ | Policy Area | Area of social policy addressed | Text |
53
+ | Target Population | Description of the population to be served | Text |
54
+ | Outcome Funder | Organization(s) planning to fund outcomes | Text |
55
+ | Service Provider | Organization(s) planning to provide services | Text |
56
+
57
+ ## Organizations Lookup
58
+
59
+ Reference data for organizations involved in pay-for-success projects.
60
+
61
+ | Field | Description | Data Type |
62
+ |-------|-------------|-----------|
63
+ | Organization Name | Official name of the organization | Text |
64
+ | Organization Type | Type of organization (e.g., Government, NGO, Private) | Text |
65
+ | Country | ISO country code where the organization is based | Text |
66
+ | Website | Official website URL | Text |
67
+
68
+ ## Notes on Data Fields
69
+
70
+ - **Boolean Fields**: True/False values indicating whether a project belongs to a specific category
71
+ - **ISO Country Codes**: Standard two-letter country codes (ISO 3166-1 alpha-2)
72
+ - **ISO Currency Codes**: Standard three-letter currency codes (ISO 4217)
73
+ - **Dates**: Formatted as YYYY-MM-DD where complete information is available
74
+
75
+ For more detailed information on the original data structure, please refer to the [Indigo Data Standard](https://github.com/INDIGO-Initiative/indigo-data-standard).