天软金融分析.NET函数大全
>
金融报表分析
>
01.个股
>
1.08财务数据
>
中间函数
StructureRatioReport
复制链接
简述
财务数据表结构分析。
定义
StructureRatioReport(t:Array):Array
参数
名称
类型
说明
t
Array
数组。数据表。
返回
Array
数组。数据表结构分析结果。
范例
//计算万科A利润分配表的结构分析
t:=InterestDistribute("SZ000002",0);
return StructureRatioReport(t);
相关
CalculateHBData
comparewithfirstreport_new
comparewithpreviousreport_new
ImportantItems_Call
StandardShowReport
stock_financialitems_call
StructureRatioReport