-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathopenspending-model.js
282 lines (282 loc) · 7.27 KB
/
openspending-model.js
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
{
"dataset": {
"model_rev": 1,
"name": "ukgov-finances-cra",
"label": "UK Country Regional Analysis",
"description": "The Country Regional Analysis published by HM Treasury (2010 version).\n\nSource data can be found in the [CKAN data package](http://ckan.net/package/ukgov-finances-cra)",
"currency": "GBP"
},
"mapping": {
"from": {
"type": "entity",
"attributes": {
"name": {
"column": "dept_code",
"datatype": "id"
},
"label": {
"column": "dept_name",
"datatype": "string"
}
},
"label": "Paid from",
"description": "The entity that the money was paid from",
"facet": true
},
"time": {
"type": "date",
"datatype": "date",
"column": "tax_year",
"label": "Tax year",
"description": "The accounting period in which the spending happened"
},
"amount": {
"column": "amount",
"label": "Amount",
"description": "",
"type": "measure",
"datatype": "float",
"default_value": "0.0"
},
"unique_id": {
"column": "unique_id",
"label": "Unique ID",
"description": "Dataset-specific unique identifier for transaction",
"datatype": "string",
"type": "value",
"datatype": "id",
"key": true
},
"pog": {
"type": "classifier",
"attributes": {
"name": {
"column": "pog",
"datatype": "id"
},
"label": {
"column": "pog_alias",
"datatype": "string"
}
},
"label": "Programme Object Group",
"facet": true
},
"cap_or_cur": {
"type": "classifier",
"attributes": {
"name": {
"column": "cap_or_cur",
"datatype": "id"
},
"label": {
"column": "cap_or_cur",
"datatype": "string"
}
},
"label": "Capital/current",
"description": "Capital (one-off investment) or Current (on-going running costs)",
"taxonomy": "cra-cap_or_cur",
"facet": true
},
"cg_lg_or_pc": {
"type": "classifier",
"attributes": {
"name": {
"column": "cg_lg_or_pc",
"datatype": "id"
},
"label": {
"column": "cg_lg_or_pc",
"datatype": "string"
}
},
"label": "CG, LG or PC",
"description": "Central government, local government or public corporation",
"facet": true
},
"region": {
"type": "classifier",
"attributes": {
"name": {
"column": "nuts_region",
"datatype": "id"
},
"label": {
"column": "nuts_region",
"datatype": "string"
}
},
"label": "Geographic region",
"description": "Geographical (NUTS) area for which money was spent",
"facet": true
},
"hmt1": {
"type": "classifier",
"attributes": {
"name": {
"column": "hmt_functional",
"datatype": "id"
},
"label": {
"column": "hmt_functional",
"datatype": "string"
}
},
"label": "HMT Function",
"description": "HMT Functional Classification (Treasury equivalent of COFOG1)",
"facet": true
},
"hmt2": {
"type": "classifier",
"attributes": {
"name": {
"column": "hmt_subfunctional",
"datatype": "id"
},
"label": {
"column": "hmt_subfunctional",
"datatype": "string"
}
},
"label": "HMT Sub-function",
"description": "HMT Sub-functional Classification (Treasury equivalent of COFOG2)",
"facet": true
},
"cofog1": {
"type": "classifier",
"attributes": {
"color": {
"column": "wdmmg_cofog1_color",
"default_value": "#555555",
"datatype": "string"
},
"name": {
"column": "cofog_level1_code",
"default_value": "unknown",
"datatype": "id"
},
"label": {
"column": "cofog_level1_name",
"default_value": "Unknown",
"datatype": "string"
}
},
"label": "COFOG level 1",
"description": "Classification Of Function Of Government, level 1",
"facet": true
},
"cofog2": {
"type": "classifier",
"attributes": {
"color": {
"column": "wdmmg_cofog2_color",
"default_value": "#555555",
"datatype": "string"
},
"name": {
"column": "cofog_level2_code",
"default_value": "unknown",
"datatype": "id"
},
"label": {
"column": "cofog_level2_name",
"default_value": "Unknown",
"datatype": "string"
}
},
"label": "COFOG level 2",
"description": "Classification Of Function Of Government, level 2",
"facet": true
},
"cofog3": {
"type": "classifier",
"attributes": {
"color": {
"column": "wdmmg_cofog3_color",
"default_value": "#555555",
"datatype": "string"
},
"name": {
"column": "cofog_level3_code",
"default_value": "unknown",
"datatype": "id"
},
"label": {
"column": "cofog_level3_name",
"default_value": "Unknown",
"datatype": "string"
}
},
"label": "COFOG level 3",
"description": "Classification Of Function Of Government, level 3",
"facet": true
}
},
"views": [
{
"entity": "dataset",
"label": "Spending by primary function",
"name": "default",
"dimension": "dataset",
"breakdown": "cofog1",
"filters": {"name": "ukgov-finances-cra"}
},
{
"entity": "classifier",
"label": "Spending by secondary function",
"name": "default",
"dimension": "cofog1",
"breakdown": "cofog2",
"filters": {"taxonomy": "cofog1"}
},
{
"entity": "classifier",
"label": "Spending by tertiary function",
"name": "default",
"dimension": "cofog2",
"breakdown": "cofog3",
"filters": {"taxonomy": "cofog2"}
},
{
"entity": "dataset",
"label": "Spending by government department",
"name": "department",
"dimension": "dataset",
"breakdown": "from",
"filters": {"name": "ukgov-finances-cra"}
},
{
"entity": "dataset",
"label": "Spending by region",
"name": "region",
"dimension": "dataset",
"breakdown": "region",
"filters": {"name": "ukgov-finances-cra"}
},
{
"entity": "classifier",
"label": "Spending by region (within primary function)",
"name": "region",
"dimension": "cofog1",
"breakdown": "region",
"filters": {"taxonomy": "cofog1"}
},
{
"entity": "classifier",
"label": "Spending by region (within secondary function)",
"name": "region",
"dimension": "cofog2",
"breakdown": "region",
"filters": {"taxonomy": "cofog2"}
},
{
"entity": "entity",
"label": "Spending by region (within department)",
"name": "default",
"dimension": "from",
"breakdown": "region",
"filters": {"gov_department": "true"}
}
]
}