📝 docs(tsl): sync api skill with corrected codegen
Mirror docs/tsl/codegen into the bundled tsl-api-reference skill and rebuild the function index. Remove invalid duplicate API entries for cb_delistedbydate, createhttpsession, exportJsonString, and Anova_Bartlett so exact lookup returns the canonical entries.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# 基金 / 基金管理人交易明细
|
||||
|
||||
### `fundGetManagerTradeSharesData(fund_id, r_date2, r_date, t_type)`
|
||||
## `fundGetManagerTradeSharesData(fund_id, r_date2, r_date, t_type)`
|
||||
|
||||
获取指定基金指定区间基金管理人交易明细数据 当RDate2=RDate时可取指定日数据
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
返回:array
|
||||
|
||||
### `fundManagerTradeAmountLYear(r_date, t_type)`
|
||||
## `FundManagerTradeAmount_LYear(r_date, t_type)`
|
||||
|
||||
获得指定报告期最近1年指定基金管理人交易金额,系统参数:证券代码
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundManagerTradeAmountQj(r_date2, r_date, t_type)`
|
||||
## `FundManagerTradeAmount_QJ(r_date2, r_date, t_type)`
|
||||
|
||||
获得指定报告期区间指定基金管理人交易金额,系统参数:证券代码
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundManagerTradeAmountReport(r_date, t_type)`
|
||||
## `FundManagerTradeAmount_Report(r_date, t_type)`
|
||||
|
||||
获得指定报告期指定基金管理人交易金额,系统参数:证券代码
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundManagerTradeAveragePriceReport(r_date, t_type)`
|
||||
## `FundManagerTradeAveragePrice_Report(r_date, t_type)`
|
||||
|
||||
获得指定报告期指定基金管理人交易均价,系统参数:证券代码
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundManagerTradeSharesLYear(r_date, t_type)`
|
||||
## `FundManagerTradeShares_LYear(r_date, t_type)`
|
||||
|
||||
获得指定报告期最近1年指定基金管理人交易份额,系统参数:证券代码
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundManagerTradeSharesOfRateLYear(r_date, t_type)`
|
||||
## `FundManagerTradeSharesOfRate_LYear(r_date, t_type)`
|
||||
|
||||
获得指定报告期最近1年指定基金管理人交易份额占基金总份额(%),系统参数:证券代码
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundManagerTradeSharesOfRateQj(r_date2, r_date, t_type)`
|
||||
## `FundManagerTradeSharesOfRate_QJ(r_date2, r_date, t_type)`
|
||||
|
||||
获得指定报告期区间指定基金管理人交易份额占基金总份额(%),系统参数:证券代码
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundManagerTradeSharesOfRateReport(r_date, t_type)`
|
||||
## `FundManagerTradeSharesOfRate_Report(r_date, t_type)`
|
||||
|
||||
获得指定报告期指定基金管理人交易份额占基金总份额(%),系统参数:证券代码
|
||||
|
||||
@@ -103,7 +103,7 @@
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundManagerTradeSharesReport(r_date, t_type)`
|
||||
## `FundManagerTradeShares_Report(r_date, t_type)`
|
||||
|
||||
获得指定报告期指定基金管理人交易份额,系统参数:证券代码
|
||||
|
||||
@@ -114,7 +114,7 @@
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundManagerTradeSharesYear(r_date, t_type)`
|
||||
## `FundManagerTradeShares_Year(r_date, t_type)`
|
||||
|
||||
获得指定报告期本年以来指定基金管理人交易份额,系统参数:证券代码
|
||||
|
||||
@@ -125,21 +125,21 @@
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundManagerTradeSharesDataQj(fund_id, r_date2, r_date, t_type, c_type)`
|
||||
## `fundManagerTradeSharesDataQj(fund_id, r_date2, r_date, t_type, c_type)`
|
||||
|
||||
获得指定报告期区间指定基金管理人交易份额、金额、均价、占比等指标
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --- | --- | --- |
|
||||
| `fund_id` | String | 证券,基金代码 |
|
||||
| `r_date2` | Integer | 报告期,开始报告期 |
|
||||
| `r_date` | Integer | 报告期,指定报告期 |
|
||||
| `t_type` | Integer | 用户自定义,交易方式 |
|
||||
| `c_type` | Integer | 用户自定义,计算方式 |
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | ------- | ------------------- |
|
||||
| `fund_id` | String | 证券,基金代码 |
|
||||
| `r_date2` | Integer | 报告期,开始报告期 |
|
||||
| `r_date` | Integer | 报告期,指定报告期 |
|
||||
| `t_type` | Integer | 用户自定义,交易方式 |
|
||||
| `c_type` | Integer | 用户自定义,计算方式 |
|
||||
|
||||
返回:real
|
||||
|
||||
#### 示例
|
||||
### 示例
|
||||
|
||||
```tsl
|
||||
//"OF011837"在2024年报至2025三季报全部基金管理人交易份额
|
||||
|
||||
Reference in New Issue
Block a user