hledger-interest
hledger-interest copied to clipboard
compute interest for hledger accounts
I have a loan that assesses and capitalizes interest on the 10th of each month. Is there a way to ignore the 12/31 end of year interest assessment that hledger-interest...
With the current version of hledger-interest from stackage, it fails for multi-currency journals. As a minimal example, I provide a [shelltest](https://github.com/simonmichael/shelltestrunner) file: ``` < 2021-01-01 deposit assets 100 € income...
The option `--until=%Y-%-m-%-d` is similar to the option `--today` except that instead of computing interest until today it computes interest until the specified day. Fixes #18.
Hey @peti, I'm using your `hledger-interest` tool and it's great! Sometimes I would like to generate interest transactions for the previous month and have them dated on the last day...
``` Building executable 'hledger-interest' for hledger-interest-1.6.5.. [68/163062] [1 of 5] Compiling Hledger.Interest.DayCountConvention [2 of 5] Compiling Hledger.Interest.Rate [3 of 5] Compiling Hledger.Interest /var/stackage/work/unpack-dir/unpacked/hledger-interest-1.6.5-09f94ca91e865ba8527e60cfa72bb3f7fe61e4944eac8684959cf7deedf2ab0 0/Hledger/Interest.hs:54:3: error: [GHC-88464] Variable not in scope:...
Version 1.55 The `--annual-schedule` option is intended to allow an interest rate change to occur. However unless there is a balance change the new interest percentage change is ignored. For...
`hledger-interest` version 1.55 pays the interest on improper balances. *NOTE THAT INTEREST SHOULD BE PAID ON THE BALANCE IN THE ACCOUNT AT THE END OF THE DAY* By way of...
Thank you for making this! It would be great if we could download ready-made binaries for `hledger-interest`, as we can with [hledger](https://github.com/simonmichael/hledger/releases) and [hledger-flow](https://github.com/apauley/hledger-flow/releases). I don't have the Haskell toolchain...
Triggered by the discussion here: https://forum.plaintextaccounting.org/t/hledger-how-to-calculate-interest-with-rate-changing-in-the-middle-of-the-year/208 Currently, requesting the rate from the rate schedule always reports it as being active until 31st of Dec of the same year, which is...