get_fund_operations
Retrieve operations data for a fund by providing its ticker symbol.
Instructions
Retrieve operations data for a specific fund.
Args: ticker (str): The symbol of the fund.
Returns: FundOperations | None: Operations data or None if unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |