ccs-digitalmarketplace-frameworks 4.4.35 → 4.4.36

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.
@@ -3,7 +3,7 @@
3
3
  slug: financial-viability-risk-assessment
4
4
  editable: True
5
5
  questions:
6
- - leadBiddersPublishedAccounts
6
+ - multiqLeadBiddersAccounts
7
7
  - attachment5aURL
8
8
  - attachment5bURL
9
9
  - immediateParentCompanyPublishedAccountsURL
@@ -2,7 +2,7 @@ name: Systems in place to pay those in your supply chain
2
2
  question: Please confirm that you have the systems in place to pay those in your supply chain promptly and effectively.
3
3
  question_advice: |
4
4
  <p class="govuk-body">This question is assessed as Pass/Fail.</p>
5
- <p class="govuk-body">Your tender will fail, if you do not answer yes, as you will not satisfy this condition of participation.</p>
5
+ <p class="govuk-body">Your tender will Fail, if you do not answer yes, as you will not satisfy this condition of participation.</p>
6
6
  <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>
7
7
  type: boolean
8
8
  hidden: true
@@ -1,4 +1,4 @@
1
- name: Recent draft accounts - 5a
1
+ name: Supporting Information (if applicable)
2
2
  question: >
3
3
  <p class="govuk-label--m">
4
4
  Please upload any supporting information relevant to your consortium member's Attachment 5a - Lot 2 (Gold) FVRA submission that is not accessible via the Central Digital Platform.
@@ -0,0 +1,27 @@
1
+ name: Explanation
2
+ question: Please provide an explanation why this information has not been uploaded into the Central Digital Platform.
3
+ question_advice: |
4
+ - For example, you might have answered no if you are a newly incorporated company and do not have full accounts.
5
+ - If you have answered no for any reason, please upload any supporting information relevant to your FVRA submission that is not accessible via the Central Digital Platform when asked below.
6
+ - Answer: Text box with 1000 word limit
7
+
8
+ type: textbox_large
9
+ max_length_in_words: 1000
10
+
11
+ depends:
12
+ - "on": is_lead_bidder
13
+ being:
14
+ - true
15
+ - "on": fvra_route
16
+ being:
17
+ - fvra_lot_2_only_fail
18
+ - fvra_lot_2_only_pass
19
+ - fvra_lot_2_with_other_lots_fail
20
+ - fvra_lot_2_with_other_lots_pass
21
+ - fvra_default_fail
22
+
23
+ validations:
24
+ - name: answer_required
25
+ message: You must provide an explanation why this information has not been uploaded into the Central Digital Platform.
26
+ - name: under_word_limit
27
+ message: Explanation of why information has not been uploaded into the Central Digital Platform must not exceed 1000 words.
@@ -1,4 +1,4 @@
1
- name: Uploaded the lead bidder’s published accounts
1
+ name: Uploaded published accounts to CDP
2
2
  question: Please confirm you have uploaded your published accounts for the last 2 years, covering a 3 year period, into the Central Digital Platform and that the share code you have provided as part of this tender will allow us to access those accounts.
3
3
 
4
4
  type: boolean
@@ -15,6 +15,10 @@ depends:
15
15
  - fvra_lot_2_with_other_lots_pass
16
16
  - fvra_default_fail
17
17
 
18
+ followup:
19
+ explanationWhyInformationNotUploadedToCdp:
20
+ - false
21
+
18
22
  validations:
19
23
  -
20
24
  name: answer_required
@@ -0,0 +1,19 @@
1
+ name: Uploaded the lead bidder’s published accounts
2
+ question: ""
3
+ depends:
4
+ - "on": is_lead_bidder
5
+ being:
6
+ - true
7
+ - "on": fvra_route
8
+ being:
9
+ - fvra_lot_2_only_fail
10
+ - fvra_lot_2_only_pass
11
+ - fvra_lot_2_with_other_lots_fail
12
+ - fvra_lot_2_with_other_lots_pass
13
+ - fvra_default_fail
14
+
15
+ type: multiquestion
16
+
17
+ questions:
18
+ - leadBiddersPublishedAccounts
19
+ - explanationWhyInformationNotUploadedToCdp
@@ -1,4 +1,4 @@
1
- name: Recent draft accounts - 5a
1
+ name: Supporting Information (if applicable)
2
2
  question: >
3
3
  <p class="govuk-label--m">
4
4
  Please upload any supporting information relevant to your Attachment 5a - Lot 2 (Gold) FVRA submission that is not accessible via the Central Digital Platform.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.4.35",
3
+ "version": "4.4.36",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",