BookkeepingQualityPeriodDto
The provider's quality scoring over one time bucket.
Properties
| Name | Type | Description |
|---|---|---|
| duration | string | The provider's name for the time bucket (e.g. "current", "previous_month", |
The provider's name for the time bucket (e.g. "current", "previous_month", | ||
| healthIndicator | integer | The provider's own health score as a percentage. Display it verbatim — it does not track the |
The provider's own health score as a percentage. Display it verbatim — it does not track the | ||
| totalIssues | integer | How many bookkeeping issues the provider found in the bucket. |
How many bookkeeping issues the provider found in the bucket. | ||
| potentialErrors | number | 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
}