get_fund_bond_holdings
Retrieve bond holdings for a fund by providing its ticker. Returns a list of bond holdings to analyze fund composition.
Instructions
Retrieve the bond holdings for a specific fund.
Args: ticker (str): The symbol of the fund.
Returns: list[FundBondHolding]: List of bond holdings in the fund.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |