What this calculates
Simple interest on unpaid principal for calendar days past due, plus any flat late fee you enter from the contract. It is a carrying-cost and collection-ask worksheet, not a determination of legal rights.
Formulas
- Days late = max(0, as-of date − due date) in whole calendar days.
- Accrued interest = principal × (annual rate / 100) × (days late / day-count basis).
- Daily carrying cost ≈ principal × (annual rate / 100) / day-count basis (when rate > 0).
- Total to request (math) = principal + accrued interest + flat late fee.
What this deliberately does not do
- Does not look up or assert state statutory rates, prompt-pay acts, or prejudgment interest statutes.
- Does not compound interest, apply grace periods, or model partial payments.
- Does not certify that interest or fees are enforceable under your contract or jurisdiction.
Sources & assumptions
- Simple interest and day-count conventions are standard commercial arithmetic (principal × rate × time).
- Defaults are illustrative placeholders. Confirm the rate, fee, and due date in the signed agreement before sending a collection ask.
- Outputs are calculations only — not legal, tax, accounting, or collections advice.