Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect ATM Interest calculation in certain conditions #3622

Open
Ierdna100 opened this issue Jan 26, 2025 · 0 comments
Open

Incorrect ATM Interest calculation in certain conditions #3622

Ierdna100 opened this issue Jan 26, 2025 · 0 comments

Comments

@Ierdna100
Copy link

The ATM interest calculation does not correctly work if more than 1 day has passed since the user loaded Open Sewer Tenement.

The current calculation does
$\text{Sum} = 1 + \text{Days Since Last Calculation} \cdot \text{Interest}$

Which does not account for money accumulating over time like in the real interest calculation, which should be:
$\text{Sum} = (1 + \text{Interest}) ^ \text{Days Since Last Calculation}$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant