ccs-digitalmarketplace-frameworks 3.13.4 → 3.13.5

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.
@@ -1,3 +1,9 @@
1
+ - name: Insurance requirements
2
+ editable: False
3
+ questions:
4
+ - multiqInsuranceRequirements
5
+ - insuranceRequirementsDCDP
6
+
1
7
  - name: Service essentials
2
8
  editable: False
3
9
  questions:
@@ -1,3 +1,9 @@
1
+ - name: Insurance requirements
2
+ editable: False
3
+ questions:
4
+ - multiqInsuranceRequirements
5
+ - insuranceRequirementsDCDP
6
+
1
7
  - name: Service essentials
2
8
  editable: False
3
9
  questions:
@@ -1,3 +1,9 @@
1
+ - name: Insurance requirements
2
+ editable: True
3
+ questions:
4
+ - multiqInsuranceRequirements
5
+ - insuranceRequirementsDCDP
6
+
1
7
  - name: Service essentials
2
8
  editable: True
3
9
  description: >
@@ -443,9 +449,3 @@
443
449
  - physicalStudioHearingLoops
444
450
  - physicalStudioAssistiveTools
445
451
  - physicalStudioMeetVisitors
446
-
447
- - name: Insurance requirements
448
- editable: True
449
- questions:
450
- - insuranceRequirements
451
- - insuranceRequirementsDCDP
@@ -1,17 +1,14 @@
1
- name: Insurance requirements
1
+ name: Employers liability insurance
2
2
 
3
3
  question: |
4
- Please confirm whether you (and if applicable, your consortium members) already have, or can commit to obtain, prior to the commencement of the framework contract, the levels of insurance cover indicated below and fully specified within the framework contract:
4
+ Is your organisation (and if applicable, your consortium members) required to hold employer's liability insurance of at least £5 million?
5
5
 
6
- <ul class="govuk-list govuk-list--bullet govuk-!-margin-top-2 govuk-!-margin-bottom-2">
7
- <li>Employer’s (Compulsory) Liability Insurance = £5,000,000</li>
8
- </ul>
9
-
10
- There is a legal requirement for certain employers to hold Employer's (Compulsory) Liability Insurance of £5 million as a minimum. See the
11
- <a class="govuk-link" href="http://www.hse.gov.uk/pubns/hse39.pdf" for guidance" target="_blank" rel="noopener noreferrer">
12
- Health and Safety Executive website (opens in new tab)</a> for more information.
13
-
14
- You will be required to provide evidence of the above certificate prior to the framework commencement date.
6
+ question_advice: >
7
+ There is a legal requirement for certain employers to hold employer's liability insurance of £5 million as a minimum. See the
8
+ <a class="govuk-link" href="https://www.hse.gov.uk/pubns/hse39.pdf" target="_blank" rel="noopener noreferrer">
9
+ Health and Safety Executive (opens in new tab)
10
+ </a>
11
+ website for more information.
15
12
 
16
13
  depends:
17
14
  - "on": lot
@@ -20,9 +17,25 @@ depends:
20
17
  - digital-specialists
21
18
  - user-research-studios-and-participants
22
19
 
23
- type: boolean
20
+ type: radios
21
+
22
+ options:
23
+ - label: 'Yes'
24
+ value: 'yes'
25
+ - label: No, your organisation (and if applicable, your consortium members) does not need employer’s liability insurance because your organisation employs only the owner or close family members
26
+ value: no-not-needed
27
+ - label: No, your organisation (and if applicable, your consortium members) is not based in the UK or has no UK-based employees
28
+ value: no-not-uk-based
29
+
30
+
31
+ followup:
32
+ insuranceRequirementsProvideCopy:
33
+ - no-not-needed
34
+ - no-not-uk-based
35
+ insuranceRequirementsAlreadyHave:
36
+ - 'yes'
24
37
 
25
38
  validations:
26
39
  -
27
40
  name: answer_required
28
- message: You must select an option
41
+ message: You must select an option
@@ -0,0 +1,27 @@
1
+ name: Already have or commit to obtain insurance
2
+
3
+ question: |
4
+ Does your organisation (and if applicable, your consortium members) already have, or can commit to obtain prior to the commencement of the framework contract, employer’s liability insurance of at least £5 million?
5
+
6
+ question_advice: >
7
+ <p class="govuk-body">This question is evaluated pass/fail.</p>
8
+
9
+ <p class="govuk-body">Your tender will fail, if you do not answer yes to this question, as you will not satisfy this condition of participation.</p>
10
+
11
+ <p class="govuk-body">Your tender will be disregarded. We will tell you that your tender has been disregarded and why.</p>
12
+
13
+ hidden: true
14
+
15
+ depends:
16
+ - "on": lot
17
+ being:
18
+ - digital-outcomes
19
+ - digital-specialists
20
+ - user-research-studios-and-participants
21
+
22
+ type: boolean
23
+
24
+ validations:
25
+ -
26
+ name: answer_required
27
+ message: You must select an option
@@ -0,0 +1,20 @@
1
+ name: Provide a copy of the certificate(s)
2
+
3
+ question: |
4
+ Where you are not legally required to hold employer's liability insurance, but at a later date are required to, will you provide a copy of the certificate(s) to Crown Commercial Service and any buyers you hold a call-off contract with?
5
+
6
+ hidden: true
7
+
8
+ depends:
9
+ - "on": lot
10
+ being:
11
+ - digital-outcomes
12
+ - digital-specialists
13
+ - user-research-studios-and-participants
14
+
15
+ type: boolean
16
+
17
+ validations:
18
+ -
19
+ name: answer_required
20
+ message: You must select an option
@@ -0,0 +1,16 @@
1
+ name: Insurance requirements
2
+ question: ""
3
+
4
+ type: multiquestion
5
+
6
+ depends:
7
+ - "on": lot
8
+ being:
9
+ - digital-outcomes
10
+ - digital-specialists
11
+ - user-research-studios-and-participants
12
+
13
+ questions:
14
+ - insuranceRequirements
15
+ - insuranceRequirementsProvideCopy
16
+ - insuranceRequirementsAlreadyHave
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.13.4",
3
+ "version": "3.13.5",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": "git@github.com:Crown-Commercial-Service/ccs-digitalmarketplace-frameworks",
6
6
  "author": "enquiries@digitalmarketplace.service.gov.uk"