ccs-digitalmarketplace-frameworks 5.1.13 → 5.1.15

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 (46) hide show
  1. package/frameworks/g-cloud-15/manifests/edit_lot_pricing_questions.yml +7 -1
  2. package/frameworks/g-cloud-15/questions/lot-pricing-questions/calculatingPricePrivateCloudBaselinePricing.yml +14 -0
  3. package/frameworks/g-cloud-15/questions/lot-pricing-questions/calculatingPricePrivateCloudCostAdditions.yml +17 -0
  4. package/frameworks/g-cloud-15/questions/lot-pricing-questions/calculatingPricePrivateCloudCostReductions.yml +17 -0
  5. package/frameworks/g-cloud-15/questions/lot-pricing-questions/calculatingPricePrivateCloudMinimumDiscounting.yml +7 -0
  6. package/frameworks/g-cloud-15/questions/lot-pricing-questions/calculatingPricePrivateCloudOnboardingActivity.yml +7 -0
  7. package/frameworks/g-cloud-15/questions/lot-pricing-questions/calculatingPricePrivateCloudTotalCost.yml +7 -0
  8. package/frameworks/g-cloud-15/questions/lot-pricing-questions/calculatingPricePublicCloudBaselinePricing.yml +14 -0
  9. package/frameworks/g-cloud-15/questions/lot-pricing-questions/calculatingPricePublicCloudCostAdditions.yml +17 -0
  10. package/frameworks/g-cloud-15/questions/lot-pricing-questions/calculatingPricePublicCloudCostReductions.yml +17 -0
  11. package/frameworks/g-cloud-15/questions/lot-pricing-questions/calculatingPricePublicCloudMinimumDiscounting.yml +7 -0
  12. package/frameworks/g-cloud-15/questions/lot-pricing-questions/calculatingPricePublicCloudOnboardingActivity.yml +7 -0
  13. package/frameworks/g-cloud-15/questions/lot-pricing-questions/calculatingPricePublicCloudTotalCost.yml +7 -0
  14. package/frameworks/g-cloud-15/questions/lot-pricing-questions/discountPercentage1a.yml +0 -2
  15. package/frameworks/g-cloud-15/questions/lot-pricing-questions/formulaqCalculatingPricePrivateCloud.yml +19 -0
  16. package/frameworks/g-cloud-15/questions/lot-pricing-questions/formulaqCalculatingPricePublicCloud.yml +19 -0
  17. package/frameworks/g-cloud-15/questions/lot-pricing-questions/multiqFormulaForCalculatingPrice.yml +51 -0
  18. package/frameworks/g-cloud-15/questions/lot-pricing-questions/multiqPriceForOnboarding.yml +4 -4
  19. package/frameworks/g-cloud-15/questions/lot-pricing-questions/onboarding100k1year.yml +4 -5
  20. package/frameworks/g-cloud-15/questions/lot-pricing-questions/onboarding100k2years.yml +4 -5
  21. package/frameworks/g-cloud-15/questions/lot-pricing-questions/onboarding100k3years.yml +4 -5
  22. package/frameworks/g-cloud-15/questions/lot-pricing-questions/onboarding1m1year.yml +4 -5
  23. package/frameworks/g-cloud-15/questions/lot-pricing-questions/onboarding1m2years.yml +4 -5
  24. package/frameworks/g-cloud-15/questions/lot-pricing-questions/onboarding1m3years.yml +4 -5
  25. package/frameworks/g-cloud-15/questions/lot-pricing-questions/onboarding500k1year.yml +4 -5
  26. package/frameworks/g-cloud-15/questions/lot-pricing-questions/onboarding500k2years.yml +4 -5
  27. package/frameworks/g-cloud-15/questions/lot-pricing-questions/onboarding500k3years.yml +4 -5
  28. package/frameworks/g-cloud-15/questions/lot-pricing-questions/priceCertainty.yml +4 -4
  29. package/frameworks/g-cloud-15/questions/lot-pricing-questions/whichCoreDeploymentModels.yml +20 -0
  30. package/frameworks/g-cloud-15/questions/services/emailOrTicketingSupport.yml +1 -0
  31. package/frameworks/g-cloud-15/questions/services/emailOrTicketingSupportAccessibility.yml +5 -4
  32. package/frameworks/g-cloud-15/questions/services/emailOrTicketingSupportPriority.yml +1 -0
  33. package/frameworks/g-cloud-15/questions/services/emailOrTicketingSupportResponseTimes.yml +1 -0
  34. package/frameworks/g-cloud-15/questions/services/multiqEmailOrTicketingSupport.yml +1 -1
  35. package/frameworks/g-cloud-15/questions/services/multiqPhoneSupport.yml +1 -0
  36. package/frameworks/g-cloud-15/questions/services/multiqWebChatSupport.yml +1 -0
  37. package/frameworks/g-cloud-15/questions/services/onsiteSupport.yml +1 -0
  38. package/frameworks/g-cloud-15/questions/services/phoneSupport.yml +1 -0
  39. package/frameworks/g-cloud-15/questions/services/phoneSupportAvailability.yml +1 -0
  40. package/frameworks/g-cloud-15/questions/services/supportLevels.yml +1 -0
  41. package/frameworks/g-cloud-15/questions/services/webChatSupport.yml +1 -0
  42. package/frameworks/g-cloud-15/questions/services/webChatSupportAccessibility.yml +5 -4
  43. package/frameworks/g-cloud-15/questions/services/webChatSupportAccessibilityDescription.yml +1 -0
  44. package/frameworks/g-cloud-15/questions/services/webChatSupportAccessibilityTesting.yml +1 -0
  45. package/frameworks/g-cloud-15/questions/services/webChatSupportAvailability.yml +1 -0
  46. package/package.json +1 -1
