PythonNerd0911
Results
1
comments of
PythonNerd0911
I would also appreciate CUMPRINC and CUMIPMT. My code: `def CUMPRINC(rate, nper, pv, start_period, end_period, fv, when):` `cumprinc = 0` `for per in range(start_period, end_period + 1):` `cumprinc += npf.ppmt(rate,...