ccs-digitalmarketplace-frameworks 3.13.38 → 3.13.40

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.
@@ -168,6 +168,14 @@
168
168
  - accuratelyDescribed
169
169
  - informationChanges
170
170
 
171
+ -
172
+ name: Legal capacity
173
+ slug: legal-capacity
174
+ editable: True
175
+ prefill: False
176
+ questions:
177
+ - legalCapacity
178
+
171
179
  -
172
180
  name: Contact details
173
181
  slug: contact-details
@@ -5,11 +5,13 @@ hint: >
5
5
  <p class="govuk-body">Your action plan for improvement which includes (as a minimum) the following:</p>
6
6
 
7
7
  <ul class="govuk-list govuk-list--bullet">
8
- <li>Identification of the primary causes of failure to pay:</li>
9
- <ul>
10
- <li>95% of all supply chain invoices within 60 days; and</li>
11
- <li>if relevant under question 19a all invoices within agreed terms.</li>
12
- </ul>
8
+ <li>
9
+ Identification of the primary causes of failure to pay:
10
+ <ul>
11
+ <li>95% of all supply chain invoices within 60 days; and</li>
12
+ <li>if relevant under question 19a all invoices within agreed terms.</li>
13
+ </ul>
14
+ </li>
13
15
  <li>Actions to address each of these causes.</li>
14
16
  <li>A mechanism for and commitment to regular reporting on progress to the bidder’s audit committee (or equivalent).</li>
15
17
  <li>A plan signed off by your director</li>
@@ -0,0 +1,26 @@
1
+ name: Legal capacity
2
+ question: >
3
+ Please confirm that you have in place or that you will have in place, by the Framework Start Date, evidence that is
4
+ available upon request to demonstrate you have the human and technical resources to perform the contract and ensure
5
+ compliance with the UK General Data Protection Regulation the protection of the rights of data subjects.
6
+
7
+ question_advice: >
8
+ This includes having in place (or will have in place by the Framework Start Date) technical facilities
9
+ and measures (including systems and processes) to ensure compliance with UK data protection law and to
10
+ ensure the protection of the rights of data subjects. Facilities and measures should include but not be
11
+ limited to:
12
+ <ul class="govuk-list govuk-list--bullet">
13
+ <li>Ensure ongoing confidentiality, integrity, availability and resilience of processing systems and services</li>
14
+ <li>Comply with the rights of data subjects in respect of receiving privacy information, and access, rectification, deletion and portability of personal data</li>
15
+ <li>Ensure that any consent based processing meets standards of active, informed consent, and that such consents are recorded and auditable</li>
16
+ <li>Ensure legal safeguards are in place to legitimise transfers of personal data outside the UK (if such transfers will take place)</li>
17
+ <li>Maintain records of personal data processing activities</li>
18
+ <li>Regularly test, assess and evaluate the effectiveness of the above measures</li>
19
+ </ul>
20
+
21
+ type: boolean
22
+
23
+ validations:
24
+ -
25
+ name: answer_required
26
+ message: You must select an option
@@ -1,17 +1,12 @@
1
1
  name: Systems in place to include (as a minimum) 30 day payment terms
2
2
  question: Please confirm that for public sector contracts awarded under the Procurement Act 2023 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
  question_advice: >
4
- <p class="govuk-body">These are requirement under the Procurement Act 2023 (Sections 68 and 73).</p>
4
+ <p class="govuk-body">These are a requirement under the Procurement Act 2023 (Sections 68 and 73).</p>
5
5
  <p class="govuk-body govuk-!-margin-top-3">Public and private sector contracts.</p>
6
- <p class="govuk-body govuk-!-margin-top-3">This question is evaluated pass/fail.</p>
6
+ <p class="govuk-body govuk-!-margin-top-3">This question is assessed as pass/fail.</p>
7
7
  <p class="govuk-body govuk-!-margin-top-3">Your tender will fail, if you do not answer yes to this question, as you will not satisfy this condition of participation.</p>
8
8
  <p class="govuk-body govuk-!-margin-top-3">Your tender will be disregarded. We will tell you that your tender has been disregarded and why.</p>
9
9
 
10
- <p class="govuk-body govuk-!-margin-top-3">A reporting period is a period of six calendar months as set out in the DFT Duty to Report: guidance to reporting payment practices and performance <a class="govuk-link" href="https://www.gov.uk/government/publications/business-payment-practices-and-performance-reporting-requirements." target="_blank"> Business payment practices and performance: reporting requirements</a> </p>
11
-
12
- <p class="govuk-body govuk-!-margin-top-3">In a financial year there are normally two reporting periods. The first is the six calendar months starting on the first day of the business’ financial year. So, if a financial year started on the 5th of a month, the last day of that reporting period would be the 4th of the month, six months later. The second reporting period starts on the day after the first period ends and runs until the end of the financial year.</p>
13
-
14
-
15
10
  type: checkboxes
16
11
  hidden: true
17
12
 
@@ -10,6 +10,6 @@ limits:
10
10
  validations:
11
11
  -
12
12
  name: answer_required
13
- message: You must select an option
13
+ message: You must enter a website
14
14
  - name: invalid_format
15
15
  message: Enter a valid website
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.13.38",
3
+ "version": "3.13.40",
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"
@@ -64,8 +64,8 @@ cryptography==44.0.1
64
64
  # ccs-digitalmarketplace-utils
65
65
  deepmerge==2.0
66
66
  # via
67
- # -r requirements.txt
68
67
  # -r requirements-dev.in
68
+ # -r requirements.txt
69
69
  defusedxml==0.7.1
70
70
  # via
71
71
  # -r requirements.txt
@@ -114,7 +114,7 @@ govuk-country-register==0.5.0
114
114
  # via
115
115
  # -r requirements.txt
116
116
  # ccs-digitalmarketplace-utils
117
- hypothesis==6.128.2
117
+ hypothesis==6.129.4
118
118
  # via -r requirements-dev.in
119
119
  identify==2.6.8
120
120
  # via pre-commit
@@ -210,8 +210,8 @@ pytz==2024.1
210
210
  # ccs-digitalmarketplace-utils
211
211
  pyyaml==6.0.2
212
212
  # via
213
- # -r requirements.txt
214
213
  # -r requirements-dev.in
214
+ # -r requirements.txt
215
215
  # ccs-digitalmarketplace-content-loader
216
216
  # pre-commit
217
217
  redis==5.0.7