@@ -26,7 +26,13 @@
26
26
  questions:
27
27
  - discountPercentage1a
28
28
 
29
- - name: Certainty
29
+ - name: Formula for calculating price of your services
30
+ editable: True
31
+ edit_questions: False
32
+ questions:
33
+ - multiqFormulaForCalculatingPrice
34
+
35
+ - name: Price certainty
30
36
  editable: True
31
37
  edit_questions: False
32
38
  questions:
@@ -0,0 +1,14 @@
1
+ name: Baseline Pricing
2
+ question: Baseline Pricing
3
+ question_advice: Identify where a buyer will find your baseline pricing, which may be the G-Cloud Service Lines (if sufficient detail will be provided within them)
4
+
5
+ type: textbox_large
6
+ max_length_in_words: 200
7
+
8
+ validations:
9
+ - name: answer_required
10
+ message: You must enter a description for baseline pricing
11
+ - name: under_200_words
12
+ message: Your answer for baseline pricing must be no more than 200 words
13
+ - name: under_character_limit
14
+ message: Your answer for baseline pricing must be no more than 2000 characters
@@ -0,0 +1,17 @@
1
+ name: Additional sources of cost
2
+ question: Additional sources of cost
3
+ question_advice: Describe sources of cost that may relate to a buyer contracting for services in this deployment model
4
+
5
+ type: textbox_large
6
+ max_length_in_words: 200
7
+
8
+ operation: "+"
9
+ operation_position: before
10
+
11
+ validations:
12
+ - name: answer_required
13
+ message: You must enter a description for additional sources of cost
14
+ - name: under_200_words
15
+ message: Your answer for additional sources of cost must be no more than 200 words
16
+ - name: under_character_limit
17
+ message: Your answer for additional sources of cost must be no more than 2000 characters
@@ -0,0 +1,17 @@
1
+ name: Additional sources of cost reduction
2
+ question: Additional sources of cost reduction
3
+ question_advice: Describe sources cost reduction, that may relate to a buyer contracting for services in this deployment model
4
+
5
+ type: textbox_large
6
+ max_length_in_words: 200
7
+
8
+ operation: "-"
9
+ operation_position: before
10
+
11
+ validations:
12
+ - name: answer_required
13
+ message: You must enter a description for additional sources of cost reduction
14
+ - name: under_200_words
15
+ message: Your answer for additional sources of cost reduction must be no more than 200 words
16
+ - name: under_character_limit
17
+ message: Your answer for additional sources of cost reduction must be no more than 2000 characters
@@ -0,0 +1,7 @@
1
+ question: Minimum Discounting
2
+ value: Your answer for the ‘Discount’ question
3
+
4
+ type: display
5
+
6
+ operation: "-"
7
+ operation_position: before
@@ -0,0 +1,7 @@
1
+ question: Onboarding Activity
2
+ value: Your answer for the ‘Price for onboarding’ question
3
+
4
+ type: display
5
+
6
+ operation: "+"
7
+ operation_position: before
@@ -0,0 +1,7 @@
1
+ question: Total Cost
2
+ value: The Total Cost for a buyer's call off requirement in a Private Cloud Deployment
3
+
4
+ type: display
5
+
6
+ operation: "="
7
+ operation_position: after
@@ -0,0 +1,14 @@
1
+ name: Baseline Pricing
2
+ question: Baseline Pricing
3
+ question_advice: Identify where a buyer will find your baseline pricing and provide a web link to a public catalogue
4
+
5
+ type: textbox_large
6
+ max_length_in_words: 200
7
+
8
+ validations:
9
+ - name: answer_required
10
+ message: You must enter a description for baseline pricing
11
+ - name: under_200_words
12
+ message: Your answer for baseline pricing must be no more than 200 words
13
+ - name: under_character_limit
14
+ message: Your answer for baseline pricing must be no more than 2000 characters
@@ -0,0 +1,17 @@
1
+ name: Additional sources of cost
2
+ question: Additional sources of cost
3
+ question_advice: Describe sources of cost that may relate to a buyer contracting for services in this deployment model
4
+
5
+ type: textbox_large
6
+ max_length_in_words: 200
7
+
8
+ operation: "+"
9
+ operation_position: before
10
+
11
+ validations:
12
+ - name: answer_required
13
+ message: You must enter a description for additional sources of cost
14
+ - name: under_200_words
15
+ message: Your answer for additional sources of cost must be no more than 200 words
16
+ - name: under_character_limit
17
+ message: Your answer for additional sources of cost must be no more than 2000 characters
@@ -0,0 +1,17 @@
1
+ name: Additional sources of cost reduction
2
+ question: Additional sources of cost reduction
3
+ question_advice: Describe sources cost reduction, that may relate to a buyer contracting for services in this deployment model
4
+
5
+ type: textbox_large
6
+ max_length_in_words: 200
7
+
8
+ operation: "-"
9
+ operation_position: before
10
+
11
+ validations:
12
+ - name: answer_required
13
+ message: You must enter a description for additional sources of cost reduction
14
+ - name: under_200_words
15
+ message: Your answer for additional sources of cost reduction must be no more than 200 words
16
+ - name: under_character_limit
17
+ message: Your answer for additional sources of cost reduction must be no more than 2000 characters
@@ -0,0 +1,7 @@
1
+ question: Minimum Discounting
2
+ value: Your answer for the ‘Discount’ question
3
+
4
+ type: display
5
+
6
+ operation: "-"
7
+ operation_position: before
@@ -0,0 +1,7 @@
1
+ question: Onboarding Activity
2
+ value: Your answer for the ‘Price for onboarding’ question
3
+
4
+ type: display
5
+
6
+ operation: "+"
7
+ operation_position: before
@@ -0,0 +1,7 @@
1
+ question: Total Cost
2
+ value: The Total Cost for a buyer's call off requirement in a Public Cloud Deployment
3
+
4
+ type: display
5
+
6
+ operation: "="
7
+ operation_position: after
@@ -1,8 +1,6 @@
1
1
  name: Provide your minimum discount applicable to your baseline prices
