Private
Public Access
1
0

Use daily interest accrual for lines of credit and auto loans, fix hasLoanDetail on account list

Lines of credit and auto loans use daily accrual (rate/365 × days) matching
actual bank calculations. Mortgages and personal loans keep monthly compounding.
Include LoanDetail in GetAllAsync so the loan cards correctly show status.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Catherine Renelle
2026-02-14 20:47:14 -05:00
parent 47010e5f55
commit 1b06894383
3 changed files with 37 additions and 6 deletions
+1 -1
View File
@@ -104,7 +104,7 @@
</v-card>
<v-alert v-if="loanDetail" type="info" variant="tonal" density="compact" class="mb-4">
Amounts shown are estimates based on standard monthly compounding. Actual values may differ due to your lender's rounding practices, extra payments, or rate changes.
Amounts shown are estimates. Lines of credit and auto loans use daily interest accrual; mortgages and personal loans use standard monthly compounding. Actual values may differ due to payment timing, your lender's rounding practices, extra payments, or rate changes.
</v-alert>
<!-- Amortization Schedule -->