impactMarket / app

impactMarket WebApp
https://app.impactmarket.com
Apache License 2.0
2 stars 1 forks source link

[Microcredit] wrong interest increase per day #643

Closed vibern0 closed 11 months ago

vibern0 commented 11 months ago

In the image below, it says, it's increasing 0.204cUSD a day. But this is a 1cUSD loan. This is the equivalent of 20% interest per day, but the actual interest is 0.2% per day. Possibly, the calculation being done is loan amount * daily interest, but the correct would be loan amount * (daily interest / 100)

image