2
2
  question: Provide your minimum discount applicable to your baseline prices
3
3
  question_advice: |
4
- <strong>Guidance</strong>
5
-
6
4
  Cells should be completed as though for a reasonable requirement from a reasonably assumable buyer.
7
5
 
8
6
  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.
@@ -0,0 +1,19 @@
1
+ name: Private Cloud - Formula for calculating price of your services
2
+ question: Private Cloud - Formula for calculating price of your services
3
+ question_advice: |
4
+ These questions must be filled with short descriptions of the baseline pricing for all relevant services.
5
+
6
+ Bidders may add further description to cover all cost increasing or decreasing factors as appropriate, to fully describe the mechanism by which a buyer will identify the total cost of their requirement.
7
+
8
+ This information must be included within the bidder's catalogue entries for all services, based on the deployment model or models relevant to that service.
9
+
10
+ type: formula
11
+ hidden: true
12
+
13
+ questions:
14
+ - calculatingPricePrivateCloudTotalCost
15
+ - calculatingPricePrivateCloudBaselinePricing
16
+ - calculatingPricePrivateCloudMinimumDiscounting
17
+ - calculatingPricePrivateCloudOnboardingActivity
18
+ - calculatingPricePrivateCloudCostAdditions
19
+ - calculatingPricePrivateCloudCostReductions
@@ -0,0 +1,19 @@
1
+ name: Public Cloud - Formula for calculating price of your services
2
+ question: Public Cloud - Formula for calculating price of your services
3
+ question_advice: |
4
+ These questions must be filled with short descriptions of the baseline pricing for all relevant services.
5
+
6
+ Bidders may add further description to cover all cost increasing or decreasing factors as appropriate, to fully describe the mechanism by which a buyer will identify the total cost of their requirement.
7
+
8
+ This information must be included within the bidder's catalogue entries for all services, based on the deployment model or models relevant to that service.
9
+
10
+ type: formula
11
+ hidden: true
12
+
13
+ questions:
14
+ - calculatingPricePublicCloudTotalCost
15
+ - calculatingPricePublicCloudBaselinePricing
16
+ - calculatingPricePublicCloudMinimumDiscounting
17
+ - calculatingPricePublicCloudOnboardingActivity
18
+ - calculatingPricePublicCloudCostAdditions
19
+ - calculatingPricePublicCloudCostReductions
@@ -0,0 +1,51 @@
1
+ name: Formula for calculating price of your services
2
+ question: ""
3
+ question_advice: |
4
+ Lot 1a allows for suppliers to offer services delivered according to any of the NIST deployment models for cloud computing (see Framework Schedule 1 Specification). The Deployment Models are:
5
+
6
+ <ul class="govuk-list govuk-list--bullet">
7
+ <li>Private Cloud</li>
8
+ <li>Community Cloud</li>
9
+ <li>Public Cloud</li>
10
+ <li>Hybrid Cloud</li>
11
+ </ul>
12
+
13
+ CCS supports the delivery of each of these models, however CCS considers that Hybrid and Community models are variants of the 'core' models of Public and Private Clouds.
14
+
15
+ Buyers need to understand the cost of services offered under this Lot in order to establish best value. This cost will be made up of several factors unique to each supplier, which together can be described as a mechanism for determining a price. These factors must include a Baseline Price, as well as other factors such as discounts and other areas of cost.
16
+
17
+ Baseline Prices may be listed in a number of ways, including through publicly available catalogues hosted by the bidder themselves, as well as through the Service Lines in the G-Cloud catalogue.
18
+
19
+ The intent of CCS is that bidders will provide buyers with a mechanism for determining the price payable in any call off procedure, as required by section 45.5.b of the Procurement Act 2023
20
+
21
+ CCS defines the high level mechanism for determining the price of services for each of these deployment models as the following:
22
+
23
+ <table class="govuk-table">
24
+ <tbody class="govuk-table__body">
25
+ <tr class="govuk-table__row">
26
+ <td class="govuk-table__cell" style="border-bottom: none;">Total cost to buyer</td>
27
+ <td class="govuk-table__cell" style="border-bottom: none;">=</td>
28
+ <td class="govuk-table__cell" style="border-bottom: none;">Baseline Pricing</td>
29
+ <td class="govuk-table__cell" style="border-bottom: none;">-</td>
30
+ <td class="govuk-table__cell" style="border-bottom: none;">Minimum Discount (Framework or Public Sector Discount)</td>
31
+ <td class="govuk-table__cell" style="border-bottom: none;">+</td>
32
+ <td class="govuk-table__cell" style="border-bottom: none;">Onboarding Price</td>
33
+ <td class="govuk-table__cell" style="border-bottom: none;">+</td>
34
+ <td class="govuk-table__cell" style="border-bottom: none;">Cost-increasing factors such as management overheads, energy price fluctuations or exchange rates</td>
35
+ <td class="govuk-table__cell" style="border-bottom: none;">-</td>
36
+ <td class="govuk-table__cell" style="border-bottom: none;">Cost-decreasing factors such as commitment based discounting or sector-specific discounts</td>
37
+ </tr>
38
+ </tbody>
39
+ </table>
40
+
41
+ depends:
42
+ - "on": route
43
+ being:
44
+ - iaas-and-paas
45
+
46
+ type: multiquestion
47
+
48
+ questions:
49
+ - whichCoreDeploymentModels
50
+ - formulaqCalculatingPricePublicCloud
51
+ - formulaqCalculatingPricePrivateCloud
@@ -1,7 +1,7 @@
1
1
  name: Price for onboarding
