Job Offer Comparison — Full Document
Job Offer Comparison #
Comparing two job offers with different compensation structures. Converting everything to effective monthly take-home pay.
Offer A: Big Tech Company #
Higher base, standard equity, signing bonus.
base_salary_a = 180000 → 180K
signing_bonus_a = 30000 → 30K
annual_bonus_pct_a = 0.15 → 0.15
annual_bonus_a = base_salary_a * annual_bonus_pct_a → 27KStock grant (RSUs with 4-year vest, 1-year cliff):
stock_grant_a = 200000 → 200K
vest_years_a = 4 → 4
annual_stock_a = stock_grant_a / vest_years_a → 50KTotal annual compensation:
annual_comp_a = base_salary_a + annual_bonus_a + annual_stock_a → 257KOffer B: Growth Startup #
Lower base, larger equity, no signing bonus.
base_salary_b = 150000 → 150K
signing_bonus_b = 0 → 0
annual_bonus_pct_b = 0.10 → 0.1
annual_bonus_b = base_salary_b * annual_bonus_pct_b → 15KStock options (4-year vest, 1-year cliff, strike price discount):
option_value_b = 400000 → 400K
expected_appreciation_b = 0.50 → 0.5
effective_stock_value_b = option_value_b * expected_appreciation_b → 200K
vest_years_b = 4 → 4
annual_stock_b = effective_stock_value_b / vest_years_b → 50KTotal annual compensation:
annual_comp_b = base_salary_b + annual_bonus_b + annual_stock_b → 215KTax Estimation #
Using simplified marginal rates:
federal_rate = 0.32 → 0.32
state_rate = 0.093 → 0.093
fica_rate = 0.0765 → 0.0765
total_tax_rate = federal_rate + state_rate + fica_rate → 0.4895Note: Stock comp has different tax treatment, simplified here.
after_tax_a = annual_comp_a * (1 - total_tax_rate) → 131.2K
after_tax_b = annual_comp_b * (1 - total_tax_rate) → 109.76KMonthly Take-Home #
monthly_a = after_tax_a / 12 → 10.93K
monthly_b = after_tax_b / 12 → 9.15K
monthly_difference = monthly_a - monthly_b → 1.79KFirst Year Analysis #
Year 1 includes signing bonus (Offer A only):
year1_gross_a = annual_comp_a + signing_bonus_a → 287K
year1_gross_b = annual_comp_b + signing_bonus_b → 215K
year1_net_a = year1_gross_a * (1 - total_tax_rate) → 146.51K
year1_net_b = year1_gross_b * (1 - total_tax_rate) → 109.76K
year1_monthly_a = year1_net_a / 12 → 12.21K
year1_monthly_b = year1_net_b / 12 → 9.15KFour Year Total #
Total comp over the full vesting period:
four_year_a = annual_comp_a * 4 + signing_bonus_a → 1.06M
four_year_b = annual_comp_b * 4 + signing_bonus_b → 860K
four_year_net_a = four_year_a * (1 - total_tax_rate) → 540.11K
four_year_net_b = four_year_b * (1 - total_tax_rate) → 439.03KRisk-Adjusted Value #
Startup equity is riskier. Apply discount factor:
startup_risk_discount = 0.40 → 0.4
risk_adjusted_stock_b = annual_stock_b * (1 - startup_risk_discount) → 30K
risk_adjusted_annual_b = base_salary_b + annual_bonus_b + risk_adjusted_stock_b → 195K
risk_adjusted_monthly_b = risk_adjusted_annual_b * (1 - total_tax_rate) / 12 → 8.3KBenefits Comparison #
Annual value of benefits (estimated):
benefits_a = 15000 → 15K
benefits_b = 8000 → 8K
total_value_a = annual_comp_a + benefits_a → 272K
total_value_b = annual_comp_b + benefits_b → 223KSummary Metrics #
cash_comp_a = base_salary_a + annual_bonus_a → 207K
cash_comp_b = base_salary_b + annual_bonus_b → 165K
equity_pct_a = annual_stock_a / annual_comp_a * 100 → 19.455253
equity_pct_b = annual_stock_b / annual_comp_b * 100 → 23.255814Decision Factors #
Monthly difference (A vs B):
monthly_advantage_a = monthly_a - monthly_b → 1.79K
annual_advantage_a = monthly_advantage_a * 12 → 21.44KBreak-even stock appreciation for Offer B to match A:
comp_gap = annual_comp_a - (base_salary_b + annual_bonus_b) → 92K
required_annual_stock = comp_gap → 92K
required_total_stock = required_annual_stock * vest_years_b → 368K
required_appreciation = required_total_stock / option_value_b → 0.92Bottom Line #
Offer A pays 1.79K more per month (21.44K/year). Over 4 years after tax, A nets 540.11K vs B’s 439.03K. But if the startup stock appreciates 0.92 or more, Offer B wins.