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
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 |
index_type | Literal['aaa', 'baa'] | The type of series. | aaa | 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 |
index_type | Literal['aaa', 'baa'] | The type of series. | aaa | True |
spread | Literal['treasury', 'fed_funds'] | The type of spread. | None | True |
Data
- standard
- fred
Name | Type | Description |
---|---|---|
date | Union[date, str] | The date of the data. |
rate | float | Moody Corporate Bond Index Rate. |
Name | Type | Description |
---|---|---|
date | Union[date, str] | The date of the data. |
rate | float | Moody Corporate Bond Index Rate. |