Calzento
US

Methodology

How we source data, how we compute, when we update. Last updated 2026-05-13.

Sourcing

Every number on this site traces to a primary source. Our principle is: if we can't cite it, we don't publish it.

Computation

The mortgage amortization formula is the standard closed-form expression:

M = P · r(1 + r)n / ((1 + r)n − 1)

where P is the loan principal, r is the monthly interest rate (annual rate ÷ 12 ÷ 100), and n is the number of monthly payments. Zero-rate loans are handled as straight-line principal: M = P / n.

Float arithmetic can produce sub-cent drift over 360 iterations. The accumulated error is at most a few cents on a typical loan and does not affect monthly payment display. We may port to arbitrary-precision arithmetic in a future version if cents-accurate reconciliation becomes a user request.

What we do not model

Update cadence

Mortgage rate benchmarks: weekly. State tax brackets: reconciled monthly, with corrections published within seven days of statutory changes. Methodology changes: documented in the changelog with an explanation.

Corrections

Found an error? Tell us via the contact page. Confirmed corrections are logged in the public changelog with the date and the source.