forked from DPGAlliance/publicgoods-candidates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mifos-community-app.json
127 lines (127 loc) · 3.26 KB
/
mifos-community-app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "Mifos Community App",
"clearOwnership": {
"isOwnershipExplicit": "Yes",
"copyrightURL": "https://mifos.org/about-us/financial-legal/"
},
"platformIndependence": {
"mandatoryDepsCreateMoreRestrictions": "No",
"isSoftwarePltIndependent": "",
"pltIndependenceDesc": ""
},
"documentation": {
"isDocumentationAvailable": "Yes",
"documentationURL": [
"https://docs.mifos.org/"
]
},
"NonPII": {
"collectsNonPII": "No",
"nonPIIAccessMechanism": ""
},
"privacy": {
"isPrivacyCompliant": "Yes",
"privacyComplianceList": [
"GDPR",
"OFAC"
],
"adherenceSteps": [
""
]
},
"standards": {
"supportStandards": "Yes",
"standardsList": [
"W3C"
],
"evidenceStandardSupport": [
"https://mifosforge.jira.com/wiki/spaces/MIFOS/pages/4456933/Coding+Standards"
],
"implementBestPractices": "Yes",
"bestPracticesList": [
"Principles for Digital Development"
]
},
"doNoHarm": {
"preventHarm": {
"stepsToPreventHarm": "Yes",
"additionalInfoMechanismProcessesPolicies": "https://openmf.github.io/privacy_policy_mifos_mobile.html"
},
"dataPrivacySecurity": {
"collectsPII": "Yes",
"typesOfDataCollected": [
"We don't collect this information but our software (as a core banking platform) collects this information."
],
"thirdPartyDataSharing": "No",
"dataSharingCircumstances": [
""
],
"ensurePrivacySecurity": "Yes",
"privacySecurityDescription": "While we don't collect the data ourselves, the software has high degrees of security and compliance at the software and network level to ensure data integrity. "
},
"inappropriateIllegalContent": {
"collectStoreDistribute": "No",
"type": "",
"contentFilter": "No",
"policyGuidelinesDocumentationLink": "",
"illegalContentDetection": "",
"illegalContentDetectionMechanism": ""
},
"protectionFromHarassment": {
"userInteraction": "Yes",
"addressSafetySecurityUnderageUsers": "Yes",
"stepsAddressRiskPreventSafetyUnderageUsers": [
"During programs like GCI, students full names aren't referenced - just their online ID or avatar. "
],
"griefAbuseHarassmentProtection": "Yes",
"harassmentProtectionSteps": [
"We maintain a code of conduct and aim to mediate and resolve issues that arise amongst community members. "
]
}
},
"locations": {
"developmentCountries": [
"India",
"United States of America",
"Germany",
"Netherlands",
"Canada",
"Kenya",
"Mexico",
"Hungary",
"United Kingdom"
],
"deploymentCountries": [
"Kenya",
"South Africa",
"Nigeria",
"Rwanda",
"Ethiopia",
"Sierra Leone",
"Uganda",
"Hungary",
"United Kingdom",
"India",
"Philippines",
"Myanmar",
"Vietnam",
"Australia",
"Mexico",
"Peru",
"Colombia",
"Nicaragua",
"Honduras",
"Argentina",
"Uruguay",
"Nigeria",
"Côte d'Ivoire",
"Mozambique",
"Senegal",
"Tunisia",
"Lebanon",
"Spain",
"China",
"United States of America"
]
}
}