1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-28 09:39:39 +02:00

Ensure holdings are normalized to account currency

This commit is contained in:
Zach Gollwitzer 2025-03-07 18:02:08 -05:00
parent 5f8a3c9f50
commit 86bf47a32e

View file

@ -37,7 +37,7 @@ class Account::Holding::PortfolioCache
security_id: security_id, security_id: security_id,
date: price.date, date: price.date,
price: converted_amount, price: converted_amount,
currency: price.currency currency: account.currency
) )
end end