Standard Tier Module

Loan Amortization with Precision Audit

Exact amortization math with a GeoNum drift audit that shows where naive f64 accumulation stops being trustworthy.

See it run - a worked example, 100% in this browser tab

The problem

Lenders and borrowers rely on amortization schedules whose running-balance recurrence quietly accumulates floating-point roundoff over hundreds of payments, and most tools never tell you when the printed figures stop matching the exact math.

The local-first solution

This plugin runs the standard fully-amortizing fixed-rate formula client-side, builds the full per-period schedule against an exact closed-form balance reference, and surfaces a GeoNum drift verdict - all deterministic arithmetic with cited formulas and nothing sent to any cloud.

What it does

Level monthly payment via the present-value-of-annuity formula, including the interest-free (r=0) case
Full per-period principal, interest, and running-balance schedule rounded to cents as a lender would
Exact closed-form balance reference B_k for every payment period
GeoNum drift audit comparing f64 recurrence, GeoNum recurrence, and exact balance
Final-payment residual adjustment so the loan closes at exactly zero
Total paid and total interest computed from the rounded schedule actually paid

Honest scope

The payment formula, per-period arithmetic, and closed-form balance are exact under the standard U.S. monthly-compounding convention (r = APR/12), and the rate and convention used are always shown so a wrong convention cannot silently mis-amortize. Points, origination fees, PMI, escrow, prepayments, ARMs, late fees, and actual/360 or actual/actual day-count accrual are flagged but not modeled. Not financial, tax, or legal advice - confirm the rate, convention, and fees against your loan note and Reg Z disclosure.

Authorities cited

Audit a schedule now

Run an amortization schedule in your browser and route the audited results into a Sandbox workspace or attach them to a Worklog case. Everything computes locally - nothing is uploaded to anyone's cloud.

GDBS by VaultSync Solutions Inc. - Verifiable Computation. gdbs.getvaultsync.com