Module macrobond_data_api.web.web_types.series_with_vintages_response

Classes

class SeriesWithVintagesResponse (*args, **kwargs)

A time series with times of change

Ancestors

  • builtins.dict

Class variables

var errorCode : int | None

Set if there was an error and not specified if there was no error

206 = PartialContent (The item was not modified and is not included in the response) 304 = NotModified (The item was not modified and is not included in the response) 403 = Forbidden (Access to the item was denied) 404 = NotFound (The item was not found) 500 = Other (There was an error and it is described in the error text)

var errorText : str | None

The error text if there was an error or not specified if there was no error

var metadata : Dict[str, Any] | None

The time when this version of the series was recorded

var vintages : List[VintageValuesResponse] | None

If specified, incremental updates can be return. PartialContent (206) will be returned in that case. The value should be from the metadata LastRevisionAdjustmentTimeStamp of the previous response.