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
start_date
: Union[date, str]
Start date of the data, in YYYY-MM-DD format.
• Optional: True
end_date
: Union[date, str]
End date of the data, in YYYY-MM-DD format.
• Optional: True
maturity
: Literal['10y', '5y', '1y', '6m', '3m']
The maturity
• Default: 10y
• Optional: True
start_date
: Union[date, str]
Start date of the data, in YYYY-MM-DD format.
• Optional: True
end_date
: Union[date, str]
End date of the data, in YYYY-MM-DD format.
• Optional: True
maturity
: Literal['10y', '5y', '1y', '6m', '3m']
The maturity
• Default: 10y
• Optional: True
Data
- standard
- fred
date
: Union[date, str]
The date of the data.
rate
: float
Selected Treasury Constant Maturity Rate.
date
: Union[date, str]
The date of the data.
rate
: float
Selected Treasury Constant Maturity Rate.