InvestmentIncomeRatio
简述
投资收益比例(%)=投资收益/利润总额*100。
函数从合并利润分配表中取投资收益、利润总额,根据算法得到投资收益比例(%)【注1】。
InvestmentIncomeRatio(ReportDate:Integer):Real
名称 | 类型 | 说明 |
---|
ReportDate | Integer | 整数,报告期。 |
返回 | Real | 实数,投资收益比例(%),百分数。 |
//指定2011年报,取万科A投资收益比例(%)
oV:=BackUpSystemParameters2();
setsysparam(pn_stock(),'SZ000002');
v:=InvestmentIncomeRatio (20111231);
return v;
//结果:4.43
FinancialItemRatio