MyMidas/backend/app/schemas
megaproxy 1a2c8efd01 Add pensions module and integrate with tax report
Adds a full pensions feature: SIPP/workplace DC/LISA account metadata,
contribution recording with relief-at-source/net-pay/salary-sacrifice
gross calculations, state pension tracker, annual allowance monitor,
and LISA summary. Pension contributions feed into the tax report
(RAS gross totals, allowance used). Includes two Alembic migrations,
backend service/schema/API, and full frontend pensions page with
cards for allowance, state pension, LISA, and retirement projection.

Also fixes CSRF cookie secure flag (must be false for HTTP deployments)
and extends tax schemas/service to expose pension data in the report.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-28 09:59:01 +00:00
..
__init__.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
account.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
auth.py Fix audit findings: budget editing, dead code, logging, multi-currency 2026-04-23 10:54:32 +00:00
budget.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
investment.py Investment portfolio charts, search fix, and holding creation fixes 2026-04-22 23:06:41 +00:00
pension.py Add pensions module and integrate with tax report 2026-04-28 09:59:01 +00:00
report.py Complete Phase 3, Phase 5 polish and hardening 2026-04-22 14:59:11 +00:00
tax.py Add pensions module and integrate with tax report 2026-04-28 09:59:01 +00:00
transaction.py Add recurring transaction detection, subscriptions page, and UK tax reporting 2026-04-23 21:40:02 +00:00