rem {tvm} | R Documentation |
Remaining capital in a loan
Description
The amount that has to be repayed at each moment in a loan, at the end of the period
Usage
rem(cf, amt, r)
Arguments
cf |
The cashflow of the loan, not including the initial inflow for the loan taker |
amt |
The original amount of the loan |
r |
The periodic rate of the loan |
Examples
rem(cf = rep_len(0.4, 4), amt = 1, r = 0.2)
[Package tvm version 0.5.2 Index]