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
Name | Type | Description | Default | Optional |
---|---|---|---|---|
; |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
long_run | bool | Flag to show long run projections | False | True |
Data
- standard
- fred
Name | Type | Description |
---|---|---|
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. |
Name | Type | Description |
---|---|---|
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. |