Discount Window Primary Credit Rate
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
DiscountWindowPrimaryCreditRate | DiscountWindowPrimaryCreditRateQueryParams | DiscountWindowPrimaryCreditRateData |
Import Statement
from openbb_core.provider.standard_models.dwpcr_rates import (
DiscountWindowPrimaryCreditRateData,
DiscountWindowPrimaryCreditRateQueryParams,
)
Parameters
- standard
- fred
Name | Type | Description | Default | Optional |
---|---|---|---|---|
start_date | Union[date, str] | Start date of the data, in YYYY-MM-DD format. | None | True |
end_date | Union[date, str] | End date of the data, in YYYY-MM-DD format. | None | True |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
start_date | Union[date, str] | Start date of the data, in YYYY-MM-DD format. | None | True |
end_date | Union[date, str] | End date of the data, in YYYY-MM-DD format. | None | True |
parameter | Literal['daily_excl_weekend', 'monthly', 'weekly', 'daily', 'annual'] | FRED series ID of DWPCR data. | daily_excl_weekend | True |
Data
- standard
- fred
Name | Type | Description |
---|---|---|
date | Union[date, str] | The date of the data. |
rate | float | Discount Window Primary Credit Rate. |
Name | Type | Description |
---|---|---|
date | Union[date, str] | The date of the data. |
rate | float | Discount Window Primary Credit Rate. |