You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Paying Maybe users can also open requests in Intercom (if there is sensitive info involved)
I am a self-hosted user
Self hoster checklist
If you are a self-hosted user, please complete all of the information below. Issues with incomplete information will be marked as Needs Info to help our small team prioritize bug fixes.
Self hosted app commit SHA (find in user menu): 02bfa9f
I have confirmed that my app's commit is the latest version of Maybe
Where are you hosting?
Render
Docker Compose
Umbrel
Other (please specify)
Bug description
"Total return" of a holding in an investment account is wrong if trades have different currency from the account itself.
To Reproduce
Steps to reproduce the behavior:
Create an investment account in your primary currency (SEK in my case)
Add a new trade in a different currency (e.g. buy 1 AAPL for 204 USD - current market price at the time of writing this)
Observe that:
the total return is wrong (should be around 0 since we bought the stock at the current market price);
and that the average cost is shown with a wrong currency symbol
Expected behavior
Currencies should be correct converted when calculating total return of a holding
Screenshots and/or recordings
The following screenshot demonstrates both issues:
in blue: average cost should show $204 USD (or be correctly converted to SEK)
in red: total return and trend should be around 0
The text was updated successfully, but these errors were encountered:
The issue applies to other areas of the application as well, when currencies are mixed, the default account's currency is used regardless of what each transaction's selected currency
Before you start (required)
General checklist
How are you using Maybe?
Self hoster checklist
If you are a self-hosted user, please complete all of the information below. Issues with incomplete information will be marked as
Needs Info
to help our small team prioritize bug fixes.Bug description
"Total return" of a holding in an investment account is wrong if trades have different currency from the account itself.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Currencies should be correct converted when calculating total return of a holding
Screenshots and/or recordings
The following screenshot demonstrates both issues:
The text was updated successfully, but these errors were encountered: