ccs-digitalmarketplace-frameworks 1.0.9 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/SECURITY.md +7 -0
  2. package/frameworks/digital-outcomes-6/questions/declaration/modernSlaveryStatement.yml +2 -8
  3. package/frameworks/digital-outcomes-6/questions/declaration/modernSlaveryStatementOptional.yml +1 -6
  4. package/frameworks/g-cloud-13/manifests/declaration.yml +10 -13
  5. package/frameworks/g-cloud-13/manifests/display_service.yml +12 -0
  6. package/frameworks/g-cloud-13/manifests/edit_service_as_admin.yml +1 -0
  7. package/frameworks/g-cloud-13/manifests/edit_submission.yml +13 -0
  8. package/frameworks/g-cloud-13/manifests/services_search_filters.yml +10 -0
  9. package/frameworks/g-cloud-13/questions/declaration/GAAR.yml +6 -0
  10. package/frameworks/g-cloud-13/questions/declaration/canProvideFromDayOne.yml +1 -1
  11. package/frameworks/g-cloud-13/questions/declaration/{primaryContact.yml → contact.yml} +1 -1
  12. package/frameworks/g-cloud-13/questions/declaration/contactsRole.yml +5 -0
  13. package/frameworks/g-cloud-13/questions/declaration/corruptionBribery.yml +0 -2
  14. package/frameworks/g-cloud-13/questions/declaration/environmentalSocialLabourLaw.yml +1 -2
  15. package/frameworks/g-cloud-13/questions/declaration/groundsForDiscretionary.yml +34 -0
  16. package/frameworks/g-cloud-13/questions/declaration/groundsForDiscretionary2.yml +31 -0
  17. package/frameworks/g-cloud-13/questions/declaration/mitigatingFactors.yml +13 -0
  18. package/frameworks/g-cloud-13/questions/declaration/multiqGAAR.yml +8 -0
  19. package/frameworks/g-cloud-13/questions/declaration/multiqunspentTaxConvictions.yml +8 -0
  20. package/frameworks/g-cloud-13/questions/declaration/organisedCrime.yml +1 -0
  21. package/frameworks/g-cloud-13/questions/declaration/primaryContactEmail.yml +1 -1
  22. package/frameworks/g-cloud-13/questions/declaration/seriousMisrepresentation.yml +5 -1
  23. package/frameworks/g-cloud-13/questions/declaration/subcontracting30DayPayments.yml +1 -1
  24. package/frameworks/g-cloud-13/questions/declaration/supplierCodeOfConduct.yml +1 -1
  25. package/frameworks/g-cloud-13/questions/declaration/unfairCompetition.yml +6 -6
  26. package/frameworks/g-cloud-13/questions/declaration/unspentTaxConvictions.yml +5 -0
  27. package/frameworks/g-cloud-13/questions/services/accreditationsOther.yml +2 -0
  28. package/frameworks/g-cloud-13/questions/services/accreditationsOtherList.yml +2 -0
  29. package/frameworks/g-cloud-13/questions/services/covid19Recovery.yml +21 -0
  30. package/frameworks/g-cloud-13/questions/services/equalOpportunity.yml +21 -0
  31. package/frameworks/g-cloud-13/questions/services/fightingClimateChange.yml +21 -0
  32. package/frameworks/g-cloud-13/questions/services/multiqServiceInterface.yml +3 -0
  33. package/frameworks/g-cloud-13/questions/services/multiqStandardsCyber.yml +15 -0
  34. package/frameworks/g-cloud-13/questions/services/multiqStandardsPCI.yml +2 -0
  35. package/frameworks/g-cloud-13/questions/services/multiqUserSupport.yml +15 -0
  36. package/frameworks/g-cloud-13/questions/services/publicSectorNetworksTypes.yml +1 -0
  37. package/frameworks/g-cloud-13/questions/services/serviceInterfaceAccessibility.yml +4 -1
  38. package/frameworks/g-cloud-13/questions/services/serviceInterfaceAccessibility2.yml +26 -0
  39. package/frameworks/g-cloud-13/questions/services/serviceInterfaceAccessibilityDescription.yml +2 -3
  40. package/frameworks/g-cloud-13/questions/services/staffSecurityClearanceChecks.yml +5 -5
  41. package/frameworks/g-cloud-13/questions/services/standardsCSASTAR.yml +2 -0
  42. package/frameworks/g-cloud-13/questions/services/standardsCSASTARExclusions.yml +2 -0
  43. package/frameworks/g-cloud-13/questions/services/standardsCSASTARLevel.yml +2 -0
  44. package/frameworks/g-cloud-13/questions/services/standardsCSASTARWhen.yml +2 -0
  45. package/frameworks/g-cloud-13/questions/services/standardsCyberEssentials.yml +16 -0
  46. package/frameworks/g-cloud-13/questions/services/standardsCyberEssentialsPlus.yml +16 -0
  47. package/frameworks/g-cloud-13/questions/services/standardsISO28000.yml +2 -0
  48. package/frameworks/g-cloud-13/questions/services/standardsISO28000Exclusions.yml +2 -0
  49. package/frameworks/g-cloud-13/questions/services/standardsISO28000When.yml +2 -0
  50. package/frameworks/g-cloud-13/questions/services/standardsISO28000Who.yml +2 -0
  51. package/frameworks/g-cloud-13/questions/services/standardsISOIEC27001.yml +2 -0
  52. package/frameworks/g-cloud-13/questions/services/standardsISOIEC27001Exclusions.yml +2 -0
  53. package/frameworks/g-cloud-13/questions/services/standardsISOIEC27001When.yml +2 -0
  54. package/frameworks/g-cloud-13/questions/services/standardsISOIEC27001Who.yml +2 -0
  55. package/frameworks/g-cloud-13/questions/services/standardsPCI.yml +2 -0
  56. package/frameworks/g-cloud-13/questions/services/standardsPCIExclusions.yml +2 -0
  57. package/frameworks/g-cloud-13/questions/services/standardsPCIWhen.yml +2 -0
  58. package/frameworks/g-cloud-13/questions/services/standardsPCIWho.yml +2 -0
  59. package/frameworks/g-cloud-13/questions/services/supportMultiCloud.yml +13 -0
  60. package/frameworks/g-cloud-13/questions/services/tacklingEconomicInequality.yml +21 -0
  61. package/frameworks/g-cloud-13/questions/services/userSupportAccessibility.yml +26 -0
  62. package/frameworks/g-cloud-13/questions/services/wellbeing.yml +21 -0
  63. package/package.json +1 -1
  64. package/schema_generator/validation.py +1 -0
  65. package/schemas/digital-outcomes-6.declaration.json +331 -0
package/SECURITY.md ADDED
@@ -0,0 +1,7 @@
1
+ Contact: cybersecurity@crowncommercial.gov.uk
2
+
3
+ Policy: https://www.crowncommercial.gov.uk/about-ccs/vulnerability-disclosure-policy/
4
+
5
+ Acknowledgements: https://github.com/Crown-Commercial-Service/ccs-vulnerability-disclosure-policy/blob/main/acknowledgements.txt
6
+
7
+ Encryption: https://github.com/Crown-Commercial-Service/ccs-vulnerability-disclosure-policy/blob/main/vulnerability-disclosure-public-encryption.pub
@@ -1,11 +1,5 @@
1
1
  name: Modern slavery statement required
2
+ id: modernSlaveryStatement
2
3
  question: Provide the relevant link to the slavery and human trafficking statement that appears in a prominent place on your organisations website homepage.
3
4
 
4
- type: text
5
- hidden: true
6
-
7
- validations:
8
- - name: answer_required
9
- message: You need to answer this question.
10
- - name: invalid_url_format
11
- message: You must enter a valid web address.
5
+ type: text
@@ -1,9 +1,4 @@
1
1
  name: Modern slavery statement optional
2
2
  question: You can choose to provide the relevant link to the slavery and human trafficking statement that appears in a prominent place on your organisations website homepage.
