- 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: Substitution — updated for 2025/26 Sep 18 05:45
- Payment request to bust recruitment agency — free template Yesterday 21:04
- Why licensing umbrella companies must be key to 2027’s regulation Yesterday 13:55
- Top 5 Chapter 11 JSL myths contractors should know Sep 15 03:46
- Top 5 Chapter 11 JSL myths contractors should know Sep 14 15:46
- What the housing market needs at Autumn Budget 2025 Sep 10 20:58
- Qdos hit by cybersecurity ‘attack’ Sep 10 01:01
- Why party conference season 2025 is a self-employment policy litmus test Sep 9 09:53
- Labour decommissions Freelance Commissioner idea Sep 8 08:56
- Is it legal to work remotely from Europe via a UK company? Sep 5 22:44
Leave a comment: