{# Inputs: cash_points: list[CashBalancePoint] (each has .on: date, .cash_balance: Decimal, .cumulative_contributions: Decimal), year: int #}

Cash & Contributions

Cash balance + net contributed ยท {{ year }}
{% if cash_points|length == 0 %}
No cash events yet โ€” import a Schwab Transactions CSV to populate this chart.
{% else %}
{% endif %}