{
  "billing_model": "one_time_per_tax_year",
  "currencies": [
    "GBP",
    "USD",
    "EUR"
  ],
  "plans": [
    {
      "id": "starter",
      "name": "Starter",
      "prices": {
        "GBP": 35,
        "USD": 39,
        "EUR": 35
      },
      "transaction_limit": 100,
      "description": "For a simple return with light crypto activity.",
      "features": [
        "Unlimited exchange connections",
        "Full tax engine",
        "FIFO / LIFO / HIFO / Share Pooling",
        "Tax report + CSV export"
      ]
    },
    {
      "id": "standard",
      "name": "Standard",
      "prices": {
        "GBP": 65,
        "USD": 79,
        "EUR": 75
      },
      "transaction_limit": 1000,
      "description": "For investors getting started with one or two exchanges.",
      "features": [
        "Unlimited exchange connections",
        "Full tax engine for US, UK, Germany, France, Australia & Poland",
        "FIFO / LIFO / HIFO / Share Pooling",
        "CSV export",
        "Email support (< 24h)"
      ]
    },
    {
      "id": "pro_lite",
      "name": "Pro Lite",
      "prices": {
        "GBP": 99,
        "USD": 119,
        "EUR": 109
      },
      "transaction_limit": 3000,
      "description": "For active investors with a few thousand transactions.",
      "features": [
        "Everything in Standard",
        "All tax report formats",
        "Multi-year carry-overs",
        "Priority email support"
      ]
    },
    {
      "id": "trader",
      "name": "Trader",
      "prices": {
        "GBP": 129,
        "USD": 159,
        "EUR": 149
      },
      "transaction_limit": 5000,
      "description": "For frequent traders and moderate DeFi activity.",
      "featured": true,
      "features": [
        "Everything in Pro Lite",
        "DeFi and staking reports",
        "PDF forms, CSV appendix and CPA handover",
        "Priority email support"
      ]
    },
    {
      "id": "pro",
      "name": "Pro",
      "prices": {
        "GBP": 159,
        "USD": 199,
        "EUR": 189
      },
      "transaction_limit": 10000,
      "description": "For high-volume traders and heavy DeFi activity.",
      "features": [
        "Everything in Trader",
        "Tax-loss harvesting ideas",
        "Multi-year reports & carry-overs",
        "PDF forms, CSV appendix and CPA handover",
        "Priority email support"
      ]
    }
  ],
  "concierge": {
    "name": "Concierge Rescue",
    "from_prices": {
      "GBP": 499,
      "USD": 499,
      "EUR": 499
    },
    "billing_model": "one_off_fixed_quote",
    "url": "/crypto-tax-rescue",
    "description": "Done-for-you reconciliation after a free diagnostic scan.",
    "features": [
      "Free diagnostic scan & fixed quote",
      "Priced by file complexity",
      "Everything in Pro included",
      "We connect all APIs & wallets",
      "We import & reconcile CSVs",
      "Missing cost basis & errors fixed",
      "Dedicated analyst",
      "Same-day support (< 4h)"
    ]
  },
  "notes": [
    "Importing, searching, organising and categorising transactions is free.",
    "Tax reports, including tax figures and filing forms, require a tax-year purchase.",
    "Each retail purchase unlocks one jurisdiction and one tax year.",
    "Retail plans do not renew automatically.",
    "Spam and dust airdrops are excluded from transaction counts.",
    "Concierge is a separately quoted service, not an in-app retail plan."
  ]
}
