feat(tsl-api-reference): index class and unit APIs

Migrate reference pages to declaration-line storage and rebuild the
13-column index.

Add qualified member lookup plus regression and end-to-end coverage.
This commit is contained in:
csh
2026-07-29 15:47:46 +08:00
parent 9edc8fc868
commit 13be5ea0aa
239 changed files with 39157 additions and 12846 deletions
@@ -2,6 +2,8 @@
## `stockBarginBalanceByType(beg_t, end_t, _type)`
声明:function
返回指定股票关联方应收﹑应付款项余额,该函数和证券代码有关。Real。 特别说明:数据下架,本模型已废弃。
| 参数 | 类型 | 说明 |
@@ -24,6 +26,8 @@ return User("model_ts").StockBarginBalanceByType(BegT,EndT,type);//335.260321
## `stockProfitForecastType(r_dat, _type, return_value)`
声明:function
返回指定股票是否披露指定的业绩预警,公司是否披露指定类型的预警。为真,返回True;否则,返回False,该函数和证券代码有关。Bool类型的值。 特别说明:数据下架,本模型已废弃
| 参数 | 类型 | 说明 |
@@ -45,6 +49,8 @@ return User("model_ts").StockProfitForecastType(RDate,type);//1
## `stockRelativeBargainByType(beg_t, end_t, _type, return_value)`
声明:function
返回指定股票关联交易,该函数和证券代码有关。Real。 注:该数据天软官方服务器中目前不提供,有该数据的落地服务器可以正常运行 特别说明:数据下架,本模型已废弃
| 参数 | 类型 | 说明 |
@@ -68,6 +74,8 @@ return User("model_ts").StockRelativeBargainByType(BegT,EndT,type);//53658.88634
## `stockTabAuditType(r_date, _type, return_value)`
声明:function
返回指定股票是否被会计师事务所出具指定的审计意见,公司是否被会计师事务所出具指定的审计意见。为真,返回True;否则,返回False,该函数和证券代码有关。Bool类型的值。 特别说明:数据下架,本模型已废弃
| 参数 | 类型 | 说明 |