3
3
 
4
- type: text
5
- hidden: true
6
-
7
- validations:
8
- - name: invalid_url_format
9
- message: You must enter a valid web address.
4
+ type: text
@@ -67,7 +67,6 @@
67
67
  questions:
68
68
  - conspiracy
69
69
  - corruptionBribery
70
- - fraudAndTheft
71
70
  - terrorism
72
71
  - organisedCrime
73
72
 
@@ -79,14 +78,14 @@
79
78
  description: |
80
79
  You must be able to truthfully answer ‘no’ to every question under ‘Grounds for discretionary exclusion’
81
80
  for your bid to be considered eligible. If you can’t answer ‘no’, your bid may not be accepted.
82
-
81
+
83
82
  If you do answer ‘yes’, you must provide full details of any subsequent event or remedial action that
84
83
  you think the Crown Commercial Service (CCS) should take into consideration. CCS will use the information
85
84
  you provide to consider whether or not you will be able to proceed any further with this procurement.
86
85
 
87
86
  In questions [[taxEvasion]] to [[misleadingInformation]], ‘a partner organisation’ includes members
88
87
  of your group of economic operators or their proposed subcontractors.
89
-
88
+
90
89
  CCS can also exclude you if you are guilty of serious
91
90
  misrepresentation in providing any information referred to within
92
91
  regulations
@@ -112,9 +111,8 @@
112
111
  - confidentialInformation
113
112
  - misleadingInformation
114
113
  - mitigatingFactors
115
- - unspentTaxConvictions
116
- - GAAR
117
- - mitigatingFactors2
114
+ - multiqunspentTaxConvictions
115
+ - multiqGAAR
118
116
 
119
117
  -
120
118
  name: Working with government
@@ -124,12 +122,10 @@
124
122
  description: |
125
123
  You must be able to truthfully answer ‘yes’ to every question under ‘Working with government’ for your bid to be
126
124
  considered eligible.
127
-
125
+
128
126
  If you can’t answer ‘yes’ to every question in this section, it’s very unlikely that your bid will be accepted.
129
127
  questions:
130
- - environmentallyFriendly
131
128
  - socialValueModel
132
- - equalityAndDiversity
133
129
  - employersInsurance
134
130
  - helpBuyersComplyTechnologyCodesOfPractice
135
131
  - publishContracts
@@ -163,7 +159,7 @@
163
159
  editable: True
164
160
  prefill: False
165
161
  description: |
166
- You must confirm the accuracy of the information in this declaration and in your service descriptions. We might
162
+ You must confirm the accuracy of the information in this declaration and in your service descriptions. We might
167
163
  ask for proof after you’ve submitted your application.
168
164
 
169
165
  questions:
@@ -207,11 +203,12 @@
207
203
  name: Contact details
208
204
  slug: contact-details
209
205
  editable: True
210
- prefill: True
206
+ prefill: True
211
207
  description: |
212
- The Crown Commercial Service will use the primary contact information to contact your organisation if it has any questions about your application.
208
+ The Crown Commercial Service will use the primary contact information to contact your organisation if it has any questions about your application.
213
209
  questions:
214
- - primaryContact
210
+ - contact
211
+ - contactsRole
215
212
  - primaryContactEmail
216
213
  - contactNameContractNotice
217
214
  - contactEmailContractNotice
@@ -89,8 +89,10 @@
89
89
  - webInterfaceAccessibilityDescription
90
90
  - webInterfaceAccessibilityTesting
91
91
  - serviceInterface
92
+ - userSupportAccessibility
92
93
  - serviceInterfaceDescription
93
94
  - serviceInterfaceAccessibility
95
+ - serviceInterfaceAccessibility2
94
96
  - serviceInterfaceAccessibilityDescription
95
97
  - serviceInterfaceTesting
96
98
  - APIHosting
@@ -218,6 +220,8 @@
218
220
  - standardsPCIWho
219
221
  - standardsPCIWhen
220
222
  - standardsPCIExclusions
