ice_bofa
Deprecated
This endpoint is deprecated; use /fixedincome/bond_indices
instead. Deprecated in OpenBB Platform V4.2 to be removed in V4.5.
ICE BofA US Corporate Bond Indices.
The ICE BofA US Corporate Index tracks the performance of US dollar denominated investment grade corporate debt publicly issued in the US domestic market. Qualifying securities must have an investment grade rating (based on an average of Moody’s, S&P and Fitch), at least 18 months to final maturity at the time of issuance, at least one year remaining term to final maturity as of the rebalance date, a fixed coupon schedule and a minimum amount outstanding of $250 million. The ICE BofA US Corporate Index is a component of the US Corporate Master Index.
Examples
from openbb import obb
obb.fixedincome.corporate.ice_bofa(provider='fred')
obb.fixedincome.corporate.ice_bofa(index_type='yield_to_worst', provider='fred')
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['yield', 'yield_to_worst', 'total_return', 'spread'] | The type of series. | yield | 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['yield', 'yield_to_worst', 'total_return', 'spread'] | The type of series. | yield | True |
category | Literal['all', 'duration', 'eur', 'usd'] | The type of category. | all | True |
area | Literal['asia', 'emea', 'eu', 'ex_g10', 'latin_america', 'us'] | The type of area. | us | 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. | non_sovereign | True |
options | bool | Whether to include options in the results. | False | True |
Returns
OBBject
results : List[ICEBofA]
Serializable results.
provider : Optional[Literal['fred']]
Provider name.
warnings : Optional[List[Warning_]]
List of warnings.
chart : Optional[Chart]
Chart object.
extra : Dict[str, Any]
Extra info.
Data
- standard
- fred
Name | Type | Description |
---|---|---|
date | Union[date, str] | The date of the data. |
rate | float | ICE BofA US Corporate Bond Indices Rate. |
Name | Type | Description |
---|---|---|
date | Union[date, str] | The date of the data. |
rate | float | ICE BofA US Corporate Bond Indices Rate. |