Projections
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
PROJECTIONS | PROJECTIONSQueryParams | PROJECTIONSData |
Import Statement
from openbb_core.provider.standard_models. import (
PROJECTIONSData,
PROJECTIONSQueryParams,
)
Parameters
- standard
- fred
long_run
: bool
Flag to show long run projections
• Default: False
• Optional: True
Data
- standard
- fred
date
: Union[date, str]
The date of the data.
range_high
: float
High projection of rates.
central_tendency_high
: float
Central tendency of high projection of rates.
median
: float
Median projection of rates.
range_midpoint
: float
Midpoint projection of rates.
central_tendency_midpoint
: float
Central tendency of midpoint projection of rates.
range_low
: float
Low projection of rates.
central_tendency_low
: float
Central tendency of low projection of rates.
date
: Union[date, str]
The date of the data.
range_high
: float
High projection of rates.
central_tendency_high
: float
Central tendency of high projection of rates.
median
: float
Median projection of rates.
range_midpoint
: float
Midpoint projection of rates.
central_tendency_midpoint
: float
Central tendency of midpoint projection of rates.
range_low
: float
Low projection of rates.
central_tendency_low
: float
Central tendency of low projection of rates.