get_fund_asset_class_holdings
Retrieve asset class holdings for a fund by entering its ticker symbol.
Instructions
Retrieve asset class holdings for a specific fund.
Args: ticker (str): The symbol of the fund.
Returns: FundAssetClassHolding | None: Asset class holdings data or None if unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |