amort/Makefile

8 lines
167 B
Makefile
Raw Normal View History

2024-02-11 07:21:14 +05:30
reference:
amortize -P 100000 -r 0.05 -f monthly -n 36 -s > ref.txt
test:
python src/amort.py -p 100000 -i 5.0 -t 3 -ot "{\"payment-number\":13,\"amount\":5000}"
2024-02-11 07:21:14 +05:30