I have seen it twice now, and I just don't get it. When calculating the "Financial Commission" for a loan with a fixed interest rate, applications force the user to enter all possible loan amounts and related financial expenses. Despite the fact that these rates are calculated (30%), the application makes the user fill in the table as follows:
Loan Amount Finance Charge
100 30
105 31.5
etc., while the loan amount is provided from 5 to 1,500 US dollars in increments of 5 dollars.
We are starting a new initiative to restore this system. Is there a good reason to create a betting table this way? I would suggest that we should keep a simple field of interest and compute it every time we need it.
I am really at a loss why someone would hardcode such a table, rather than calculate ... I mean, computers seem to be designed for this kind of thing. Correctly?
source
share