API Docs / Schemas / TaxYearIncomeSourceConfiguration

TaxYearIncomeSourceConfiguration

Properties

Name Type Description
accountingTypeenum

Cash Accrual

Cash Accrual

periodsOfAccountPeriodsOfAccountResponse
lateAccountingDateRuleLateAccountingDateRuleResponse
supportsPeriodsOfAccountboolean
supportsLateAccountingDateRuleboolean

JSON Example

{
  "accountingType": "Cash",
  "periodsOfAccount": {
    "submittedOn": "2024-01-01T00:00:00Z",
    "hasPeriodsOfAccount": false,
    "periods": [
      "..."
    ]
  },
  "lateAccountingDateRule": {
    "isDisapplied": false,
    "isEligible": false,
    "taxYearOfElection": "string",
    "taxYearElectionExpires": "string"
  },
  "supportsPeriodsOfAccount": false,
  "supportsLateAccountingDateRule": false
}

Contained in Schemas