Skip to main content

Projections


Implementation details

Class names

Model nameParameters classData class
PROJECTIONSPROJECTIONSQueryParamsPROJECTIONSData

Import Statement

from openbb_core.provider.standard_models. import (
PROJECTIONSData,
PROJECTIONSQueryParams,
)

Parameters

Data

date: date | str
The date of the data.

range_high: float | None
High projection of rates.

central_tendency_high: float | None
Central tendency of high projection of rates.

median: float | None
Median projection of rates.

range_midpoint: float | None
Midpoint projection of rates.

central_tendency_midpoint: float | None
Central tendency of midpoint projection of rates.

range_low: float | None
Low projection of rates.

central_tendency_low: float | None
Central tendency of low projection of rates.