feat(tsl-api-reference): update API catalog and data dictionary

This commit is contained in:
csh
2026-08-11 18:10:24 +08:00
parent 34a3a5dec1
commit 7bd965de89
1231 changed files with 64187 additions and 18822 deletions
@@ -6,6 +6,8 @@
返回基金指定报告期的买入返售证券,与系统证券pn_stock()相关
<!-- tags: 金融 基金 资产配置 返回 获取 -->
| 参数 | 类型 | 说明 |
| -------- | ------- | ------ |
| `r_date` | integer | 报告期 |
@@ -31,6 +33,8 @@ Return Fund_AABackSecuMValue(RDate);
返回基金指定报告期的债券市值,与系统证券pn_stock()相关
<!-- tags: 金融 基金 资产配置 返回 获取 -->
| 参数 | 类型 | 说明 |
| -------- | ------- | ------ |
| `r_date` | integer | 报告期 |
@@ -56,6 +60,8 @@ Return Fund_AABondMValue(RDate);
返回基金指定报告期的银行存款和清算备付金,与系统证券pn_stock()相关
<!-- tags: 金融 基金 资产配置 返回 获取 -->
| 参数 | 类型 | 说明 |
| -------- | ------- | ------ |
| `r_date` | integer | 报告期 |
@@ -81,6 +87,8 @@ Return Fund_AADepositMValue(RDate);
返回基金指定报告期的其他资产市值,与系统证券pn_stock()相关
<!-- tags: 金融 基金 资产配置 返回 获取 -->
| 参数 | 类型 | 说明 |
| -------- | ------- | ------ |
| `r_date` | integer | 报告期 |
@@ -106,6 +114,8 @@ ReturnFund_AAOtherMValue(RDate);
返回基金指定报告期的股票市值,与系统证券pn_stock()相关
<!-- tags: 金融 基金 资产配置 返回 获取 -->
| 参数 | 类型 | 说明 |
| -------- | ------- | ------ |
| `r_date` | integer | 报告期 |
@@ -131,6 +141,8 @@ Return Fund_AAStockMValue(RDate);
返回基金指定报告期的资产合计,与系统证券pn_stock()相关
<!-- tags: 金融 基金 资产配置 返回 获取 -->
| 参数 | 类型 | 说明 |
| -------- | ------- | ------ |
| `r_date` | integer | 报告期 |