Module macrobond_data_api.common.types.series_entry

Classes

class SeriesEntry

Properties of a series in a call to Api.get_unified_series().

Instance variables

var missing_value_method

Method to use to fill in missing values. Should be a value of SeriesMissingValueMethod

var name

The name of the series.

var partial_periods_method

Method to use when converting partial periods to a lower frequency. Should be a value of SeriesPartialPeriodsMethod

var to_higher_frequency_method

Method to use when converting to a higher frequency. Should be a value of SeriesToHigherFrequencyMethod

var to_lower_frequency_method

Method to use when converting to a lower frequency. Should be a value of SeriesToLowerFrequencyMethod

var vintage

Optional vintage of the series.