Skip to content
LiveInPH

Tool

Can you afford to retire in the Philippines?

Five inputs in your home currency. Output: years of runway, monthly headroom, the right SRRV tier for your age and pension, and red flags if savings run out before age 85.

How much have you saved, and what's coming in monthly?

Pick the currency you actually receive. Conversion uses BSP rates from 2026-07-10.

Methodology, formula + sources

How this is calculated

Your income and savings are converted to pesos at the current BSP reference rate. Monthly expenses come from the Cebu cost model at your lifestyle tier (rent and transport scaled by city, plus a healthcare line and per-child schooling). Headroom is income minus expense in both the best and worst case; runway is how many years savings last once headroom turns negative.

Formula

incomePhp  = monthlyIncome × FX[code→PHP]      (USD: × 61.583)
savingsPhp = savings × FX[code→PHP]
expense[lo,hi] = lifestylePreset × cityMultiplier + healthcare + schooling·kids
headroomLow  = incomePhp − expenseHigh
headroomHigh = incomePhp − expenseLow
runway:
  headroomLow ≥ 0 and headroomHigh ≥ 0  → indefinite
  savingsPhp ≤ 0                         → immediate
  else yearsLow  = ⌊ savingsPhp / max(0,−headroomLow)  / 12 ⌋
       yearsHigh = ⌊ savingsPhp / max(0,−headroomHigh) / 12 ⌋

Constants + data sources (each dated)

Value used Source As of
USD → PHP: ₱61.583 BSP Reference Exchange Rate Bulletin, 10 July 2026 (LSEG NY close 09 July 2026) 2026-07-10
EUR / GBP / AUD / CAD → PHP: ₱70.4017 · ₱82.5766 · ₱42.7201 · ₱43.4632 BSP Reference Exchange Rate Bulletin, 10 July 2026 (LSEG NY close 09 July 2026) 2026-07-10
Cebu expense model: lifestyle-tier ranges from the cost calculator See the Cost Calculator methodology 2026-05

Worked example (reproduce this by hand)

USD $2,000/mo pension, $90,000 savings, comfortable Cebu (≈ ₱70,000/mo worst-case expense from the cost model).

  1. incomePhp = 2,000 × 61.583 = ₱123,166/mo
  2. savingsPhp = 90,000 × 61.583 = ₱5,542,470
  3. headroomLow = 123,166 − 70,000 = +₱53,166/mo
  4. headroom ≥ 0 in both cases → runway = indefinite

→ Income covers worst-case expense; savings buffer stays intact → indefinite runway.

Assumptions

  • FX is a single BSP reference-rate snapshot, not a hedged or averaged rate — real transfer rates vary by provider.
  • Expense tiers are the cost-calculator ranges; healthcare and schooling are tier presets, not quotes.

Known limits — what this does not model

  • Does not model inflation drift, pension COLA, investment return on savings, or PHP/USD movement over the runway horizon.
  • Visa deposit is surfaced from the visa ranker but not subtracted from runway savings.
Last verified May 2026 · Next review Jun 2026 (monthly FX re-verify) · Full methodology + sources