使用numpy / python计算永久性的IRR

时间:2012-09-27 05:48:15

标签: python numpy finance financial

我使用numpy库使用irr函数进行简单的IRR计算。因此,例如,如果我想找到现金流的IRR,我会执行以下操作

In [16]:
   import numpy as np 
   cf = np.array([-100,10,10,100])
   print np.irr(a)

0.0688601791248

但是,我正在寻找一种永久性NPV的方法。我的现金流量是-100,10 ......

之前是否有人这样做过

1 个答案:

答案 0 :(得分:2)

PV of a perpetuity is simple

PV=C/i

Where C = amount of cash flows
      i = effective periodic interest rate or rate of return