ccs-digitalmarketplace-frameworks 5.1.11 → 5.1.13

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 (18) hide show
  1. package/frameworks/g-cloud-15/manifests/edit_lot_pricing_questions.yml +33 -0
  2. package/frameworks/g-cloud-15/questions/lot-pricing-questions/discountPercentage1a.yml +36 -0
  3. package/frameworks/g-cloud-15/questions/lot-pricing-questions/multiqOnboarding100k.yml +9 -0
  4. package/frameworks/g-cloud-15/questions/lot-pricing-questions/multiqOnboarding1m.yml +9 -0
  5. package/frameworks/g-cloud-15/questions/lot-pricing-questions/multiqOnboarding500k.yml +9 -0
  6. package/frameworks/g-cloud-15/questions/lot-pricing-questions/multiqPriceForOnboarding.yml +45 -0
  7. package/frameworks/g-cloud-15/questions/lot-pricing-questions/onboarding100k1year.yml +15 -0
  8. package/frameworks/g-cloud-15/questions/lot-pricing-questions/onboarding100k2years.yml +14 -0
  9. package/frameworks/g-cloud-15/questions/lot-pricing-questions/onboarding100k3years.yml +14 -0
  10. package/frameworks/g-cloud-15/questions/lot-pricing-questions/onboarding1m1year.yml +15 -0
  11. package/frameworks/g-cloud-15/questions/lot-pricing-questions/onboarding1m2years.yml +14 -0
  12. package/frameworks/g-cloud-15/questions/lot-pricing-questions/onboarding1m3years.yml +14 -0
  13. package/frameworks/g-cloud-15/questions/lot-pricing-questions/onboarding500k1year.yml +15 -0
  14. package/frameworks/g-cloud-15/questions/lot-pricing-questions/onboarding500k2years.yml +14 -0
  15. package/frameworks/g-cloud-15/questions/lot-pricing-questions/onboarding500k3years.yml +14 -0
  16. package/frameworks/g-cloud-15/questions/lot-pricing-questions/priceCertainty.yml +22 -0
  17. package/frameworks/g-cloud-15/questions/lot-pricing-questions/taxonomyOfServicesSection.yml +30 -0
  18. package/package.json +1 -1
@@ -1,3 +1,36 @@
1
+ - name: Price for onboarding
2
+ editable: True
3
+ edit_questions: False
4
+ description: |
5
+ The total cost of IaaS and PaaS contracted services to a Buyer will include the cost of onboarding into the supplier's environment.
6
+
7
+ This cost will be separate from the cost of the service itself, delivered 'as a service' to the customer.
8
+
9
+ Onboarding may include, but is not limited to, enabling access to the environment, account management set-up activity, deployment of services and set up of billing instructions.
10
+
11
+ The bidder is required to consider 9 (nine) scenarios in which a service within their portfolio, that they intend to make available to buyers through this Lot, is purchased by a buyer at a certain total value of contracted service, and for a certain total contract term. For each of the 9 scenarios, enter the total cost of onboarding this buyer for this service, in addition to the total cost of the contracted service. Your total cost must be a single full value for each scenario, taking into account all onboarding activity that would be required for your offered service.
12
+ questions:
13
+ - multiqPriceForOnboarding
14
+
15
+ - name: Discount
16
+ editable: True
17
+ edit_questions: False
18
+ description: |
19
+ CCS aims to provide buyers with access to the best value services
20
+
21
+ CCS frameworks are used by public sector and third sector organisations, and CCS seeks to highlight where a discount is available to these buyers.
22
+
23
+ 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.
24
+
25
+ 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.
26
+ questions:
27
+ - discountPercentage1a
28
+
29
+ - name: Certainty
30
+ editable: True
31
+ edit_questions: False
32
+ questions:
33
+ - priceCertainty
1
34
 
2
35
  - name: Government Digital and Data Roles
3
36
  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,9 @@
