📝 docs(tsl): complete and lint codegen reference

This commit is contained in:
csh
2026-07-07 16:46:51 +08:00
parent 16e0992dd2
commit bbf6977f57
232 changed files with 39191 additions and 29763 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");