/* eslint-disable */ /* NEX Consultants — Calculator, Resources, About, Contact views */ function CalculatorView({ onConsult }) { const [jur, setJur] = React.useState("Mainland (DED)"); const [activity, setActivity] = React.useState("Professional / consultancy"); const [office, setOffice] = React.useState("Shared office"); const [visas, setVisas] = React.useState(2); const [shareholders, setShareholders] = React.useState(2); const [leadOpen, setLeadOpen] = React.useState(false); // Compute indicative range const base = CALC.jurisdictions[jur].base; const mult = CALC.activityMult[activity]; const officeAdd = CALC.officeAdd[office]; const visaCost = CALC.visaCost; const shareAdd = CALC.shareholderAdd; const extraShare = Math.max(0, shareholders - 1); const low = Math.round(base[0] * mult + officeAdd[0] + visas * visaCost[0] + extraShare * shareAdd[0]); const high = Math.round(base[1] * mult + officeAdd[1] + visas * visaCost[1] + extraShare * shareAdd[1]); const breakdown = [ { label: "Licence + government fees", value: `${fmtAED(Math.round(base[0]*mult))} – ${fmtAED(Math.round(base[1]*mult))}` }, { label: `Office (${office})`, value: `${fmtAED(officeAdd[0])} – ${fmtAED(officeAdd[1])}` }, { label: `${visas} visa${visas===1?"":"s"}`, value: `${fmtAED(visas * visaCost[0])} – ${fmtAED(visas * visaCost[1])}` }, { label: `${extraShare} extra shareholder${extraShare===1?"":"s"}`, value: extraShare ? `${fmtAED(extraShare*shareAdd[0])} – ${fmtAED(extraShare*shareAdd[1])}` : "—" }, ]; return (
Tell us the structure you're considering and we'll show an indicative range. Government fees move — every output is a starting point for the conversation, not a quote.
Adjust any input — the indicative range updates live.
We'll send the indicative range and follow up with a senior advisor.
Compliance, offshore structures, UAE tax — written by the same partners who'll be on the call with you. Plain, current, citation-ready.
{r.excerpt}
NEX is a multi-disciplinary firm of chartered accountants, advisors and corporate-service specialists. We help founders, SMEs and inbound multinationals set up in the UAE — across Mainland, Free Zone, Offshore and Foreign-Branch structures — and then we stay on as their ongoing accounting, tax and PRO partner.
Where larger firms route you through junior account managers, our senior partners run your engagement directly. That's the trade-off we make for our clients: fewer engagements, deeper accountability, faster decisions.
Al Moosa Tower 1, Level 7, Suite 702
Sheikh Zayed Road, Dubai, UAE
London & Novi Beograd — supporting inbound investor enquiries.
Registered agent for JAFZA Offshore — a focused depth most setup firms don't carry.
Boutique & advisor-led. Partners on every engagement, end-to-end ownership.
Credentialled — CPA, ICAI, ex-Big-4, ex-UAE Ministry of Finance. We're proud to list the people who will actually do the work.
{m.creds}
Additional senior team: Alessandro Messina (Senior Executive Director), Aji Joy, Shalini, Kurian John — full bios available on request.
We respond within one business day. Or skip the form — WhatsApp or call the office directly.
Tell us what you're planning. A senior partner will follow up.
{sent ? (We'll be in touch within one business day.