API Docs / Schemas / LateAccountingDateRuleDto

LateAccountingDateRuleDto

The late accounting date rule (LADR) election HMRC hold for one self-employment income source
and tax year.

The automatic rule treats an accounting period ending between 31 March and 4 April as ending on
5 April. Disapplying it means the 1–5 April profits are apportioned and reported separately
instead. Only a business whose accounting date falls in that window can elect at all, and the
election then stands for five years.

Properties

Name Type Description
isDisappliedboolean

True when the client has elected out of the automatic rule; false when the automatic
treatment stands.

True when the client has elected out of the automatic rule; false when the automatic
treatment stands.

isEligibleboolean

Whether this income source could disapply the rule at all — only businesses whose accounting
date falls between 31 March and 4 April inclusive are eligible.

Whether this income source could disapply the rule at all — only businesses whose accounting
date falls between 31 March and 4 April inclusive are eligible.

taxYearOfElectionstring

The first tax year the disapplication ran from, where the rule is disapplied.

The first tax year the disapplication ran from, where the rule is disapplied.

taxYearElectionExpiresstring

The last tax year the disapplication covers — the election runs for five years.

The last tax year the disapplication covers — the election runs for five years.

JSON Example

{
  "isDisapplied": false,
  "isEligible": false,
  "taxYearOfElection": "string",
  "taxYearElectionExpires": "string"
}

Contained in Schemas