Track money flowing into and out of your investment accounts through contributions and withdrawals.
<%= icon("trending-up", size: "sm", class: "text-green-600") %>
Contributions
<%= format_money(investment_flows.contributions) %>
Money added to investments
<%= icon("trending-down", size: "sm", class: "text-orange-600") %>
Withdrawals
<%= format_money(investment_flows.withdrawals) %>
Money withdrawn from investments
<%= icon("arrow-right-left", size: "sm", class: "text-primary") %>
Net Flow
<%= format_money(investment_flows.net_flow) %>
Total net change