223
+ - standardsCyberEssentials
224
+ - standardsCyberEssentialsPlus
221
225
  - accreditationsOther
222
226
  - accreditationsOtherList
223
227
 
@@ -265,6 +269,14 @@
265
269
  - energyEfficientDatacentres
266
270
  - energyEfficientDatacentresDescription
267
271
 
272
+ - name: Social Value
273
+ questions:
274
+ - fightingClimateChange
275
+ - covid19Recovery
276
+ - tacklingEconomicInequality
277
+ - equalOpportunity
278
+ - wellbeing
279
+
268
280
  - name: Pricing
269
281
  questions:
270
282
  - price
@@ -11,6 +11,7 @@
11
11
  - serviceDescription
12
12
  - serviceCategoriesSoftware
13
13
  - serviceCategoriesHosting
14
+ - supportMultiCloud
14
15
 
15
16
  - name: Service features and benefits
16
17
  editable: true
@@ -17,6 +17,7 @@
17
17
  - serviceDescription
18
18
  - serviceCategoriesSoftware
19
19
  - serviceCategoriesHosting
20
+ - supportMultiCloud
20
21
 
21
22
  - name: Service features and benefits
22
23
  editable: false
@@ -97,6 +98,7 @@
97
98
  - multiqMobile
98
99
  - multiqWebInterface
99
100
  - multiqServiceInterface
101
+ - multiqUserSupport
100
102
  - multiqAPIHosting
101
103
  - multiqAPISoftware
102
104
  - multiqCommandLineInterface
@@ -239,6 +241,7 @@
239
241
  - multiqStandardsISO28000
240
242
  - multiqStandardsCSASTAR
241
243
  - multiqStandardsPCI
244
+ - multiqStandardsCyber
242
245
  - multiqAccreditationsOther
243
246
 
244
247
  - name: Energy efficiency
@@ -247,6 +250,16 @@
247
250
  questions:
248
251
  - multiqEnergyEfficiency
249
252
 
253
+ - name: Social Value
254
+ editable: false
255
+ edit_questions: true
256
+ questions:
257
+ - fightingClimateChange
258
+ - covid19Recovery
259
+ - tacklingEconomicInequality
260
+ - equalOpportunity
261
+ - wellbeing
262
+
250
263
  - name: Pricing
251
264
  editable: false
252
265
  edit_questions: true
@@ -5,6 +5,7 @@
5
5
  - serviceCategoriesSoftware
6
6
  - serviceCategoriesHosting
7
7
  - serviceCategoriesSupport
8
+ - supportMultiCloud
8
9
  -
9
10
  name: Cloud deployment model
10
11
  questions:
@@ -20,6 +21,12 @@
20
21
  - phoneSupport
21
22
  - webChatSupport
22
23
  - onsiteSupport
24
+
25
+ -
26
+ name: Service interface
27
+ questions:
28
+ - serviceInterfaceAccessibility
29
+
23
30
  -
24
31
  name: Using the service
25
32
  questions:
@@ -80,6 +87,9 @@
80
87
  - standardsISO28000
81
88
  - standardsCSASTAR
82
89
  - standardsPCI
90
+ - standardsCyberEssentials
91
+ - standardsCyberEssentialsPlus
92
+ - accreditationsOther
83
93
  -
84
94
  name: Security governance standards
85
95
  questions:
@@ -5,7 +5,13 @@ question: >
5
5
  - HMRC successfully challenged it under the General Anti-Abuse Rule (GAAR) or Halifax abuse principle
6
6
  - a tax authority (in a jurisdiction in which your organisation is established) successfully challenged it under any tax rules or legislation that have an effect equivalent or similar to the GAAR or Halifax abuse principle
7
7
  - a failure to notify, or failure of an avoidance scheme in which you are or were involved, under the Disclosure of Tax Avoidance Scheme rules (DOTAS), VADR (Schedule 11A to the Value Added Tax Act 1994 (as amended by Schedule 1 to the Finance (no. 2) Act 2005)) or any equivalent or similar regime in a jurisdiction in which your organisation is established
