Files
playbook/skills/tsl-api-reference/references/codegen/dotnet/financial/stock-assets_liabilities.md
T
csh 9010829c6d feat(tsl-api-reference): expand and reorganize api catalog
Flatten builtin pages, add third-party and platform scopes, and import financial and data warehouse references.

Keep the existing generated index without rebuilding after signature normalization.
2026-08-10 18:26:24 +08:00

813 B

金融 / 股票 / 资产负债

gWtoNetAssetsRatio(report_date)

声明:function

商誉占净资产比例(%),与系统参数(证券代码)相关

参数 类型 说明
report_date int 整数。报告期

返回:float

示例

范例01:调用函数

SetSysParam(pn_stock(), "SH600000");
return GWtoNetAssetsRatio(20221231);

netAssetsCutGW(report_date)

声明:function

净资产(扣除商誉),与系统参数(证券代码)相关

参数 类型 说明
report_date int 整数。报告期

返回:float

示例

范例01:调用函数

SetSysParam(pn_stock(), "SH600000");
return NetAssetsCutGW(20221231);