天软金融分析.NET函数大全 > TSL函数 > 数学函数 > 财务函数

FutureValue    

简述
返回一项投资的未来值。这项投资的现值投入是PresentValue,每期投资额是Payment,投资的内部收益率是Rate,投资期数是Nperiods,而参数PaymentTime决定每期的Payment投资是在期初或期末进行。
定义
FutureValue(Rate: Real; NPeriods: Integer; Payment; PresentValue: Real; PaymentTime: Integer): Real;
参数
名称类型说明
Rate Real实数,表示内部收益率
Nperiods Integer整数,表示投资的总期数
Payment Real实数,表示投资期内,每期投入值
PresentValue Real实数,初期投入的现值
PaymentTime IntegerPaymentTime决定每期的Payment投资是在期初或期末进行
相关