support other interest compounding types (#24)

Co-authored-by: Chris Weiss <chrwei@users.noreply.github.com>
This commit is contained in:
Robert Dyer
2025-05-08 14:14:23 -04:00
committed by GitHub
parent 226c8cb5bd
commit e9922e30c1
2 changed files with 32 additions and 5 deletions
+5
View File
@@ -165,6 +165,11 @@ As an example, if your loan is at 4.5% interest and you want to insert an
interest transaction on the 28th of the month, set the account note to
`interestRate:0.045 interestDay:28`.
By default, interest is calculated using the 30/360 method where interest is
computed monthly using 30/360 (or 1/12) of the interest rate. If you need to
compute interest using the ACTUAL/ACTUAL method, set `interest:actual` in the
note. If you need to compute interest daily, set `interest:daily`.
You can optionally change the payee used for the interest transactions by
setting `INTEREST_PAYEE_NAME` in the `.env` file.