2
2
  question: Complete each of the 9 (nine) questions to demonstrate what your price for onboarding would be in each scenario and select section name from the section(s) of the Taxonomy of Services (Tier 2) that this service is part of
3
3
  question_advice: |
4
- There are 9 (nine) scenarios in this question.
4
+ There are 9 (nine) scenarios in this question.
5
5
 
6
6
  Each scenario is made up of the following information:
7
7
 
@@ -12,14 +12,14 @@ question_advice: |
12
12
  <li>The Scenario Route to Market - You should assume the contract was placed through the G-Cloud 15 framework awarded without further competition</li>
13
13
  <li>The Scenario Location - You should assume that the contract requires the use of your most expensive region for the Scenario Service, where applicable</li>
14
14
  <li>The Scenario Users - You should assume that the buyer's users will require a reasonable level of training and support, for a buyer who has not purchased your services previously</li>
15
- <li>The Scenario Service - if your price is capable of varying dependant on specific services to be onboarded, you should select the most expensive reasonable service to onboard</li>
15
+ <li>The Scenario Service - if your price is capable of varying dependent on specific services to be onboarded, you should select the most expensive reasonable service to onboard</li>
16
16
  </ul>
17
17
 
18
18
  <strong>Guidance</strong>
19
19
 
20
20
  Questions should be completed as though for a reasonable requirement from a reasonably assumable buyer.
21
21
 
22
- 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.
22
+ 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.
23
23
 
24
24
  Bidders will receive a proportion of the 5% available relative to their ranked average price across all 9 cells. The Bidder with the lowest average price will score 5%, and the equation used to assign scores to all subsequent ranked bidders will be:
25
25
 
@@ -39,7 +39,7 @@ depends:
39
39
  type: multiquestion
40
40
 
41
41
  questions:
42
- - taxonomyOfServicesSection
43
42
  - multiqOnboarding100k
44
43
  - multiqOnboarding500k
45
44
  - multiqOnboarding1m
45
+ - taxonomyOfServicesSection
@@ -1,15 +1,14 @@
1
1
  name: For 1 year
2
- question: For 1 year, insert a total value exclusive of the value of contracted spend
2
+ question: |
3
+ For 1 year, insert a total value exclusive of the value of contracted spend
3
4
  hint: For example, £199.99
4
5
 
5
6
  type: money
6
7
  unit: "£"
7
- limits:
8
- min_value: 0001
9
8
 
10
9
 
11
10
  validations:
12
11
  - name: answer_required
13
- message: You must enter the value for year 1 greater than 0 with a maximum of two decimal places, e.g. £199.99
12
+ message: You must enter the value for year 1 greater than or equal to 0 with a maximum of two decimal places, e.g. £199.99
14
13
  - name: not_a_number
15
- message: You must enter the value for year 1 greater than 0 with a maximum of two decimal places, e.g. £199.99
14
+ message: You must enter the value for year 1 greater than or equal to 0 with a maximum of two decimal places, e.g. £199.99
@@ -1,14 +1,13 @@
1
1
  name: For 2 years
2
- question: For 2 years, insert a total value exclusive of the value of contracted spend
2
+ question: |
3
+ For 2 years, insert a total value exclusive of the value of contracted spend
3
4
  hint: For example, £199.99
4
5
 
5
6
  type: money
6
7
  unit: "£"
7
- limits:
8
- min_value: 0001
9
8
 
10
9
  validations:
11
10
  - name: answer_required
12
- message: You must enter the value for year 2 greater than 0 with a maximum of two decimal places, e.g. £199.99
11
+ message: You must enter the value for year 2 greater than or equal to 0 with a maximum of two decimal places, e.g. £199.99
13
12
  - name: not_a_number
14
- message: You must enter the value for year 2 greater than 0 with a maximum of two decimal places, e.g. £199.99
13
+ message: You must enter the value for year 2 greater than or equal to 0 with a maximum of two decimal places, e.g. £199.99
@@ -1,14 +1,13 @@
1
1
  name: For 3 years
2
- question: For 3 years, insert a total value exclusive of the value of contracted spend
2
+ question: |
3
+ For 3 years, insert a total value exclusive of the value of contracted spend
3
4
  hint: For example, £199.99
4
5
 
5
6
  type: money
6
7
  unit: "£"
7
- limits:
8
- min_value: 0001
9
8
 
10
9
  validations:
11
10
  - name: answer_required
12
- message: You must enter the value for year 3 greater than 0 with a maximum of two decimal places, e.g. £199.99
11
+ message: You must enter the value for year 3 greater than or equal to 0 with a maximum of two decimal places, e.g. £199.99
13
12
  - name: not_a_number
14
- message: You must enter the value for year 3 greater than 0 with a maximum of two decimal places, e.g. £199.99
13
+ message: You must enter the value for year 3 greater than or equal to 0 with a maximum of two decimal places, e.g. £199.99
@@ -1,15 +1,14 @@
1
1
  name: For 1 year
2
- question: For 1 year, insert a total value exclusive of the value of contracted spend
2
+ question: |
3
+ For 1 year, insert a total value exclusive of the value of contracted spend
3
4
  hint: For example, £199.99
4
5
 
5
6
  type: money
6
7
  unit: "£"
7
- limits:
8
- min_value: 0001
9
8
 
10
9
 
11
10
  validations:
12
11
  - name: answer_required
13
- message: You must enter the value for year 1 greater than 0 with a maximum of two decimal places, e.g. £199.99
12
+ message: You must enter the value for year 1 greater than or equal to 0 with a maximum of two decimal places, e.g. £199.99
14
13
  - name: not_a_number
15
- message: You must enter the value for year 1 greater than 0 with a maximum of two decimal places, e.g. £199.99
14
+ message: You must enter the value for year 1 greater than or equal to 0 with a maximum of two decimal places, e.g. £199.99
@@ -1,14 +1,13 @@
1
1
  name: For 2 years
2
- question: For 2 years, insert a total value exclusive of the value of contracted spend
2
+ question: |
3
+ For 2 years, insert a total value exclusive of the value of contracted spend
3
4
  hint: For example, £199.99
4
5
 
5
6
  type: money
6
7
  unit: "£"
7
- limits:
8
- min_value: 0001
9
8
 
10
9
  validations:
11
10
  - name: answer_required
12
- message: You must enter the value for year 2 greater than 0 with a maximum of two decimal places, e.g. £199.99
11
+ message: You must enter the value for year 2 greater than or equal to 0 with a maximum of two decimal places, e.g. £199.99
13
12
  - name: not_a_number
14
- message: You must enter the value for year 2 greater than 0 with a maximum of two decimal places, e.g. £199.99
13
+ message: You must enter the value for year 2 greater than or equal to 0 with a maximum of two decimal places, e.g. £199.99
@@ -1,14 +1,13 @@
1
1
  name: For 3 years
2
- question: For 3 years, insert a total value exclusive of the value of contracted spend
2
+ question: |
3
+ For 3 years, insert a total value exclusive of the value of contracted spend
3
4
  hint: For example, £199.99
4
5
 
5
6
  type: money
6
7
  unit: "£"
7
- limits:
8
- min_value: 0001
9
8
 
10
9
  validations:
11
10
  - name: answer_required
12
- message: You must enter the value for year 3 greater than 0 with a maximum of two decimal places, e.g. £199.99
11
+ message: You must enter the value for year 3 greater than or equal to 0 with a maximum of two decimal places, e.g. £199.99
13
12
  - name: not_a_number
14
- message: You must enter the value for year 3 greater than 0 with a maximum of two decimal places, e.g. £199.99
13
+ message: You must enter the value for year 3 greater than or equal to 0 with a maximum of two decimal places, e.g. £199.99
@@ -1,15 +1,14 @@
1
1
  name: For 1 year
2
- question: For 1 year, insert a total value exclusive of the value of contracted spend
2
+ question: |
3
+ For 1 year, insert a total value exclusive of the value of contracted spend
3
4
  hint: For example, £199.99
4
5
 
5
6
  type: money
6
7
  unit: "£"
7
- limits:
8
- min_value: 0001
9
8
 
10
9
 
11
10
  validations:
12
11
  - name: answer_required
13
- message: You must enter the value for year 1 greater than 0 with a maximum of two decimal places, e.g. £199.99
12
+ message: You must enter the value for year 1 greater than or equal to 0 with a maximum of two decimal places, e.g. £199.99
14
13
  - name: not_a_number
15
- message: You must enter the value for year 1 greater than 0 with a maximum of two decimal places, e.g. £199.99
14
+ message: You must enter the value for year 1 greater than or equal to 0 with a maximum of two decimal places, e.g. £199.99
@@ -1,14 +1,13 @@
1
1
  name: For 2 years
2
- question: For 2 years, insert a total value exclusive of the value of contracted spend
2
+ question: |
3
+ For 2 years, insert a total value exclusive of the value of contracted spend
3
4
  hint: For example, £199.99
4
5
 
5
6
  type: money
6
7
  unit: "£"
7
- limits:
8
- min_value: 0001
9
8
 
10
9
  validations:
11
10
  - name: answer_required
12
- message: You must enter the value for year 2 greater than 0 with a maximum of two decimal places, e.g. £199.99
11
+ message: You must enter the value for year 2 greater than or equal to 0 with a maximum of two decimal places, e.g. £199.99
13
12
  - name: not_a_number
14
- message: You must enter the value for year 2 greater than 0 with a maximum of two decimal places, e.g. £199.99
13
+ message: You must enter the value for year 2 greater than or equal to 0 with a maximum of two decimal places, e.g. £199.99
@@ -1,14 +1,13 @@
1
1
  name: For 3 years
2
- question: For 3 years, insert a total value exclusive of the value of contracted spend
2
+ question: |
3
+ For 3 years, insert a total value exclusive of the value of contracted spend
3
4
  hint: For example, £199.99
4
5
 
5
6
  type: money
6
7
  unit: "£"
7
- limits:
8
- min_value: 0001
9
8
 
10
9
  validations:
11
10
  - name: answer_required
12
- message: You must enter the value for year 3 greater than 0 with a maximum of two decimal places, e.g. £199.99
11
+ message: You must enter the value for year 3 greater than or equal to 0 with a maximum of two decimal places, e.g. £199.99
13
12
  - name: not_a_number
14
- message: You must enter the value for year 3 greater than 0 with a maximum of two decimal places, e.g. £199.99
13
+ message: You must enter the value for year 3 greater than or equal to 0 with a maximum of two decimal places, e.g. £199.99
@@ -1,9 +1,9 @@
1
1
  name: Price certainty
2
- question: The government seeks to ensure price certainty.
2
+ question: The government seeks to ensure price certainty
3
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"
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
7
  href="https://assets.publishing.service.gov.uk/media/64901fcc5f7bb700127fac5e/Sourcing_Playbook_Final.pdf">
8
8
  the Sourcing Playbook</a>
9
9
 
@@ -0,0 +1,20 @@
1
+ name: Which of the core deployment models you intend to offer
2
+ question: Identify which of the 2 (two) core deployment models will relate to services you intend to offer over the duration of this framework agreement
3
+
4
+ type: checkboxes
5
+
6
+ options:
7
+ - label: Public Cloud
8
+ value: public-cloud
9
+ - label: Private Cloud
10
+ value: private-cloud
11
+
12
+ followup:
13
+ formulaqCalculatingPricePublicCloud:
14
+ - public-cloud
15
+ formulaqCalculatingPricePrivateCloud:
16
+ - private-cloud
17
+
18
+ validations:
19
+ - name: answer_required
20
+ message: You must select an option
@@ -4,6 +4,7 @@ question: Do you provide email or online ticketing support?
4
4
  depends:
5
5
  - "on": lot
6
6
  being:
7
+ - iaas-and-paas
7
8
  - isaas
8
9
  - cloud-support
9
10
  - saas
@@ -5,18 +5,19 @@ hidden: true
5
5
  depends:
6
6
  - "on": lot
7
7
  being:
8
+ - iaas-and-paas
8
9
  - isaas
9
10
  - cloud-support
10
11
  - saas
11
12
 
12
13
  type: radios
13
14
  options:
14
- - label: WCAG 2.1 AAA
15
- value: wcag_aaa
16
- - label: WCAG 2.1 AA or EN 301 549
15
+ - label: WCAG 2.2 AA
17
16
  value: wcag_aa
18
- - label: WCAG 2.1 A
17
+ - label: WCAG 2.2 A
19
18
  value: wcag_a
19
+ - label: EN 301 549
20
+ value: en_301_549
20
21
  - label: None or don’t know
21
22
  value: none
22
23
 
@@ -5,6 +5,7 @@ hidden: true
5
5
  depends:
6
6
  - "on": lot
7
7
  being:
8
+ - iaas-and-paas
8
9
  - isaas
9
10
  - cloud-support
10
11
  - saas
@@ -6,6 +6,7 @@ hidden: true
6
6
  depends:
7
7
  - "on": lot
8
8
  being:
9
+ - iaas-and-paas
9
10
  - isaas
10
11
  - cloud-support
11
12
  - saas
@@ -4,6 +4,7 @@ question: Email or ticketing support
4
4
  depends:
5
5
  - "on": lot
6
6
  being:
7
+ - iaas-and-paas
7
8
  - isaas
8
9
  - cloud-support
9
10
  - saas
@@ -14,4 +15,3 @@ questions:
14
15
  - emailOrTicketingSupportResponseTimes
15
16
  - emailOrTicketingSupportPriority
16
17
  - emailOrTicketingSupportAccessibility
17
-
@@ -4,6 +4,7 @@ question: Phone support
4
4
  depends:
5
5
  - "on": lot
6
6
  being:
7
+ - iaas-and-paas
7
8
  - isaas
8
9
  - cloud-support
9
10
  - saas
@@ -4,6 +4,7 @@ question: Web chat support
4
4
  depends:
5
5
  - "on": lot
6
6
  being:
7
+ - iaas-and-paas
7
8
  - isaas
8
9
  - cloud-support
9
10
  - saas
@@ -4,6 +4,7 @@ question: Do you provide onsite support?
4
4
  depends:
5
5
  - "on": lot
6
6
  being:
7
+ - iaas-and-paas
7
8
  - isaas
8
9
  - saas
9
10
 
@@ -5,6 +5,7 @@ question: Do you provide phone support?
5
5
  depends:
6
6
  - "on": lot
7
7
  being:
8
+ - iaas-and-paas
8
9
  - isaas
9
10
  - cloud-support
10
11
  - saas
@@ -6,6 +6,7 @@ hidden: true
6
6
  depends:
7
7
  - "on": lot
8
8
  being:
9
+ - iaas-and-paas
9
10
  - isaas
10
11
  - cloud-support
11
12
  - saas
@@ -10,6 +10,7 @@ question_advice: >
10
10
  depends:
11
11
  - "on": lot
12
12
  being:
13
+ - iaas-and-paas
13
14
  - isaas
14
15
  - cloud-support
15
16
  - saas
@@ -4,6 +4,7 @@ question: Do you provide web chat support?
4
4
  depends:
5
5
  - "on": lot
6
6
  being:
7
+ - iaas-and-paas
7
8
  - isaas
8
9
  - cloud-support
9
10
  - saas
@@ -5,6 +5,7 @@ hidden: true
5
5
  depends:
6
6
  - "on": lot
7
7
  being:
8
+ - iaas-and-paas
8
9
  - isaas
9
10
  - cloud-support
10
11
  - saas
@@ -15,12 +16,12 @@ followup:
15
16
 
16
17
  type: radios
17
18
  options:
18
- - label: WCAG 2.1 AAA
19
- value: wcag_aaa
20
- - label: WCAG 2.1 AA or EN 301 549
19
+ - label: WCAG 2.2 AA
21
20
  value: wcag_aa
22
- - label: WCAG 2.1 A
21
+ - label: WCAG 2.2 A
23
22
  value: wcag_a
23
+ - label: EN 301 549
24
+ value: en_301_549
24
25
  - label: None or don’t know
25
26
  value: none_or_not_sure
26
27
 
@@ -7,6 +7,7 @@ hidden: true
7
7
  depends:
8
8
  - "on": lot
9
9
  being:
10
+ - iaas-and-paas
10
11
  - isaas
11
12
  - cloud-support
12
13
  - saas
@@ -5,6 +5,7 @@ hidden: true
5
5
  depends:
6
6
  - "on": lot
7
7
  being:
8
+ - iaas-and-paas
8
9
  - isaas
9
10
  - cloud-support
10
11
  - saas
@@ -6,6 +6,7 @@ hidden: true
6
6
  depends:
7
7
  - "on": lot
8
8
  being:
9
+ - iaas-and-paas
9
10
  - isaas
10
11
  - cloud-support
11
12
  - saas
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "5.1.13",
3
+ "version": "5.1.15",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",