Rachel Whitman , Personal Finance Coachand
David McAllister , Small Business Banking Advisor
Kenji Takahara
Corporate Finance Analyst
Kenji Takahara is a corporate finance analyst with hands‑on experience in budgeting, cash‑flow planning, and capital projects. After starting his career in accounting for manufacturing companies, he moved into FP&A, where he built models that connect day‑to‑day operations with long‑term investment decisions.
Kenji’s articles focus on clarity and repeatable process. He breaks complex topics—amortization schedules, working‑capital cycles, and variance analysis—into simple steps and uses clean examples to show how inputs drive outputs. His goal is to help readers verify numbers, understand assumptions, and make confident decisions backed by transparent calculations.
Rachel Whitman
Personal Finance Coach
Rachel Whitman is a personal finance coach who specializes in everyday money decisions—building a budget that sticks, paying down debt with a plan, and saving for the future. She has spent more than a decade guiding households through practical frameworks that reduce financial stress and create momentum.
In her articles, Rachel uses plain language, short checklists, and relatable examples to make topics like interest costs, payoff timelines, and retirement contributions feel manageable. Her goal is simple: help readers take the next right step with confidence, one decision at a time.
David McAllister
Small Business Banking Advisor
David McAllister is a small business banking advisor with a focus on loans, working capital, and repayment planning. Over the past fifteen years, he has helped owners compare financing options, understand amortization schedules, and choose terms that fit cash‑flow realities.
In his articles, David keeps things practical: what to enter, what the outputs mean, and how rates, fees, or collateral change the numbers. He uses straightforward examples, brief risk notes, and clear tables so readers can verify results and avoid common pitfalls. His aim is simple—equip businesses to make confident, numbers‑backed decisions.
0people find this calculator helpful
0
Table of contents
Schd Calculator — Deposits, Match, Growth & Real Value
Quick start
Enter your starting balance, per-period contribution, optional employer match, APR, years, frequency, and inflation. The calculator returns total contributions, total employer match, nominal future value, and inflation-adjusted future value.
What this calculator does
Models scheduled contributions at a chosen frequency (weekly to annually).
Includes employer match limited by a cap percentage of your contribution.
Compounds interest at the same frequency as contributions.
Optionally deflates to today’s dollars using your inflation input.
Inputs and units
Starting balance (USD)
Contribution per period (USD)
Employer match rate (%)
Match cap (% of your contribution)
Annual interest rate, APR (%) — nominal
Years
Periods per year (1, 4, 12, 24, 26, 52)
Inflation (%) — optional
How it works
Compute total periods n = periods per year × years.
Convert APR to periodic rate i = APR/100 ÷ periods per year.
Limit employer match by cap% of your contribution each period.
Accumulate starting balance and the annuity of (contribution + match) with compounding.
If inflation > 0, convert APR to a real rate and recompute future value in real terms.
Formula
Variables: PV = starting balance; P = contribution/period; mr = matchRate/100; mc = matchCap/100; APR = apr/100; f = periods/year; n = f×years; i = APR/f.
perMatch = min(P×mc, P) × mr
Ptot = P + perMatch
FVpv = (i = 0) ? PV : PV×(1+i)^n
FVann = (i = 0) ? Ptot×n : Ptot×(((1+i)^n − 1)/i)
FV = FVpv + FVann
Real rate: r = ((1+APR)/(1+inflation/100)) − 1; rper = (1+r)^(1/f) − 1