Skip to main content

IndicatorViewModel

A type of data point measured by a data set.

Properties

Property Type Required Description
id string true

The ID of the indicator.

column string true

The name of the indicator CSV column.

label string true

The human-readable label of the indicator.

unit string true

A numeric unit for an indicator.

Allowed options:

  • %
  • £
  • £m
  • pp
  • numberstring
decimalPlaces integer false

The optimal number of decimal places that the indicator should use when displayed.

Example schema

{
  "id": "enW68",
  "column": "sess_authorised",
  "label": "Percentage of authorised sessions",
  "unit": "string",
  "decimalPlaces": 2
}