Skip to content
New issue

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

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

Already on GitHub? # to your account

Bug: Loan % Doesn't allow exact Rate #1487

Closed
ahatzz11 opened this issue Nov 22, 2024 · 0 comments · Fixed by #1492
Closed

Bug: Loan % Doesn't allow exact Rate #1487

ahatzz11 opened this issue Nov 22, 2024 · 0 comments · Fixed by #1492
Labels
🐛 Bug Something isn't working

Comments

@ahatzz11
Copy link
Contributor

Describe the bug
I have a mortgage of 6.875%, most rates seem to go by 1/8ths for my bank. I am unable to enter this value. I'm not sure how much .005% changes calculations but it would be great if we could be exact.

image

To Reproduce
Steps to reproduce the behavior:

  1. Create a loan
  2. Enter a rate of 6.875
  3. See error

Expected behavior
I'd expect to be able to enter my exact loan rate.

What version of Maybe are you using?
Hosted

What operating system and browser are you using?
MacOS 14, Chrome 140

@ahatzz11 ahatzz11 added the 🐛 Bug Something isn't working label Nov 22, 2024
arsenstorm added a commit to arsenstorm/maybe that referenced this issue Nov 22, 2024
Fixes maybe-finance#1487

Change the step of the interest rate field to 0.005.

It's unlikely that we'll see interest rates in smaller increments.
zachgoll pushed a commit that referenced this issue Nov 22, 2024
* Fix bug: Loan % doesn't allow exact rate

Fixes #1487

Change the step of the interest rate field to 0.005.

It's unlikely that we'll see interest rates in smaller increments.

* step 0.005

* migration for loan interest rates precision

* add new line
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
🐛 Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant