AckdbScoreHistory

A subject's score series from the sweep's change-only `score.changed` events. `changes`: one point per emission (date = full ISO timestamp). `locf`: one point per UTC day (date = YYYY-MM-DD), last observation carried forward, seeded from before the range; days before the first-ever observation are omitted (never fabricated as zero).

Properties

scoreKeystringrequired
grainstringrequired
"company""person"
fillstringrequired
"changes""locf"
pointsarray ofrequired
datestringrequired
scorenumberrequired
labelstring (nullable)

Example

AckdbScoreHistory example
{
  "scoreKey": "string",
  "grain": "company",
  "fill": "changes",
  "points": [
    {
      "date": "string",
      "score": 0,
      "label": "string"
    }
  ]
}