* feat(finance): Layer 2 — property equity flows into Net Worth - NetWorthData gains PropertyValueCents, LoanBalanceCents, PropertyEquityCents - NetWorth handler fetches properties + loans; adds equity to current snapshot and uses amortisation formula to compute historical loan balances per month, so the chart reflects how equity grew as loans were paid down - Dashboard NetWorthCents now includes property equity - loanBalanceAt() helper: B_n = P*(1+r)^n - (M/r)*((1+r)^n - 1) - networth.html: inline breakdown row in hero card (cash / portfolio / equity), new "Property equity" breakdown card (value − loans), chart gains a dashed red "Loans outstanding" line when properties are present Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix(property): resolve template, image pull, and build issues - Fix parseTmpl missing base.html causing "base.html is undefined" error - Change imagePullPolicy to IfNotPresent for local k3d dev workflow - Add SERVICE_NAME to Makefile so make build-deploy uses correct image name Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Gonçalo Rodrigues <guga@Goncalos-MacBook-Pro.local> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
4 lines
114 B
Makefile
4 lines
114 B
Makefile
PROJECT_ROOT := ../../../../
|
|
SERVICE_NAME := finance-api
|
|
include ../../../../infrastructure/Makefile/service.mk
|