Moody Corporate Bond Index
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
MoodyCorporateBondIndex | MoodyCorporateBondIndexQueryParams | MoodyCorporateBondIndexData |
Import Statement
from openbb_core.provider.standard_models.moody import (
MoodyCorporateBondIndexData,
MoodyCorporateBondIndexQueryParams,
)
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
index_type
: Literal['aaa', 'baa']
The type of series.
• Default: aaa
• 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
index_type
: Literal['aaa', 'baa']
The type of series.
• Default: aaa
• Optional: True
spread
: Literal['treasury', 'fed_funds']
The type of spread.
• Optional: True
Data
- standard
- fred
date
: Union[date, str]
The date of the data.
rate
: float
Moody Corporate Bond Index Rate.
date
: Union[date, str]
The date of the data.
rate
: float
Moody Corporate Bond Index Rate.