Pricing API JSON

{
  "lastUpdated": "2026-02-26",
  "currency": "CAD",
  "note": "All prices are starting rates. Final pricing based on complexity and scope.",
  "services": [
    {
      "id": "tax-planning",
      "name": "Tax Planning & Preparation",
      "tiers": [
        {
          "name": "Personal Tax Return",
          "startingAt": 199,
          "frequency": "per return",
          "includes": ["T1 filing", "Basic optimization", "CRA correspondence"]
        },
        {
          "name": "Corporate Tax",
          "startingAt": 500,
          "frequency": "per year",
          "includes": ["T2 filing", "Tax planning", "Year-end optimization"]
        },
        {
          "name": "Tax Strategy Engagement",
          "startingAt": 2500,
          "frequency": "per engagement",
          "includes": ["Comprehensive tax planning", "Multi-year strategy", "Implementation support"]
        }
      ]
    },
    {
      "id": "bookkeeping",
      "name": "Bookkeeping",
      "tiers": [
        {
          "name": "Basic",
          "startingAt": 499,
          "frequency": "per month",
          "includes": ["Monthly reconciliation", "Up to 50 transactions", "Basic reporting"]
        },
        {
          "name": "Standard",
          "startingAt": 999,
          "frequency": "per month",
          "includes": ["Monthly reconciliation", "Up to 200 transactions", "Financial statements", "Expense tracking"]
        },
        {
          "name": "Premium",
          "startingAt": 1999,
          "frequency": "per month",
          "includes": ["Unlimited transactions", "Weekly reconciliation", "Custom reporting", "Dedicated bookkeeper"]
        }
      ]
    },
    {
      "id": "fractional-cfo",
      "name": "Fractional CFO Services",
      "tiers": [
        {
          "name": "Starter",
          "startingAt": 2500,
          "frequency": "per month",
          "includes": ["Monthly financial review", "Budget planning", "Basic forecasting", "4-8 hours/month"]
        },
        {
          "name": "Growth",
          "startingAt": 5000,
          "frequency": "per month",
          "includes": ["Weekly check-ins", "Strategic planning", "Advanced forecasting", "Board reporting", "12-20 hours/month"]
        },
        {
          "name": "Enterprise",
          "startingAt": "custom",
          "frequency": "per month",
          "includes": ["Full CFO services", "Team leadership", "M&A support", "Fundraising support", "20+ hours/month"]
        }
      ]
    },
    {
      "id": "assurance",
      "name": "Assurance & Audit",
      "tiers": [
        {
          "name": "Compilation",
          "startingAt": 2000,
          "frequency": "per engagement",
          "includes": ["Financial statement preparation", "No assurance provided", "Basic review"]
        },
        {
          "name": "Review Engagement",
          "startingAt": 5000,
          "frequency": "per engagement",
          "includes": ["Limited assurance", "Analytical procedures", "Inquiry-based review"]
        },
        {
          "name": "Audit",
          "startingAt": 10000,
          "frequency": "per engagement",
          "includes": ["Full audit opinion", "Testing and verification", "Compliance review", "Detailed reporting"]
        }
      ]
    },
    {
      "id": "cra-representation",
      "name": "CRA Representation",
      "tiers": [
        {
          "name": "Assessment Review",
          "startingAt": 500,
          "frequency": "per engagement",
          "includes": ["Notice review", "Response preparation", "Basic correspondence"]
        },
        {
          "name": "Voluntary Disclosure Program",
          "startingAt": 2500,
          "frequency": "per engagement",
          "includes": ["VDP application", "Historical filing", "Penalty negotiation"]
        },
        {
          "name": "Full Representation",
          "startingAt": 5000,
          "frequency": "per engagement",
          "includes": ["Audit defense", "Appeals", "Ongoing representation", "Complex negotiations"]
        }
      ]
    },
    {
      "id": "ai-advisory",
      "name": "AI Advisory & Governance",
      "tiers": [
        {
          "name": "AI Readiness Assessment",
          "startingAt": "free",
          "frequency": "one-time",
          "includes": ["30-minute consultation", "Basic assessment", "Recommendations report"]
        },
        {
          "name": "AI Implementation",
          "startingAt": 5000,
          "frequency": "per project",
          "includes": ["Full needs analysis", "Tool selection", "Implementation plan", "Training"]
        },
        {
          "name": "Ongoing AI Advisory",
          "startingAt": 2500,
          "frequency": "per month",
          "includes": ["Monthly strategy sessions", "Governance framework", "Compliance monitoring", "Continuous optimization"]
        }
      ]
    }
  ]
}