Hi Mark! Hope you are well and staying safe.
This is not a request, because I don't know that I'll get around to using it. It's a background thought for if you ever find yourself in that part of the code and have some free time (a mythical quantity I've heard about).
When I'm entering or extracting transactions, the values that I care most about being precise are the number of shares and the total value - those are the quantities that persist and have to balance. Round-off error has to go someplace, and I'm fine with that being the price per share - that's constantly fluctuating anyway.
FM generic transaction import/export use specified quantities for price per share and number of shares, and the total value is the computed quantity. Not what I was hoping for.
So, perhaps ponder a way to import shares and total as an alternative to shares and price?
And, again, this is below background priority.
Thanks!