- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Collapse
You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:
- You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
- You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
- If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Logging in...
Previously on "This new CEST tool that is being brough in by HMRC"
Collapse
-
Originally posted by DeludedKitten View PostThe logic of the weightings was never public, which is the important thing to know.
https://github.com/...1.5.0-final/control/scenarios.csv
not sure if that weightings to status calculation is in the code. There is an excel spreadsheet checked in which does have a calculation in it ( 3 years old though).
Small snippet from the excel file under the sheet 'Matrix of Matrices'.
Code:Sections Identified Scenarios Personal Service Medium Medium Medium Medium Control Medium Medium Medium High High Financial Risk Low Low Low Low Part & Parcel High Medium Low Low Inside IR35 / employed Inside IR35 / employed Unable to Determine Inside IR35 / employed
Leave a comment:
-
Originally posted by ladymuck View PostIIARC the code was on github for a while? It may still be there and may get refreshed when the new version launches
Doesn't look like the repo has been updated for a few months. Snap shot of some of the code.
Code:"For all the expected OUT rules" should { val actual = getRules(WeightedAnswerEnum.OUTSIDE_IR35) val expected = List( Json.obj( workerSentActualSubstitute -> ArrangedSubstitute.yesClientAgreed, workerPayActualSubstitute -> true ), Json.obj( workerSentActualSubstitute -> ArrangedSubstitute.noSubstitutionHappened, possibleSubstituteRejection -> RejectSubstitute.wouldNotReject, possibleSubstituteWorkerPay -> true ), Json.obj( possibleSubstituteRejection -> RejectSubstitute.wouldNotReject, possibleSubstituteWorkerPay -> true ) )
Code:def checkResults(score: Score): Option[ResultEnum.Value] = { val sectionAnswers = Seq(score.personalService, score.control, score.financialRisk, score.partAndParcel).flatten if (score.exit.contains(ExitEnum.INSIDE_IR35)) { Some(ResultEnum.INSIDE_IR35) } else if (sectionAnswers.contains(WeightedAnswerEnum.OUTSIDE_IR35)) { Some(ResultEnum.OUTSIDE_IR35) } else { None } }
Leave a comment:
-
Originally posted by ladymuck View PostIIARC the code was on github for a while? It may still be there and may get refreshed when the new version launches
I haven't looked for a while to see if it's still there, but I think it was government policy to make it open source and public.
Leave a comment:
-
IIRC they don't really publish a change log
What will happen is some kind soul will sit down and go through every option permutation (I tried it once and had a living room floor covered in post-its) and then share the differences
IIARC the code was on github for a while? It may still be there and may get refreshed when the new version launches
Leave a comment:
-
This new CEST tool that is being brough in by HMRC
Are they changing the rule at all (not that I am aware of)?
Or are they making the tool 'more inside-IR35 bias' - defintitely.
Any guidance as to what these 'changes' are?Tags: None
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- IR35: Control — updated for 2025-26 Yesterday 21:28
- Can a WhatsApp message really be a contract? Sep 25 20:17
- Can a WhatsApp message really be a contract? Sep 25 08:17
- ‘Subdued’ IT contractor jobs market took third tumble in a row in August Sep 25 08:07
- Are CVs medieval or just being misused? Sep 24 05:05
- Are CVs medieval or just being misused? Sep 23 21:05
- IR35: Mutuality Of Obligations — updated for 2025/26 Sep 23 05:22
- Only proactive IT contractors can survive recruitment firm closures Sep 22 07:32
- How should a creditors’ meeting ideally pan out for unpaid suppliers? Sep 19 07:16
- How should a creditors’ meeting ideally pan out for unpaid suppliers? Sep 18 21:16
Leave a comment: