Module macrobond_data_api.com.com_types.series_expression

Classes

class SeriesExpression

Interface for a Macrobond series expression.

Instance variables

var MissingValueMethodSeriesMissingValueMethod

Get the method for filling in missing values.

var Name : str

Get the name of the series.

var PartialPeriodsMethodSeriesPartialPeriodsMethod

Get the method to use for converting partial periods to lower frequency.

var ToHigherFrequencyMethodSeriesToHigherFrequencyMethod

Get the method to converting to higher frequency.

var ToLowerFrequencyMethodSeriesToLowerFrequencyMethod

Get the method to converting to lower frequency.

var Vintage : Optional[datetime.datetime]

Get the vintage date of the series.