-
Notifications
You must be signed in to change notification settings - Fork 2
/
9-contract-close.json
167 lines (167 loc) · 4.88 KB
/
9-contract-close.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
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
{
"version": "1.1",
"uri": "https://raw.githubusercontent.com/ocds_budget_and_spend_extension/master/examples/9-contract-close.json",
"publishedDate": "2018-08-20T00:00:00Z",
"publisher": {
"name": "Department of Education"
},
"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": "ocds-4f64a2-exbas-09-close",
"date": "2020-02-01T09:00:00Z",
"tag": [
"implementation"
],
"initiationType": "tender",
"parties": [
{
"id": "EX-EXAMPLE-0235",
"name": "Department of Education",
"roles": [
"buyer"
],
"identifier": {
"scheme": "EX-EXAMPLE",
"id": "0235",
"legalName": "Department of Education"
}
},
{
"id": "GB-COH-11111111",
"name": "AnyCorp Ltd",
"roles": [
"supplier"
],
"identifier": {
"scheme": "GB-COH",
"id": "11111111",
"legalName": "AnyCorp Ltd"
},
"address": {
"streetAddress": "1 Anytown Lane",
"locality": "Anytown",
"region": "Any County",
"postalCode": "AA1 1AA",
"countryName": "United Kingdom"
},
"contactPoint": {
"name": "Contracts Team",
"email": "[email protected]",
"telephone": "11111 111 111",
"faxNumber": "11111 111 112",
"url": "http://www.anycorp.example"
}
}
],
"buyer": {
"name": "Department of Education",
"id": "EX-EXAMPLE-0235"
},
"tender": {
"id": "01",
"title": "Proposed tender for chairs",
"description": "We will be purchasing chairs during the coming year.",
"status": "active",
"items": [
{
"id": "01",
"description": "Chairs",
"classification": {
"scheme": "CPV",
"id": "39112000",
"description": "Chairs"
}
}
],
"value": {
"amount": 10000,
"currency": "USD"
},
"minValue": {
"amount": 2000,
"currency": "USD"
},
"procurementMethod": "open",
"mainProcurementCategory": "goods",
"tenderPeriod": {
"startDate": "2018-02-01T00:00:00Z",
"endDate": "2018-03-01T00:00:00Z"
},
"contractPeriod": {
"startDate": "2018-04-01T00:00:00Z",
"endDate": "2020-12-31T23:23:59Z"
},
"numberOfTenderers": 8
},
"awards": [
{
"id": "ocds-4f64a2-exbas-04-award-1",
"date": "2018-03-15T09:00:00Z",
"description": "AnyCorp Ltd have been awarded the contract to supply chairs over the next three years.",
"suppliers": [
{
"id": "GB-COH-11111111",
"name": "AnyCorp Cycle Provision"
}
],
"value": {
"amount": 10000,
"currency": "USD"
},
"contractPeriod": {
"startDate": "2018-05-01T00:00:00Z",
"endDate": "2020-12-31T23:59:00Z"
}
}
],
"contracts": [
{
"id": "ocds-4f64a2-exbas-04-contract-1",
"awardID": "ocds-4f64a2-exbas-04-award-1",
"status": "terminated",
"period": {
"startDate": "2018-05-01T00:00:00Z",
"endDate": "2020-12-31T23:59:00Z"
},
"dateSigned": "2018-03-16T09:00:00Z",
"value": {
"amount": 10000,
"currency": "USD"
},
"items": [
{
"id": "01",
"description": "Chairs",
"classification": {
"scheme": "CPV",
"id": "39112000",
"description": "Chairs"
}
}
],
"implementation": {
"documents": [
{
"id": "7",
"documentType": "finalAudit",
"title": "Final Audit",
"description": "Final audit report from the delivery of the chairs.",
"url": "http://example.com/reports/ocds-4f64a2-exbas-01.html",
"datePublished": "2020-02-10T10:30:00Z",
"format": "text/html",
"language": "en"
}
]
}
}
]
}
]
}