InvestmentIncome_12
简述
最近12个月的投资收益。
(1)投资收益取自合并利润分配表;
(2)根据最近12个月的算法得到最近12个月的投资收益【注1】。
InvestmentIncome_12(RDate:Integer):Real
名称 | 类型 | 说明 |
---|
RDate | Integer | 整数,报告期。 |
返回 | Real | 实数,最近12个月的投资收益。 |
//指定2011年报,取万科A最近12个月的投资收益
oV:=BackUpSystemParameters2();
setsysparam(pn_stock(),'SZ000002');
v:=InvestmentIncome_12(20111231);
return v;
//结果:699715008.48