-
Notifications
You must be signed in to change notification settings - Fork 2
/
6-finance-update.json
56 lines (56 loc) · 1.92 KB
/
6-finance-update.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
{
"version": "1.1",
"uri": "https://raw.githubusercontent.com/ocds_budget_and_spend_extension/master/examples/6-finance-update.json",
"publishedDate": "2018-08-20T00:00:00Z",
"publisher": {
"name": "Finance Department"
},
"license": "http://opendatacommons.org/licenses/pddl/1.0/",
"publicationPolicy": "https://github.com/open-contracting/sample-data/",
"extensions": [
"https://raw.githubusercontent.com/open-contracting-extensions/ocds_budget_breakdown_extension/master/extension.json",
"https://raw.githubusercontent.com/open-contracting-extensions/ocds_budget_and_spend_extension/master/extension.json"
],
"releases": [
{
"ocid": "ocds-4f64a2-exbas-01",
"id": "budget-system-identifier-34666531",
"date": "2018-11-01T09:00:00Z",
"tag": [
"implementation"
],
"initiationType": "tender",
"contracts": [
{
"id": "ocds-4f64a2-exbas-04-contract-1",
"awardID": "ocds-4f64a2-exbas-04-award-1",
"implementation": {
"financialProgress": {
"breakdown": [
{
"id": "2018/ED01/ED01-FAC/EQ01",
"period": {
"startDate": "2018-01-01T00:00:00Z",
"endDate": "2018-12-31T23:23:59Z"
},
"classifications": {
"Dept": "ED01",
"Team": "ED01-FAC",
"Economic": "Goods",
"Func": "EQ01",
"Year": "2018"
},
"measures": {
"Committed": 5000,
"Paid": 5000
},
"fiscalBreakdownFieldMapping": "https://raw.githubusercontent.com/ocds_budget_and_spend_extension/master/examples/fdp/coordination/datapackage.json#execution"
}
]
}
}
}
]
}
]
}