Scheduled Transaction: Extend formulas
Hi,
scheduled transactions allows for some formulas, e.g. generated by the load druid.
This functionality should be extended (or debugged) massively:
1. Functions such as pmt(...) must be allowed to be part of a formula, e.g. 10+pmt(...) (when I tried this, the generated trxs always had a constant value, it did not change over time, may be a bug, may be it was never intended to be used this way...)
2. Account values should be allowed as inputs to the function, e.g. the balance of the checkings account. Of course this balance must be specified (first logical second of a given date, last logical second of a given date, other ideas?)
3. All the basic mathematical operators must be supported, including power and log.
4. Ideally, there would also be a way to enter a time series and use it as a an input for the sx. (first iteration: first value....).
-
Anonymous commented
This general purpose feature would solve several common issues....including mortgage calculations where variable payments are made. Perhaps even interest-only loans? Please upvote this thing!!!