-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #685 from alphagov/ir35-requirement-question
Add employment status question to DOS buyer journey
- Loading branch information
Showing
5 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name: Overview | ||
questions: | ||
- specialistRole | ||
- employmentStatus | ||
- summary | ||
- startDate | ||
- contractLength | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
frameworks/digital-outcomes-and-specialists-5/questions/briefs/employmentStatus.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters