天软金融分析.NET函数大全
>
金融函数
>
组合评价
>
风险分析
>
流动性风险
pf_Amivest
复制链接
简述
Amivest流动性比率,与系统参数(股票)相关。
定义
pf_Amivest(Endt:TdateTIME;N:integer):real
参数
名称
类型
说明
Endt
TdateTIME
日期
N
integer
整数
返回
real
实数
算法
范例
SetSysParam(pn_stock(),'sz000001');
return pf_Amivest(20121231T,18);
//返回:183495108.82
相关
StockAmplitudePerAmount
StockCashFlowInFuture
pf_GiniCoefficient
pf_ILLIQ
pf_Amivest
pf_GiniCoeff
pf_Martin
pf_CashFlowInFuture2
StockAmplitudePerVolumn
pf_SharevsNegotiableShare
pf_StockLiquidityCost2
pf_SecurityConcentrationRatio
pf_GroupHoldRatio
StockRealizedDays
StockLiquidityCost
pf_GroupConcentrationRatio
pf_TurnoverRate
测试函数
中间函数