CurrentRatio
简述
流动比率 =流动资产 / 流动负债。
从合并资产负债表中取流动资产合计和流动负债合计,在根据算法就得到销售毛利【注1】。
CurrentRatio (ReportDate:Integer):Real
名称 | 类型 | 说明 |
---|
ReportDate | Integer | 报告期。 |
返回 | Real | 实数,销售毛利。 |
//指定2011年报,取万科A流动比率
oV:=BackUpSystemParameters2();
setsysparam(pn_stock(),'SZ000002');
v:= CurrentRatio(20111231);
return v;
//结果:1.41