mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-25 08:09:38 +02:00
Ensure holdings are normalized to account currency
This commit is contained in:
parent
5f8a3c9f50
commit
86bf47a32e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class Account::Holding::PortfolioCache
|
|||
security_id: security_id,
|
||||
date: price.date,
|
||||
price: converted_amount,
|
||||
currency: price.currency
|
||||
currency: account.currency
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue