diff --git a/frameworks/digital-outcomes-and-specialists-5/manifests/display_brief.yml b/frameworks/digital-outcomes-and-specialists-5/manifests/display_brief.yml index ee62916d9..2bd403dbc 100644 --- a/frameworks/digital-outcomes-and-specialists-5/manifests/display_brief.yml +++ b/frameworks/digital-outcomes-and-specialists-5/manifests/display_brief.yml @@ -2,6 +2,7 @@ name: Overview questions: - specialistRole + - employmentStatus - summary - startDate - contractLength diff --git a/frameworks/digital-outcomes-and-specialists-5/manifests/edit_brief.yml b/frameworks/digital-outcomes-and-specialists-5/manifests/edit_brief.yml index 19613f2f7..9807d9a71 100644 --- a/frameworks/digital-outcomes-and-specialists-5/manifests/edit_brief.yml +++ b/frameworks/digital-outcomes-and-specialists-5/manifests/edit_brief.yml @@ -56,6 +56,12 @@ - budgetRangeOutcomesParticipants - budgetRangeSpecialists - summary +- + name: Off-payroll working rules (IR35) determination + editable: True + step: 1 + questions: + - employmentStatus - name: Shortlist and evaluation process diff --git a/frameworks/digital-outcomes-and-specialists-5/questions/briefs/employmentStatus.yml b/frameworks/digital-outcomes-and-specialists-5/questions/briefs/employmentStatus.yml new file mode 100644 index 000000000..3b6942edf --- /dev/null +++ b/frameworks/digital-outcomes-and-specialists-5/questions/briefs/employmentStatus.yml @@ -0,0 +1,22 @@ +name: Off-payroll (IR35) determination +question: Confirm if you require a managed service or supply of resource +id: employmentStatus +question_advice: | + As the buyer, you are the client when buying a supply of resource. As a result, you are responsible for determining if the off-payroll working rules (IR35) apply. + + Is the requirement for a contracted out service (where you outsource all ownership and responsibility for delivery to a supplier) or + a supply of resource (where you engage an individual or team of individuals to work with your staff, and exercise operational direction and control)? +type: radios +options: + - label: "Contracted out service: the off-payroll rules do not apply" + - label: "Supply of resource: the off-payroll rules will apply to any workers engaged through a qualifying intermediary, such as their own limited company" +depends: + - "on": "lot" + being: + - digital-outcomes + - digital-specialists +validations: + - + name: answer_required + message: 'Select the employment status of your opportunity' +empty_message: Select an answer diff --git a/package-lock.json b/package-lock.json index 85517e865..cd36f580e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "digitalmarketplace-frameworks", - "version": "18.2.2", + "version": "18.3.0", "lockfileVersion": 1 } diff --git a/package.json b/package.json index afee18097..ca455257c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digitalmarketplace-frameworks", - "version": "18.2.2", + "version": "18.3.0", "description": "Data files for Digital Marketplaceā€™s procurement frameworks", "repository": "git@github.com:alphagov/digitalmarketplace-frameworks", "author": "enquiries@digitalmarketplace.service.gov.uk"