read_holdings_report
Read a specific markdown holdings report for a Bulgarian pension fund.
Returns the full markdown content (or just metadata if summary_only=True) for a specific manager, fund type, and date. The report includes detailed portfolio holdings with instrument types, issuers, values, and portfolio shares.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Report date in YYYY-MM-DD format | |
| fund_type | Yes | Fund type code (e.g., 'upf', 'ppf', 'dpf') | |
| manager_slug | Yes | Manager identifier (e.g., 'dskrodina', 'allianz', 'doverie') | |
| summary_only | No | If True, return only parsed metadata (allocation, exposure, top holdings) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||