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

Bug: Incorrect currency in investments #1715

Closed
1 of 2 tasks
WarTP opened this issue Jan 27, 2025 · 2 comments
Closed
1 of 2 tasks

Bug: Incorrect currency in investments #1715

WarTP opened this issue Jan 27, 2025 · 2 comments

Comments

@WarTP
Copy link

WarTP commented Jan 27, 2025

Where did this bug occur? (required)

  • I am a self-hosted user reporting a bug from my self hosted app
  • I am a user of Maybe's paid app

Please note, if you are reporting a bug with sensitive data, please open an Intercom chat from within the app for help

Describe the bug
The data from synth about stocks are in USD every time, eventhough some exchanges are in different currencies. For example BMW on XETRA is in €, not in $, so the calculation is then incorrect on the amount you own. This is more visible for CZK on PSE (Prague stock exchange), since it is in CZK and 1USD is ~24USD

To Reproduce
Go to some investment account
Add transaction
Buy ticker KOMB (PSE)
The value of the is (for today) 890CZK, but Maybe calculates it as it is 890$.

Expected behavior
The value of the is (for today) 890CZK, but Maybe calculates it as it is 890$.

@WarTP
Copy link
Author

WarTP commented Jan 27, 2025

Upon closer inspection, it looks like it is linked with this #1623

The issue is probably due to synth not filling out the currency to the exchange (or at least, that makes it impossible to get the correct currency in maybe, eventhough that could be coded there)

@zachgoll
Copy link
Collaborator

@WarTP yep, I think this is the same root issue we're seeing in #1623

I'm going to close this out so we can consolidate and track in one spot!

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

2 participants