ccs-digitalmarketplace-frameworks 5.1.11 → 5.1.12
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,22 @@
|
|
|
1
|
+
- name: Discount
|
|
2
|
+
editable: True
|
|
3
|
+
edit_questions: False
|
|
4
|
+
description: |
|
|
5
|
+
CCS aims to provide buyers with access to the best value services
|
|
6
|
+
|
|
7
|
+
CCS frameworks are used by public sector and third sector organisations, and CCS seeks to highlight where a discount is available to these buyers.
|
|
8
|
+
|
|
9
|
+
CCS understands that discounting of baseline prices can be impacted in many ways, including through commitment up-front and the grouping together of services into a single bundled purchase.
|
|
10
|
+
|
|
11
|
+
CCS seeks to identify the minimum discount that would apply to all services called-off from this framework lot by any buyer, applicable to your baseline prices.
|
|
12
|
+
questions:
|
|
13
|
+
- discountPercentage1a
|
|
14
|
+
|
|
15
|
+
- name: Certainty
|
|
16
|
+
editable: True
|
|
17
|
+
edit_questions: False
|
|
18
|
+
questions:
|
|
19
|
+
- priceCertainty
|
|
1
20
|
|
|
2
21
|
- name: Government Digital and Data Roles
|
|
3
22
|
display_only: True
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
name: Provide your minimum discount applicable to your baseline prices
|
|
2
|
+
question: Provide your minimum discount applicable to your baseline prices
|
|
3
|
+
question_advice: |
|
|
4
|
+
<strong>Guidance</strong>
|
|
5
|
+
|
|
6
|
+
Cells should be completed as though for a reasonable requirement from a reasonably assumable buyer.
|
|
7
|
+
|
|
8
|
+
For framework evaluation, 10% is the maximum score available for Bidders to achieve by completing price evaluation tables. 5% is available for completing this question.
|
|
9
|
+
|
|
10
|
+
Bidders will receive a proportion of the 5% available relative to their ranked discount. The Bidder with the highest discount will score 5%, and the equation used to assign scores to all subsequent ranked bidders will be:
|
|
11
|
+
|
|
12
|
+
(highest discount / Bidder's discount) * 10
|
|
13
|
+
|
|
14
|
+
Failure to complete this table will result in 0% of the available marks being awarded.
|
|
15
|
+
|
|
16
|
+
Where 0% is entered by the bidder, for the purposes of evaluation CCS will use 0.01% instead. Bidders may enter 0% as their response in this cell.
|
|
17
|
+
|
|
18
|
+
depends:
|
|
19
|
+
- "on": route
|
|
20
|
+
being:
|
|
21
|
+
- iaas-and-paas
|
|
22
|
+
|
|
23
|
+
type: number
|
|
24
|
+
unit: "%"
|
|
25
|
+
unit_in_full: "percent"
|
|
26
|
+
unit_position: "after"
|
|
27
|
+
limits:
|
|
28
|
+
min_value: 0
|
|
29
|
+
max_value: 100
|
|
30
|
+
integer_only: true
|
|
31
|
+
|
|
32
|
+
validations:
|
|
33
|
+
- name: answer_required
|
|
34
|
+
message: You must provide a percentage discount as a whole number between 0 and 100
|
|
35
|
+
- name: not_a_number
|
|
36
|
+
message: You must provide a percentage discount as a whole number between 0 and 100
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
name: Price certainty
|
|
2
|
+
question: The government seeks to ensure price certainty.
|
|
3
|
+
question_advice: |
|
|
4
|
+
Bidders are required to explain how their pricing models will allow accurate budgeting
|
|
5
|
+
for multi-year contracts in accordance with the principles outlined in the section titled
|
|
6
|
+
"Inflation and Indexation" on page 27 of <a class="govuk-link" target="_blank" rel="noopener noreferrer"
|
|
7
|
+
href="https://assets.publishing.service.gov.uk/media/64901fcc5f7bb700127fac5e/Sourcing_Playbook_Final.pdf">
|
|
8
|
+
the Sourcing Playbook</a>
|
|
9
|
+
|
|
10
|
+
type: textbox_large
|
|
11
|
+
max_length_in_words: 200
|
|
12
|
+
|
|
13
|
+
depends:
|
|
14
|
+
- "on": route
|
|
15
|
+
being:
|
|
16
|
+
- iaas-and-paas
|
|
17
|
+
|
|
18
|
+
validations:
|
|
19
|
+
- name: answer_required
|
|
20
|
+
message: You must answer this question.
|
|
21
|
+
- name: under_200_words
|
|
22
|
+
message: Your answer must be no more than 200 words.
|