-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_data.json
864 lines (864 loc) · 28.2 KB
/
_data.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
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
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
{
"question": [
{
"_id": "5d249f4b056b6e77e2903210",
"ref": "what",
"title": "What are you buying?",
"hint": "",
"err": "",
"suffix": "",
"options": [
{
"next": "5d249fb9056b6e77e2903214",
"result": [],
"_id": "5d249f7d056b6e77e2903211",
"ref": "goods",
"title": "Goods",
"hint": ""
},
{
"next": "5d28748eddf464940154d3ae",
"result": [],
"_id": "5d249f8a056b6e77e2903212",
"ref": "services",
"title": "Services",
"hint": ""
}
],
"__v": 4
},
{
"_id": "5d249fb9056b6e77e2903214",
"ref": "whatgoods",
"title": "What goods do you need?",
"hint": "A really good hint!",
"err": "",
"suffix": "",
"options": [
{
"next": "5d24a03f056b6e77e290321f",
"result": [],
"_id": "5d24a004056b6e77e2903215",
"ref": "books-media",
"title": "Books and related materials",
"hint": ""
},
{
"next": null,
"result": [
"5d235cff9beadb4200d5cc7e"
],
"_id": "5d24a015056b6e77e2903216",
"ref": "furniture",
"title": "Furniture",
"hint": ""
},
{
"next": "5d24ac82056b6e77e290322d",
"result": [],
"_id": "5d24a02a056b6e77e290321c",
"ref": "ict",
"title": "ICT",
"hint": ""
}
],
"__v": 11
},
{
"_id": "5d24a03f056b6e77e290321f",
"ref": "whatbooks",
"title": "What goods are you looking for in books and related materials?",
"hint": "",
"err": "",
"suffix": "",
"options": [
{
"next": null,
"result": [
"5d273018e069be1ae8d7b739"
],
"_id": "5d24a070056b6e77e2903220",
"ref": "classroomsupplies",
"title": "Classroom supplies",
"hint": ""
},
{
"next": null,
"result": [
"5d24a0e8056b6e77e2903223"
],
"_id": "5d24a086056b6e77e2903221",
"ref": "librarysupplies",
"title": "Library supplies",
"hint": ""
}
],
"__v": 5
},
{
"_id": "5d24ac82056b6e77e290322d",
"ref": "ict-categories",
"title": "What goods are you looking for in ICT?",
"hint": "",
"err": "",
"suffix": "",
"options": [
{
"next": "5d24b33a056b6e77e2903238",
"result": [],
"_id": "5d24b2a7056b6e77e290322e",
"ref": "ict-hardware",
"title": "Hardware",
"hint": ""
},
{
"next": null,
"result": [
"5d24b702056b6e77e2903245"
],
"_id": "5d24b2c3056b6e77e290322f",
"ref": "ict-network",
"title": "Networking equipment",
"hint": ""
},
{
"next": "5d25b6756edf4b7c96d800f0",
"result": [],
"_id": "5d24b2d8056b6e77e2903231",
"ref": "ict-mfd",
"title": "Printers, copiers and multi-functional devices (MFDs)",
"hint": ""
},
{
"next": "5d284ea17c8b258cb66e319e",
"result": [],
"_id": "5d24b2ee056b6e77e2903234",
"ref": "ict-software",
"title": "Software",
"hint": ""
}
],
"__v": 7
},
{
"_id": "5d24b33a056b6e77e2903238",
"ref": "ict-catalogue",
"title": "Do you want to buy from an online catalogue?",
"hint": "",
"err": "",
"suffix": "",
"options": [
{
"next": null,
"result": [
"5d24b39a056b6e77e290323d"
],
"_id": "5d24b356056b6e77e2903239",
"ref": "ict-catalogue-yes",
"title": "Yes",
"hint": ""
},
{
"next": null,
"result": [
"5d24b68a056b6e77e2903241",
"5d24b636056b6e77e2903240"
],
"_id": "5d24b362056b6e77e290323a",
"ref": "ict-catalogue-no",
"title": "No, I want a supplier to give me a quote",
"hint": ""
}
],
"__v": 4
},
{
"_id": "5d25b6756edf4b7c96d800f0",
"ref": "mfd-direct",
"title": "Do you want to select a supplier directly without having to run a mini-competition?",
"hint": "",
"err": "",
"suffix": "",
"options": [
{
"next": null,
"result": [
"5d25c2676edf4b7c96d800fd"
],
"_id": "5d25b69b6edf4b7c96d800f1",
"ref": "direct-yes",
"title": "Yes",
"hint": ""
},
{
"next": null,
"result": [
"5d25c3376edf4b7c96d80100",
"5d25c3126edf4b7c96d800ff"
],
"_id": "5d25b6a86edf4b7c96d800f2",
"ref": "direct-no",
"title": "No, I want multiple suppliers to give me quotes",
"hint": ""
}
],
"__v": 4
},
{
"_id": "5d284ea17c8b258cb66e319e",
"ref": "software-catalogue",
"title": "Do you want to buy from an online catalogue?",
"hint": "A catalogue lets you search for and buy specific products online.",
"err": "",
"suffix": "",
"options": [
{
"next": null,
"result": [
"5d24b39a056b6e77e290323d"
],
"_id": "5d284ed87c8b258cb66e319f",
"ref": "catalogue-yes",
"title": "Yes",
"hint": ""
},
{
"next": null,
"result": [
"5d24b68a056b6e77e2903241",
"5d25c2a86edf4b7c96d800fe"
],
"_id": "5d284f1a7c8b258cb66e31a0",
"ref": "catalogue-no",
"title": "No, I want a supplier to give me a quote",
"hint": ""
}
],
"__v": 2
},
{
"_id": "5d28748eddf464940154d3ae",
"ref": "service-categories",
"title": "What services do you need?",
"hint": "",
"err": "",
"suffix": "",
"options": [
{
"next": "5d287511ddf464940154d3cd",
"result": [],
"_id": "5d287497ddf464940154d3af",
"ref": "energy",
"title": "Energy and utilities",
"hint": ""
},
{
"next": null,
"result": [],
"_id": "5d2874a8ddf464940154d3b0",
"ref": "fm",
"title": "Facilities management and estates",
"hint": ""
},
{
"next": null,
"result": [],
"_id": "5d2874b8ddf464940154d3b4",
"ref": "financial",
"title": "Financial",
"hint": ""
},
{
"next": null,
"result": [],
"_id": "5d2874c6ddf464940154d3b7",
"ref": "ict",
"title": "ICT",
"hint": ""
},
{
"next": null,
"result": [],
"_id": "5d2874d5ddf464940154d3bb",
"ref": "legal",
"title": "Legal",
"hint": ""
},
{
"next": null,
"result": [],
"_id": "5d2874e3ddf464940154d3c0",
"ref": "professional",
"title": "Professional",
"hint": ""
},
{
"next": null,
"result": [],
"_id": "5d2874f0ddf464940154d3c6",
"ref": "hr",
"title": "Recruitment and HR",
"hint": ""
}
],
"__v": 8
},
{
"_id": "5d287511ddf464940154d3cd",
"ref": "energy",
"title": "What services are you looking for in energy and utilities?",
"hint": "",
"err": "",
"suffix": "",
"options": [
{
"next": "5d287570ddf464940154d3d8",
"result": [],
"_id": "5d287522ddf464940154d3ce",
"ref": "electricity",
"title": "Electricity",
"hint": ""
},
{
"next": "5d287786ddf464940154d3ec",
"result": [],
"_id": "5d287532ddf464940154d3cf",
"ref": "efficiency",
"title": "Energy efficiency improvements",
"hint": ""
},
{
"next": "l9d3EhbLu",
"result": [],
"_id": "5d287540ddf464940154d3d1",
"ref": "gas",
"title": "Gas",
"hint": ""
},
{
"next": null,
"result": [],
"_id": "5d287553ddf464940154d3d4",
"ref": "water",
"title": "Water, drains and sewerage",
"hint": ""
}
],
"__v": 4
},
{
"_id": "5d287570ddf464940154d3d8",
"ref": "switching",
"title": "Do you want to use a price comparison and switching service?",
"hint": "",
"err": "",
"suffix": "",
"options": [
{
"next": null,
"result": [
"5d25d3676edf4b7c96d80103"
],
"_id": "5d287580ddf464940154d3d9",
"ref": "switch-yes",
"title": "Yes",
"hint": ""
},
{
"next": "5d2875b7ddf464940154d3de",
"result": [],
"_id": "5d287587ddf464940154d3da",
"ref": "switch-no",
"title": "No",
"hint": ""
}
],
"__v": 3
},
{
"_id": "5d2875b7ddf464940154d3de",
"ref": "meter-type",
"title": "What type of meter do you have?",
"hint": "",
"err": "",
"suffix": "",
"options": [
{
"next": null,
"result": [
"5d25d3af6edf4b7c96d80104"
],
"_id": "5d2875deddf464940154d3df",
"ref": "half-hourly",
"title": "Half hourly metered",
"hint": ""
},
{
"next": "5d287621ddf464940154d3e2",
"result": [],
"_id": "5d287601ddf464940154d3e0",
"ref": "non-half-hourly",
"title": "Non-half hourly metered",
"hint": ""
}
],
"__v": 2
},
{
"_id": "5d287621ddf464940154d3e2",
"ref": "nhh-support",
"title": "What level of support are you looking for?",
"hint": "",
"err": "",
"suffix": "",
"options": [
{
"next": null,
"result": [
"5d25d4836edf4b7c96d80107"
],
"_id": "5d287657ddf464940154d3e3",
"ref": "helpdesk",
"title": "General helpdesk",
"hint": "For schools and MATs with knowledge or experience of procurement (only need minimal guidance)."
},
{
"next": null,
"result": [
"5d25d3af6edf4b7c96d80104"
],
"_id": "5d28768cddf464940154d3e4",
"ref": "specific",
"title": "Schools focused",
"hint": "Varying levels of support for schools and MATs with any level of knowledge or experience of procurement (including detailed end-to-end support)."
}
],
"__v": 3
},
{
"_id": "5d287786ddf464940154d3ec",
"ref": "efficiency",
"title": "Are you planning a major energy efficiency project?",
"hint": "",
"err": "",
"suffix": "",
"options": [
{
"next": null,
"result": [
"5d25d51c6edf4b7c96d80109"
],
"_id": "5d2877cbddf464940154d3ed",
"ref": "efficiency-yes",
"title": "Yes",
"hint": ""
},
{
"next": null,
"result": [
"5d25d5486edf4b7c96d8010a"
],
"_id": "5d2877f3ddf464940154d3ee",
"ref": "efficiency-no",
"title": "No",
"hint": ""
}
],
"__v": 2
},
{
"_id": "l9d3EhbLu",
"ref": "gassy",
"title": "gassy",
"hint": "",
"err": "",
"suffix": "",
"options": []
}
],
"framework": [
{
"provider": "5d24ac41056b6e77e2903229",
"cat": "5d25a4a59006fa7c6bb8fd7e",
"_id": "5d235cff9beadb4200d5cc7e",
"ref": "furniture",
"title": "Furniture",
"descr": "This is a multi-supplier, multi-lot solution which provides a compliant solution for the furniture across a variety of school settings.The deal is split into 3 lots: office, educational and residential/domestic furniture.",
"expiry": "2021-02-28T00:00:00.000Z"
},
{
"provider": "5d24ab9c056b6e77e2903228",
"cat": "5d25a4989006fa7c6bb8fd7d",
"_id": "5d24a0e8056b6e77e2903223",
"ref": "libraryresources",
"title": "Library resources",
"descr": "Includes the provision of books, e-books, journals/ periodicals, e-journals, audio books, audio summary, library discovery and associated services split into 4 lots with 12 suppliers. Curriculum books are also available via this deal.",
"expiry": "2020-08-08T00:00:00.000Z",
"body": "## What it offers ##\n- books\n- e-books\n- e-audiobooks\n- educational software\n- CDs\n- DVDs\n\n## Benefits ##\n- discounts of over 40% on some titles\n- and much much more\n - an indented bullet point\n\n** Some bold stuff **\n\nThis is how to do *Italic*\n\n### Heading three ###\n"
},
{
"provider": "5d24b37a056b6e77e290323c",
"cat": "5d25a4af9006fa7c6bb8fd7f",
"_id": "5d24b39a056b6e77e290323d",
"ref": "purchasing-platform",
"title": "The purchasing platform",
"descr": "Suppliers of hardware, software and related services."
},
{
"provider": "5d24ab9c056b6e77e2903228",
"cat": "5d25a4af9006fa7c6bb8fd7f",
"_id": "5d24b636056b6e77e2903240",
"ref": "ict-hardware",
"title": "Desktop hardware",
"descr": "Agreement for the supply of a wide range of ICT equipment and supporting services.",
"expiry": "2020-01-17T00:00:00.000Z",
"body": "### What it offers\n- a range of ICT equipment and supporting services\n\n### Benefits\n- free quote tool\n- substantial savings on IT brands"
},
{
"provider": "5d24b6a1056b6e77e2903242",
"cat": "5d25a4af9006fa7c6bb8fd7f",
"_id": "5d24b68a056b6e77e2903241",
"ref": "ict-cloud",
"title": "ICT, cloud, support and related services (Think IT)",
"descr": "Educational cloud services specifically designed for the needs of schools, academies and other learning centres.",
"expiry": "2022-01-08T00:00:00.000Z"
},
{
"provider": "5d24ab9c056b6e77e2903228",
"cat": "5d25a4af9006fa7c6bb8fd7f",
"_id": "5d24b702056b6e77e2903245",
"ref": "ict-network",
"title": "ICT solutions and supply network infrastructure",
"descr": "Deals for a range of networking equipment and support services.",
"expiry": "2020-01-31T00:00:00.000Z"
},
{
"provider": "5d24ab9c056b6e77e2903228",
"cat": "5d25a4bc9006fa7c6bb8fd80",
"_id": "5d25b8fd6edf4b7c96d800f5",
"ref": "legal",
"title": "Legal services",
"descr": "Legal services includes: estates professional services, facilities management services, building materials, modular, academy conversion and post conversion.",
"expiry": "2021-04-01T00:00:00.000Z"
},
{
"provider": "5d24b37a056b6e77e290323c",
"cat": "5d25a4a59006fa7c6bb8fd7e",
"_id": "5d25bf116edf4b7c96d800f6",
"ref": "fm-marketplace",
"title": "Facilities management (FM) marketplace",
"descr": "UK-wide facilities management (FM) services; includes building and grounds maintenance, cleaning, catering, security, helpdesk, horticultural, reception, and waste services.",
"expiry": "2020-07-09T00:00:00.000Z"
},
{
"provider": "5d24ab9c056b6e77e2903228",
"cat": "5d25a4a59006fa7c6bb8fd7e",
"_id": "5d25bf466edf4b7c96d800f7",
"ref": "relocation",
"title": "Removal, relocation and additional services",
"descr": "Regional suppliers covering all aspects of removal and relocation services including: office and classroom equipment and specialised relocations (laboratories, art and IT equipment), overseas removals, crate hire and archiving.",
"expiry": "2020-10-31T00:00:00.000Z"
},
{
"provider": "5d25bf7b6edf4b7c96d800f8",
"cat": "5d25a4a59006fa7c6bb8fd7e",
"_id": "5d25bfbd6edf4b7c96d800f9",
"ref": "construction",
"title": "Construction consultancy services",
"descr": "Suppliers providing estates, facilities and capital consultancy services across a wide range of property specialisms.\n",
"expiry": "2022-03-31T00:00:00.000Z"
},
{
"provider": "5d24ab9c056b6e77e2903228",
"cat": "5d25a4a59006fa7c6bb8fd7e",
"_id": "5d25c0406edf4b7c96d800fa",
"ref": "pat",
"title": "Portable appliance and fixed wire testing (PAT)",
"descr": "Suppliers for portable appliance and fixed wire testing.",
"expiry": "2019-07-31T00:00:00.000Z"
},
{
"provider": "5d24ab9c056b6e77e2903228",
"cat": "5d25a4a59006fa7c6bb8fd7e",
"_id": "5d25c06a6edf4b7c96d800fc",
"ref": "cleaning",
"title": "Building cleaning services",
"expiry": "2021-05-21T00:00:00.000Z"
},
{
"provider": "5d24b37a056b6e77e290323c",
"cat": "5d25a4af9006fa7c6bb8fd7f",
"_id": "5d25c2676edf4b7c96d800fd",
"ref": "ict-mfd-managed",
"title": "Multifunctional Devices, Managed Print and Content Services and Records and Information Management",
"descr": "Deal for all schools and publicly funded institutions to purchase photocopiers, printers and scanners (multi-functional devices, MFDs) at a nationally negotiated rate.",
"expiry": "2020-10-25T00:00:00.000Z"
},
{
"provider": "5d24ab9c056b6e77e2903228",
"cat": "5d25a4af9006fa7c6bb8fd7f",
"_id": "5d25c2a86edf4b7c96d800fe",
"ref": "ict-software",
"title": "Software licenses and associated services for academies and schools",
"descr": "Software licenses and associated supporting services.",
"expiry": "2020-08-08T00:00:00.000Z"
},
{
"provider": "5d24ab9c056b6e77e2903228",
"cat": "5d25a4af9006fa7c6bb8fd7f",
"_id": "5d25c3126edf4b7c96d800ff",
"ref": "ict-mfd-supplies",
"title": "Multi-functional devices (MFD) and associated print services and supplies",
"descr": "Photocopiers, printers and scanners (multi-functional devices, MFDs) that includes all types of managed print services.",
"expiry": "2019-12-18T00:00:00.000Z"
},
{
"provider": "5d25b6ca6edf4b7c96d800f4",
"cat": "5d25a4af9006fa7c6bb8fd7f",
"_id": "5d25c3376edf4b7c96d80100",
"ref": "ict-photocopiers",
"title": "Photocopiers, printers and scanners with toners included",
"descr": "Photocopiers, printers and scanners (multi-functional devices, MFDs) from a range of suppliers including Sharp, Konica, Annodata (Kyocera) and Ricoh."
},
{
"provider": "5d24b37a056b6e77e290323c",
"cat": "5d25a4af9006fa7c6bb8fd7f",
"_id": "5d25c3646edf4b7c96d80101",
"ref": "ict-marketplace",
"title": "Digital Marketplace (G-Cloud 11)",
"descr": "Cloud computing services covering hosting, software and cloud support.Choose and purchase cloud computing services from 3,500 suppliers covering infrastructure, platform, software and specialist cloud services.Direct Award available."
},
{
"provider": "5d24ac41056b6e77e2903229",
"cat": "5d25a4c29006fa7c6bb8fd81",
"_id": "5d25d3446edf4b7c96d80102",
"ref": "professional",
"title": " Specialist professional services from NEPRO",
"descr": "Specifically designed for the procurement of professional services by the public sector covering a range of spend areas, including training, construction, ICT and education consultancy. Extensive experience within the local authority and school sector.",
"expiry": "2018-11-30T00:00:00.000Z"
},
{
"provider": "5d24b37a056b6e77e290323c",
"cat": "5d25a4cb9006fa7c6bb8fd82",
"_id": "5d25d3676edf4b7c96d80103",
"ref": "switch",
"title": "School Switch",
"descr": "A simple way to switch energy suppliers online. Get instant quotes based on your school’s energy needs."
},
{
"provider": "5d25d3c76edf4b7c96d80105",
"cat": "5d25a4cb9006fa7c6bb8fd82",
"_id": "5d25d3af6edf4b7c96d80104",
"ref": "elec-unmetered",
"title": "Electricity (half hourly, non-half hourly and unmetered)",
"descr": "Provision of electricity, including half hourly, non-half hourly and unmetered supply. Provides additional support and associated services including demand side response, energy storage, electric vehicle charging, energy efficiency surveys and power purchase agreements.",
"expiry": "2023-03-31T00:00:00.000Z"
},
{
"provider": "5d24b37a056b6e77e290323c",
"cat": "5d25a4cb9006fa7c6bb8fd82",
"_id": "5d25d4836edf4b7c96d80107",
"ref": "elec-non-hh-ancillary",
"title": "Electricity supply and ancillary services (non-half hourly)",
"descr": "Electricity supply and additional services, such as automated meter reading (AMR), services to reduce consumption and energy supply from renewable sources.",
"expiry": "2020-07-30T00:00:00.000Z"
},
{
"provider": "5d25d3c76edf4b7c96d80105",
"cat": "5d25a4cb9006fa7c6bb8fd82",
"_id": "5d25d4d86edf4b7c96d80108",
"ref": "gas-firm",
"title": "Firms mains gas",
"descr": "A framework agreement for firm mains gas supplied through the National Grid. Online account information and additional support and associated services also available.",
"expiry": "2021-04-01T00:00:00.000Z"
},
{
"provider": "5d24b37a056b6e77e290323c",
"cat": "5d25a4cb9006fa7c6bb8fd82",
"_id": "5d25d51c6edf4b7c96d80109",
"ref": "performance-contracting",
"title": "National energy performance contracting",
"descr": "The RE:FIT framework streamlines the procurement process for energy services and helps retrofit energy efficiency and local energy generation measures to your buildings or estate, reducing annual energy expenditure and carbon emissions.",
"expiry": "2020-04-19T00:00:00.000Z"
},
{
"provider": "5d25d5556edf4b7c96d8010b",
"cat": "5d25a4cb9006fa7c6bb8fd82",
"_id": "5d25d5486edf4b7c96d8010a",
"ref": "retrofit",
"title": "Energy efficiency improvements from Retrofit",
"descr": "Suppliers to complete improvement projects including insulation, heating and energy systems, energy efficient lighting, windows and doors."
},
{
"provider": "5d24b37a056b6e77e290323c",
"cat": "5d25a4cb9006fa7c6bb8fd82",
"_id": "5d25d59f6edf4b7c96d8010c",
"ref": "water",
"title": "Water, wastewater and ancillary services",
"descr": "A single national deal covering water supply, waste water removal (sewerage) and ancillary services that reduce water consumption and make usage more efficient and supply more resilient.",
"expiry": "2021-03-15T00:00:00.000Z"
},
{
"provider": "5d24ab9c056b6e77e2903228",
"cat": "5d25a4da9006fa7c6bb8fd83",
"_id": "5d25d87d6edf4b7c96d8010d",
"ref": "audit",
"title": "Audit services",
"descr": "Audit service deal tailored for academies and schools.\n",
"expiry": "2019-12-04T00:00:00.000Z"
},
{
"provider": "5d24b37a056b6e77e290323c",
"cat": "5d25a4da9006fa7c6bb8fd83",
"_id": "5d25d8f26edf4b7c96d8010e",
"ref": "cost-recovery",
"title": "Spend analysis and recovery services",
"descr": "Services to help schools identify and recover supplier overpayments, overcharges or missed discounts and rebates.",
"expiry": "2021-01-15T00:00:00.000Z"
},
{
"provider": "5d24ab9c056b6e77e2903228",
"cat": "5d25a4da9006fa7c6bb8fd83",
"_id": "5d25d93f6edf4b7c96d8010f",
"ref": "insurance",
"title": "Insurance for academies, free schools and similar institutions",
"descr": "Provision of commercial insurance for schools.",
"expiry": "2020-06-30T00:00:00.000Z"
},
{
"provider": "5d24ab9c056b6e77e2903228",
"cat": "5d25a4da9006fa7c6bb8fd83",
"_id": "5d25d96f6edf4b7c96d80110",
"ref": "leasing",
"title": "Leasing services",
"descr": "This framework agreement for leasing services offers a range of leases to members across the education sector, particularly schools, colleges and academies. Members can access 9 leasing suppliers across 3 separate lots, offering a range of leasing products for equipment, technology and vehicles.",
"expiry": "2019-09-17T00:00:00.000Z"
},
{
"provider": "5d25da9c6edf4b7c96d80112",
"cat": "5d25a4da9006fa7c6bb8fd83",
"_id": "5d25d9986edf4b7c96d80111",
"ref": "rpa",
"title": "Risk Protection Arrangement",
"descr": "An alternative to commercial insurance for academies, underwritten by the government, opt in immediately or up to 12 months in advance."
},
{
"provider": "5d24ab9c056b6e77e2903228",
"cat": "5d25a4dd9006fa7c6bb8fd84",
"_id": "5d25dadd6edf4b7c96d80113",
"ref": "screening",
"title": "Employee screening services",
"descr": "Comprehensive service covering all employee screening service requirements.",
"expiry": "2020-11-05T00:00:00.000Z"
},
{
"provider": "5d24b37a056b6e77e290323c",
"cat": "5d25a4dd9006fa7c6bb8fd84",
"_id": "5d25db256edf4b7c96d80114",
"ref": "supply-teachers",
"title": "Hiring supply teachers and agency workers",
"descr": "Suppliers available for hiring of all temporary and fixed term teaching and non-teaching staff for schools, colleges or other educational establishments within the public sector such as an academy, trust, nursery, pupil referral unit, children centre or further education institution, across the UK. Independent schools (for-profit) are not able to access the deal.",
"expiry": "2020-08-29T00:00:00.000Z"
},
{
"provider": "5d249662e2bb2d77db0daf52",
"cat": "5d25a4989006fa7c6bb8fd7d",
"_id": "5d273018e069be1ae8d7b739",
"ref": "booksmaterials",
"title": " Books and related materials",
"descr": "Deals for curriculum materials including fiction and non-fiction books, ebooks, DVDs, CDs and education software.",
"expiry": "2020-08-31T00:00:00.000Z"
},
{
"_id": "6C_HMgkaJ",
"ref": "dsaf dsa",
"title": "LEMON"
}
],
"category": [
{
"_id": "5d25a4989006fa7c6bb8fd7d",
"title": "Books and related materials"
},
{
"_id": "5d25a4a59006fa7c6bb8fd7e",
"title": "Facilities management and estates!"
},
{
"_id": "5d25a4af9006fa7c6bb8fd7f",
"title": "ICT"
},
{
"_id": "5d25a4bc9006fa7c6bb8fd80",
"title": "Legal"
},
{
"_id": "5d25a4c29006fa7c6bb8fd81",
"title": "Professional"
},
{
"_id": "5d25a4cb9006fa7c6bb8fd82",
"title": "Energy and utilities"
},
{
"_id": "5d25a4da9006fa7c6bb8fd83",
"title": "Financial"
},
{
"_id": "5d25a4dd9006fa7c6bb8fd84",
"title": "Recruitment and HR"
}
],
"provider": [
{
"initials": "ESPO",
"_id": "5d249662e2bb2d77db0daf52",
"title": "East Shires Purchasing Organisation"
},
{
"initials": "CPC",
"_id": "5d24ab9c056b6e77e2903228",
"title": "Crescent Purchasing Consortium"
},
{
"initials": "NEPO",
"_id": "5d24ac41056b6e77e2903229",
"title": "North East Procurement Organisation "
},
{
"initials": "CCS",
"_id": "5d24b37a056b6e77e290323c",
"title": "Crown Commercial Service"
},
{
"initials": "E2BN",
"_id": "5d24b6a1056b6e77e2903242",
"title": "E2BN"
},
{
"initials": "KCS",
"_id": "5d25b6ca6edf4b7c96d800f4",
"title": "Kent County Supplies"
},
{
"initials": "NHS SBS",
"_id": "5d25bf7b6edf4b7c96d800f8",
"title": "Shared Business Services"
},
{
"initials": "YPO",
"_id": "5d25d3c76edf4b7c96d80105",
"title": "Yorkshire Purchasing Organisation"
},
{
"initials": "Fusion21",
"_id": "5d25d5556edf4b7c96d8010b",
"title": "Fusion21"
},
{
"initials": "RPA",
"_id": "5d25da9c6edf4b7c96d80112",
"title": "Department for Education (RPA)"
}
]
}