📝 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:
csh
2026-07-07 16:47:03 +08:00
parent bbf6977f57
commit c0bf0358e0
278 changed files with 45212 additions and 35782 deletions
@@ -1,6 +1,6 @@
# 债券 / 标准券折算率
### `bondSbcrCoverRatioEndT(end_t)`
## `bondSbcrCoverRatioEndT(end_t)`
指定日标准券折算率,与系统参数(证券)相关。如果返回0,说明无相应的开始适用日和结束适用日或当前债券已到期。
@@ -10,14 +10,14 @@
返回:float
#### 示例
### 示例
```tsl
SetSysParam(pn_stock(),"SH120303");
return BondSBCRCoverRatioEndT(20201201T);
```
### `bondSbcrCoverRatioValue(end_t)`
## `bondSbcrCoverRatioValue(end_t)`
与系统参数(证券)相关。如果返回array(),说明无相关数据。
@@ -27,7 +27,7 @@ return BondSBCRCoverRatioEndT(20201201T);
返回:any
### `bondSbcrIsFinacingCover(end_t)`
## `bondSbcrIsFinacingCover(end_t)`
指定日是否可融资折算,与系统参数(证券)相关。如果返回0,说明无相应的开始适用日和结束适用日或当前债券已到期。
@@ -37,7 +37,7 @@ return BondSBCRCoverRatioEndT(20201201T);
返回:int
#### 示例
### 示例
```tsl
SetSysParam(pn_stock(),"SH120303");