8
+
8
9
  type: boolean
10
+
11
+ followup:
12
+ groundsForDiscretionary2:
13
+ - true
14
+
9
15
  assessment:
10
16
  passIfIn:
11
17
  - False
@@ -2,7 +2,7 @@ name: Providing services straight away
2
2
  question: >
3
3
  If your application is successful, can you provide all the services you’re submitting to G-Cloud 13 from the first day you’re awarded a place on the framework?
4
4
  type: boolean
5
- hint: You must be ready to provide the services you’re submitting from September 2525.
5
+
6
6
  assessment:
7
7
  passIfIn:
8
8
  - True
@@ -1,3 +1,3 @@
1
- name: Primary contact name
1
+ name: contact name
2
2
  question: Who is the primary contact for the application?
3
3
  type: text
@@ -0,0 +1,5 @@
1
+ name: Contact’s role
2
+ question: >
3
+ What is the contact’s role in the organisation?
4
+ type: text
5
+
@@ -6,8 +6,6 @@ question: >
6
6
  - the common law offence of bribery
7
7
  - bribery within the meaning of sections 1, 2 or 6 of the Bribery Act 2010
8
8
  - section 113 of the Representation of the People Act 1983
9
- - any other offence within the meaning of article 57(1) of the Public Contracts Directive as defined by the law of any jurisdiction outside England and Wales and Northern Ireland
10
- - any other offence within the meaning of article 57(1) of the Public Contracts Directive created after 26th February 2015 in England, Wales or Northern Ireland
11
9
 
12
10
  type: boolean
13
11
  hint: Answer ‘yes’ if anyone who represents, supervises or has control in your organisation or a partner or parent organisation has been convicted of any of the above.
@@ -8,8 +8,7 @@ question: >
8
8
 
9
9
  hint:
10
10
  For example, if any finding of unlawful discrimination has been made against the organisation by an Employment Tribunal or Employment Appeal Tribunal.
11
-
12
- Read more about <a href="https://www.gov.uk/government/uploads/system/uploads/attachment_data/file/551130/List_of_Mandatory_and_Discretionary_Exclusions.pdf" target="_blank" rel="noopener noreferrer">your obligations in the field of environment, social and labour law (link opens in a new tab)</a>
11
+ Read more about <a href="https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/956764/Annex_C_Exclusion_Grounds.pdf" target="_blank" rel="noopener noreferrer">your obligations in the field of environment, social and labour law (link opens in a new tab)</a>
13
12
 
14
13
  type: boolean
15
14
  assessment:
@@ -0,0 +1,34 @@
1
+ name: __Place holder for question name 31(a)
2
+ question: If you responded 'yes', enter details for each occurrence.
3
+
4
+ hint: |
5
+ The details you provide should include:
6
+
7
+ - Country concerned
8
+ - what is the amount concerned
9
+ - how the breach was established: through a judicial or administrative decision or by other means
10
+ - the date of the decision, if the breach has been established through a judicial or administrative decision
11
+ - if the breach has been established by other means, specify the means
12
+
13
+ You should also confirm whether you have paid or have entered into a binding arrangement with a view to paying the outstanding sum, including, where applicable, any accrued interest and / or fines.
14
+
15
+ If evidence of meeting all obligations is available electronically, provide details of:
16
+
17
+ - web address
18
+ - issuing authority
19
+ - precise reference of the documents
20
+
21
+
22
+ type: textbox_large
23
+ max_length_in_words: 500
24
+
25
+ validations:
26
+ -
27
+ name: answer_required
28
+ message: You need to answer this question because you answered ‘yes’ to the Unspent tax convictions question.
29
+ -
30
+ name: under_word_limit
31
+ message: "Your answer must be no more than 500 words."
32
+ -
33
+ name: under_character_limit
34
+ message: "Your answer must be no more than 5000 characters."
@@ -0,0 +1,31 @@
1
+ name: __Place holder for question name 32(a)
2
+ question: If you responded 'yes', enter details for each occurrence.
3
+
4
+ hint: |
5
+ The details you provide should include:
6
+
7
+ - Country concerned
8
+ - what is the amount concerned
9
+ - how and when the breach was established or challenge brought
10
+
11
+ You should also confirm whether you have paid or have entered into a binding arrangement with a view to paying the outstanding sum, including, where applicable, any accrued interest and / or fines.
12
+
13
+ If evidence of meeting all obligations is available electronically, provide details of:
14
+
15
+ - web address
16
+ - issuing authority
17
+ - precise reference of the documents
18
+
19
+ type: textbox_large
20
+ max_length_in_words: 500
21
+
22
+ validations:
23
+ -
24
+ name: answer_required
25
+ message: You need to answer this question because you answered ‘yes’ to the Incorrect tax returns question.
26
+ -
27
+ name: under_word_limit
28
+ message: "Your answer must be no more than 500 words."
29
+ -
30
+ name: under_character_limit
31
+ message: "Your answer must be no more than 5000 characters."
@@ -2,6 +2,19 @@ name: Mitigating factors for discretionary exclusion ([[taxEvasion]] to [[mislea
2
2
  question: >
3
3
  If you responded ‘yes’ to any of the questions [[taxEvasion]] to [[misleadingInformation]], please provide details of
4
4
  any mitigating factors that you think should be taken into consideration.
5
+
6
+ hint: |
7
+ The details you provide should include:
8
+
9
+ - date of the violation or offence
10
+ - which of the grounds listed applied
11
+ - the facts and circumstances relating to the violation or offence
12
+ - details of investigations carried out by relevant authorities
13
+ - evidence that you have paid or made arrangements to pay any compensation due
14
+ - web address of relevant documentation
15
+ - issuing authority
16
+ - precise reference of the documents
17
+
5
18
  type: textbox_large
6
19
  max_length_in_words: 500
7
20
 
@@ -0,0 +1,8 @@
1
+ id: multiqGAAR
2
+ name: Tax return was incorrect
3
+ question: ""
4
+
5
+ type: multiquestion
6
+ questions:
7
+ - GAAR
8
+ - groundsForDiscretionary2
@@ -0,0 +1,8 @@
1
+ id: multiqunspentTaxConvictions
2
+ name: Unspent tax convictions
3
+ question: ""
4
+
5
+ type: multiquestion
6
+ questions:
7
+ - unspentTaxConvictions
8
+ - groundsForDiscretionary
@@ -11,6 +11,7 @@ question: >
11
11
  - an offence under section 2 or section 4 of the Modern Slavery Act 2015
12
12
  - any other offence within the meaning of Article 57(1) of the Public Contracts Directive as defined by the law of any jurisdiction outside England, Wales and Northern Ireland
13
13
  - any other offence within the meaning of Article 57(1) of the Public Contracts Directive created after 26 February 2015 in England, Wales or Northern Ireland
14
+
14
15
  type: boolean
15
16
  hint: Answer ‘yes’ if anyone who represents, supervises or has control in your organisation or a partner or parent organisation has been convicted of any of the above.
16
17
  assessment:
@@ -1,3 +1,3 @@
1
- name: Primary contact email
1
+ name: contact email
2
2
  question: What is the primary contact’s email address?
3
3
  type: text
@@ -1,6 +1,10 @@
1
1
  name: Serious misrepresentation of information
2
2
  question: >
3
- In the last 3 years, has your organisation (or any partner organisation) been guilty of serious misrepresentation of the information required for the fulfilment of the selection criteria?
3
+ Please confirm whether, within the past 3 years, your organisation or any of your partner organisations has:
4
+
5
+ - withheld such information or failed to submit supporting documents required under Regulation 59 of the Public Contracts Regulations 2015
6
+ http://www.legislation.gov.uk/uksi/2015/102/regulation/59/made
7
+
4
8
  type: boolean
5
9
  assessment:
6
10
  passIfIn:
@@ -1,7 +1,7 @@
1
1
  name: Subcontracting 30 day payment terms
2
2
  question: Can you confirm that for public sector contracts awarded under the Public Contract Regulations 2015 you have systems in place to include (as a minimum) 30-day payment terms in all of your supply chain contracts and require that such terms are passed down through your supply chain?
3
3
 
4
- hint: Contracts awarded under the Public Contracts Regulations 2015 must comply with <a class="govuk-link" href="https://www.legislation.gov.uk/uksi/2015/102/regulation/113/made" target="_blank" rel="noopener noreferrer">Regulation 113 for prompt payment of all subcontractors (opens in new tab)</a>. The Crown Commercial Service reserves the right to audit any supplier for compliance, where an awarded contract has a value of £2 million or more a year.
4
+ hint: Contracts awarded under the Public Contracts Regulations 2015 must comply with <a class="govuk-link" href="https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/930703/Guidance_on_how_to_take_account_of_a_supplier_s_approach_to_payment_in_the_procurement_of_major_contracts.pdf" target="_blank" rel="noopener noreferrer">Procurement Policy Note (PPN) 07/20 for prompt payment of all subcontractors (opens in new tab)</a>. The Crown Commercial Service reserves the right to audit any supplier for compliance, where an awarded contract has a total value of £2 million or more.
5
5
 
6
6
  type: boolean
7
7
  hidden: true
@@ -1,5 +1,5 @@
1
1
  name: Supplier Code of Conduct
2
- question: Will you comply with the <a class="govuk-link" href="https://www.gov.uk/government/publications/supplier-code-of-conduct" target="_blank" rel="noopener noreferrer">Supplier Code of Conduct (opens in new tab)</a>?
2
+ question: Will you comply with the <a class="govuk-link" href="https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/779660/20190220-Supplier_Code_of_Conduct.pdf" target="_blank" rel="noopener noreferrer">Supplier Code of Conduct (opens in new tab)</a>?
3
3
  type: boolean
4
4
  assessment:
5
5
  passIfIn:
@@ -1,12 +1,12 @@
1
1
  name: No unfair access to information
2
2
  question: >
3
- Please confirm that no party involved in the application has:
3
+ Can you confirm that all parties involved in the application have behaved responsibly and have:
4
4
 
5
- - colluded to set prices with other suppliers or buyers
6
- - entered into any arrangement with another person so that person refrains from submitting an application
7
- - given access to information relating to the application to another person, or offered or given payment to another person in exchange for information
8
- - given inducement or valuable consideration to another person (except where such communication takes place with people who are also participants in the application, or where disclosure is made in confidence to obtain necessary information or security for the application)
9
- - canvassed, or attempted to buy information from, any government agent about this procurement
5
+ - not colluded to set prices with other suppliers or buyers
6
+ - not entered into any arrangement with another person so that person refrains from submitting an application
7
+ - not given access to information relating to the application to another person, or offered or given payment to another person in exchange for information
8
+ - not given inducement or valuable consideration to another person (except where such communication takes place with people who are also participants in the application, or where disclosure is made in confidence to obtain necessary information or security for the application)
9
+ - not canvassed, or attempted to buy information from, any government agent about this procurement
10
10
 
11
11
  hint: >
12
12
  Answer ‘yes’ to confirm they have not done anything described in the question.
@@ -5,6 +5,11 @@ question: >
5
5
  - been found to be incorrect as of 1 April 2013
6
6
  - given rise to a criminal conviction for tax-related offences which is unspent, or to civil penalty for fraud or evasion
7
7
  type: boolean
8
+
9
+ followup:
10
+ groundsForDiscretionary:
11
+ - true
12
+
8
13
  assessment:
9
14
  passIfIn:
10
15
  - False
@@ -6,6 +6,8 @@ depends:
6
6
  being:
7
7
  - cloud-hosting
8
8
  - cloud-software
9
+ - cloud-support
10
+ - cloud-professional
9
11
  followup:
10
12
  accreditationsOtherList:
11
13
  - true
@@ -7,6 +7,8 @@ depends:
7
7
  being:
8
8
  - cloud-hosting
9
9
  - cloud-software
10
+ - cloud-support
11
+ - cloud-professional
10
12
 
11
13
  list_item_name: security certification
12
14
  type: list
@@ -0,0 +1,21 @@
1
+ name: Covid-19 recovery
2
+ question: Covid-19 recovery
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - cloud-hosting
8
+ - cloud-software
9
+ - cloud-support
10
+ - cloud-professional
11
+
12
+ type: textbox_large
13
+ max_length_in_words: 200
14
+
15
+ validations:
16
+ - name: answer_required
17
+ message: Enter the parts of your service not covered by PCI DSS certification.
18
+ - name: under_200_words
19
+ message: Description must be 200 words or fewer.
20
+ - name: under_character_limit
21
+ message: Description must be 2000 characters or fewer.
@@ -0,0 +1,21 @@
1
+ name: Equal opportunity
2
+ question: Equal opportunity
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - cloud-hosting
8
+ - cloud-software
9
+ - cloud-support
10
+ - cloud-professional
11
+
12
+ type: textbox_large
13
+ max_length_in_words: 200
14
+
15
+ validations:
16
+ - name: answer_required
17
+ message: Enter the parts of your service not covered by PCI DSS certification.
18
+ - name: under_200_words
19
+ message: Description must be 200 words or fewer.
20
+ - name: under_character_limit
21
+ message: Description must be 2000 characters or fewer.
@@ -0,0 +1,21 @@
1
+ name: Fighting climate change
2
+ question: Fighting Climate Change
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - cloud-hosting
8
+ - cloud-software
9
+ - cloud-support
10
+ - cloud-professional
11
+
12
+ type: textbox_large
13
+ max_length_in_words: 200
14
+
15
+ validations:
16
+ - name: answer_required
17
+ message: Enter the parts of your service not covered by PCI DSS certification.
18
+ - name: under_200_words
19
+ message: Description must be 200 words or fewer.
20
+ - name: under_character_limit
21
+ message: Description must be 2000 characters or fewer.
@@ -4,7 +4,10 @@ question: Service interface
4
4
  depends:
5
5
  - "on": lot
6
6
  being:
7
+ - cloud-hosting
7
8
  - cloud-software
9
+ - cloud-support
10
+ - cloud-professional
8
11
 
9
12
  type: multiquestion
10
13
  questions:
@@ -0,0 +1,15 @@
1
+ name: Cyber essentials
2
+ question: Cyber essentials
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - cloud-hosting
8
+ - cloud-software
9
+ - cloud-support
10
+ - cloud-professional
11
+
12
+ type: multiquestion
13
+ questions:
14
+ - standardsCyberEssentials
15
+ - standardsCyberEssentialsPlus
@@ -6,6 +6,8 @@ depends:
6
6
  being:
7
7
  - cloud-hosting
8
8
  - cloud-software
9
+ - cloud-support
10
+ - cloud-professional
9
11
 
10
12
  type: multiquestion
11
13
  questions:
@@ -0,0 +1,15 @@
1
+ name: User support
2
+ question: User support
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - cloud-hosting
8
+ - cloud-software
9
+ - cloud-support
10
+ - cloud-professional
11
+
12
+ type: multiquestion
13
+ questions:
14
+ - userSupportAccessibility
15
+
@@ -18,6 +18,7 @@ options:
18
18
  value: pnn
19
19
  - label: NHS Network (N3)
20
20
  value: n3
21
+ filter_ignore: true
21
22
  - label: Joint Academic Network (JANET)
22
23
  value: janet
23
24
  - label: Scottish Wide Area Network (SWAN)
@@ -1,10 +1,13 @@
1
1
  name: Accessibility standards
2
- question: What accessibility standards does your service meet?
2
+ question: What accessibility standards does your service interface meet?
3
+
3
4
 
4
5
  depends:
5
6
  - "on": lot
6
7
  being:
7
8
  - cloud-software
9
+
10
+
8
11
  followup:
9
12
  serviceInterfaceAccessibilityDescription:
10
13
  - none