MOTaxandExpensesRatio
简述
销售税金率(%) =主营业务税金及附加/主营业务收入*100。
函数从合并利润分配表取主营业务税金及附加和主营业务收入,再根据算法就得到销售税金率(%)【注1】。
MOTaxandExpensesRatio(ReportDate:Integer):Real
名称 | 类型 | 说明 |
---|
ReportDate | Integer | 整数,报告期。 |
返回 | Real | 实数,销售税金率(%)。 |
//指定2011年报,取万科A销售税金率(%)
oV:=BackUpSystemParameters2();
setsysparam(pn_stock(),'SZ000002');
v:=MOTaxandExpensesRatio (20111231);
return v;
//结果:10.84
FinancialItemRatio