API Docs / Schemas / BooksProfitAndLossSummaryDto

BooksProfitAndLossSummaryDto

A platform-reported profit and loss summary.

Properties

Name Type Description
incomenumber

Total income for the period.

Total income for the period.

expensesnumber

Total expenses for the period.

Total expenses for the period.

operatingProfitnumber

Income less expenses.

Income less expenses.

lessarray of BooksReportLineDto

Deductions from operating profit — e.g. Corporation Tax, Dividends, Adjustments.

Deductions from operating profit — e.g. Corporation Tax, Dividends, Adjustments.

retainedProfitnumber

Operating profit less every line in SodiumHQ.DTOs.ClientBooks.BooksProfitAndLossSummaryDto.Less.

Operating profit less every line in SodiumHQ.DTOs.ClientBooks.BooksProfitAndLossSummaryDto.Less.

retainedProfitBroughtForwardnumber

Retained profit carried in from prior periods, where the platform reports it.

Retained profit carried in from prior periods, where the platform reports it.

retainedProfitCarriedForwardnumber

Brought-forward retained profit plus this period's, where the platform reports it.

Brought-forward retained profit plus this period's, where the platform reports it.

JSON Example

{
  "income": 0,
  "expenses": 0,
  "operatingProfit": 0,
  "less": [
    {
      "name": "...",
      "nominalCode": "...",
      "amount": "...",
      "isTotal": "...",
      "isArchived": "..."
    }
  ],
  "retainedProfit": 0
}

Contained in Schemas