finsit API - KeyFigureComment

A collection of help pages for using the API.

KeyFigureComment

No description available.

Properties

Name Type Description
type String
keyFigureType String
id String
message String
created DateTime
lastModified DateTime
author String
period Period
IsKeyFigureComment Boolean

Sample object

{
  "type": "KeyFigureComment",
  "keyFigureType": "Income",
  "id": "0a36db9828c004b59ca3200dcc002315",
  "message": "These key figures are excellent!",
  "created": "2012-12-31T00:00:00",
  "lastModified": "2013-01-01T00:00:00",
  "author": "John Doe",
  "period": {
    "start": "2012-04-01T00:00:00",
    "end": "2013-03-31T00:00:00"
  },
  "IsKeyFigureComment": true
}