Properly handle Plaid investment account transfers #2420

Merged
zachgoll merged 1 commits from zachgoll/maybe-887-brokerage-cash-transfers-are-improperly-treated-as-trade into main 2025-06-27 22:50:45 +08:00
zachgoll commented 2025-06-27 22:12:12 +08:00 (Migrated from github.com)

Previously, cash transfers (i.e. "deposits" / "withdrawals") in an investment account were being skipped because they didn't register as a cash_transaction?(transaction); causing our Security resolver to return nil (no associated security) and the entry to be skipped.

Previously, cash transfers (i.e. "deposits" / "withdrawals") in an investment account were being skipped because they didn't register as a `cash_transaction?(transaction)`; causing our Security resolver to return `nil` (no associated security) and the entry to be skipped.
Sign in to join this conversation.