Materiality: the threshold below which auditors don't sweat
Misstating ₦100 isn't a big deal. Misstating ₦100K is.
By Solomon Ajayi · Free to read, no signup
Auditors and regulators apply the concept of MATERIALITY to financial statements: a misstatement is 'material' if it would influence a reasonable user's decisions. Materiality thresholds (typically 5% of net income or 0.5% of revenue) determine which errors get FORCED CORRECTIONS and which get noted but ignored. For a fintech, this matters in two ways: (a) which reconciliation breaks need immediate fix vs end-of-period clean-up, (b) which ECL or accrual estimates can be approximate vs need to be precisely modelled. Your ledger should encode materiality at the OPERATIONAL level too, a ₦5 reconciliation difference shouldn't trigger the on-call pager that's reserved for ₦500K differences.
Not every error is worth the same response. Accountants formalise this with materiality: a misstatement matters if it would change a reasonable reader's decision, and below some threshold it would not. A 12 naira reconciliation break is noise, probably a fractional kobo on a fee or a rounding wobble in an FX leg. A 500,000 naira break is a signal that something real did not get posted. Treating them identically wastes attention on the first and risks missing the second.
This lesson turns that policy into two different ledger behaviours. The small break gets auto-written-off to an Immaterial Reconciliation Loss account so the books and the bank agree and close is not blocked. The large break does not get written off; it parks in a Material Reconciliation Variance holding account and pages a human. That second account is deliberately a temporary bin, not a recognised loss, because you do not yet know whether the bank was right or your ledger was, and the resolution might be reversing it to post a real missing entry instead.
The crucial nuance is that immaterial does not mean ignorable. A steady 50 naira write-off every single day is each one trivially small, but the running total is a systematic bug bleeding money. So the small-difference account is monitored in aggregate: if the trend climbs, what looked immaterial becomes a material issue that earns root-cause work. Materiality is about where you spend attention, not about which errors you are allowed to never look at.
Worked example, step by step
₦12 reconciliation break: write off as immaterial
Daily bank recon. Your ledger shows ₦12 more than the bank statement. Cause unknown (rounding in some FX leg, or a fractional kobo on a fee). Below the threshold (say ₦1,000 for daily ops). Auto-write-off to the 'Immaterial' account; flag for monthly aggregate review but don't block close.
| Account | Debit | Credit |
|---|---|---|
| Immaterial Reconciliation Loss (5950) | ₦0.12 | |
| Bank Account (1200) | ₦0.12 |
Bank Account DOWN ₦12 (credit). Immaterial Reconciliation Loss UP ₦12 (debit). Both books and bank now agree. The monthly recon report aggregates all such write-offs; if the running total trends UP (e.g., consistent ₦50 per day), THAT becomes a material issue requiring root-cause investigation.
₦500,000 reconciliation break: investigate, don't auto-write
Different break. Your ledger shows ₦500K more than the bank statement. This is MATERIAL, over the threshold. Don't auto-write; PARK in an investigation account and page the recon ops team. Most likely: a settled transaction that didn't get its post-settlement ledger update.
| Account | Debit | Credit |
|---|---|---|
| Material Reconciliation Variance (Investigation) (5960) | ₦500,000.00 | |
| Bank Account (1200) | ₦500,000.00 |
Bank Account DOWN ₦500,000 (credit). Material Reconciliation Variance UP ₦500,000 (debit). The 'Material' account is a HOLDING bin, the operating expense doesn't get recognised until investigation completes. If it turns out the recon was right and your ledger was wrong (e.g., a missed entry), you'll REVERSE this and post the missing real entry. If it stays unresolved by quarter close, the auditor will flag it.
Takeaway
Materiality is a policy that shapes how your operations team responds to reconciliation breaks: small ones get auto-written-off to an Immaterial account (with aggregate monitoring), large ones park in a Material Investigation account and trigger human review. Set the threshold based on your audit materiality (typically 5% of pre-tax income or 0.5% of revenue); revisit annually as the business grows. The discipline keeps your on-call team focused on real issues and your auditor confident that nothing is being swept under the rug.
Practice this on a real ledger
Reading is half of it. Open this lesson in the lab to post the entries yourself against a real Postgres-backed double-entry ledger, with the validation on. Free, your sandbox is yours.