FlowDebtRatio
简述
流动负债率(%)=流动负债/总负债*100。
函数从合并资产负债表中取得流动负债合计、负债合计,根据算法得到流动负债率(%)【注1】。
FlowDebtRatio(ReportDate:Integer):Real
名称 | 类型 | 说明 |
---|
ReportDate | Integer | 整数,报告期。 |
返回 | Real | 实数,流动负债率(%),百分数。 |
//指定2011年报,取万科A流动负债率(%)
oV:=BackUpSystemParameters2();
setsysparam(pn_stock(),'SZ000002');
v:=FlowDebtRatio(20111231);
return v;
//结果:87.89
FinancialItemRatio