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: 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.