Private
Public Access
1
0

Add estimation disclaimer to loan amortization view

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Catherine Renelle
2026-02-14 17:36:46 -05:00
parent 428e18bb41
commit 98104c0c0e
+4
View File
@@ -103,6 +103,10 @@
</v-card-text>
</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 slightly due to your lender's rounding practices.
</v-alert>
<!-- Amortization Schedule -->
<v-card v-if="loanDetail" class="mb-4">
<v-card-title>Amortization Schedule</v-card-title>