-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathservices.json
120 lines (120 loc) · 3.27 KB
/
services.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
{
"Services": {
"Parent": "",
"Size": 0,
"Spending": 0,
"Color ": 0,
"Department": "",
"Site": "",
"RoundSize": "",
"RoundSpend": "",
"Description": " ",
"Elig": {
}
},
"MassHealth": {
"Parent": "Services",
"Size": 2127026,
"Spending": 19170000000,
"Color": 10,
"Department": "EOHHS",
"Site": "https://www.mass.gov/topics/masshealth",
"RoundSize": "2.13M",
"RoundSpend": "19.2B",
"Description": "Massachusetts Medicaid",
"Elig": {
"Income": "$20,040",
"Age": "19-64 years",
"Resident": "Massachusetts Resident",
"URL":"https://www.mass.gov/how-to/apply-for-masshealth-the-health-safety-net-or-the-childrens-medical-security-plan"
}
},
"SNAP": {
"Parent": "Services",
"Size": 1083392,
"Spending": 240000000,
"Color ": 3,
"Department": "DTA",
"Site": "https://www.mass.gov/snap-benefits-formerly-food-stamps",
"RoundSize": "1.08M",
"RoundSpend": "2.4B",
"Description": "Supplemental Nutrition Program",
"Elig": {
"Income": "$30,120",
"Benefit": "$3,492",
"Resident": "Massachusetts Resident",
"URL":"https://fns-prod.azureedge.us/sites/default/files/resource-files/snap-benefits-11.pdf"
}
},
"LIHEAP": {
"Parent": "Services",
"Size": 320000,
"Spending": 150000000,
"Color ": 3,
"Department": "EOHLC",
"Site": "https://www.mass.gov/info-details/learn-about-home-energy-assistance-heap",
"RoundSize": "320K",
"RoundSpend": "150M",
"Description": "The Massachusetts Low Income Home Energy Assistance Program",
"Elig": {
"Income": "$49,196",
"Resident": "Massachusetts Resident",
"URL":"https://www.mass.gov/how-to/apply-for-home-heating-and-energy-assistance"
}
},
"SSI": {
"Parent": "Services",
"Size": 213000,
"Spending": 200000000,
"Color ": 6,
"Department": "MRC",
"Site": "https://www.mass.gov/info-details/eligibility-for-ssi-and-ssdi",
"RoundSize": "213K",
"RoundSpend": "200M",
"Description": "Supplemental Security Income",
"Elig": {
"Income": "$17,196",
"Age": "65 and older, or disabled at any age",
"Resident": "Massachusetts Resident",
"URL":"https://www.mass.gov/how-to/apply-for-ssdi-or-ssi-benefits"
}
},
"Education": {
"Parent": "Services",
"Size": 896103,
"Spending": 524000000,
"Color ": 3,
"Department": "ESE",
"Site": "https://www.mass.gov/orgs/department-of-elementary-and-secondary-education",
"RoundSize": "896K",
"RoundSpend": "524M",
"Description": "Massachusetts Elementary and Secondary Education",
"Elig": {
"Resident":"Massachusetts Resident"
}
},
"Transportation": {
"Parent": "Services",
"Size": 500000,
"Spending": 1293100000,
"Color ": 9,
"Department": "MDT",
"Site": "https://www.mass.gov/info-details/public-transportation-in-massachusetts",
"RoundSize": "500K",
"RoundSpend": "1.293B",
"Description": "Public Transportation",
"Elig": {
"Resident":"Massachusetts Resident"
}
},
"Other": {
"Parent": "Services",
"Size": 188729,
"Spending": 463000000,
"Color ": 5,
"Department": "N/A",
"Site": "",
"RoundSize": "189K",
"RoundSpend": "463M"
}
}