Module macrobond_data_api.common.enums.series_partial_periods_method

Classes

class SeriesPartialPeriodsMethod (value, names=None, *, module=None, qualname=None, type=None, start=1)

Type of partial period method when converting to lower frequency.

Ancestors

  • enum.IntEnum
  • builtins.int
  • enum.Enum

Class variables

var AUTO

Determine the method based on the series meta data.

var FLOW_CURRENT_SUM

Fill up the partial period with the average of the incomplete period.

var NONE

Do not include partial periods.

var PAST_RATE_OF_CHANGE

Use the rate of change from the previous year to extend the partial period.

var REPEAT_LAST_VALUE

Fill up the partial period by repeating the last value.

var ZERO

Fill up the partial period with zeroes.