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

NameTypeDescriptionDefaultOptional
providerLiteral['fred']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'fred' if there is no default.fredTrue

Data

NameTypeDescription
datedateThe date of the data.
range_highfloatHigh projection of rates.
central_tendency_highfloatCentral tendency of high projection of rates.
medianfloatMedian projection of rates.
range_midpointfloatMidpoint projection of rates.
central_tendency_midpointfloatCentral tendency of midpoint projection of rates.
range_lowfloatLow projection of rates.
central_tendency_lowfloatCentral tendency of low projection of rates.