--- a/australian_federal_government_contract_spending.json +++ b/australian_federal_government_contract_spending.json @@ -1,1 +1,125 @@ +{ + "dataset":{ + "name":"australian_federal_government_contract_spending", + "label":"Australian Federal Government Contract Spending", + "description":"Spending by Australian Federal Government agencies on goods and services from 2007 onwards.", + "currency":"AUD", + "unique_keys":[ + "id" + ], + "temporal_granularity":"year" + }, + "mapping":{ + "category": { + "fields": [ { + "column": "category", + "datatype": "string", + "name": "label" + } ], + "type": "classifier", + "description": "", + "taxonomy": "unspsc", + "label": "Contract Goods/Services Category" + }, + "from":{ + "fields":[ + { + "column":"agencyABN", + "datatype":"string", + "name":"id" + }, + { + "column":"agencyName", + "datatype":"string", + "name":"label" + } + ], + "type":"entity", + "description":"", + "label":"Government Agency Australian Business Number" + }, + "description":{ + "column":"description", + "datatype":"string", + "type":"value", + "description":"Contract as described by agency", + "label":"Contract Description" + }, + "to":{ + "fields":[ + { + "column":"supplierName", + "datatype":"string", + "name":"label" + }, + { + "column":"supplierID", + "datatype":"string", + "name":"id" + } + ], + "type":"entity", + "description":"Government Supplier", + "label":"Supplier Name" + }, + "currency":{ + "default_value":"AUD", + "description":"All entries in AUD, foreign transactions are converted at the time of their payment", + "column":"", + "label":"", + "datatype":"currency", + "type":"value" + }, + "amount":{ + "column":"value", + "datatype":"float", + "type":"value", + "description":"The total value of the contract including all variations/amendments/extensions", + "label":"Contract Value" + }, + "time":{ + "column":"contractStart", + "datatype":"date", + "type":"value", + "description":"Start of the contract period (goods or services being received)", + "label":"Contract Start Date" + }, + "id":{ +"column": "CNID", + "datatype": "string", + "name": "label", + "type": "value", + "description": "", + "label": "Contract Notice ID" + } + }, + +"views": [ + { + "name": "default", + "entity": "dataset", + "label": "Default breakdown by Category", + "dimension": "dataset", + "breakdown": "category", + "filters" : {"name": "australian_federal_government_contract_spending" } + }, + { + "name":"default", + "entity": "classifier", + "label":"Breakdown of Spending Areas by Supplier Company", + "dimension": "category", + "breakdown": "to", + "filters": {"taxonomy": "unspsc"} + }, + { + "name":"default", + "entity": "classifier", + "label":"Breakdown of Spending Areas by Government Agency", + "dimension": "category", + "breakdown": "from", + "filters": {"taxonomy": "unspsc"} + } +] +} +