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:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user