Selected Treasury Constant Maturity
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
SelectedTreasuryConstantMaturity | SelectedTreasuryConstantMaturityQueryParams | SelectedTreasuryConstantMaturityData |
Import Statement
from openbb_core.provider.standard_models.ffrmc import (
SelectedTreasuryConstantMaturityData,
SelectedTreasuryConstantMaturityQueryParams,
)
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 |
maturity | Literal['10y', '5y', '1y', '6m', '3m'] | The maturity | 10y | 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 |
maturity | Literal['10y', '5y', '1y', '6m', '3m'] | The maturity | 10y | True |
Data
- standard
- fred
Name | Type | Description |
---|---|---|
date | Union[date, str] | The date of the data. |
rate | float | Selected Treasury Constant Maturity Rate. |
Name | Type | Description |
---|---|---|
date | Union[date, str] | The date of the data. |
rate | float | Selected Treasury Constant Maturity Rate. |