API Docs / Schemas / BookkeepingQualityPeriodDto

BookkeepingQualityPeriodDto

The provider's quality scoring over one time bucket.

Properties

Name Type Description
durationstring

The provider's name for the time bucket (e.g. "current", "previous_month",
"rolling_12_months"). A plain string — the set varies per organisation and new buckets
appear without notice, so render whatever arrives.

The provider's name for the time bucket (e.g. "current", "previous_month",
"rolling_12_months"). A plain string — the set varies per organisation and new buckets
appear without notice, so render whatever arrives.

healthIndicatorinteger

The provider's own health score as a percentage. Display it verbatim — it does not track the
issue count and must never be recomputed from it.

The provider's own health score as a percentage. Display it verbatim — it does not track the
issue count and must never be recomputed from it.

totalIssuesinteger

How many bookkeeping issues the provider found in the bucket.

How many bookkeeping issues the provider found in the bucket.

potentialErrorsnumber

The monetary value at risk from those issues — format as currency, not a count.

The monetary value at risk from those issues — format as currency, not a count.

JSON Example

{
  "duration": "string",
  "healthIndicator": 0,
  "totalIssues": 0,
  "potentialErrors": 0
}

Contained in Schemas