ICE Bof A
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
ICEBofA | ICEBofAQueryParams | ICEBofAData |
Import Statement
from openbb_core.provider.standard_models.ice_bofa import (
ICEBofAData,
ICEBofAQueryParams,
)
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['yield', 'yield_to_worst', 'total_return', 'spread']
The type of series.
• Default: yield
• 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['yield', 'yield_to_worst', 'total_return', 'spread']
The type of series.
• Default: yield
• Optional: True
category
: Literal['all', 'duration', 'eur', 'usd']
The type of category.
• Default: all
• Optional: True
area
: Literal['asia', 'emea', 'eu', 'ex_g10', 'latin_america', 'us']
The type of area.
• Default: us
• Optional: True
grade
: Literal['a', 'aa', 'aaa', 'b', 'bb', 'bbb', 'ccc', 'crossover', 'high_grade', 'high_yield', 'non_financial', 'non_sovereign', 'private_sector', 'public_sector']
The type of grade.
• Default: non_sovereign
• Optional: True
options
: bool
Whether to include options in the results.
• Default: False
• Optional: True
Data
- standard
- fred
date
: Union[date, str]
The date of the data.
rate
: float
ICE BofA US Corporate Bond Indices Rate.
date
: Union[date, str]
The date of the data.
rate
: float
ICE BofA US Corporate Bond Indices Rate.