API Docs / Schemas / WriteOffSummaryDto

WriteOffSummaryDto

Headline aggregates for the Write-off Analysis report

Properties

Name Type Description
settledValuenumber

WIP settled by allocations recorded in the window, billed or written off

WIP settled by allocations recorded in the window, billed or written off

billedAmountnumber

What clients were charged for that WIP on Sodium's billing lines

What clients were charged for that WIP on Sodium's billing lines

writtenOffAmountnumber

Time given away: the positive differences between settled and billed, summed

Time given away: the positive differences between settled and billed, summed

writtenOnAmountnumber

Fees above the time behind them: the negative differences, summed as a positive number

Fees above the time behind them: the negative differences, summed as a positive number

netWriteOffAmountnumber

Written off minus written on

Written off minus written on

recoveryRatenumber

Billed as a share of settled WIP, as a percentage; null when nothing was settled

Billed as a share of settled WIP, as a percentage; null when nothing was settled

adjustedAllocationCountinteger

Allocations with a non-zero difference

Allocations with a non-zero difference

adjustedEntryCountinteger

Distinct time entries touched by an adjusted allocation

Distinct time entries touched by an adjusted allocation

groupCountinteger

Number of rows (groups) in the report

Number of rows (groups) in the report

startDatestring

The window the report covers (inclusive)

The window the report covers (inclusive)

endDatestring

The window end the report covers (inclusive)

The window end the report covers (inclusive)

JSON Example

{
  "settledValue": 0,
  "billedAmount": 0,
  "writtenOffAmount": 0,
  "writtenOnAmount": 0,
  "netWriteOffAmount": 0
}

Contained in Schemas