timespan_multiplier:int=Field(description="The number of timespans to aggregate. For example,
if timespan is 'day' and timespan_multiplier is 1,
the result will be daily bars. If timespan is 'day' and timespan_multiplier is 5,
the result will be weekly bars. Default is 1.")