fundUnderAssets
Analyze fund holdings by revealing underlying industries, stocks, and bonds to understand investment composition and exposure.
Instructions
基金底层资产:穿透分析基金底层重仓行业、重仓股票、重仓债券
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | 基金代码或基金名称 |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "基金代码或基金名称",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}