Household Budget — Full Document

Monthly Household Budget #

A practical monthly budget for a two-income household. Uses CalcMark’s currency support and percentage calculations.

Income #

gross_salary_1 = $6500 → $6,500.00
gross_salary_2 = $5200 → $5,200.00
total_gross = gross_salary_1 + gross_salary_2 → $11.7K

Tax Withholding #

Estimated combined effective tax rates:

federal_rate = 0.18 → 0.18
state_rate = 0.05 → 0.05
fica_rate = 0.0765 → 0.0765

total_tax_rate = federal_rate + state_rate + fica_rate → 0.3065
total_taxes = total_gross * total_tax_rate → $3,586.05
net_income = total_gross - total_taxes → $8,113.95

Fixed Expenses #

These don’t change month to month:

rent = $2200 → $2,200.00
car_payment = $450 → $450.00
car_insurance = $180 → $180.00
health_insurance = $400 → $400.00
phone_plans = $120 → $120.00
internet = $80 → $80.00
streaming = $45 → $45.00

total_fixed = rent + car_payment + car_insurance + health_insurance + phone_plans + internet + streaming → $3,475.00

Variable Expenses #

Estimates based on past spending:

groceries = $800 → $800.00
gas = $250 → $250.00
utilities = $150 → $150.00
dining_out = $300 → $300.00
entertainment = $200 → $200.00
personal_care = $100 → $100.00
household_supplies = $150 → $150.00

total_variable = groceries + gas + utilities + dining_out + entertainment + personal_care + household_supplies → $1,950.00

Savings Goals #

emergency_fund_contribution = $500 → $500.00
retirement_401k = $600 → $600.00
vacation_fund = $200 → $200.00

total_savings = emergency_fund_contribution + retirement_401k + vacation_fund → $1,300.00

Summary #

total_expenses = total_fixed + total_variable → $5,425.00
total_outflow = total_expenses + total_savings → $6,725.00
remaining = net_income - total_outflow → $1,388.95

After taxes, the household brings home $8,113.95 per month. Fixed and variable expenses total $5,425.00, plus $1,300.00 in savings, leaving $1,388.95 unallocated.

Budget Health Check #

Calculate percentages of net income:

savings_rate = total_savings / net_income * 100 → $16.02
fixed_pct = total_fixed / net_income * 100 → $42.83
variable_pct = total_variable / net_income * 100 → $24.03

The 50/30/20 Rule Check #

With a savings rate of $16.02, let’s see how spending breaks down against the 50/30/20 guideline:

needs = total_fixed + groceries + gas + utilities → $4,675.00
wants = dining_out + entertainment + personal_care + streaming → $645.00
savings_check = total_savings → $1,300.00

needs_pct = needs / net_income * 100 → $57.62
wants_pct = wants / net_income * 100 → $7.95
savings_pct = savings_check / net_income * 100 → $16.02

Annual Projections #

annual_net = net_income * 12 → $97.37K
annual_savings = total_savings * 12 → $15.6K
annual_fixed = total_fixed * 12 → $41.7K
annual_variable = total_variable * 12 → $23.4K

Emergency Fund Status #

Current emergency fund balance:

current_emergency = $8500 → $8,500.00
monthly_expenses = total_fixed + total_variable → $5,425.00
months_runway = current_emergency / monthly_expenses → $1.57
target_months = 6 → 6
target_fund = monthly_expenses * target_months → $32.55K
shortfall = target_fund - current_emergency → $24.05K
months_to_goal = shortfall / emergency_fund_contribution → $48.10

The current $8,500.00 covers $1.57 months of expenses. The target is $32.55K (6 months). At $500.00/month, the gap closes in $48.10 months.

Daily Discretionary #

Per-day discretionary spending as a rate:

daily_dining = $300/month per day → 10 $/day
daily_entertainment = $200/month per day → 6.666667 $/day
daily_discretionary = $500/month per day → 16.666667 $/day