📝 docs(tsl): add generated codegen reference

This commit is contained in:
csh
2026-07-07 16:34:27 +08:00
parent 014c23d386
commit 7046f0b60e
632 changed files with 160584 additions and 0 deletions
@@ -0,0 +1,23 @@
# 金融函数 - 股票 / 资产负债
## 函数
### `netAssetsCutGw(report_date)`
净资产(扣除商誉),与系统参数(证券代码)相关。
| 参数 | 类型 | 说明 |
| ------------- | -------- | ------------ |
| `report_date` | datetime | 整数。报告期 |
返回:float
### `gWtoNetAssetsRatio(report_date)`
商誉占净资产比例(%),与系统参数(证券代码)相关。
| 参数 | 类型 | 说明 |
| ------------- | -------- | ------------ |
| `report_date` | datetime | 整数。报告期 |
返回:float