Пример #1
0
 def future_value(amount, rate, t):
     cf = CashFlow(amount=amount, t=0)
     return cf.shift(t=t, ir=rate)