Module macrobond_data_api.web.web_types.series_with_revisions_info_response

Classes

class SeriesWithRevisionsInfoResponse (*args, **kwargs)

Information about a series related to storage of updates

Ancestors

  • builtins.dict

Class variables

var errorCode : Optional[int]
var errorText : Optional[str]
var hasRevisions : bool

If True, at least one update has been stored

var storesRevisions : bool

If True, a record of of updates of the series are stored

var timeStampOfFirstRevision : Optional[str]

The timestamp of the first recorded update

var timeStampOfLastRevision : Optional[str]

The timestamp of the last recorded update

var vintageTimeStamps : List[str]

A list of timestamp of recorded updates