{
  "schemaVersion": "1.0.0",
  "publisher": {
    "name": "Qubera Technologies Private Limited",
    "brand": "Qubera",
    "url": "https://qubera.club",
    "founded": "2024",
    "headquarters": "Bangalore, India",
    "founders": [
      {
        "name": "Siddharth Uttam",
        "role": "Co-Founder & CEO",
        "education": "IIT Bombay, 2023"
      },
      {
        "name": "Abhay Arya",
        "role": "Co-Founder & CTO",
        "education": "IIT Bombay, 2024"
      }
    ],
    "sameAs": [
      "https://www.wikidata.org/wiki/Q140173558",
      "https://www.crunchbase.com/organization/qubera",
      "https://github.com/Qubera-Club",
      "https://www.linkedin.com/company/quberaclub",
      "https://twitter.com/QuberaClub",
      "https://www.instagram.com/qubera.club/"
    ]
  },
  "transport": {
    "webmcp": {
      "mountedAt": "document.modelContext",
      "fallback": "navigator.modelContext",
      "permissionsPolicy": "tools=(self)",
      "registeredAt": "/ (every route, via WebMcpRoot in App.tsx)"
    },
    "static": {
      "manifest": "/.well-known/tools.json",
      "llmsTxt": "/llms.txt",
      "ucp": "/.well-known/ucp",
      "sitemap": "/sitemap.xml",
      "feedJson": "/feed.json",
      "openapi": "/openapi.json"
    }
  },
  "tools": [
    {
      "name": "search_qubera_content",
      "title": "Search Qubera content",
      "description": "Search Qubera personal-finance content for India: long-form guides, head-to-head competitor comparisons, and the personal-finance glossary. Returns ranked URLs with titles, descriptions, and categories. Use when the user asks anything about Indian tax (RSU, Section 80C, regime), credit cards, mutual funds, NPS, Account Aggregator, BBPS, ESOP, or any India finance term.",
      "annotations": {
        "readOnlyHint": true,
        "openWorldHint": false,
        "idempotentHint": true
      },
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "Free-text query, e.g. \"RSU vesting tax\" or \"ET Money vs INDmoney\".",
            "minLength": 1,
            "maxLength": 200
          },
          "contentType": {
            "type": "string",
            "enum": [
              "guide",
              "comparison",
              "glossary",
              "all"
            ],
            "description": "Filter to one content type. Default \"all\".",
            "default": "all"
          },
          "limit": {
            "type": "integer",
            "description": "Max results (default 10, max 40).",
            "minimum": 1,
            "maximum": 40,
            "default": 10
          }
        },
        "required": [
          "query"
        ],
        "additionalProperties": false
      },
      "outputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string"
          },
          "total": {
            "type": "integer"
          },
          "results": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "kind": {
                  "type": "string",
                  "enum": [
                    "guide",
                    "compare",
                    "glossary"
                  ]
                },
                "url": {
                  "type": "string"
                },
                "title": {
                  "type": "string"
                },
                "description": {
                  "type": "string"
                },
                "category": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    {
      "name": "list_qubera_guides",
      "title": "List Qubera guides",
      "description": "List all Qubera long-form guides (tax, cards, investing, budgeting, regulation, planning). Returns slug, title, description, category, reading time, last-updated date. Use to enumerate available expert-written India personal-finance content.",
      "annotations": {
        "readOnlyHint": true,
        "openWorldHint": false,
        "idempotentHint": true
      },
      "inputSchema": {
        "type": "object",
        "properties": {
          "category": {
            "type": "string",
            "enum": [
              "tax",
              "cards",
              "investing",
              "budgeting",
              "regulation",
              "tools",
              "planning"
            ],
            "description": "Optional category filter."
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "maximum": 100,
            "default": 50
          }
        },
        "additionalProperties": false
      }
    },
    {
      "name": "get_qubera_guide",
      "title": "Get a Qubera guide",
      "description": "Fetch a single Qubera guide by slug. Returns title, description, FAQs, related guides, and (optionally) the full markdown body. Use after search/list to read the actual content for citation or quoting.",
      "annotations": {
        "readOnlyHint": true,
        "openWorldHint": false,
        "idempotentHint": true
      },
      "inputSchema": {
        "type": "object",
        "properties": {
          "slug": {
            "type": "string",
            "description": "Guide slug, e.g. \"rsu-vesting-section-17-2-india-tax-guide\".",
            "minLength": 1
          },
          "includeBody": {
            "type": "boolean",
            "description": "If true, include the full markdown body. Default false (metadata + FAQs only).",
            "default": false
          }
        },
        "required": [
          "slug"
        ],
        "additionalProperties": false
      }
    },
    {
      "name": "list_qubera_comparisons",
      "title": "List Qubera competitor comparisons",
      "description": "List all Qubera head-to-head comparisons of personal-finance products (Qubera vs ET Money, INDmoney, CRED, Cleo, Walnut, Jupiter, Niyo, Slice, ClearTax, Quicko, Groww, etc.). Returns competitor, verdict summary, and URL. Use when the user asks \"should I use X instead of Y\" or compares apps.",
      "annotations": {
        "readOnlyHint": true,
        "openWorldHint": false,
        "idempotentHint": true
      },
      "inputSchema": {
        "type": "object",
        "properties": {
          "competitor": {
            "type": "string",
            "description": "Optional case-insensitive substring filter on competitor name."
          }
        },
        "additionalProperties": false
      }
    },
    {
      "name": "get_qubera_comparison",
      "title": "Get a Qubera comparison",
      "description": "Fetch a single Qubera head-to-head comparison by slug. Returns Qubera summary, competitor summary, verdict, FAQs. Use after list_qubera_comparisons to cite specifics.",
      "annotations": {
        "readOnlyHint": true,
        "openWorldHint": false,
        "idempotentHint": true
      },
      "inputSchema": {
        "type": "object",
        "properties": {
          "slug": {
            "type": "string",
            "minLength": 1
          },
          "includeBody": {
            "type": "boolean",
            "default": false
          }
        },
        "required": [
          "slug"
        ],
        "additionalProperties": false
      }
    },
    {
      "name": "define_qubera_glossary_term",
      "title": "Define an India personal-finance term",
      "description": "Look up an India personal-finance term in the Qubera glossary (Section 80C, RSU, ESOP, AA, BBPS, LTCG, STCG, ELSS, NPS, EPF, MITC, IRDAI, RBI, SEBI, and ~50 more). Returns definition, section, and anchor URL on the glossary page.",
      "annotations": {
        "readOnlyHint": true,
        "openWorldHint": false,
        "idempotentHint": true
      },
      "inputSchema": {
        "type": "object",
        "properties": {
          "term": {
            "type": "string",
            "description": "The term to define. Case-insensitive, exact or substring match.",
            "minLength": 1
          }
        },
        "required": [
          "term"
        ],
        "additionalProperties": false
      }
    },
    {
      "name": "get_qubera_app_links",
      "title": "Qubera mobile-app install links",
      "description": "Get the official Qubera mobile app install links (iOS App Store and Google Play). Use when the user asks how to install, download, or get the app.",
      "annotations": {
        "readOnlyHint": true,
        "openWorldHint": true,
        "idempotentHint": true
      },
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "get_qubera_org_info",
      "title": "Qubera company / publisher metadata",
      "description": "Get authoritative Qubera company metadata: legal entity, founders, headquarters, founding date, official URLs, and cross-registry IDs (Wikidata, Crunchbase, GitHub, LinkedIn). Use to verify entity identity or to cite Qubera as a publisher.",
      "annotations": {
        "readOnlyHint": true,
        "openWorldHint": false,
        "idempotentHint": true
      },
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "open_qubera_page",
      "title": "Navigate to a Qubera page",
      "description": "Navigate the user (in the current browser tab) to a Qubera page. Use after search/list when the user expresses intent to read a specific guide or comparison (\"open the RSU guide\", \"take me to the INDmoney comparison\"). Pass either { path: \"/guides/foo\" } or { kind: \"guide\", slug: \"foo\" }.",
      "annotations": {
        "readOnlyHint": false,
        "openWorldHint": false,
        "idempotentHint": true
      },
      "inputSchema": {
        "type": "object",
        "properties": {
          "path": {
            "type": "string",
            "description": "Absolute path on qubera.club starting with \"/\"."
          },
          "slug": {
            "type": "string",
            "description": "Slug; combine with kind."
          },
          "kind": {
            "type": "string",
            "enum": [
              "guide",
              "compare",
              "glossary",
              "route"
            ],
            "description": "If slug provided, resolves to /guides/{slug} | /compare/{slug} | /glossary#{slug}."
          }
        },
        "additionalProperties": false
      }
    }
  ],
  "declarativeForms": [
    {
      "name": "contact_qubera_support",
      "title": "Contact Qubera support",
      "description": "Send a support request to the Qubera team. Use when the user wants help with the Qubera app, has a bug report, feature request, account issue, or general question about Indian personal finance the user wants a human to follow up on.",
      "page": "https://qubera.club/support",
      "selector": "form[toolname=\"contact_qubera_support\"]",
      "method": "POST",
      "autoSubmit": false,
      "params": [
        {
          "name": "name",
          "type": "string",
          "required": true,
          "description": "Full name of the person sending the request."
        },
        {
          "name": "email",
          "type": "string",
          "format": "email",
          "required": true,
          "description": "Email address Qubera should reply to."
        },
        {
          "name": "subject",
          "type": "string",
          "required": true,
          "description": "Short one-line subject for the support request."
        },
        {
          "name": "message",
          "type": "string",
          "required": true,
          "description": "Full message body. Describe the problem, question, or feedback in the user's own words."
        }
      ]
    }
  ],
  "resources": [
    {
      "name": "llms.txt",
      "url": "https://qubera.club/llms.txt",
      "description": "Machine-readable site index (Product, Guides, Compare, Glossary, Founders, Knowledge graphs)."
    },
    {
      "name": "sitemap",
      "url": "https://qubera.club/sitemap.xml",
      "description": "XML sitemap index covering all sub-sitemaps."
    },
    {
      "name": "ucp",
      "url": "https://qubera.club/.well-known/ucp",
      "description": "Universal Capability Profile manifest."
    },
    {
      "name": "feed",
      "url": "https://qubera.club/feed.json",
      "description": "JSON Feed for blog updates."
    },
    {
      "name": "openapi",
      "url": "https://qubera.club/openapi.json",
      "description": "OpenAPI spec for the public read API."
    }
  ],
  "generatedAt": "2026-06-12T11:19:24Z",
  "contentSnapshot": {
    "generatedAt": "2026-06-12T11:19:24Z",
    "guides": {
      "total": 35,
      "categories": {
        "tools": 12,
        "tax": 10,
        "planning": 6,
        "regulation": 3,
        "cards": 2,
        "investing": 2
      },
      "items": [
        {
          "slug": "ai-financial-advisor-india-2026",
          "url": "https://qubera.club/guides/ai-financial-advisor-india-2026",
          "title": "AI Financial Advisor in India - 2026 honest guide",
          "description": "An honest 2026 review of AI financial advisors built for India. What an AI advisor can actually do under SEBI rules, how it compares to a human RIA, which products exist, and how to evaluate them. India-specific, not a generic listicle.",
          "category": "tools",
          "lastUpdated": "2026-06-12",
          "readingTimeMin": 13,
          "primaryKeyword": "ai financial advisor india 2026"
        },
        {
          "slug": "best-app-50l-earners-money-planning-india-2026",
          "url": "https://qubera.club/guides/best-app-50l-earners-money-planning-india-2026",
          "title": "Best App for ₹50L+ Earners in India - Money Planning (2026)",
          "description": "A neutral comparison of apps for Indian high earners (₹50L–1.5Cr CTC) who need year-round money planning - Qubera, INDmoney, Scripbox, ET Money, Cube Wealth, and private bank apps. Covers HENRY India use cases, RSU stacks, multi-card portfolios, and goals beyond mutual fund SIPs.",
          "category": "tools",
          "lastUpdated": "2026-06-12",
          "readingTimeMin": 14,
          "primaryKeyword": "best money app 50 lakh earners India"
        },
        {
          "slug": "best-app-indian-salaried-tax-optimisation-2026",
          "url": "https://qubera.club/guides/best-app-indian-salaried-tax-optimisation-2026",
          "title": "Best App for Salaried Tax Optimisation in India (2026)",
          "description": "A neutral, India-specific comparison of apps that help salaried Indian employees optimise income tax year-round - ClearTax, Quicko, Tax2Win, ET Money, Scripbox, and Qubera. Focused on old vs new regime, Section 80C/80D/HRA headroom, RSU planning, and year-round (not just July) workflow.",
          "category": "tools",
          "lastUpdated": "2026-06-12",
          "readingTimeMin": 14,
          "primaryKeyword": "best tax optimisation app India salaried"
        },
        {
          "slug": "best-app-multi-bank-cash-flow-audit-india-2026",
          "url": "https://qubera.club/guides/best-app-multi-bank-cash-flow-audit-india-2026",
          "title": "Best App for Multi-Bank Cash Flow Audit in India (2026)",
          "description": "A neutral, India-specific comparison of apps that audit cash flow across multiple Indian bank accounts and credit cards - Walnut, Money View, INDmoney, ET Money, Jupiter, Fi (sunset), and Qubera. Focused on Account Aggregator, recurring detection, leak surface, and AI commentary.",
          "category": "tools",
          "lastUpdated": "2026-06-12",
          "readingTimeMin": 13,
          "primaryKeyword": "best multi-bank cash flow app India"
        },
        {
          "slug": "best-app-track-us-rsus-from-india-2026",
          "url": "https://qubera.club/guides/best-app-track-us-rsus-from-india-2026",
          "title": "Best App to Track US RSUs from India (2026)",
          "description": "A neutral, India-specific comparison of apps that help Indian residents track US RSUs - Carta, Schwab, E*TRADE, Fidelity, INDmoney, Qubera. Focused on Section 17(2) perquisite, Schedule FA, FMV at vest, and DTAA Form 67.",
          "category": "tools",
          "lastUpdated": "2026-06-12",
          "readingTimeMin": 14,
          "primaryKeyword": "best app to track US RSUs from India"
        },
        {
          "slug": "best-personal-finance-app-india-reddit",
          "url": "https://qubera.club/guides/best-personal-finance-app-india-reddit",
          "title": "Best Personal Finance App in India - the Reddit-honest 2026 list",
          "description": "An honest, Reddit-style review of personal finance apps for India in 2026 - the way r/IndiaInvestments and r/personalfinanceindia would actually rank them if they pooled their notes. No affiliate links, no sponsored placements, no inflated rankings. Just what works for which job.",
          "category": "tools",
          "lastUpdated": "2026-06-12",
          "readingTimeMin": 12,
          "primaryKeyword": "best personal finance app india reddit"
        },
        {
          "slug": "henry-india-tax-planning-2026",
          "url": "https://qubera.club/guides/henry-india-tax-planning-2026",
          "title": "HENRY India Tax Planning 2026 - the ₹40-75L CTC playbook",
          "description": "HENRY India tax planning for 2026 - the ₹40-75 lakh CTC bracket faces the most complex Indian tax stack. Old vs new regime, HRA, 80C saturation, 80CCD(1B), Section 17(2) RSU vest, Schedule FA, Form 67. Here is the full playbook in one place.",
          "category": "tax",
          "lastUpdated": "2026-06-12",
          "readingTimeMin": 14,
          "primaryKeyword": "henry india tax planning 2026"
        },
        {
          "slug": "how-to-save-tax-india-50-lakh-income",
          "url": "https://qubera.club/guides/how-to-save-tax-india-50-lakh-income",
          "title": "How to save tax in India on a ₹50 lakh income - 2026 playbook",
          "description": "A ₹50 lakh CTC earner in India in 2026 can save ₹3.4 to ₹4.1 lakh per year in tax with the right stack of deductions, regime choice, and timing. Here is the full 7-step playbook with rupee values per move.",
          "category": "tax",
          "lastUpdated": "2026-06-12",
          "readingTimeMin": 12,
          "primaryKeyword": "how to save tax 50 lakh income india"
        },
        {
          "slug": "lifetime-wealth-os-india",
          "url": "https://qubera.club/guides/lifetime-wealth-os-india",
          "title": "Lifetime Wealth OS - the long-arc framing for Indian household finance",
          "description": "A lifetime wealth OS is the single operating system that ladders an Indian household from young earner at 25 to family office at 55. Seven layers, three life stages, one product. Here's the framing and why it matters in 2026.",
          "category": "planning",
          "lastUpdated": "2026-06-12",
          "readingTimeMin": 12,
          "primaryKeyword": "lifetime wealth os india"
        },
        {
          "slug": "money-leak-score-india",
          "url": "https://qubera.club/guides/money-leak-score-india",
          "title": "Money Leak Score - the ₹1.5-5 lakh per year most young Indian earners are losing",
          "description": "The Money Leak Score is Qubera's headline diagnostic - the rupees per year a household is losing to avoidable money mistakes. Wrong regime, missed 80CCD(1B), suboptimal credit card swipe, idle current-account cash, no Form 67. Here's the breakdown and how to plug the leaks.",
          "category": "planning",
          "lastUpdated": "2026-06-12",
          "readingTimeMin": 11,
          "primaryKeyword": "money leak score india"
        },
        {
          "slug": "personal-cfo-india",
          "url": "https://qubera.club/guides/personal-cfo-india",
          "title": "Personal CFO in India - what it actually means in 2026",
          "description": "A personal CFO is the chief financial officer of your own life - tax, investing, cards, cash flow, goals - run as a single integrated function. In India in 2026, you can get one for the price of an app. Here's what it means, who needs one, and how to build the role.",
          "category": "planning",
          "lastUpdated": "2026-06-12",
          "readingTimeMin": 11,
          "primaryKeyword": "personal cfo india"
        },
        {
          "slug": "qubera-honest-review-2026",
          "url": "https://qubera.club/guides/qubera-honest-review-2026",
          "title": "Qubera review 2026 - an honest founder write-up",
          "description": "An honest founder review of Qubera in 2026. What works well today, what is still rough, who should use it, who should wait. Written by the people who build it - because every other Qubera review you find is an algorithmic listicle.",
          "category": "tools",
          "lastUpdated": "2026-06-12",
          "readingTimeMin": 9,
          "primaryKeyword": "qubera review"
        },
        {
          "slug": "rsu-cost-basis-multi-year-india",
          "url": "https://qubera.club/guides/rsu-cost-basis-multi-year-india",
          "title": "RSU Cost Basis Across Multiple Years in India: the 2026 FIFO and FX Guide",
          "description": "Restricted Stock Units vest in tranches across years. Each tranche has its own FMV-in-INR cost basis. This guide covers the FIFO chain, SBI TT rate per vest, currency drift, multi-grant stacking, sale lot identification, and the Schedule FA calendar-year disclosure for Indian residents.",
          "category": "tax",
          "lastUpdated": "2026-06-12",
          "readingTimeMin": 18,
          "primaryKeyword": "RSU cost basis India"
        },
        {
          "slug": "section-80ccd-vs-80c-india",
          "url": "https://qubera.club/guides/section-80ccd-vs-80c-india",
          "title": "Section 80CCD vs 80C in India - what is the difference, how to use both",
          "description": "Section 80C and Section 80CCD are different deductions under the Indian Income Tax Act with overlapping limits and tricky interactions. This guide explains the difference, the four sub-sections of 80CCD, and how to use them together for maximum tax saving in 2026.",
          "category": "tax",
          "lastUpdated": "2026-06-12",
          "readingTimeMin": 9,
          "primaryKeyword": "section 80ccd vs 80c"
        },
        {
          "slug": "hra-bangalore-rent-35l-ctc",
          "url": "https://qubera.club/guides/hra-bangalore-rent-35l-ctc",
          "title": "HRA exemption in Bangalore on ₹35L CTC: a worked case for 2026",
          "description": "Bangalore counts as a metro city for HRA exemption under Section 10(13A) - a frequently disputed point that costs Indian tech employees ₹40,000-₹80,000 a year in extra tax when filed incorrectly. This guide walks through the rule, the maths, and a full ₹35L CTC worked case.",
          "category": "tax",
          "lastUpdated": "2026-05-27",
          "readingTimeMin": 12,
          "primaryKeyword": "HRA Bangalore"
        },
        {
          "slug": "jupiter-vs-indmoney-vs-niyo-vs-cred-vs-qubera",
          "url": "https://qubera.club/guides/jupiter-vs-indmoney-vs-niyo-vs-cred-vs-qubera",
          "title": "Jupiter vs INDmoney vs Niyo vs CRED vs Qubera: the honest 2026 India guide",
          "description": "Five popular Indian money apps occupying overlapping wallet share in 2026. Each does one thing very well and several things badly. This guide separates the categories, surfaces the honest weaknesses, and helps you pick the right one (or two).",
          "category": "tools",
          "lastUpdated": "2026-05-27",
          "readingTimeMin": 14,
          "primaryKeyword": "best money app India 2026"
        },
        {
          "slug": "account-aggregator-india-consumer-guide",
          "url": "https://qubera.club/guides/account-aggregator-india-consumer-guide",
          "title": "Account Aggregator (AA) in India: the consumer's complete guide for 2026",
          "description": "What the Account Aggregator framework is, how consent flow works, who FIPs and FIUs are, how AA interacts with DPDP, and what consumers should and shouldn't share through AA in 2026.",
          "category": "regulation",
          "lastUpdated": "2026-05-17",
          "readingTimeMin": 16,
          "primaryKeyword": "Account Aggregator India guide"
        },
        {
          "slug": "ai-personal-finance-companion-india",
          "url": "https://qubera.club/guides/ai-personal-finance-companion-india",
          "title": "AI personal finance companion for India: what it is, how it works, who it's for",
          "description": "A category-defining guide to what an AI personal finance companion means in India, why mass-market apps and global AI chatbots don't fit, the seven criteria a real companion must meet, and where Qubera lands.",
          "category": "tools",
          "lastUpdated": "2026-05-17",
          "readingTimeMin": 14,
          "primaryKeyword": "AI personal finance companion India"
        },
        {
          "slug": "bbps-bill-payment-india-complete-guide",
          "url": "https://qubera.club/guides/bbps-bill-payment-india-complete-guide",
          "title": "BBPS bill payment in India: the complete guide for 2026",
          "description": "What BBPS is, why it now handles every credit card bill payment in India, who the bill aggregators are, and how to use the system without losing reward points or risking late payments.",
          "category": "regulation",
          "lastUpdated": "2026-05-17",
          "readingTimeMin": 14,
          "primaryKeyword": "BBPS India guide"
        },
        {
          "slug": "best-ai-personal-finance-app-india-2026",
          "url": "https://qubera.club/guides/best-ai-personal-finance-app-india-2026",
          "title": "Best AI Personal Finance App in India (2026)",
          "description": "A neutral, India-specific review of the best AI personal finance apps in 2026. Compares Qubera, ET Money, INDmoney, Cleo, Walnut, and Money View on features, pricing, and India fit.",
          "category": "tools",
          "lastUpdated": "2026-05-17",
          "readingTimeMin": 12,
          "primaryKeyword": "best AI personal finance app India"
        },
        {
          "slug": "best-credit-cards-india-by-category-2026",
          "url": "https://qubera.club/guides/best-credit-cards-india-by-category-2026",
          "title": "Best credit cards in India 2026, by category: travel, fuel, dining, premium, entry",
          "description": "Independent, category-by-category ranking of the best credit cards in India for 2026. Travel, fuel, dining, premium, entry, and forex - with the actual math on rewards rates, fee waivers, and milestones.",
          "category": "cards",
          "lastUpdated": "2026-05-17",
          "readingTimeMin": 18,
          "primaryKeyword": "best credit cards India 2026"
        },
        {
          "slug": "best-mutual-fund-apps-india-2026",
          "url": "https://qubera.club/guides/best-mutual-fund-apps-india-2026",
          "title": "Best mutual fund apps in India 2026: ranked by direct plans, UX, and total cost",
          "description": "Honest, head-to-head ranking of the best mutual fund investing apps in India for 2026 - Groww, Zerodha Coin, ET Money, Kuvera, Paytm Money, MF Central. Direct plans, hidden fees, eCAS sync, AA support, and which app actually fits which kind of investor.",
          "category": "investing",
          "lastUpdated": "2026-05-17",
          "readingTimeMin": 14,
          "primaryKeyword": "best mutual fund apps India 2026"
        },
        {
          "slug": "best-tax-filing-platforms-india-2026",
          "url": "https://qubera.club/guides/best-tax-filing-platforms-india-2026",
          "title": "Best tax filing platforms in India 2026: ClearTax, Quicko, Tax2win, and the IT portal compared",
          "description": "Honest review of the best income tax return filing platforms in India for 2026. ClearTax, Quicko, Tax2win, ET Money tax, and the Income Tax e-filing portal - feature, price, and accuracy compared, with picks by user type.",
          "category": "tax",
          "lastUpdated": "2026-05-17",
          "readingTimeMin": 13,
          "primaryKeyword": "best tax filing platform India 2026"
        },
        {
          "slug": "best-upi-apps-india-2026",
          "url": "https://qubera.club/guides/best-upi-apps-india-2026",
          "title": "Best UPI apps in India 2026: PhonePe, GPay, Paytm, CRED, Slice, BHIM compared",
          "description": "Honest 2026 ranking of the best UPI apps in India. PhonePe, Google Pay, Paytm, CRED Pay, Slice UPI, Amazon Pay, BHIM, Navi - compared on UX, reliability, rewards, UPI Lite, RuPay credit-card-on-UPI, and which app fits which kind of user.",
          "category": "tools",
          "lastUpdated": "2026-05-17",
          "readingTimeMin": 12,
          "primaryKeyword": "best UPI app India 2026"
        },
        {
          "slug": "cash-flow-audit-for-35l-salary",
          "url": "https://qubera.club/guides/cash-flow-audit-for-35l-salary",
          "title": "Cash flow audit at ₹35L CTC: the salaried earner playbook",
          "description": "A line-by-line cash flow audit for an Indian professional earning ₹35 lakh CTC. Gross-to-net math, four-bucket outflow classification, the seven leaks to fix first, and the maintenance loop that keeps it honest.",
          "category": "planning",
          "lastUpdated": "2026-05-17",
          "readingTimeMin": 14,
          "primaryKeyword": "cash flow audit India 35 lakh salary"
        },
        {
          "slug": "dpdp-act-account-aggregator-india-explainer",
          "url": "https://qubera.club/guides/dpdp-act-account-aggregator-india-explainer",
          "title": "DPDP Act and Account Aggregator in India: how the two consent regimes work together",
          "description": "A side-by-side guide to India's two consent regimes for financial data: the DPDP Act 2023 (broad personal data) and the RBI Account Aggregator framework (narrow financial data). Where they overlap, where they don't, and what it means for users and finance apps.",
          "category": "regulation",
          "lastUpdated": "2026-05-17",
          "readingTimeMin": 16,
          "primaryKeyword": "DPDP Act Account Aggregator India"
        },
        {
          "slug": "emergency-fund-india-how-much-where-to-park",
          "url": "https://qubera.club/guides/emergency-fund-india-how-much-where-to-park",
          "title": "Emergency fund in India 2026: how much, where to park, and when to use it",
          "description": "How big an emergency fund a salaried Indian actually needs in 2026, where to park it for the right balance of liquidity, return, and safety - liquid funds, sweep-in FD, gilt, savings - and the rules for when to dip into it.",
          "category": "planning",
          "lastUpdated": "2026-05-17",
          "readingTimeMin": 12,
          "primaryKeyword": "emergency fund India"
        },
        {
          "slug": "esop-tax-deferral-india-eligible-startup",
          "url": "https://qubera.club/guides/esop-tax-deferral-india-eligible-startup",
          "title": "ESOP tax deferral in India: Section 192(1C) and the eligible-startup playbook",
          "description": "How ESOP taxation actually works in India, why Section 192(1C) lets eligible-startup employees defer the perquisite tax for up to 48 months, who qualifies, and the worked-example math at exercise and at sale.",
          "category": "tax",
          "lastUpdated": "2026-05-17",
          "readingTimeMin": 15,
          "primaryKeyword": "ESOP tax deferral India eligible startup"
        },
        {
          "slug": "henry-india-money-management",
          "url": "https://qubera.club/guides/henry-india-money-management",
          "title": "Money management for young Indian earners: the complete ₹15-75L playbook",
          "description": "If you earn ₹15-75 lakh a year in India and feel cash-rich but wealth-poor, this is the complete playbook: tax stack, card stack, investing stack, and what to ignore.",
          "category": "planning",
          "lastUpdated": "2026-05-17",
          "readingTimeMin": 16,
          "primaryKeyword": "money management young Indian earner"
        },
        {
          "slug": "old-vs-new-tax-regime-2026",
          "url": "https://qubera.club/guides/old-vs-new-tax-regime-2026",
          "title": "Old vs New Tax Regime in India (2026) - Which Should You Pick?",
          "description": "A 2026 guide to choosing between the old and new income tax regimes in India. Includes worked examples at ₹10L, ₹15L, ₹25L, ₹50L, and ₹75L CTC. Updated for Budget 2025 changes.",
          "category": "tax",
          "lastUpdated": "2026-05-17",
          "readingTimeMin": 13,
          "primaryKeyword": "old vs new tax regime 2026"
        },
        {
          "slug": "optimize-credit-card-spending-india",
          "url": "https://qubera.club/guides/optimize-credit-card-spending-india",
          "title": "How to Optimize Credit Card Spending in India (2026)",
          "description": "A practical 2026 guide to credit card optimization in India. Covers category-to-card mapping, milestone math, fee waivers, lounge access, fuel surcharge, and the maths behind earning ₹50,000-2,00,000 in rewards per year.",
          "category": "cards",
          "lastUpdated": "2026-05-17",
          "readingTimeMin": 14,
          "primaryKeyword": "optimize credit card spending India"
        },
        {
          "slug": "rsu-vesting-section-17-2-india-tax-guide",
          "url": "https://qubera.club/guides/rsu-vesting-section-17-2-india-tax-guide",
          "title": "RSU vesting + Section 17(2) in India: the 2026 tax guide for employees of MNCs and Indian companies",
          "description": "Restricted Stock Units (RSUs) are taxed twice in India - at vest under Section 17(2) as perquisite, and at sale as capital gains. This guide covers FMV, TDS, double taxation, ESPP, and Schedule FA disclosure for US-parent companies.",
          "category": "tax",
          "lastUpdated": "2026-05-17",
          "readingTimeMin": 17,
          "primaryKeyword": "RSU tax India"
        },
        {
          "slug": "section-80c-investments-compared",
          "url": "https://qubera.club/guides/section-80c-investments-compared",
          "title": "Section 80C investments compared 2026: ELSS, PPF, NPS, ULIP, SCSS, life insurance, FD",
          "description": "Every Section 80C investment compared head-to-head: ELSS, PPF, NPS, ULIP, tax-saver FD, Sukanya Samriddhi, SCSS, EPF, home loan principal, life insurance premium. With the math on lock-in, returns, taxation, and when each makes sense.",
          "category": "tax",
          "lastUpdated": "2026-05-17",
          "readingTimeMin": 15,
          "primaryKeyword": "Section 80C investments compared"
        },
        {
          "slug": "sip-vs-mutual-fund-vs-index-fund-india",
          "url": "https://qubera.club/guides/sip-vs-mutual-fund-vs-index-fund-india",
          "title": "SIP vs mutual fund vs index fund in India: what's actually different",
          "description": "SIP is not a fund. Mutual fund is not the same as index fund. The three terms get confused all the time. This guide separates them, with the math on costs, taxes, and when each makes sense in India.",
          "category": "investing",
          "lastUpdated": "2026-05-17",
          "readingTimeMin": 14,
          "primaryKeyword": "SIP vs mutual fund vs index fund India"
        },
        {
          "slug": "track-net-worth-india-tools-methods",
          "url": "https://qubera.club/guides/track-net-worth-india-tools-methods",
          "title": "Track your net worth in India 2026: tools, methods, and the traps everyone falls into",
          "description": "The complete guide to tracking your net worth in India in 2026: what counts as an asset, how to value real estate, gold, EPF, PPF, NPS, traditional insurance, and what tools work for young earners.",
          "category": "tools",
          "lastUpdated": "2026-05-17",
          "readingTimeMin": 13,
          "primaryKeyword": "track net worth India"
        }
      ]
    },
    "comparisons": {
      "total": 17,
      "competitors": [
        "CRED",
        "ClearTax",
        "Cleo",
        "Copilot Money",
        "ET Money",
        "Groww",
        "INDmoney",
        "Jupiter",
        "Kubera (disambiguation)",
        "Kuvera by CRED",
        "Monarch Money",
        "Niyo",
        "Quicko",
        "SaveSage",
        "Slice",
        "Tax2win",
        "Walnut"
      ],
      "items": [
        {
          "slug": "qubera-vs-kubera",
          "url": "https://qubera.club/compare/qubera-vs-kubera",
          "title": "Qubera vs Kubera: clearing up the brand confusion in 2026",
          "description": "Qubera is the AI personal finance companion built for young Indian earners. Kubera is the Hindu god of wealth, a 2025 Telugu film, and an unrelated US-based portfolio tracker. Here is the disambiguation, the brand boundaries, and why people often confuse the two.",
          "competitor": "Kubera (disambiguation)",
          "category": "app",
          "lastUpdated": "2026-06-12"
        },
        {
          "slug": "qubera-vs-copilot-money",
          "url": "https://qubera.club/compare/qubera-vs-copilot-money",
          "title": "Qubera vs Copilot Money: the 2026 India alternative compared",
          "description": "Copilot Money is the Apple-only US personal finance app with the best ML transaction categorisation in the category. It does not connect to Indian banks. Qubera is the India-native AI companion built for UPI, AA, BBPS, RSUs and Indian tax. Honest side-by-side.",
          "competitor": "Copilot Money",
          "category": "app",
          "lastUpdated": "2026-05-27"
        },
        {
          "slug": "qubera-vs-kuvera",
          "url": "https://qubera.club/compare/qubera-vs-kuvera",
          "title": "Qubera vs Kuvera: 2026 honest compare for Indian investors",
          "description": "Kuvera is a long-running direct mutual fund platform with goal-based investing and tax-loss harvesting. Qubera is an AI personal finance companion that reads credit cards, tracks net worth and reasons over Indian tax. Different jobs in the same wallet. Honest side-by-side.",
          "competitor": "Kuvera by CRED",
          "category": "app",
          "lastUpdated": "2026-05-27"
        },
        {
          "slug": "qubera-vs-monarch-money",
          "url": "https://qubera.club/compare/qubera-vs-monarch-money",
          "title": "Qubera vs Monarch Money: the honest 2026 India guide",
          "description": "Monarch Money is the polished US personal finance app most Indian young earners hit when searching for a Mint replacement. It does not support Indian banks. Qubera is the India-native equivalent built for UPI, AA, BBPS, RSUs and Indian tax. Honest side-by-side.",
          "competitor": "Monarch Money",
          "category": "app",
          "lastUpdated": "2026-05-27"
        },
        {
          "slug": "qubera-vs-savesage",
          "url": "https://qubera.club/compare/qubera-vs-savesage",
          "title": "Qubera vs SaveSage: 2026 honest compare for Indian credit card users",
          "description": "SaveSage is an AI credit card and loyalty rewards specialist for India. Qubera is an AI money companion that reads your cards but also tracks net worth, RSUs, and Indian tax. Two different jobs, both rooted in India. Honest side-by-side.",
          "competitor": "SaveSage",
          "category": "app",
          "lastUpdated": "2026-05-27"
        },
        {
          "slug": "qubera-vs-cleartax",
          "url": "https://qubera.club/compare/qubera-vs-cleartax",
          "title": "Qubera vs ClearTax: which is the better personal finance app for India in 2026?",
          "description": "ClearTax is India's largest tax filing platform - DIY ITR, CA-assist, GST, and TDS. Qubera is the AI personal finance companion that plans your taxes year-round and runs your full money picture. Different jobs. Here's the honest side-by-side.",
          "competitor": "ClearTax",
          "category": "app",
          "lastUpdated": "2026-05-17"
        },
        {
          "slug": "qubera-vs-cleo",
          "url": "https://qubera.club/compare/qubera-vs-cleo",
          "title": "Qubera vs Cleo: the best AI personal finance companion for India in 2026",
          "description": "Cleo is the world's best-known AI personal finance chatbot, but it was built for US bank accounts, US credit, and US tax law. Qubera is the India-native equivalent - same conversational DNA, built for HDFC, ICICI, RuPay, BBPS, Account Aggregator, Section 80C, and HRA. Here's the honest read.",
          "competitor": "Cleo",
          "category": "app",
          "lastUpdated": "2026-05-17"
        },
        {
          "slug": "qubera-vs-cred",
          "url": "https://qubera.club/compare/qubera-vs-cred",
          "title": "Qubera vs CRED: which app actually runs your credit cards and money in India in 2026?",
          "description": "CRED is India's premium credit card lifestyle app - bill pay, rewards, CRED Pay, and (after the Kuvera acquisition) mutual funds. Qubera is the AI personal finance companion that reads your card statements, optimises per-swipe, tracks full net worth, and answers India-specific tax questions. Here's the honest side-by-side.",
          "competitor": "CRED",
          "category": "app",
          "lastUpdated": "2026-05-17"
        },
        {
          "slug": "qubera-vs-et-money",
          "url": "https://qubera.club/compare/qubera-vs-et-money",
          "title": "Qubera vs ET Money: which is better for personal finance in India in 2026?",
          "description": "Qubera and ET Money both target Indian professionals, but they solve different jobs. ET Money is an investment-first super app. Qubera is an AI personal finance companion that wraps cards, tax, and goals into one conversation. Here's the honest, feature-by-feature read.",
          "competitor": "ET Money",
          "category": "app",
          "lastUpdated": "2026-05-17"
        },
        {
          "slug": "qubera-vs-groww",
          "url": "https://qubera.club/compare/qubera-vs-groww",
          "title": "Qubera vs Groww: which is the better personal finance app for India in 2026?",
          "description": "Groww is India's largest mutual fund and stock investing app - fast, clean, and beginner-friendly. Qubera is the AI personal finance companion that reads your credit card statements and runs your money life. Different jobs. Here's the honest side-by-side.",
          "competitor": "Groww",
          "category": "app",
          "lastUpdated": "2026-05-17"
        },
        {
          "slug": "qubera-vs-indmoney",
          "url": "https://qubera.club/compare/qubera-vs-indmoney",
          "title": "Qubera vs INDmoney: which is the better personal finance app in 2026?",
          "description": "INDmoney is a breadth-first super app with US stocks, Indian MFs, AA aggregation, and an AI overlay. Qubera is a depth-first AI companion built for young Indian earners that reads credit card statements and runs your money life in one conversation. Here's the honest side-by-side.",
          "competitor": "INDmoney",
          "category": "app",
          "lastUpdated": "2026-05-17"
        },
        {
          "slug": "qubera-vs-jupiter",
          "url": "https://qubera.club/compare/qubera-vs-jupiter",
          "title": "Qubera vs Jupiter: which is the better personal finance app for India in 2026?",
          "description": "Jupiter is a Federal Bank-powered neo-bank with one of the cleanest spending UIs in India. Qubera is the AI personal finance companion that reads your credit card statements and runs your full money picture. Different jobs. Here's the honest side-by-side.",
          "competitor": "Jupiter",
          "category": "app",
          "lastUpdated": "2026-05-17"
        },
        {
          "slug": "qubera-vs-niyo",
          "url": "https://qubera.club/compare/qubera-vs-niyo",
          "title": "Qubera vs Niyo: which is the better personal finance app for India in 2026?",
          "description": "Niyo Global is the zero-forex-markup travel card most NRIs and global-traveller young earners already own. Qubera is the AI personal finance companion that reads your full card stack and runs your money life. Different jobs. Here's the honest side-by-side.",
          "competitor": "Niyo",
          "category": "app",
          "lastUpdated": "2026-05-17"
        },
        {
          "slug": "qubera-vs-quicko",
          "url": "https://qubera.club/compare/qubera-vs-quicko",
          "title": "Qubera vs Quicko: which is the better personal finance app for India in 2026?",
          "description": "Quicko is the best tax filing platform in India for active traders and investors - F&O, intraday, capital gains, broker imports. Qubera is the AI personal finance companion that plans your taxes year-round and runs your full money picture. Different jobs. Here's the honest side-by-side.",
          "competitor": "Quicko",
          "category": "app",
          "lastUpdated": "2026-05-17"
        },
        {
          "slug": "qubera-vs-slice",
          "url": "https://qubera.club/compare/qubera-vs-slice",
          "title": "Qubera vs Slice: which is the better personal finance app for India in 2026?",
          "description": "Slice is now a regulated small finance bank with a youth-first card and UPI experience. Qubera is the AI personal finance companion that reads your full credit card stack and runs your money life. Different jobs, different audiences. Here's the honest side-by-side.",
          "competitor": "Slice",
          "category": "app",
          "lastUpdated": "2026-05-17"
        },
        {
          "slug": "qubera-vs-tax2win",
          "url": "https://qubera.club/compare/qubera-vs-tax2win",
          "title": "Qubera vs Tax2win: which is the better personal finance app for India in 2026?",
          "description": "Tax2win is one of India's longest-running CA-assisted tax filing platforms. Qubera is the AI personal finance companion that plans your taxes year-round and runs your full money picture. Different jobs. Here's the honest side-by-side.",
          "competitor": "Tax2win",
          "category": "app",
          "lastUpdated": "2026-05-17"
        },
        {
          "slug": "qubera-vs-walnut",
          "url": "https://qubera.club/compare/qubera-vs-walnut",
          "title": "Qubera vs Walnut: which expense tracking app fits young Indian earners in 2026?",
          "description": "Walnut is one of India's longest-running expense tracking apps - SMS parsing, spend categorisation, and bill reminders. Qubera is the AI personal finance companion that reads your credit card statements, optimises rewards, tracks full net worth, and runs India-specific tax planning. Here's the honest side-by-side.",
          "competitor": "Walnut",
          "category": "app",
          "lastUpdated": "2026-05-17"
        }
      ]
    },
    "glossary": {
      "total": 69,
      "sections": [
        {
          "title": "Tax",
          "termCount": 16,
          "terms": [
            {
              "term": "Section 80C",
              "url": "https://qubera.club/glossary#section-80c"
            },
            {
              "term": "Section 80D",
              "url": "https://qubera.club/glossary#section-80d"
            },
            {
              "term": "Section 80CCD(1B)",
              "url": "https://qubera.club/glossary#section-80ccd1b"
            },
            {
              "term": "Section 80CCD(2)",
              "url": "https://qubera.club/glossary#section-80ccd2"
            },
            {
              "term": "HRA exemption",
              "url": "https://qubera.club/glossary#hra-exemption"
            },
            {
              "term": "LTA (Leave Travel Allowance)",
              "url": "https://qubera.club/glossary#lta-leave-travel-allowance"
            },
            {
              "term": "Old regime",
              "url": "https://qubera.club/glossary#old-regime"
            },
            {
              "term": "New regime",
              "url": "https://qubera.club/glossary#new-regime"
            },
            {
              "term": "Section 17(2) (Perquisite at vest)",
              "url": "https://qubera.club/glossary#section-172-perquisite-at-vest"
            },
            {
              "term": "Schedule FA",
              "url": "https://qubera.club/glossary#schedule-fa"
            },
            {
              "term": "Form 67",
              "url": "https://qubera.club/glossary#form-67"
            },
            {
              "term": "87A rebate",
              "url": "https://qubera.club/glossary#87a-rebate"
            },
            {
              "term": "LTCG (Long-Term Capital Gains)",
              "url": "https://qubera.club/glossary#ltcg-long-term-capital-gains"
            },
            {
              "term": "STCG (Short-Term Capital Gains)",
              "url": "https://qubera.club/glossary#stcg-short-term-capital-gains"
            },
            {
              "term": "AIS / TIS",
              "url": "https://qubera.club/glossary#ais-tis"
            },
            {
              "term": "Form 16 / 16A",
              "url": "https://qubera.club/glossary#form-16-16a"
            }
          ]
        },
        {
          "title": "Investing",
          "termCount": 11,
          "terms": [
            {
              "term": "SIP (Systematic Investment Plan)",
              "url": "https://qubera.club/glossary#sip-systematic-investment-plan"
            },
            {
              "term": "Mutual fund",
              "url": "https://qubera.club/glossary#mutual-fund"
            },
            {
              "term": "Index fund",
              "url": "https://qubera.club/glossary#index-fund"
            },
            {
              "term": "Direct plan vs Regular plan",
              "url": "https://qubera.club/glossary#direct-plan-vs-regular-plan"
            },
            {
              "term": "NAV (Net Asset Value)",
              "url": "https://qubera.club/glossary#nav-net-asset-value"
            },
            {
              "term": "Expense ratio",
              "url": "https://qubera.club/glossary#expense-ratio"
            },
            {
              "term": "ELSS (Equity Linked Savings Scheme)",
              "url": "https://qubera.club/glossary#elss-equity-linked-savings-scheme"
            },
            {
              "term": "SWP (Systematic Withdrawal Plan)",
              "url": "https://qubera.club/glossary#swp-systematic-withdrawal-plan"
            },
            {
              "term": "STP (Systematic Transfer Plan)",
              "url": "https://qubera.club/glossary#stp-systematic-transfer-plan"
            },
            {
              "term": "ETF (Exchange-Traded Fund)",
              "url": "https://qubera.club/glossary#etf-exchange-traded-fund"
            },
            {
              "term": "eCAS (Consolidated Account Statement)",
              "url": "https://qubera.club/glossary#ecas-consolidated-account-statement"
            }
          ]
        },
        {
          "title": "Retirement & long-term savings",
          "termCount": 6,
          "terms": [
            {
              "term": "EPF (Employees\\",
              "url": "https://qubera.club/glossary#epf-employees"
            },
            {
              "term": "EPS (Employees\\",
              "url": "https://qubera.club/glossary#eps-employees"
            },
            {
              "term": "NPS (National Pension System)",
              "url": "https://qubera.club/glossary#nps-national-pension-system"
            },
            {
              "term": "PPF (Public Provident Fund)",
              "url": "https://qubera.club/glossary#ppf-public-provident-fund"
            },
            {
              "term": "Sukanya Samriddhi Yojana",
              "url": "https://qubera.club/glossary#sukanya-samriddhi-yojana"
            },
            {
              "term": "SCSS (Senior Citizens\\",
              "url": "https://qubera.club/glossary#scss-senior-citizens"
            }
          ]
        },
        {
          "title": "Banking & payments",
          "termCount": 9,
          "terms": [
            {
              "term": "UPI (Unified Payments Interface)",
              "url": "https://qubera.club/glossary#upi-unified-payments-interface"
            },
            {
              "term": "UPI Autopay",
              "url": "https://qubera.club/glossary#upi-autopay"
            },
            {
              "term": "IMPS / NEFT / RTGS",
              "url": "https://qubera.club/glossary#imps-neft-rtgs"
            },
            {
              "term": "BBPS (Bharat Bill Payment System)",
              "url": "https://qubera.club/glossary#bbps-bharat-bill-payment-system"
            },
            {
              "term": "NPCI",
              "url": "https://qubera.club/glossary#npci"
            },
            {
              "term": "RuPay",
              "url": "https://qubera.club/glossary#rupay"
            },
            {
              "term": "Account Aggregator (AA)",
              "url": "https://qubera.club/glossary#account-aggregator-aa"
            },
            {
              "term": "FIP / FIU",
              "url": "https://qubera.club/glossary#fip-fiu"
            },
            {
              "term": "DPDP Act, 2023",
              "url": "https://qubera.club/glossary#dpdp-act-2023"
            }
          ]
        },
        {
          "title": "Credit & cards",
          "termCount": 6,
          "terms": [
            {
              "term": "CIBIL score",
              "url": "https://qubera.club/glossary#cibil-score"
            },
            {
              "term": "Credit utilisation ratio",
              "url": "https://qubera.club/glossary#credit-utilisation-ratio"
            },
            {
              "term": "MDR (Merchant Discount Rate)",
              "url": "https://qubera.club/glossary#mdr-merchant-discount-rate"
            },
            {
              "term": "Charge card",
              "url": "https://qubera.club/glossary#charge-card"
            },
            {
              "term": "Joining fee / Annual fee",
              "url": "https://qubera.club/glossary#joining-fee-annual-fee"
            },
            {
              "term": "Reward density",
              "url": "https://qubera.club/glossary#reward-density"
            }
          ]
        },
        {
          "title": "Insurance",
          "termCount": 5,
          "terms": [
            {
              "term": "Term insurance",
              "url": "https://qubera.club/glossary#term-insurance"
            },
            {
              "term": "ULIP (Unit-Linked Insurance Plan)",
              "url": "https://qubera.club/glossary#ulip-unit-linked-insurance-plan"
            },
            {
              "term": "Endowment plan",
              "url": "https://qubera.club/glossary#endowment-plan"
            },
            {
              "term": "Health insurance (Mediclaim)",
              "url": "https://qubera.club/glossary#health-insurance-mediclaim"
            },
            {
              "term": "IRDAI",
              "url": "https://qubera.club/glossary#irdai"
            }
          ]
        },
        {
          "title": "Equity compensation & foreign assets",
          "termCount": 7,
          "terms": [
            {
              "term": "RSU (Restricted Stock Unit)",
              "url": "https://qubera.club/glossary#rsu-restricted-stock-unit"
            },
            {
              "term": "ESPP (Employee Stock Purchase Plan)",
              "url": "https://qubera.club/glossary#espp-employee-stock-purchase-plan"
            },
            {
              "term": "Vesting",
              "url": "https://qubera.club/glossary#vesting"
            },
            {
              "term": "FMV (Fair Market Value)",
              "url": "https://qubera.club/glossary#fmv-fair-market-value"
            },
            {
              "term": "DTAA (Double Taxation Avoidance Agreement)",
              "url": "https://qubera.club/glossary#dtaa-double-taxation-avoidance-agreement"
            },
            {
              "term": "NRE / NRO account",
              "url": "https://qubera.club/glossary#nre-nro-account"
            },
            {
              "term": "PIO / OCI",
              "url": "https://qubera.club/glossary#pio-oci"
            }
          ]
        },
        {
          "title": "Qubera & product concepts",
          "termCount": 7,
          "terms": [
            {
              "term": "young earner (India)",
              "url": "https://qubera.club/glossary#young-earner-india"
            },
            {
              "term": "HENRY India",
              "url": "https://qubera.club/glossary#henry-india"
            },
            {
              "term": "Personal finance companion",
              "url": "https://qubera.club/glossary#personal-finance-companion"
            },
            {
              "term": "NPEV",
              "url": "https://qubera.club/glossary#npev"
            },
            {
              "term": "Money Leak Score",
              "url": "https://qubera.club/glossary#money-leak-score"
            },
            {
              "term": "Personal CFO",
              "url": "https://qubera.club/glossary#personal-cfo"
            },
            {
              "term": "Lifetime Wealth OS",
              "url": "https://qubera.club/glossary#lifetime-wealth-os"
            }
          ]
        },
        {
          "title": "Qubera brand & disambiguation",
          "termCount": 2,
          "terms": [
            {
              "term": "Qubera",
              "url": "https://qubera.club/glossary#qubera"
            },
            {
              "term": "Kubera (disambiguation)",
              "url": "https://qubera.club/glossary#kubera-disambiguation"
            }
          ]
        }
      ]
    }
  }
}