天软金融分析.NET函数大全
>
金融函数
>
基金
>
中间函数
FundExNetAssetWeeklyList
复制链接
简述
修正后的基金净值,与系统参数(基金)相关。按照基金复权表重新计算基金净值。
定义
FundExNetAssetWeeklyList(RatioArr:Array):Array
参数
名称
类型
说明
RatioArr
Array
数组。基金复权表
返回
Array
数组。修正后的基金净值。
范例
SetSysParam(PN_Stock(),'OF000001');
return FundExNetAssetWeeklyList();
相关
FundExRatioOfLido
FundExRatio
FundWeeklyYTM
GetFundExRatio
IntersectionAlphaBetaValue
FundExNetAssetWeeklyList
FundExRatioOfWind