Financial Calculators

Use your iPhone.

This page is

Under Construction…

 

# Create a ready-to-paste HTML file for Squarespace with the full calculator suite. # The file includes: # - Province selector, email & print, theme toggle # - Tabs: RRSP Growth to 65, CPP 60/65/70, RRIF Minimums (with config/tooltip), RRSP Tax Savings, Income Tax Rate (with ON surtax & QC abatement + breakdown), # HBP Repayment, TFSA Room, Insurance Needs, Mortgage Payment, Compound Interest, Debt Payoff, Retirement Goal # - Config loader with placeholder URL 'YOUR_JSON_URL_HERE' (user replaces with Squarespace asset URL) # - Rules badge that turns amber if browser year > rulesYear # - Clean, compact CSS to keep the file reasonably sized html = r"""
Advisor‑Centric Calculators • Canada

RRSP Growth to 65

Projected value @65
Total contributions
Total growth
© Maritime Wealth Management — Educational estimates only. • Rules: 2025
""" with open('/mnt/data/mw-calculators-squarespace.html', 'w', encoding='utf-8') as f: f.write(html) html[:500]