知识库 > 金融建模 > 公用函数 > 扩展函数 > .Net扩展函数 > 财务分析 > 现金流量

CashFlowCurrentDebtRatio    

简述
现金流量比率=经营活动产生的现金流量净额/流动负债。
经营活动产生的现金流量净额从合并现金流量表取得,流动负债从合并资产负债表取得。
定义

CashFlowCurrentDebtRatio(ReportDate:Integer):Real
参数

ReportDate:整数,报告期。

返回:实数,现金流量比率,非百分比。
  • 范例:

    //指定2011年报,取万科A现金流量比
    oV:=BackUpSystemParameters2();
    setsysparam(pn_stock(),'SZ000002');
    v:=CashFlowCurrentDebtRatio (20111231);
    return v;
    //结果:0.02

    参考
      
相关
FAQ/知识库链接