Skip to content

Commit

Permalink
Merge pull request #685 from alphagov/ir35-requirement-question
Browse files Browse the repository at this point in the history
Add employment status question to DOS buyer journey
  • Loading branch information
asmith-nhsx authored Jun 9, 2021
2 parents 86134cd + 53e585a commit 5923c43
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: Overview
questions:
- specialistRole
- employmentStatus
- summary
- startDate
- contractLength
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 5923c43

Please sign in to comment.