Module macrobond_data_api.com.com_types.series_expression
Classes
class SeriesExpression
-
Interface for a Macrobond series expression.
Instance variables
var MissingValueMethod : SeriesMissingValueMethod
-
Get the method for filling in missing values.
var Name : str
-
Get the name of the series.
var PartialPeriodsMethod : SeriesPartialPeriodsMethod
-
Get the method to use for converting partial periods to lower frequency.
var ToHigherFrequencyMethod : SeriesToHigherFrequencyMethod
-
Get the method to converting to higher frequency.
var ToLowerFrequencyMethod : SeriesToLowerFrequencyMethod
-
Get the method to converting to lower frequency.
var Vintage : Optional[datetime.datetime]
-
Get the vintage date of the series.