Skip to main content

Key Change

CBDT, after SEBI’s intervention, relaxes PAN application norms for FPIs under the new Income‑tax Rules, 2026, removing TIN, RA/AR and mobile‑number bottlenecks in the CAF onboarding flow.

TL;DR — Executive Summary
  • CAF authorised signatory’s name now suffices for the RA/AR field; no separate representative needs to be identified.
  • No supporting documents are required for the authorised signatory, representative assessee or authorised representative when applying for PAN.
  • FPIs may provide the authorised signatory’s contact details; if unavailable, the FPI’s own address, phone and email can be used.
  • If the authorised signatory’s PAN/Aadhaar/passport is not available, the FPI’s SEBI registration number can be furnished instead.
  • In jurisdictions where a TIN is not issued or not applicable, FPIs can enter “0000000000” in the TIN field.
  • Where a mobile number is unavailable, a landline number is accepted in the PAN application.
  • SEBI emphasises that these steps aim to maintain ease of onboarding for FPIs using the Common Application Form for registration, bank, demat and PAN.

SEBI–CBDT Ease PAN Allotment Rules for FPIs: What Changed and How CAF Onboarding Is Impacted

26 min read4,699 wordsSource: SEBI’s May 2026 press release ...Effective: 15 May 2026Medium impact65 views

Summary

SEBI’s May press release announces CBDT clarifications that unblock PAN allotment for FPIs hit by new Income‑tax Rules, 2026. PAN forms are simplified by treating the CAF authorised signatory as RA/AR, dropping extra documents, allowing “0000000000” where TIN is absent, and permitting landline no.

SEBI eases FPI onboarding norms

/* ─── HIGHLIGHT BOXES ─── */
.hb {
border-radius: var(--r);
padding: 18px 22px;
margin: 20px 0;
}
.hb.blue { background: var(--c-blue-l); border-left: 5px solid var(--c-blue2); }
.hb.gold { background: var(--c-gold-l); border-left: 5px solid var(--c-gold); }
.hb.green { background: var(--c-green-l); border-left: 5px solid var(--c-green); }
.hb.red { background: var(--c-red-l); border-left: 5px solid var(--c-red); }
.hb.teal { background: var(--c-teal-l); border-left: 5px solid var(--c-teal); }
.hb.purple{ background: var(--c-purple-l); border-left: 5px solid var(--c-purple);}
.hb h4 {
margin: 0 0 8px;
font-size: .88rem;
text-transform: uppercase;
letter-spacing: .4px;
}
.hb.blue h4 { color: var(--c-blue2); }
.hb.gold h4 { color: #9a6200; }
.hb.green h4 { color: var(--c-green); }
.hb.red h4 { color: var(--c-red); }
.hb.teal h4 { color: var(--c-teal); }
.hb.purple h4 { color: var(--c-purple); }
.hb p, .hb ul { margin: 0; font-size: .91rem; line-height: 1.68; color: var(--c-text); }
.hb ul { padding-left: 18px; }
.hb li { margin-bottom: 7px; }

/* ─── PROBLEM-SOLUTION TABLE ─── */
.ps-table-wrap { overflow-x: auto; margin: 22px 0; }
.ps-table {
width: 100%;
border-collapse: collapse;
font-size: .9rem;
min-width: 480px;
}
.ps-table thead tr { background: var(--c-blue); color: #fff; }
.ps-table thead th { padding: 12px 15px; text-align: left; font-weight: 600; }
.ps-table tbody tr:nth-child(even) { background: var(--c-blue-l); }
.ps-table tbody tr:nth-child(odd) { background: #fff; }
.ps-table tbody td {
padding: 12px 15px;
border-bottom: 1px solid var(--c-border);
vertical-align: top;
line-height: 1.55;
color: var(--c-text);
}
.ps-table tbody td:first-child { font-weight: 700; color: var(--c-blue); min-width: 140px; }
.badge-old { display: inline-block; background: #f5dada; color: var(--c-red); border-radius: 4px; padding: 1px 8px; font-size: .75rem; font-weight: 700; }
.badge-new { display: inline-block; background: #d4edd9; color: var(--c-green); border-radius: 4px; padding: 1px 8px; font-size: .75rem; font-weight: 700; }

/* ─── CLARIFICATION CARDS (fully visible, no click) ─── */
.clar-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 16px;
margin: 22px 0;
}
.clar-card {
background: #fff;
border: 1px solid var(--c-border);
border-radius: var(--r);
padding: 18px 20px;
box-shadow: 0 1px 5px rgba(0,61,122,.06);
}
.clar-card-top {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 10px;
}
.clar-icon {
width: 40px;
height: 40px;
border-radius: 50%;
background: var(--c-blue-l);
display: flex;
align-items: center;
justify-content: center;
font-size: 1.1rem;
flex-shrink: 0;
}
.clar-card h4 { margin: 0; color: var(--c-blue); font-size: .9rem; }
.clar-card p { margin: 0; font-size: .85rem; color: var(--c-muted); line-height: 1.6; }
.clar-tag {
display: inline-block;
background: var(--c-blue);
color: #fff;
border-radius: 4px;
padding: 2px 9px;
font-size: .72rem;
font-weight: 700;
margin-bottom: 10px;
}
.clar-tag.gold { background: var(--c-gold); color: #3d2800; }
.clar-tag.green { background: var(--c-green); }
.clar-tag.teal { background: var(--c-teal); }
.clar-tag.purple { background: var(--c-purple); }
.clar-tag.red { background: var(--c-red); }

/* ─── CAF FLOW ─── */
.caf-flow {
display: flex;
flex-wrap: wrap;
gap: 0;
align-items: stretch;
margin: 22px 0;
border: 1px solid var(--c-border);
border-radius: var(--r);
overflow: hidden;
}
.caf-step {
flex: 1;
min-width: 140px;
padding: 16px 14px;
text-align: center;
background: #fff;
border-right: 1px solid var(--c-border);
position: relative;
}
.caf-step:last-child { border-right: none; }
.caf-step-num {
width: 32px;
height: 32px;
border-radius: 50%;
background: var(--c-blue);
color: #fff;
font-weight: 800;
font-size: .85rem;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 8px;
}
.caf-step h5 { margin: 0 0 4px; color: var(--c-blue); font-size: .82rem; }
.caf-step p { margin: 0; font-size: .78rem; color: var(--c-muted); line-height: 1.45; }

/* ─── TIMELINE ─── */
.timeline-wrap { margin: 22px 0; }
.tl-item {
display: flex;
gap: 14px;
margin-bottom: 12px;
}
.tl-left {
display: flex;
flex-direction: column;
align-items: center;
min-width: 34px;
}
.tl-dot {
width: 34px;
height: 34px;
border-radius: 50%;
background: var(--c-gold);
color: var(--c-blue);
display: flex;
align-items: center;
justify-content: center;
font-weight: 800;
font-size: .78rem;
flex-shrink: 0;
}
.tl-line {
width: 2px;
flex: 1;
background: var(--c-border);
min-height: 16px;
margin-top: 3px;
}
.tl-body {
flex: 1;
background: #fff;
border: 1px solid var(--c-border);
border-radius: var(--r);
padding: 11px 15px;
margin-bottom: 4px;
}
.tl-body h5 { margin: 0 0 3px; color: var(--c-blue); font-size: .88rem; }
.tl-body p { margin: 0; font-size: .83rem; color: var(--c-muted); line-height: 1.5; }

/* ─── NUMBERS ROW ─── */
.num-row {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
gap: 12px;
margin: 22px 0;
}
.num-card {
background: var(--c-blue);
color: #fff;
border-radius: var(--r);
padding: 16px 12px;
text-align: center;
}
.num-card .nbig { display: block; font-size: 1.7rem; font-weight: 900; color: var(--c-gold); line-height: 1; margin-bottom: 5px; }
.num-card .nlbl { font-size: .76rem; line-height: 1.4; opacity: .92; }
.num-card.g { background: var(--c-green); }
.num-card.t { background: var(--c-teal); }

/* ─── FAQ ─── */
.faq-wrap { margin: 8px 0; }
.faq-q3 {
background: var(--c-blue-l);
border-left: 4px solid var(--c-blue2);
border-radius: 0 var(--r) var(--r) 0;
padding: 12px 16px;
font-weight: 700;
color: var(--c-blue);
font-size: .93rem;
margin: 14px 0 0;
}
.faq-a3 {
background: #fff;
border: 1px solid var(--c-border);
border-top: none;
border-radius: 0 0 var(--r) var(--r);
padding: 13px 16px;
font-size: .9rem;
line-height: 1.68;
color: var(--c-text);
margin: 0 0 4px;
}

/* ─── DISCLAIMER ─── */
.fpi-disc {
background: var(--c-gray);
border: 1px solid #ccd3e0;
border-radius: var(--r);
padding: 15px 20px;
margin: 30px 0 0;
font-size: .85rem;
color: var(--c-muted);
line-height: 1.6;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 600px) {
.fpi-meta-grid { grid-template-columns: 1fr; }
.clar-grid { grid-template-columns: 1fr; }
.caf-flow { flex-direction: column; }
.caf-step { border-right: none; border-bottom: 1px solid var(--c-border); }
.caf-step:last-child { border-bottom: none; }
.num-row { grid-template-columns: repeat(2, 1fr); }
}
</style>

<h2>SEBI and CBDT Work Together to Fix FPI Onboarding Problems — What Changed and Why It Matters</h2> <p>India wants more foreign capital in its securities markets — but in early 2026, it was the paperwork that got in the way. On <strong>May 15, 2026</strong>, the Securities and Exchange Board of India (SEBI) issued Press Release No. 30/2026 announcing a set of important clarifications by the Central Board of Direct Taxes (CBDT) that directly address the PAN allotment roadblocks being faced by Foreign Portfolio Investors (FPIs) trying to register and invest in India.</p> <p>The problem started in March 2026, when CBDT notified the new Income-tax Rules, 2026 along with completely revised PAN application forms. These updated forms added several new mandatory fields — including Taxpayer Identification Numbers (TINs) and details of Representative Assessees/Authorised Representatives — that were either not applicable to FPIs from many countries, or were practically impossible for them to provide. The result was a growing backlog of FPI onboarding cases stuck at the PAN application stage.</p> <p>SEBI stepped in, engaged directly with CBDT, and secured a series of practical relaxations. This article explains the full background, what the problem was, what was changed, and what it means for FPIs and India's capital markets.</p> <div class="fpi-summary"> <h3>📋 At a Glance — SEBI Press Release No. 30/2026</h3> <div class="fpi-meta-grid"> <div class="fpi-meta-item"> <span class="label">Issued By</span> Securities and Exchange Board of India (SEBI) </div> <div class="fpi-meta-item"> <span class="label">Press Release No.</span> PR No. 30/2026 </div> <div class="fpi-meta-item"> <span class="label">Date</span> May 15, 2026 </div> <div class="fpi-meta-item"> <span class="label">Related Authority</span> Central Board of Direct Taxes (CBDT), Ministry of Finance </div> <div class="fpi-meta-item"> <span class="label">Subject</span> Removal of difficulties in FPI onboarding — PAN allotment related issues </div> <div class="fpi-meta-item"> <span class="label">Trigger Event</span> New Income-tax Rules, 2026 notified on March 20, 2026 </div> <div class="fpi-meta-item"> <span class="label">Applicable To</span> All Foreign Portfolio Investors (FPIs) using Common Application Form (CAF) </div> <div class="fpi-meta-item"> <span class="label">Effective</span> Immediately from date of CBDT clarification </div> </div> </div> <h2>Key Numbers in Context</h2> <div class="num-row"> <div class="num-card"> <span class="nbig">Mar 20</span> <div class="nlbl">Date in 2026 when CBDT notified new Income-tax Rules and revised PAN forms</div> </div> <div class="num-card g"> <span class="nbig">1</span> <div class="nlbl">Single CAF (Common Application Form) used by FPIs for 4 separate regulatory needs</div> </div> <div class="num-card t"> <span class="nbig">6</span> <div class="nlbl">CBDT clarifications issued after SEBI intervention — covering TIN, RA/AR, contact details, identity proof and phone details</div> </div> <div class="num-card"> <span class="nbig">₹0</span> <div class="nlbl">Additional cost to FPIs — all relaxations are procedural, no fees involved</div> </div> </div> <h2>Background: What Is the Common Application Form (CAF) and Why Is PAN So Important for FPIs?</h2> <p>Before understanding the problem, it helps to understand how foreign portfolio investors register and start investing in India. Unlike domestic investors who can open a trading account fairly quickly, FPIs go through a multi-step, multi-authority onboarding process that involves several Indian regulators and institutions simultaneously.</p> <p>To reduce this complexity, SEBI introduced the <strong>Common Application Form (CAF)</strong> — a single integrated form through which an FPI can simultaneously accomplish four critical requirements:</p> <div class="caf-flow"> <div class="caf-step"> <div class="caf-step-num">1</div> <h5>SEBI Registration</h5> <p>FPI registration as a market participant under SEBI (Foreign Portfolio Investors) Regulations, 2019</p> </div> <div class="caf-step"> <div class="caf-step-num">2</div> <h5>Bank Account</h5> <p>Opening of a bank account in India for receiving and remitting investment proceeds</p> </div> <div class="caf-step"> <div class="caf-step-num">3</div> <h5><a href="/glossary/demat-account" class="text-gold font-semibold hover:underline" title="Demat Account definition">Demat Account</a></h5> <p>Opening of a dematerialized account with NSDL or CDSL to hold Indian securities electronically</p> </div> <div class="caf-step"> <div class="caf-step-num">4</div> <h5>PAN Application</h5> <p>Application for Permanent Account Number (PAN) from the Income Tax Department, mandatory for all market transactions in India</p> </div> </div> <p>The CAF was a significant achievement in regulatory coordination — one form, one submission, four outcomes. But its integrated nature also means that <strong>a problem with any one component — like PAN — can block the entire onboarding process</strong>. An FPI cannot trade in Indian markets until all four elements are in place.</p> <div class="hb blue"> <h4>💡 Why PAN Is Not Optional for FPIs</h4> <p>PAN is the master identifier used by India's tax system and is mandatory for all financial transactions above specified thresholds. For FPIs, PAN is required for: executing trades on Indian stock exchanges, filing tax returns on Indian income (dividends, capital gains), TDS (tax deducted at source) credit claims, and regulatory reporting. Without PAN, an FPI is effectively locked out of the Indian market.</p> </div> <h2>What Went Wrong: The March 2026 PAN Form Changes That Created a Bottleneck</h2> <p>On <strong>March 20, 2026</strong>, CBDT notified the new Income-tax Rules, 2026 along with completely overhauled PAN application forms. These changes were well-intentioned — designed to improve tax compliance, strengthen KYC (Know Your Customer) norms, and plug gaps in the existing PAN registration system for foreign entities.</p> <p>However, the new forms introduced requirements that, while reasonable for domestic applicants or foreign companies from certain jurisdictions, created serious practical difficulties for FPIs from many countries. Three major changes caused problems:</p> <div class="hb red"> <h4>⚠ The Three Problem Areas in New March 2026 PAN Forms</h4> <ul> <li><strong>1. Taxpayer Identification Number (TIN) became mandatory:</strong> Many countries — particularly in the Middle East, certain offshore financial centres, and smaller jurisdictions — either do not issue TINs equivalent to India's PAN, or their TIN systems are structured very differently. FPIs from these countries had no TIN to provide, and the form did not allow the field to be left blank or marked as "not applicable."</li> <li><strong>2. Representative Assessee / Authorised Representative (RA/AR) details required:</strong> The new forms required detailed information about the RA/AR including name, address, contact details, and identity documents (PAN, Aadhaar, or passport number). For FPIs — which are typically institutional entities — the concept of a Representative Assessee is complex. Getting and verifying all the required details for the authorised signatory created significant delays, and the requirement for supporting documents added further bureaucratic burden.</li> <li><strong>3. Mobile number made mandatory:</strong> Previously optional, the mobile number field was made compulsory. FPIs — being foreign entities — often do not have Indian mobile numbers, and providing a foreign number raised further procedural questions about format and verification.</li> </ul> </div> <p>The industry response was quick and concerned. FPI custodians, <a href="/glossary/depositories" class="text-gold font-semibold hover:underline" title="Depositories definition">depositories</a>, and market intermediaries flagged these issues to SEBI, noting that the changes were creating a growing backlog of FPI onboarding cases that could not proceed past the PAN application stage. Given that India has been actively courting foreign investment and positioning itself as a preferred destination for global capital, this was an unacceptable friction point.</p> <div class="hb gold"> <h4>📝 SEBI's Response — Direct Engagement with CBDT</h4> <p>Rather than wait for the situation to escalate, SEBI took proactive action. In SEBI's own words: <em>"In view of several difficulties expressed by concerned stakeholders in furnishing such information by FPIs, SEBI actively engaged with CBDT to facilitate continued ease of allotment of PAN to FPIs."</em> This cross-regulatory coordination — between SEBI (capital markets) and CBDT (taxation) — demonstrates the collaborative approach India's regulators are taking to resolve investor pain points promptly.</p> </div> <h2>The Six CBDT Clarifications — Full Detail</h2> <p>Following SEBI's engagement, CBDT issued a set of practical clarifications that directly address each of the identified pain points. Here is every clarification explained simply:</p> <div class="clar-grid"> <div class="clar-card"> <div class="clar-tag">Clarification 1</div> <div class="clar-card-top"> <div class="clar-icon">👤</div> <h4>Authorised Signatory Name Sufficient for RA/AR Field</h4> </div> <p>The name of the <strong>Authorised Signatory (AS)</strong> as already captured in the Common Application Form (CAF) will be accepted as sufficient for the Representative Assessee / Authorised Representative (RA/AR) field in the PAN application. No separate identification of a different RA/AR is required.</p> </div> <div class="clar-card"> <div class="clar-tag gold">Clarification 2</div> <div class="clar-card-top"> <div class="clar-icon">📄</div> <h4>No Supporting Documents for the Authorised Signatory</h4> </div> <p>No supporting documents related to the Authorised Signatory, Representative Assessee, or Authorised Representative will be required to be submitted along with the PAN application. The CAF itself serves as the document basis. <strong>The liability of the AS named in the RA/AR field is solely limited to the purpose of applying for PAN.</strong></p> </div> <div class="clar-card"> <div class="clar-tag green">Clarification 3</div> <div class="clar-card-top"> <div class="clar-icon">📱</div> <h4>Contact Details — Use AS Details If Available, Else FPI Details</h4> </div> <p>FPIs may provide the Authorised Signatory's address, mobile number, landline number, and email ID — <strong>if available</strong>. If these details are unavailable for the AS, the corresponding contact details of the FPI itself may be submitted in their place. This ends the mandatory requirement to provide AS-specific contact details.</p> </div> <div class="clar-card"> <div class="clar-tag teal">Clarification 4</div> <div class="clar-card-top"> <div class="clar-icon">🔒</div> <h4>Identity Documents — FPI Registration Number Accepted as Alternative</h4> </div> <p>If the PAN, Aadhaar, or Passport Number of the Authorised Signatory are available, they may be furnished. However, <strong>if these identity details are not available</strong>, the <strong>FPI's own SEBI registration number</strong> can be provided as an alternative identifier. This removes a significant blocker for FPIs whose authorised signatories are based in jurisdictions where obtaining these specific Indian or internationally recognised IDs is not possible.</p> </div> <div class="clar-card"> <div class="clar-tag purple">Clarification 5</div> <div class="clar-card-top"> <div class="clar-icon">🌎</div> <h4>TIN Not Applicable — Enter "0000000000"</h4> </div> <p>For jurisdictions where a Taxpayer Identification Number (TIN) is not issued or is not applicable, FPIs may now enter <strong>"0000000000" (ten zeros)</strong> in the TIN field of the PAN application form. This simple but important clarification unblocks the application for FPIs from countries that do not operate TIN systems equivalent to India's.</p> </div> <div class="clar-card"> <div class="clar-tag red">Clarification 6</div> <div class="clar-card-top"> <div class="clar-icon">📞</div> <h4>Landline Number Accepted Where Mobile Unavailable</h4> </div> <p>Since FPIs are foreign institutional entities, they may not have Indian mobile numbers. CBDT has clarified that FPIs may provide a <strong>landline number</strong> in cases where a mobile number is unavailable. This removes the practical impossibility created by making mobile numbers mandatory for foreign entities.</p> </div> </div> <h2>Before vs. After — Exact Changes at a Glance</h2> <div class="ps-table-wrap"> <table class="ps-table"> <thead> <tr> <th>Field / Requirement</th> <th>Before (March 2026 Forms)</th> <th>After (CBDT Clarification — May 2026)</th> </tr> </thead> <tbody> <tr> <td>RA/AR Field</td> <td><span class="badge-old">Problem</span> Required separate identification of a Representative Assessee / Authorised Representative with full details</td> <td><span class="badge-new">Resolved</span> Name of Authorised Signatory in the CAF is sufficient — no separate RA/AR identification needed</td> </tr> <tr> <td>Supporting Documents for AS/RA/AR</td> <td><span class="badge-old">Problem</span> Supporting documents for the RA/AR were required</td> <td><span class="badge-new">Resolved</span> No supporting documents required for the AS, RA, or AR</td> </tr> <tr> <td>AS/RA/AR Contact Details</td> <td><span class="badge-old">Problem</span> Contact details of the specific AS/RA/AR were mandatory</td> <td><span class="badge-new">Resolved</span> AS details if available; else FPI's own details are accepted</td> </tr> <tr> <td>Identity Proof of AS</td> <td><span class="badge-old">Problem</span> PAN / Aadhaar / Passport of the AS required mandatorily</td> <td><span class="badge-new">Resolved</span> If not available, FPI's SEBI registration number is accepted as alternative</td> </tr> <tr> <td>Taxpayer Identification Number (TIN)</td> <td><span class="badge-old">Problem</span> Mandatory — no workaround for jurisdictions without TIN systems</td> <td><span class="badge-new">Resolved</span> Enter "0000000000" where TIN is not applicable in the jurisdiction</td> </tr> <tr> <td>Contact Number</td> <td><span class="badge-old">Problem</span> Mobile number made mandatory — problematic for foreign entities without Indian mobile numbers</td> <td><span class="badge-new">Resolved</span> Landline number accepted where mobile number is unavailable</td> </tr> </tbody> </table> </div> <h2>How Did We Get Here — A Quick Timeline</h2> <div class="timeline-wrap"> <div class="tl-item"> <div class="tl-left"> <div class="tl-dot">1</div> <div class="tl-line"></div> </div> <div class="tl-body"> <h5>March 20, 2026 — CBDT Notifies New Income-tax Rules, 2026</h5> <p>CBDT publishes the new Income-tax Rules, 2026 and revises PAN application forms. New mandatory fields introduced including TIN, RA/AR details, and mobile number. These changes apply uniformly to all PAN applicants including FPIs.</p> </div> </div> <div class="tl-item"> <div class="tl-left"> <div class="tl-dot">2</div> <div class="tl-line"></div> </div> <div class="tl-body"> <h5>March–April 2026 — FPI Onboarding Bottleneck Emerges</h5> <p>FPI custodians, depositories, and market participants begin flagging difficulties. FPIs from jurisdictions without TINs, or where AS identity documents are unavailable, cannot complete the PAN application. The CAF process stalls at the PAN stage for an increasing number of foreign investors.</p> </div> </div> <div class="tl-item"> <div class="tl-left"> <div class="tl-dot">3</div> <div class="tl-line"></div> </div> <div class="tl-body"> <h5>April–May 2026 — SEBI Engages with CBDT</h5> <p>SEBI, having received stakeholder representations, proactively engages with CBDT to explain the specific difficulties faced by FPIs and propose practical solutions. Cross-departmental discussions take place between the capital markets and taxation regulators.</p> </div> </div> <div class="tl-item"> <div class="tl-left"> <div class="tl-dot">4</div> <div class="tl-line"></div> </div> <div class="tl-body"> <h5>May 15, 2026 — CBDT Issues Clarifications; SEBI Announces via PR No. 30/2026</h5> <p>CBDT issues six specific clarifications addressing each identified bottleneck. SEBI simultaneously publishes Press Release No. 30/2026 informing the market of the changes and the relief now available to FPIs in their PAN application process.</p> </div> </div> </div> <h2>Why This Matters — The Bigger Picture for India's Capital Markets</h2> <p>This may look like a narrow, technical fix to some PAN form fields. But it has significant implications for India's position as a destination for global capital.</p> <h3>FPIs Are a Critical Pillar of Indian Capital Markets</h3> <p>Foreign Portfolio Investors consistently rank among the largest participants in Indian equity and debt markets. FPI flows significantly influence index levels, currency movements, and overall market sentiment. When FPI onboarding is delayed by paperwork issues, it directly affects investment flows, market depth, and India's reputation in the global investor community.</p> <h3>The CAF Is the Single Gateway — Any Block Is Total</h3> <p>Because the Common Application Form integrates registration, banking, demat, and PAN into a single workflow, a problem with the PAN component does not just delay PAN — it delays <em>everything</em>. An FPI cannot be registered with SEBI, cannot open its bank account, and cannot set up its demat account until the PAN is resolved. The March 2026 form changes had therefore created a total block on new FPI onboarding, not just a PAN delay.</p> <div class="hb green"> <h4>🌟 What This Resolution Achieves</h4> <ul> <li>Unblocks FPI onboarding cases stuck since March 2026 due to TIN and RA/AR issues</li> <li>Prevents future bottlenecks for FPIs from jurisdictions without TIN systems</li> <li>Reduces documentation burden — no supporting documents for AS/RA/AR field</li> <li>Maintains the single-form (CAF) workflow integrity — no need for separate workaround filings</li> <li>Signals strong inter-regulatory coordination between SEBI and CBDT</li> <li>Reinforces India's "ease of doing business" narrative for foreign investors</li> <li>Aligns PAN application requirements with international FPI structures and norms</li> </ul> </div> <h3>SEBI's Ongoing Effort on FPI Ease of Onboarding</h3> <p>This press release is not a one-off intervention. SEBI has been systematically working to reduce onboarding friction for FPIs across multiple fronts. SEBI's own statement in the press release notes: <em>"The above measures resonate with the continuous efforts towards providing ease of onboarding to FPIs."</em></p> <p>Over the past few years, SEBI has progressively simplified FPI registration categories (from three to two categories — Category I and Category II), simplified the KYC (Know Your Customer) documentation, extended the validity of existing registrations to reduce renewal burden, allowed greater flexibility in FPI structure and beneficial ownership disclosures, and now this latest intervention with CBDT on PAN issues. Each of these steps individually makes a marginal difference, but cumulatively they create a significantly more accessible Indian market for global investors.</p> <div class="hb teal"> <h4>🌎 India's Competitive Context — Why Every Friction Point Counts</h4> <p>India competes with other emerging markets — including China, Indonesia, Brazil, and South Africa — for FPI allocation. When an FPI manager decides how much of their portfolio to allocate to India vs. a competitor market, operational efficiency is a real factor. A simpler, faster, less document-heavy onboarding process is a genuine competitive advantage. Conversely, avoidable friction — like a PAN form that requires TINs that don't exist in the investor's home country — can push allocation decisions in a competitor's favour. This is why SEBI's prompt action on the March 2026 issues was the right call.</p> </div> <h2>Practical Guidance — What Should FPIs and Their Custodians Do Now?</h2> <p>If you are an FPI, a custodian bank handling FPI onboarding, a depository participant, or a designated depository institution (DDI), here is what the CBDT clarification means for you practically:</p> <div class="hb blue"> <h4>📋 Step-by-Step Practical Guidance</h4> <ul> <li><strong>If you have a pending PAN application stuck due to TIN field:</strong> Enter "0000000000" in the TIN field and resubmit or update the application.</li> <li><strong>If the RA/AR field was a problem:</strong> Use the name of the Authorised Signatory already captured in your CAF — no separate RA/AR identification needed, no supporting documents required.</li> <li><strong>If AS contact details are unavailable:</strong> Provide the FPI entity's own address, phone number, and email instead of the AS's personal details.</li> <li><strong>If AS identity documents (PAN/Aadhaar/Passport) are unavailable:</strong> Use the FPI's SEBI registration number in the identity field.</li> <li><strong>If mobile number is unavailable:</strong> Provide a landline number for the contact number field.</li> <li><strong>For new FPI applicants going forward:</strong> Follow the clarified requirements from the outset — your CAF already captures the Authorised Signatory name which is now sufficient for the RA/AR field.</li> <li><strong>Custodians and DDIs:</strong> Communicate these changes to all pending and prospective FPI clients immediately. Update your internal onboarding checklists and form-filling guides to reflect the CBDT clarifications.</li> </ul> </div> <h2>Frequently Asked Questions (FAQs)</h2> <div class="faq-wrap"> <div class="faq-q3">Q1. What is SEBI Press Release No. 30/2026 about?</div> <div class="faq-a3">It is a press release dated May 15, 2026, in which SEBI announced that CBDT has issued clarifications to remove difficulties faced by Foreign Portfolio Investors (FPIs) in obtaining PAN under the newly notified Income-tax Rules, 2026. The clarifications ease documentation requirements for the PAN application process that is part of the Common Application Form used by FPIs for onboarding in India.</div> <div class="faq-q3">Q2. What is the Common Application Form (CAF) and who uses it?</div> <div class="faq-a3">The Common Application Form is an integrated form introduced by SEBI that allows FPIs to simultaneously apply for SEBI registration, open a bank account, open a demat account, and apply for PAN — all through a single form and single submission process. It was designed to reduce complexity and speed up FPI onboarding. All FPIs seeking to register and invest in India use the CAF as part of their onboarding process.</div> <div class="faq-q3">Q3. What changes did CBDT make to PAN application forms in March 2026 that caused problems?</div> <div class="faq-a3">On March 20, 2026, CBDT notified the new Income-tax Rules, 2026 with revised PAN application forms. The changes introduced mandatory requirements for a Taxpayer Identification Number (TIN), full details and supporting documents for a Representative Assessee or Authorised Representative (RA/AR), and made mobile number (previously optional) mandatory. These requirements could not be met by many FPIs because their home jurisdictions do not issue TINs, their authorised signatories do not have Indian identity documents, and they do not have Indian mobile numbers.</div> <div class="faq-q3">Q4. What is a Taxpayer Identification Number (TIN) and why don't all FPIs have one?</div> <div class="faq-a3">A Taxpayer Identification Number is a unique identifier used by a country's tax authority to identify taxpayers — India's PAN is itself a form of TIN. Many countries, particularly offshore financial centres, certain Middle Eastern jurisdictions, and smaller economies, either do not have equivalent TIN systems, or their systems are structured very differently from India's. FPIs domiciled in such jurisdictions genuinely cannot provide a TIN because none exists for them in their home country. CBDT's clarification allows them to enter "0000000000" to indicate TIN is not applicable.</div> <div class="faq-q3">Q5. What is a Representative Assessee (RA) or Authorised Representative (AR) in the context of FPI PAN?</div> <div class="faq-a3">In Indian tax law, a Representative Assessee is a person who is responsible for the tax obligations of another entity — in the case of non-resident companies and FPIs, the RA is typically the authorised person or entity in India responsible for tax compliance on behalf of the FPI. The new PAN forms required detailed identification of this RA/AR. The CBDT clarification now allows the Authorised Signatory named in the CAF to serve this purpose — without requiring separate documentation or identification.</div> <div class="faq-q3">Q6. Does the AS named in the RA/AR field take on any tax liability?</div> <div class="faq-a3">No. SEBI's press release explicitly clarifies that the liability of the Authorised Signatory named in the RA/AR field is <strong>solely limited to the purpose of applying for PAN</strong>. The AS does not take on any broader tax liability of the FPI by being named in this field. This is an important clarification that prevents authorised signatories from being reluctant to be named.</div> <div class="faq-q3">Q7. What if an FPI's authorised signatory does not have a PAN, Aadhaar, or passport number to provide?</div> <div class="faq-a3">CBDT has clarified that if PAN, Aadhaar, and Passport Number of the Authorised Signatory are not available, the FPI's own SEBI registration number can be provided in the identity field. This is a practical alternative that eliminates the documentation barrier for FPIs whose authorised signatories are based in jurisdictions where these specific identity documents are not available or not issued.</div> <div class="faq-q3">Q8. Will FPIs whose applications were stuck due to these issues be able to proceed now?</div> <div class="faq-a3">Yes. The CBDT clarifications apply immediately and address the specific fields that were causing bottlenecks. FPIs or their custodians with pending PAN applications that were stuck due to the TIN, RA/AR, or contact detail issues should be able to update or resubmit their applications using the relaxed requirements announced in the May 2026 clarification. Custodians and Designated Depository Institutions (DDIs) are expected to guide their clients through the updated process.</div> <div class="faq-q3">Q9. Is this a permanent change or a temporary relaxation?</div> <div class="faq-a3">The press release does not characterise this as a temporary measure. The CBDT clarification appears to be a standing clarification to the Income-tax Rules, 2026 framework — meaning FPIs going forward will also benefit from these relaxed requirements. However, if CBDT or the government makes further changes to the income tax rules or PAN application forms in the future, the position could change. FPIs should monitor official CBDT and SEBI communications for any subsequent updates.</div> <div class="faq-q3">Q10. How does this fit into SEBI's broader effort to improve FPI onboarding ease?</div> <div class="faq-a3">This intervention is part of SEBI's stated commitment to continuously improving the ease of onboarding for Foreign Portfolio Investors. SEBI has over the past several years simplified FPI registration categories, eased KYC documentation requirements, extended registration validity periods, and now intervened with CBDT on PAN-related friction. Each measure individually reduces a specific friction point; together they make India's FPI onboarding process progressively more efficient and investor-friendly — which helps India compete effectively for global capital allocation.</div> </div> <h2>Conclusion: A Small Fix With a Big Signal</h2> <p>The SEBI Press Release No. 30/2026 may appear narrow in scope — a few tweaks to how FPIs fill out their PAN application forms. But the signal it sends is broader and more important: India's regulators are watching for friction points in the investment process, are willing to act quickly when they are identified, and are capable of coordinating effectively across departmental boundaries (SEBI and CBDT in this case) to resolve them.</p> <p>For FPIs and their custodians, the immediate benefit is practical — blocked onboarding cases can now proceed, and future applications will be simpler. For India's capital markets, the benefit is reputational — yet another data point that India is a serious, investor-friendly jurisdiction that responds to market feedback with real action.</p> <p>SEBI's own characterisation is apt: <em>"The above measures resonate with the continuous efforts towards providing ease of onboarding to FPIs."</em> Continuous is the operative word — this is not a one-time fix but part of an ongoing commitment that India must maintain if it wants to remain competitive in attracting the global capital its growth ambitions require.</p> <div class="hb teal"> <h4>🔗 Official Source</h4> <p> This article is based on <strong>SEBI Press Release No. 30/2026</strong> dated May 15, 2026 – <a href="https://www.sebi.gov.in/media-and-notifications/press-releases/may-2026/removal-of-difficulties-for-on-boarding-for-fpis-pan-allotment-related-issues_101471.html" target="_blank" rel="noopener"> Removal of difficulties for on-boarding for FPIs – PAN allotment related issues </a> – and corroborating coverage by leading financial news outlets. </p> </div> <div class="fpi-disc"> <strong>Disclaimer:</strong> This article is for educational and informational purposes only. It is based on SEBI Press Release No. 30/2026 dated May 15, 2026, and publicly available news reports covering the same. While every effort has been made to ensure accuracy, this article does not constitute legal, tax, or compliance advice. The CBDT clarifications described herein relate to the Income-tax Rules, 2026 and may be subject to further amendments. FPIs and market intermediaries are advised to refer to the official SEBI and CBDT communications and consult qualified legal and tax advisers for specific guidance on PAN application and onboarding procedures. </div>

Related Updates