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.
813 B
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);