📝 docs(tsl): add generated codegen reference
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# 金融函数 - 股票 / 资产负债
|
||||
|
||||
## 函数
|
||||
|
||||
### `netAssetsCutGw(report_date)`
|
||||
|
||||
净资产(扣除商誉),与系统参数(证券代码)相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------- | -------- | ------------ |
|
||||
| `report_date` | datetime | 整数。报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `gWtoNetAssetsRatio(report_date)`
|
||||
|
||||
商誉占净资产比例(%),与系统参数(证券代码)相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------- | -------- | ------------ |
|
||||
| `report_date` | datetime | 整数。报告期 |
|
||||
|
||||
返回:float
|
||||
Reference in New Issue
Block a user