BuyerAdvancesToMainIncomeRatio
简述
返回预收帐款与主营收入比(%),即预收帐款/主营收入*100%
BuyerAdvancesToMainIncomeRatio(ReportDate:Integer):Real
名称 | 类型 | 说明 |
---|
ReportDate | Integer | 报告期; |
返回 | Real | Real |
//指定2017三季报,取万科A预收帐款与主营收入比(%)
oV:=BackUpSystemParameters2();
setsysparam(pn_stock(),'SZ000002');
v:= BuyerAdvancesToMainIncomeRatio(20170930);
return v;
//结果:348.32