NetProfitRatio
简述
净利润率(%) =净利润/主营业务收入*100
函数首先从合并利润分配表中取归属于母公司所有者的净利润和主营业务收入,再根据算法就得到净利润率(%)【注1】。
NetProfitRatio(ReportDate:Integer):Real
名称 | 类型 | 说明 |
---|
ReportDate | Integer | 整数,报告期。 |
返回 | Real | 实数,净利润率(%)。 |
//指定2011年报,取万科A净利润率(%)
oV:=BackUpSystemParameters2();
setsysparam(pn_stock(),'SZ000002');
v:=NetProfitRatio (20111231);
return v;
//结果:13.41
FinancialItemRatio