Merge branch 'master' of ssh://apples.lambdacomplex.org/git/contractdashboard
[contractdashboard.git] / australian_federal_government_contract_spending.json
maxious 1 {
2 "dataset":{
3 "name":"australian_federal_government_contract_spending",
4 "label":"Australian Federal Government Contract Spending",
5 "description":"Spending by Australian Federal Government agencies on goods and services from 2007 onwards.",
6 "currency":"AUD",
7 "unique_keys":[
8 "id"
9 ],
10 "temporal_granularity":"year"
11 },
12 "mapping":{
13 "category": {
14 "fields": [ {
15 "column": "category",
16 "datatype": "string",
17 "name": "label"
18 } ],
19
20 "type": "classifier",
21 "description": "",
22 "taxonomy": "unspsc",
23 "label": "Contract Goods/Services Category"
24 },
25 "from":{
26 "fields":[
27 {
28 "column":"agencyABN",
29 "datatype":"string",
30 "name":"id"
31 },
32 {
33 "column":"agencyName",
34 "datatype":"string",
35 "name":"label"
36 }
37 ],
38 "type":"entity",
39 "description":"",
40 "label":"Government Agency Australian Business Number"
41 },
42 "description":{
43 "column":"description",
44 "datatype":"string",
45 "type":"value",
46 "description":"Contract as described by agency",
47 "label":"Contract Description"
48 },
49 "to":{
50 "fields":[
51 {
52 "column":"supplierName",
53 "datatype":"string",
54 "name":"label"
55 },
56 {
57 "column":"supplierID",
58 "datatype":"string",
59 "name":"id"
60 }
61 ],
62 "type":"entity",
63 "description":"Government Supplier",
64 "label":"Supplier Name"
65 },
66 "currency":{
67 "default_value":"AUD",
68 "description":"All entries in AUD, foreign transactions are converted at the time of their payment",
69 "column":"",
70 "label":"",
71 "datatype":"currency",
72 "type":"value"
73 },
74 "amount":{
75 "column":"value",
76 "datatype":"float",
77 "type":"value",
78 "description":"The total value of the contract including all variations/amendments/extensions",
79 "label":"Contract Value"
80 },
81 "time":{
82 "column":"contractStart",
83 "datatype":"date",
84 "type":"value",
85 "description":"Start of the contract period (goods or services being received)",
86 "label":"Contract Start Date"
87 },
88 "id":{
89 "column": "CNID",
90 "datatype": "string",
91 "name": "label",
92 "type": "value",
93 "description": "",
94 "label": "Contract Notice ID"
95 }
96 },
97
98 "views": [
99 {
100 "name": "default",
101 "entity": "dataset",
102 "label": "Default breakdown by Category",
103 "dimension": "dataset",
104 "breakdown": "category",
105 "filters" : {"name": "australian_federal_government_contract_spending" }
106 },
107 {
108 "name":"default",
109 "entity": "classifier",
110 "label":"Breakdown of Spending Areas by Supplier Company",
111 "dimension": "category",
112 "breakdown": "to",
113 "filters": {"taxonomy": "unspsc"}
114 },
115 {
116 "name":"default",
117 "entity": "classifier",
118 "label":"Breakdown of Spending Areas by Government Agency",
119 "dimension": "category",
120 "breakdown": "from",
121 "filters": {"taxonomy": "unspsc"}
122 }
123 ]
124 }
125