Feature/add todo for emergency fund positions value calculation (#3684)

* Add todo
pull/3713/head
Thomas Kaul 4 months ago committed by GitHub
parent 7a695f34f2
commit b794c4dcc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1394,6 +1394,8 @@ export class PortfolioService {
}: { }: {
holdings: PortfolioDetails['holdings']; holdings: PortfolioDetails['holdings'];
}) { }) {
// TODO: Use current value of activities instead of holdings
// tagged with EMERGENCY_FUND_TAG_ID
const emergencyFundHoldings = Object.values(holdings).filter(({ tags }) => { const emergencyFundHoldings = Object.values(holdings).filter(({ tags }) => {
return ( return (
tags?.some(({ id }) => { tags?.some(({ id }) => {

Loading…
Cancel
Save