1
+ name: Total Value of Scenario Service £100,000.00
2
+ question: Total Value of Scenario Service £100,000.00
3
+
4
+ type: multiquestion
5
+
6
+ questions:
7
+ - onboarding100k1year
8
+ - onboarding100k2years
9
+ - onboarding100k3years
@@ -0,0 +1,9 @@
1
+ name: Total Value of Scenario Service £1,000,000.00
2
+ question: Total Value of Scenario Service £1,000,000.00
3
+
4
+ type: multiquestion
5
+
6
+ questions:
7
+ - onboarding1m1year
8
+ - onboarding1m2years
9
+ - onboarding1m3years
@@ -0,0 +1,9 @@
1
+ name: Total Value of Scenario Service £500,000.00
2
+ question: Total Value of Scenario Service £500,000.00
3
+
4
+ type: multiquestion
5
+
6
+ questions:
7
+ - onboarding500k1year
8
+ - onboarding500k2years
9
+ - onboarding500k3years
@@ -0,0 +1,45 @@
1
+ name: Price for onboarding
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
+ question_advice: |
4
+ There are 9 (nine) scenarios in this question.
5
+
6
+ Each scenario is made up of the following information:
7
+
8
+ <ul>
9
+ <li>The Scenario Contract Term (how long the contract will be)</li>
10
+ <li>The Value of the Scenario Service (how much the service will cost, at your baseline service rates as relevant, but not including your price for Onboarding)</li>
11
+ <li>The Scenario Customer - You should assume the customer is a new customer who has not contracted for your service previously</li>
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
+ <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
+ <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>
16
+ </ul>
17
+
18
+ <strong>Guidance</strong>
19
+
20
+ Questions should be completed as though for a reasonable requirement from a reasonably assumable buyer.
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.
23
+
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
+
26
+ (lowest price / Bidder's price) * 10
27
+
28
+ Failure to complete all cells within this table will result in 0% being awarded.
29
+
30
+ Prices must be entered in Pound Sterling (GBP, £).
31
+
32
+ Although this table requires maximum prices to be entered as total cost over the scenario term, a Call-Off contract with a Buyer may use differing units such as, but not limited to, daily or hourly.
33
+
34
+ depends:
35
+ - "on": route
36
+ being:
37
+ - iaas-and-paas
38
+
39
+ type: multiquestion
40
+
41
+ questions:
42
+ - taxonomyOfServicesSection
43
+ - multiqOnboarding100k
44
+ - multiqOnboarding500k
45
+ - multiqOnboarding1m
@@ -0,0 +1,15 @@
1
+ name: For 1 year
2
+ question: For 1 year, insert a total value exclusive of the value of contracted spend
3
+ hint: For example, £199.99
4
+
5
+ type: money
6
+ unit: "£"
7
+ limits:
8
+ min_value: 0001
9
+
10
+
11
+ validations:
12
+ - 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
14
+ - 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
@@ -0,0 +1,14 @@
1
+ name: For 2 years
2
+ question: For 2 years, insert a total value exclusive of the value of contracted spend
3
+ hint: For example, £199.99
4
+
5
+ type: money
6
+ unit: "£"
7
+ limits:
8
+ min_value: 0001
9
+
10
+ validations:
11
+ - 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
13
+ - 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
@@ -0,0 +1,14 @@
1
+ name: For 3 years
2
+ question: For 3 years, insert a total value exclusive of the value of contracted spend
3
+ hint: For example, £199.99
4
+
5
+ type: money
6
+ unit: "£"
7
+ limits:
8
+ min_value: 0001
9
+
10
+ validations:
11
+ - 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
13
+ - 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
@@ -0,0 +1,15 @@
1
+ name: For 1 year
2
+ question: For 1 year, insert a total value exclusive of the value of contracted spend
3
+ hint: For example, £199.99
4
+
5
+ type: money
6
+ unit: "£"
7
+ limits:
8
+ min_value: 0001
9
+
10
+
11
+ validations:
12
+ - 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
14
+ - 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
@@ -0,0 +1,14 @@
1
+ name: For 2 years
2
+ question: For 2 years, insert a total value exclusive of the value of contracted spend
3
+ hint: For example, £199.99
4
+
5
+ type: money
6
+ unit: "£"
7
+ limits:
8
+ min_value: 0001
9
+
10
+ validations:
11
+ - 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
13
+ - 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
@@ -0,0 +1,14 @@
1
+ name: For 3 years
2
+ question: For 3 years, insert a total value exclusive of the value of contracted spend
3
+ hint: For example, £199.99
4
+
5
+ type: money
6
+ unit: "£"
7
+ limits:
8
+ min_value: 0001
9
+
10
+ validations:
11
+ - 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
13
+ - 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
@@ -0,0 +1,15 @@
1
+ name: For 1 year
2
+ question: For 1 year, insert a total value exclusive of the value of contracted spend
3
+ hint: For example, £199.99
4
+
5
+ type: money
6
+ unit: "£"
7
+ limits:
8
+ min_value: 0001
9
+
10
+
11
+ validations:
12
+ - 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
14
+ - 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
@@ -0,0 +1,14 @@
1
+ name: For 2 years
2
+ question: For 2 years, insert a total value exclusive of the value of contracted spend
3
+ hint: For example, £199.99
4
+
5
+ type: money
6
+ unit: "£"
7
+ limits:
8
+ min_value: 0001
9
+
10
+ validations:
11
+ - 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
13
+ - 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
@@ -0,0 +1,14 @@
1
+ name: For 3 years
2
+ question: For 3 years, insert a total value exclusive of the value of contracted spend
3
+ hint: For example, £199.99
4
+
5
+ type: money
6
+ unit: "£"
7
+ limits:
8
+ min_value: 0001
9
+
10
+ validations:
11
+ - 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
13
+ - 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
@@ -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.
@@ -0,0 +1,30 @@
1
+ id: taxonomyOfServicesSection
2
+ name: Select section of the Taxonomy of Services (Tier 2) this service is part of
3
+ question: Select section of the Taxonomy of Services (Tier 2) this service is part of
4
+
5
+ type: radios
6
+ options:
7
+ - label: IaaS Compute
8
+ value: iaas-compute
9
+ - label: IaaS Storage
10
+ value: iaas-storage
11
+ - label: Quantum Infrastructure
12
+ value: quantum-infra
13
+ - label: Analytics and Business Intelligence
14
+ value: analytics
15
+ - label: AI Platforms
16
+ value: ai
17
+ - label: Data Management
18
+ value: data
19
+ - label: Integration and Orchestration
20
+ value: Integration
21
+ - label: Application Development
22
+ value: app-dev
23
+ - label: Software Quality and Life Cycle
24
+ value: quality
25
+ - label: Application Platforms
26
+ value: app-platforms
27
+
28
+ validations:
29
+ - name: answer_required
30
+ message: You must select an option
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "5.1.11",
3
+ "version": "5.1.13",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",