📝 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 @@
|
||||
# 板块 / 持债情况
|
||||
|
||||
### `fundsbdbondpercent5(fundarr, rdate, stockid)`
|
||||
## `fundsbdbondpercent5(fundarr, rdate, stockid)`
|
||||
|
||||
统计指定报告期基金列表汇总的指定债券市值占固定收益投资市值比(%)
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsbdbondpercentgrow(fundarr, rdate, rdate2, stockid)`
|
||||
## `fundsbdbondpercentgrow(fundarr, rdate, rdate2, stockid)`
|
||||
|
||||
统计指定报告期基金列表汇总的指定债券市值占净值比变动(%)
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsbdbondpercentgrow3(fundarr, rdate, rdate2, stockid)`
|
||||
## `fundsbdbondpercentgrow3(fundarr, rdate, rdate2, stockid)`
|
||||
|
||||
统计指定报告期基金列表汇总的指定债券市值占债券市值比变动(%)
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsbdbondvolumegrow(fundarr, rdate, rdate2, stockid)`
|
||||
## `fundsbdbondvolumegrow(fundarr, rdate, rdate2, stockid)`
|
||||
|
||||
统计指定报告期基金列表汇总的指定债券持有份额变动
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsbdbondvolumegrowratio(fundarr, rdate, rdate2, stockid)`
|
||||
## `fundsbdbondvolumegrowratio(fundarr, rdate, rdate2, stockid)`
|
||||
|
||||
统计指定报告期基金列表汇总的指定债券持有份额变比(%)
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsbdnoncode(fundarr, rdate, topn)`
|
||||
## `fundsbdnoncode(fundarr, rdate, topn)`
|
||||
|
||||
统计指定报告期基金列表汇总的第N名债券代码
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
|
||||
返回:string
|
||||
|
||||
### `fundsbdnonpercent2(fundarr, rdate, topn)`
|
||||
## `fundsbdnonpercent2(fundarr, rdate, topn)`
|
||||
|
||||
统计指定报告期基金列表汇总的第N名债券市值占总值比(%)
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsbdnonpercent4(fundarr, rdate, topn)`
|
||||
## `fundsbdnonpercent4(fundarr, rdate, topn)`
|
||||
|
||||
统计指定报告期基金列表汇总的第N名债券市值占固定收益投资市值比(%)
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsbdsumnpercent(fundarr, rdate, topn)`
|
||||
## `fundsbdsumnpercent(fundarr, rdate, topn)`
|
||||
|
||||
统计指定报告期基金列表汇总的前N名债券市值占净值比(%)
|
||||
|
||||
@@ -112,7 +112,7 @@
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsbdsumnpercent3(fundarr, rdate, topn)`
|
||||
## `fundsbdsumnpercent3(fundarr, rdate, topn)`
|
||||
|
||||
统计指定报告期基金列表汇总的前N名债券市值占债券市值比(%)
|
||||
|
||||
@@ -124,7 +124,7 @@
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsbdsumnpercent4(fundarr, rdate, topn)`
|
||||
## `fundsbdsumnpercent4(fundarr, rdate, topn)`
|
||||
|
||||
统计指定报告期基金列表汇总的前N名债券市值占固定收益投资市值比(%)
|
||||
|
||||
@@ -136,7 +136,7 @@
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsbdsumnpercentgrow(fundarr, rdate, rdate2, topn)`
|
||||
## `fundsbdsumnpercentgrow(fundarr, rdate, rdate2, topn)`
|
||||
|
||||
统计指定报告期基金列表汇总的前N名债券市值占净值比变动(%)
|
||||
|
||||
@@ -149,7 +149,7 @@
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsbdvalue(fundarr, rdate, tono, field)`
|
||||
## `fundsbdvalue(fundarr, rdate, tono, field)`
|
||||
|
||||
持债明细前N名市值和-指定列
|
||||
|
||||
|
||||
Reference in New Issue
Block a user