/* ─── Flow Diagram ─── */
.flow-diagram {
margin: 32px 0;
background: linear-gradient(135deg, #eff6ff 0%, #f0f9ff 100%);
border-radius: 14px;
padding: 28px 20px;
border: 1px solid #bfdbfe;
}
.flow-title {
text-align: center;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .1em;
color: #1d4ed8;
margin: 0 0 20px;
}
.flow-steps {
display: flex;
flex-direction: column;
align-items: center;
gap: 0;
}
.flow-step {
display: flex;
align-items: center;
gap: 14px;
background: #ffffff;
border: 1px solid #dbeafe;
border-radius: 10px;
padding: 12px 20px;
width: 100%;
max-width: 520px;
box-shadow: 0 1px 4px rgba(37,99,235,.07);
transition: box-shadow .2s;
}
.flow-step:hover { box-shadow: 0 4px 14px rgba(37,99,235,.12); }
.flow-icon {
width: 36px;
height: 36px;
min-width: 36px;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
background: #eff6ff;
}
.flow-step-text { flex: 1; }
.flow-step-label {
font-size: 13px;
font-weight: 700;
color: #c9a227;
margin: 0 0 2px;
}
.flow-step-sub {
font-size: 11px;
color: #64748b;
margin: 0;
}
.flow-arrow {
text-align: center;
color: #93c5fd;
font-size: 20px;
line-height: 1;
padding: 4px 0;
}
/* ─── Section Intro Box ─── */
.section-intro {
background: #fffbeb;
border-left: 4px solid #f59e0b;
border-radius: 0 8px 8px 0;
padding: 14px 18px;
font-size: 14px;
color: #78350f;
margin: 0 0 20px;
line-height: 1.7;
}
/* ─── Insight Box ─── */
.insight-box {
background: linear-gradient(135deg, #1e3a5f 0%, #0f172a 100%);
border-radius: 12px;
padding: 20px 24px;
margin: 28px 0;
color: #e2e8f0;
}
.insight-box .ib-head {
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .1em;
color: #d4af37;
margin: 0 0 8px;
}
.insight-box p {
font-size: 14px;
line-height: 1.75;
margin: 0;
color: #cbd5e1;
}
/* ─── Tables ─── */
.clu-table-wrap {
overflow-x: auto;
margin: 24px 0;
border-radius: 10px;
border: 1px solid #e2e8f0;
box-shadow: 0 1px 6px rgba(0,0,0,.04);
}
.clu-table {
width: 100%;
border-collapse: collapse;
font-size: 13.5px;
}
.clu-table thead tr {
background: #111827;
color: #ffffff;
}
.clu-table thead th {
padding: 12px 16px;
text-align: left;
font-size: 12px;
font-weight: 600;
letter-spacing: .04em;
white-space: nowrap;
}
.clu-table tbody tr { border-bottom: 1px solid #f1f5f9; }
.clu-table tbody tr:last-child { border-bottom: none; }
.clu-table tbody tr:nth-child(even) { background: #f8fafc; }
.clu-table tbody td {
padding: 11px 16px;
vertical-align: top;
color: #334155;
line-height: 1.6;
}
.clu-table .td-head {
font-weight: 600;
color: #1e293b;
}
.badge-old {
display: inline-block;
font-size: 10px;
font-weight: 700;
padding: 2px 7px;
border-radius: 4px;
background: #fee2e2;
color: #991b1b;
}
.badge-new {
display: inline-block;
font-size: 10px;
font-weight: 700;
padding: 2px 7px;
border-radius: 4px;
background: #dcfce7;
color: #166534;
}
/* ─── Practical Example ─── */
.example-box {
background: #f0fdf4;
border: 1px solid #86efac;
border-radius: 12px;
padding: 22px 26px;
margin: 28px 0;
}
.example-box .ex-head {
display: flex;
align-items: center;
gap: 8px;
margin: 0 0 14px;
}
.example-box .ex-icon {
font-size: 20px;
}
.example-box .ex-title {
font-family: 'Cinzel', serif;
font-size: 15px;
font-weight: 700;
color: #14532d;
margin: 0;
}
.example-box p { font-size: 14px; color: #166534; margin: 0 0 10px; }
.example-box .ex-figures {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
gap: 10px;
margin: 14px 0;
}
.ex-fig {
background: #ffffff;
border: 1px solid #bbf7d0;
border-radius: 8px;
padding: 10px 14px;
}
.ex-fig .ef-label {
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .06em;
color: #6b7280;
margin: 0 0 2px;
}
.ex-fig .ef-val {
font-size: 16px;
font-weight: 700;
color: #c9a227;
margin: 0;
}
.ex-fig .ef-sub {
font-size: 11px;
color: #6b7280;
margin: 0;
}
/* ─── Cards row ─── */
.cards-row {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
gap: 16px;
margin: 24px 0;
}
.proposal-card {
background: #ffffff;
border: 1px solid #e2e8f0;
border-top: 3px solid #c9a227;
border-radius: 10px;
padding: 16px 18px;
}
.proposal-card .pc-num {
font-size: 10px;
font-weight: 700;
letter-spacing: .1em;
text-transform: uppercase;
color: #2563eb;
margin: 0 0 6px;
}
.proposal-card .pc-title {
font-size: 14px;
font-weight: 700;
color: #0f172a;
margin: 0 0 6px;
}
.proposal-card .pc-desc {
font-size: 12.5px;
color: #475569;
margin: 0;
line-height: 1.6;
}
/* ─── Risk-Benefit ─── */
.risk-benefit {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
margin: 24px 0;
}
@media(max-width:600px){ .risk-benefit { grid-template-columns: 1fr; } }
.rb-col {
border-radius: 10px;
padding: 16px 18px;
}
.rb-col.benefit { background: #f0fdf4; border: 1px solid #86efac; }
.rb-col.risk { background: #fff1f2; border: 1px solid #fecdd3; }
.rb-col .rb-head {
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .08em;
margin: 0 0 12px;
}
.rb-col.benefit .rb-head { color: #166534; }
.rb-col.risk .rb-head { color: #9f1239; }
.rb-col ul { margin: 0; padding-left: 18px; }
.rb-col li { font-size: 13px; color: #334155; margin-bottom: 6px; line-height: 1.55; }
/* ─── Timeline ─── */
.timeline { position: relative; margin: 28px 0 28px 16px; }
.timeline::before {
content: '';
position: absolute;
left: 0;
top: 6px;
bottom: 6px;
width: 2px;
background: linear-gradient(180deg, #2563eb 0%, #7c3aed 100%);
}
.tl-item {
position: relative;
padding-left: 24px;
margin-bottom: 18px;
}
.tl-item::before {
content: '';
position: absolute;
left: -5px;
top: 7px;
width: 12px;
height: 12px;
border-radius: 50%;
background: #2563eb;
border: 2px solid #fff;
box-shadow: 0 0 0 2px #bfdbfe;
}
.tl-date {
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .08em;
color: #7c3aed;
margin: 0 0 2px;
}
.tl-label {
font-size: 14px;
font-weight: 600;
color: #1e293b;
margin: 0;
}
.tl-sub {
font-size: 12.5px;
color: #64748b;
margin: 2px 0 0;
}
/* ─── FAQ ─── */
.faq-item {
border: 1px solid #e2e8f0;
border-radius: 10px;
margin-bottom: 10px;
overflow: hidden;
}
.faq-q {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 12px;
padding: 14px 18px;
background: #f8fafc;
border-bottom: 1px solid #e2e8f0;
}
.faq-q-text {
font-size: 14px;
font-weight: 600;
color: #1e293b;
line-height: 1.5;
}
.faq-a {
padding: 14px 18px;
font-size: 13.5px;
color: #475569;
line-height: 1.7;
background: #fff;
}
/* ─── Author Insight ─── */
.author-insight {
background: linear-gradient(135deg, #1e3a5f 0%, #312e81 100%);
border-radius: 14px;
padding: 26px 28px;
margin: 36px 0;
color: #e2e8f0;
position: relative;
overflow: hidden;
}
.author-insight::before {
content: '"';
position: absolute;
right: 20px;
top: -10px;
font-size: 120px;
font-family: 'Cinzel', serif;
color: rgba(255,255,255,.07);
line-height: 1;
}
.ai-label {
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .12em;
color: #a5b4fc;
margin: 0 0 8px;
}
.ai-title {
font-family: 'Cinzel', serif;
font-size: 19px;
color: #ffffff;
margin: 0 0 14px;
}
.ai-points { list-style: none; padding: 0; margin: 0; }
.ai-points li {
font-size: 13.5px;
color: #cbd5e1;
padding: 8px 0 8px 24px;
position: relative;
border-bottom: 1px solid rgba(255,255,255,.07);
line-height: 1.65;
}
.ai-points li:last-child { border-bottom: none; }
.ai-points li::before {
content: '→';
position: absolute;
left: 0;
color: #818cf8;
font-weight: 700;
}
/* ─── Disclaimer ─── */
.disclaimer {
background: #fef3c7;
border: 1px solid #fde68a;
border-radius: 8px;
padding: 12px 16px;
font-size: 12px;
color: #92400e;
line-height: 1.6;
margin: 32px 0 0;
}
.disclaimer strong { color: #78350f; }
/* ─── Number Highlight ─── */
.stat-row {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
gap: 14px;
margin: 24px 0;
}
.stat-card {
text-align: center;
padding: 16px 12px;
background: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 10px;
box-shadow: 0 2px 6px rgba(0,0,0,.04);
}
.stat-num {
font-family: 'Cinzel', serif;
font-size: 28px;
font-weight: 800;
color: #c9a227;
line-height: 1;
margin: 0 0 4px;
}
.stat-label {
font-size: 11px;
color: #64748b;
font-weight: 500;
line-height: 1.4;
}
@media(max-width:640px){
.qf-grid { grid-template-columns: 1fr 1fr; }
.cards-row { grid-template-columns: 1fr; }
.clu-article h2 { font-size: 19px; }
}
</style>
<div class="quick-facts">
<p class="qf-title">⚡ Quick Facts at a Glance</p>
<div class="qf-grid">
<div class="qf-item">
<span class="qf-label">Issuing Authority</span>
<span class="qf-value">SEBI (Securities and Exchange Board of India)</span>
</div>
<div class="qf-item">
<span class="qf-label">Consultation Paper Date</span>
<span class="qf-value">May 13, 2026</span>
</div>
<div class="qf-item">
<span class="qf-label">Governing Regulation</span>
<span class="qf-value">SEBI (Mutual Funds) Regulations, 2026 — Regulation 42</span>
</div>
<div class="qf-item">
<span class="qf-label">Industry Affected</span>
<span class="qf-value">All Mutual Funds, AMCs, Trustees, Banks</span>
</div>
<div class="qf-item">
<span class="qf-label">Comment Deadline</span>
<span class="qf-value">June 3, 2026</span>
</div>
<div class="qf-item">
<span class="qf-label">Current Status</span>
<span class="qf-value">Consultation paper; comments open until June 3, 2026</span>
</div>
<div class="qf-item">
<span class="qf-label">Regulatory Question</span>
<span class="qf-value">Should intraday borrowing be allowed for purposes beyond redemption or unitholder payouts?</span>
</div>
<div class="qf-item">
<span class="qf-label">Cost Bearer</span>
<span class="qf-value">AMC (borne independently from the investor or scheme)</span>
</div>
</div>
</div>
<div class="stat-row">
<div class="stat-card">
<div class="stat-num">20%</div>
<div class="stat-label">Standard borrowing cap of scheme net assets</div>
</div>
<div class="stat-card">
<div class="stat-num">6</div>
<div class="stat-label">Maximum duration in months for regular borrowing</div>
</div>
<div class="stat-card">
<div class="stat-num">T+1</div>
<div class="stat-label">Redemption payout settlement cycle in India</div>
</div>
<div class="stat-card">
<div class="stat-num">0</div>
<div class="stat-label">Additional costs transferred to investors</div>
</div>
</div>
<h2>1. Introduction: Regulatory Review of <a href="/glossary/mutual-fund" class="text-gold font-semibold hover:underline" title="Mutual Fund definition">Mutual Fund</a> Borrowings</h2>
<p>India's mutual fund industry manages a very large pool of assets, and mutual fund schemes often face timing gaps between outflows and receivables. When an investor executes a redemption request, the fund house must still meet payout timelines, even though some cash flows may arrive later in the day.</p>
<p>This timing mismatch necessitates a bridging mechanism known as <strong>intraday borrowing</strong>. Fund houses secure short-term credit from banking institutions in the morning to fulfill investor payouts, subsequently repaying the credit line by the end of the day once their respective inflows are realized.</p>
<p>SEBI enabled a carve-out for intraday borrowings under the <strong>SEBI (Mutual Funds) Regulations, 2026</strong>, and the operational safeguards were prescribed through a circular dated March 13, 2026. SEBI then issued a <strong>consultation paper on May 13, 2026</strong> to seek public feedback on the use of these borrowing lines, the safeguards around them, and whether the framework should be expanded or refined.</p>
<div class="section-intro">
💡 <strong>Practical Context:</strong> Consider a scenario where a ₹50 lakh Fixed Deposit matures at 5 PM, but a ₹40 lakh payment is due by 10 AM. Securing a short-term bank overdraft in the morning and settling it by the evening efficiently resolves this mismatch. Mutual funds utilize an identical mechanism on an institutional scale.
</div>
<h2>2. Understanding Intraday Borrowing in Mutual Funds</h2>
<p>Intraday borrowing involves securing credit that is both initiated and settled <em>within the same business day</em>. Unlike standard loans maintained over extended periods, an intraday credit line opens during morning operational hours and is fully closed before the market day concludes.</p>
<p>Within the mutual fund sector, this is a same-day credit arrangement used to bridge timing gaps between scheme outflows and scheme receivables. In the consultation paper, AMFI says intraday borrowing is used not only for redemptions but also for pay-in obligations, forex settlements, borrowing payments, and MTM of derivative positions.</p>
<h3>Intraday Borrowing vs. Normal Borrowing</h3>
<div class="clu-table-wrap">
<table class="clu-table">
<thead>
<tr>
<th>Feature</th>
<th>Normal Borrowing</th>
<th>Intraday Borrowing</th>
</tr>
</thead>
<tbody>
<tr>
<td class="td-head">Duration</td>
<td>Up to 6 months</td>
<td>Same business day</td>
</tr>
<tr>
<td class="td-head">Cap</td>
<td>20% of the scheme's net assets</td>
<td>Current paper asks whether borrowings should be limited to guaranteed receivables or may exceed them</td>
</tr>
<tr>
<td class="td-head">Purpose</td>
<td>Redemptions, pay-in obligations, forex settlements, borrowing payments, MTM of derivatives, and other same-day liquidity needs</td>
<td>Describes current practice; the consultation paper asks whether this should be allowed more broadly</td>
</tr>
<tr>
<td class="td-head">Cost</td>
<td>Can be charged to the scheme</td>
<td>Must be borne entirely by the AMC</td>
</tr>
<tr>
<td class="td-head">Governance</td>
<td>General fund mandate</td>
<td>Board-approved policy, publicly disclosed on the AMC's website</td>
</tr>
<tr>
<td class="td-head">Risk Profile</td>
<td>Higher (extended exposure period)</td>
<td>Lower (highly short-term and asset-backed)</td>
</tr>
</tbody>
</table>
</div>
<h2>3. Existing Regulatory Framework for Borrowing</h2>
<p>Under <strong>Regulation 42(1) of the SEBI (Mutual Funds) Regulations, 2026</strong>, a mutual fund scheme is legally permitted to borrow funds to satisfy specific operational requirements:</p>
<div class="cards-row">
<div class="proposal-card">
<p class="pc-num">Purpose 01</p>
<p class="pc-title">Unit Repurchase and Redemption</p>
<p class="pc-desc">Providing necessary liquidity to process prompt payments when an investor exits the fund.</p>
</div>
<div class="proposal-card" style="border-top-color:#7c3aed">
<p class="pc-num" style="color:#7c3aed">Purpose 02</p>
<p class="pc-title">Interest and IDCW Payouts</p>
<p class="pc-desc">Facilitating the payment of interest or Income Distribution cum Capital Withdrawal (IDCW) amounts owed to unit holders.</p>
</div>
<div class="proposal-card" style="border-top-color:#059669">
<p class="pc-num" style="color:#059669">Purpose 03</p>
<p class="pc-title">ETF and Index Fund Trade Settlement</p>
<p class="pc-desc">Assisting equity-oriented index funds and ETFs for settlement of trades arising from under-execution of sell trades on the stock exchange.</p>
</div>
</div>
<p>Standard regulatory limits dictate that conventional borrowing <strong>must not exceed 20% of the scheme's net assets</strong>, with a maximum duration of <strong>six months</strong>. However, the regulations provide a specific operational exemption: <em>the 20% limit does not apply to intraday borrowings</em>, provided the AMC strictly adheres to SEBI's prescribed conditions.</p>
<div class="insight-box">
<p class="ib-head">📌 Regulatory Anchor</p>
<p>The framework for intraday borrowings is set out in the SEBI (Mutual Funds) Regulations, 2026 and the March 2026 circular. The consultation paper notes that intraday borrowings are not necessarily limited to guaranteed receivables, but they must still be extinguished by end of day or converted into overnight borrowings within statutory limits and for permitted purposes.</p>
</div>
<h2>4. Purpose of the May 2026 Consultation Paper</h2>
<p>While the March 13, 2026 circular operationalised the framework, SEBI has now sought market feedback through the May 2026 consultation paper. The paper reflects SEBI's iterative approach to policy refinement.</p>
<div class="timeline">
<div class="tl-item">
<p class="tl-date">March 13, 2026</p>
<p class="tl-label">SEBI Circular on Intraday Borrowing Released</p>
<p class="tl-sub">Circular HO/(92)2026-IMD-POD-2/I/6961/2026 set out the safeguards and operating conditions.</p>
</div>
<div class="tl-item">
<p class="tl-date">April 1, 2026</p>
<p class="tl-label">Initial Effective Date</p>
<p class="tl-sub">The carve-out in the regulations came into effect, but the consultation paper says the guidelines were later deferred.</p>
</div>
<div class="tl-item">
<p class="tl-date">May 13, 2026</p>
<p class="tl-label">Consultation Paper Issued</p>
<p class="tl-sub">SEBI sought public comments on the proposal and operational safeguards.</p>
</div>
<div class="tl-item">
<p class="tl-date">June 3, 2026</p>
<p class="tl-label">Public Comment Deadline</p>
<p class="tl-sub">Last date to submit suggestions through SEBI's public comment link.</p>
</div>
<div class="tl-item">
<p class="tl-date">July 15, 2026</p>
<p class="tl-label">Deferred Applicability Date</p>
<p class="tl-sub">The consultation paper states the guidelines were deferred to this date due to operational challenges.</p>
</div>
</div>
<p>Fundamentally, SEBI aims to determine whether fund houses are utilizing intraday borrowing responsibly, if the established caps function effectively, and whether investor protection remains robust. This systematic review ensures the regulatory architecture remains resilient.</p>
<h2>5. Consultation Proposals and Existing Safeguards</h2>
<p>The operational conditions established by SEBI for intraday borrowing are detailed below:</p>
<div class="cards-row">
<div class="proposal-card">
<p class="pc-num">Condition 01</p>
<p class="pc-title">Board-Approved Policy</p>
<p class="pc-desc">The AMC's board and the board of trustees must formally approve a comprehensive policy governing intraday borrowing. This policy must be publicly accessible on the AMC's official website.</p>
</div>
<div class="proposal-card" style="border-top-color:#d97706">
<p class="pc-num" style="color:#d97706">Condition 02</p>
<p class="pc-title">Restricted Purpose Utilization</p>
<p class="pc-desc">Intraday borrowing is exclusively permitted for: (a) redemption or repurchase of units, or (b) payment of interest or IDCW (Income Distribution cum Capital Withdrawal) payouts to unit holders.</p>
</div>
<div class="proposal-card" style="border-top-color:#059669">
<p class="pc-num" style="color:#059669">Condition 03</p>
<p class="pc-title">Cap Tied to Guaranteed Receivables</p>
<p class="pc-desc">The total borrowing amount cannot exceed the guaranteed receivables scheduled for that same day from the Government of India, RBI, or CCIL.</p>
</div>
<div class="proposal-card" style="border-top-color:#7c3aed">
<p class="pc-num" style="color:#7c3aed">Condition 04</p>
<p class="pc-title">AMC Bears All Associated Costs</p>
<p class="pc-desc">All expenses and potential losses derived from intraday borrowing must be fully absorbed by the AMC, shielding the scheme and investors entirely.</p>
</div>
<div class="proposal-card" style="border-top-color:#dc2626">
<p class="pc-num" style="color:#dc2626">Condition 05</p>
<p class="pc-title">Regulatory Compliance Standards</p>
<p class="pc-desc">AMCs must maintain strict compliance with Clauses 6 and 7 of the Fourth Schedule of the SEBI (MF) Regulations, 2026, and Para 16.8 of the SEBI Master Circular for Mutual Funds.</p>
</div>
<div class="proposal-card" style="border-top-color:#0891b2">
<p class="pc-num" style="color:#0891b2">Condition 06 (ETFs / Index Funds)</p>
<p class="pc-title">Trade Settlement Provision</p>
<p class="pc-desc">The consultation paper discusses borrowing by equity-oriented index funds and ETFs for settlement of trades arising from under-execution of sell trades on the stock exchange.</p>
</div>
</div>
<h3>Examples Cited in the Consultation Paper</h3>
<p>The paper and AMFI submission refer to the following examples of same-day receivables and liquidity needs:</p>
<div class="clu-table-wrap">
<table class="clu-table">
<thead>
<tr><th>Item</th><th>How it is described in the paper</th></tr>
</thead>
<tbody>
<tr><td class="td-head">TREPS maturity proceeds</td><td>One of the same-day receivables cited by SEBI/AMFI.</td></tr>
<tr><td class="td-head">Reverse repo proceeds</td><td>Same-day receivables cited in the paper.</td></tr>
<tr><td class="td-head">G-Sec / T-bill / SDL / STRIPS maturity proceeds</td><td>Examples of receivables referenced in the consultation paper.</td></tr>
<tr><td class="td-head">Interest on G-Sec / SDL</td><td>Also listed as eligible receivables in the paper.</td></tr>
<tr><td class="td-head">Sale proceeds of G-Sec / T-bill / SDL / STRIPS</td><td>Also listed as eligible receivables in the paper.</td></tr>
<tr><td class="td-head">Pay-in obligations, forex settlements, borrowing payments, MTM of derivatives</td><td>Operational needs noted by AMFI as reasons for intraday borrowing.</td></tr>
</tbody>
</table>
</div>
<h2>6. Operational Mechanism: Step-by-Step Flow</h2>
<p>The intraday borrowing cycle operates through the following sequence, typically applied within liquid or overnight mutual fund schemes:</p>
<div class="flow-diagram">
<p class="flow-title">🔄 Intraday Borrowing — Operational Flow</p>
<div class="flow-steps">
<div class="flow-step">
<div class="flow-icon">📨</div>
<div class="flow-step-text">
<p class="flow-step-label">Step 1 — Investor Submits Redemption Request</p>
<p class="flow-step-sub">On Day T, an investor places a redemption request with the mutual fund.</p>
</div>
</div>
<div class="flow-arrow">⬇</div>
<div class="flow-step">
<div class="flow-icon">⏰</div>
<div class="flow-step-text">
<p class="flow-step-label">Step 2 — Payout Due on T+1 Morning</p>
<p class="flow-step-sub">In accordance with India's T+1 settlement cycle, redemption proceeds must be delivered by T+1 morning (typically by 10 AM).</p>
</div>
</div>
<div class="flow-arrow">⬇</div>
<div class="flow-step">
<div class="flow-icon">💸</div>
<div class="flow-step-text">
<p class="flow-step-label">Step 3 — Timing Gap Identified</p>
<p class="flow-step-sub">The fund's TREPS and reverse repo maturities arrive in the evening of T+1, resulting in a temporary cash gap.</p>
</div>
</div>
<div class="flow-step" style="border-color:#fde68a;background:#fffbeb">
<div class="flow-icon" style="background:#fef3c7">🏦</div>
<div class="flow-step-text">
<p class="flow-step-label" style="color:#92400e">Step 4 — Intraday Borrowing Line Activated</p>
<p class="flow-step-sub">The AMC activates an intraday credit line with its banking partner, limited to guaranteed receivables arriving that same day.</p>
</div>
</div>
<div class="flow-arrow">⬇</div>
<div class="flow-step" style="border-color:#bbf7d0;background:#f0fdf4">
<div class="flow-icon" style="background:#dcfce7">✅</div>
<div class="flow-step-text">
<p class="flow-step-label" style="color:#14532d">Step 5 — Investor Paid on Time</p>
<p class="flow-step-sub">Redemption proceeds are successfully credited to the investor's bank account without delay.</p>
</div>
</div>
<div class="flow-arrow">⬇</div>
<div class="flow-step">
<div class="flow-icon">📥</div>
<div class="flow-step-text">
<p class="flow-step-label">Step 6 — Fund Inflows Arrive (Evening)</p>
<p class="flow-step-sub">TREPS maturity proceeds, reverse repo proceeds, and other eligible receivables are credited to the scheme's account.</p>
</div>
</div>
<div class="flow-arrow">⬇</div>
<div class="flow-step" style="border-color:#bfdbfe;background:#eff6ff">
<div class="flow-icon" style="background:#dbeafe">🔄</div>
<div class="flow-step-text">
<p class="flow-step-label" style="color:#1d4ed8">Step 7 — Borrowing Repaid Same Day</p>
<p class="flow-step-sub">The AMC repays the intraday credit line prior to market close. All interest costs are borne exclusively by the AMC.</p>
</div>
</div>
</div>
</div>
<h2>7. Practical Application: Managing Redemption Pressure</h2>
<div class="example-box">
<div class="ex-head">
<span class="ex-icon">🧮</span>
<p class="ex-title">Scenario: Institutional Redemption in a Liquid Fund</p>
</div>
<p><strong>The Situation:</strong> On the morning of May 14, 2026, an institutional investor requests a redemption of ₹200 crore from a liquid fund possessing net assets of ₹5,000 crore. Under T+1 settlement rules, the payment must be finalized by 10 AM.</p>
<div class="ex-figures">
<div class="ex-fig">
<p class="ef-label">Fund's Net Assets</p>
<p class="ef-val">₹5,000 Cr</p>
<p class="ef-sub">Total scheme size</p>
</div>
<div class="ex-fig">
<p class="ef-label">Redemption Due</p>
<p class="ef-val">₹200 Cr</p>
<p class="ef-sub">Required by 10 AM</p>
</div>
<div class="ex-fig">
<p class="ef-label">Available Cash</p>
<p class="ef-val">₹30 Cr</p>
<p class="ef-sub">Idle morning cash</p>
</div>
<div class="ex-fig">
<p class="ef-label">TREPS Maturing</p>
<p class="ef-val">₹300 Cr</p>
<p class="ef-sub">Arriving at 6 PM</p>
</div>
<div class="ex-fig">
<p class="ef-label">Funding Shortfall</p>
<p class="ef-val">₹170 Cr</p>
<p class="ef-sub">Bridging required</p>
</div>
<div class="ex-fig">
<p class="ef-label">Intraday Borrowing</p>
<p class="ef-val">₹170 Cr</p>
<p class="ef-sub">Repaid same day</p>
</div>
</div>
<p><strong>Execution Sequence:</strong></p>
<p>1️⃣ At 9 AM, the AMC activates its intraday credit line for ₹170 crore. The borrowing is fully compliant, remaining well within the ₹300 crore of guaranteed TREPS maturing later that day.<br /><br />
2️⃣ By 10 AM, the investor successfully receives the ₹200 crore payout.<br /><br />
3️⃣ At 6 PM, the ₹300 crore TREPS proceeds arrive in the fund's account.<br /><br />
4️⃣ By 7 PM, the AMC repays the ₹170 crore principal plus accrued interest to the bank. The operational interest cost is absorbed completely by the AMC.<br /><br />
✅ <strong>Result:</strong> The redemption was executed flawlessly. The scheme's NAV remained unaffected, the investor incurred zero additional costs, and the AMC managed a minor operational expense efficiently.</p>
</div>
<h2>8. Comparative Analysis: Previous vs. Codified Framework</h2>
<div class="clu-table-wrap">
<table class="clu-table">
<thead>
<tr>
<th>Parameter</th>
<th><span class="badge-old">Before April 2026</span></th>
<th><span class="badge-new">Post April 2026 Framework</span></th>
</tr>
</thead>
<tbody>
<tr>
<td class="td-head">Regulatory Basis</td>
<td>Informal industry practice; absent an explicit SEBI framework.</td>
<td>Formally codified under Regulation 42, SEBI (MF) Regulations, 2026.</td>
</tr>
<tr>
<td class="td-head">Borrowing Limit</td>
<td>Standard 20% cap applied broadly; intraday limits undefined.</td>
<td>Exempt from 20% cap; strictly capped at guaranteed same-day receivables.</td>
</tr>
<tr>
<td class="td-head">Governance</td>
<td>No specific board approval mandated for intraday utilization.</td>
<td>Mandatory approval from both the AMC and trustee boards; policies publicly disclosed.</td>
</tr>
<tr>
<td class="td-head">Cost Allocation</td>
<td>Could potentially be charged to the scheme, impacting NAV.</td>
<td>Mandatory absorption by the AMC; total insulation for schemes and investors.</td>
</tr>
<tr>
<td class="td-head">Permitted Use</td>
<td>Broad applications; not strictly restricted for intraday scenarios.</td>
<td>Strictly confined to unit redemptions, interest, and IDCW payouts.</td>
</tr>
<tr>
<td class="td-head">Eligible Receivables</td>
<td>Undefined parameters for intraday operations.</td>
<td>Clearly defined: TREPS, reverse repos, G-Secs, T-Bills, and SDLs.</td>
</tr>
<tr>
<td class="td-head">ETF / Index Fund Treatment</td>
<td>No specific intraday provisions established.</td>
<td>Permitted for settlement of trades by equity-oriented index funds and equity-oriented ETFs arising from under-execution of sell trades on the stock exchange.</td>
</tr>
<tr>
<td class="td-head">Transparency</td>
<td>No public disclosure obligations required.</td>
<td>Board-approved policies must be mandatorily disclosed on the AMC website.</td>
</tr>
</tbody>
</table>
</div>
<h2>9. Key Regulatory Considerations</h2>
<p>The May 2026 consultation paper addresses several critical regulatory considerations to ensure systemic stability and robust investor protection:</p>
<h3>9.1 Mitigating Circular Borrowing Risks</h3>
<p>Without stringent caps and restricted usage parameters, funds could theoretically utilize intraday borrowing to artificially inflate apparent liquidity. Tying the borrowing limit strictly to actual, guaranteed receivables effectively neutralizes this risk.</p>
<h3>9.2 Investor Protection Safeguards</h3>
<p>Passing borrowing costs to investors inadvertently erodes a scheme's Net Asset Value (NAV). SEBI's mandate requiring the AMC to absorb all intraday borrowing expenses serves as a definitive investor protection mechanism.</p>
<h3>9.3 Systemic Liquidity Management</h3>
<p>During periods of severe market stress, simultaneous redemption pressures across multiple funds could test banking credit limits. Restricting permissible borrowing to sovereign-backed receivables significantly curtails this systemic vulnerability.</p>
<h3>9.4 Enhanced Governance and Accountability</h3>
<p>The requirement for a board-approved and publicly accessible policy introduces formal accountability, ensuring AMC leadership actively oversees and assumes responsibility for the utilization of these credit facilities.</p>
<h2>10. Assessment of Benefits and Risks</h2>
<div class="risk-benefit">
<div class="rb-col benefit">
<p class="rb-head">✅ Regulatory Benefits</p>
<ul>
<li>Ensures seamless T+1 redemption processing without causing portfolio disruptions.</li>
<li>Eliminates the necessity for forced selling of securities to satisfy morning redemptions.</li>
<li>Shields investor returns as the AMC assumes all associated borrowing costs.</li>
<li>Provides a formalized structure to an established operational practice.</li>
<li>Enhances governance through mandatory board approvals and transparent policy disclosures.</li>
<li>Limits systemic credit risk by anchoring caps to sovereign-backed receivables.</li>
<li>Improves predictability and operational reliability for institutional investors.</li>
<li>Supports ETF and index fund trade settlement needs.</li>
</ul>
</div>
<div class="rb-col risk">
<p class="rb-head">⚠️ Operational Risks</p>
<ul>
<li>Potential for over-reliance on borrowing lines if underlying portfolio liquidity management weakens.</li>
<li>AMC cost absorption could inadvertently incentivize operational cost minimization over execution quality.</li>
<li>Simultaneous industry-wide draw-downs during severe market stress events could test bank credit limits.</li>
<li>Monitoring the strict compliance of "same-day repayment" introduces operational complexities.</li>
<li>Policy disclosures hosted on AMC websites may lack practical visibility for everyday retail investors.</li>
<li>Permitting borrowing for ETF and index fund settlement needs introduces new execution risk variables.</li>
</ul>
</div>
</div>
<h2>11. Ecosystem Impact</h2>
<div class="clu-table-wrap">
<table class="clu-table">
<thead>
<tr><th>Stakeholder</th><th>Operational Impact</th><th>General Outlook</th></tr>
</thead>
<tbody>
<tr>
<td class="td-head">Asset Management Companies (AMCs)</td>
<td>Gain greater operational flexibility but must absorb all intraday borrowing costs. Required to navigate increased board-level governance and drafting of formal public policies.</td>
<td>Positive — enhanced operational tools</td>
</tr>
<tr>
<td class="td-head">Retail & Institutional Investors</td>
<td>Experience zero additional costs and benefit from timely redemption payouts. Improved fund-level liquidity management yields more reliable and accurate NAV calculations.</td>
<td>Strongly Positive</td>
</tr>
<tr>
<td class="td-head">Banks & Financial Institutions</td>
<td>Recognize a new business opportunity as credit line providers to mutual funds. This constitutes a low-risk, short-tenure product backed by sovereign receivables.</td>
<td>Positive — expanded revenue stream</td>
</tr>
<tr>
<td class="td-head">Trustees</td>
<td>Tasked with formally approving borrowing policies, representing enhanced oversight responsibilities. Must actively monitor ongoing AMC compliance.</td>
<td>Increased Governance Demands</td>
</tr>
<tr>
<td class="td-head">Risk Management Teams</td>
<td>Required to develop intraday liquidity monitoring systems and track eligible receivables in real-time, representing a new operational risk category to monitor.</td>
<td>Challenging but Manageable</td>
</tr>
<tr>
<td class="td-head">SEBI (Regulator)</td>
<td>Achieves reduced reliance on informal practices, establishes formal audit trails, and improves overall market integrity. Gains enhanced data to monitor systemic liquidity risks.</td>
<td>Positive — strengthened oversight</td>
</tr>
<tr>
<td class="td-head">Compliance Professionals</td>
<td>Assume new responsibilities encompassing policy drafting, board approval coordination, managing disclosure obligations, and executing ongoing compliance monitoring.</td>
<td>Expanded Scope of Responsibility</td>
</tr>
</tbody>
</table>
</div>
<h2>12. International Regulatory Context</h2>
<p>Fund-level liquidity management remains a priority for global regulatory bodies, particularly in the context of transitioning settlement cycles such as T+1 and T+0.</p>
<p>In the <strong>United States</strong>, the SEC has consistently permitted open-end funds to maintain lines of credit for liquidity management, accompanied by rigorous disclosure mandates. Furthermore, post-2010 money market fund reforms introduced substantially stricter intraday liquidity requirements to mitigate the rapid escalation of redemption stress observed during prior crises.</p>
<p>The <strong>European Securities and Markets Authority (ESMA)</strong> continues to advocate for robust liquidity management tools for UCITS funds, placing significant emphasis on comprehensive stress testing and formalized liquidity contingency frameworks.</p>
<p>Similarly, the <strong>UK's Financial Conduct Authority (FCA)</strong> mandates robust liquidity risk management procedures to navigate evolving market structures effectively.</p>
<div class="insight-box">
<p class="ib-head">🌐 Global Alignment</p>
<p>By formalizing intraday borrowing, SEBI aligns its regulatory architecture with international best practices. Notably, limiting borrowings strictly to sovereign-backed receivables represents a highly conservative safeguard, underscoring SEBI's proactive and prudent stance on systemic risk management.</p>
</div>
<div class="author-insight">
<p class="ai-label">Analytical Insight</p>
<p class="ai-title">Framework Effectiveness and Future Outlook</p>
<ul class="ai-points">
<li><strong>Enhancing Liquidity Management:</strong> The formalized framework provides essential structure, accountability, and transparency to a critical operational mechanism. Funds can manage T+1 redemptions efficiently without resorting to forced selling, preserving NAV integrity for all investors.</li>
<li><strong>Mitigating Misuse:</strong> While the framework's design makes misuse difficult, over-reliance remains a potential concern. If AMCs utilize intraday borrowing as a routine crutch rather than a targeted bridge, it could mask underlying portfolio liquidity weaknesses. SEBI's timely consultation process addresses this potential vulnerability.</li>
<li><strong>Evaluating Safeguards:</strong> Existing safeguards function effectively under standard market conditions. The sovereign-backed receivables cap, AMC cost-absorption mandate, and dual board-approval requirement form a robust protective layer. Future regulatory emphasis may pivot toward mandated real-time reporting to detect unusual utilization patterns during market stress.</li>
<li><strong>Anticipating Future Regulations:</strong> This consultation paper likely precedes a broader, more comprehensive liquidity risk management framework. Future regulatory updates may encompass advanced stress testing requirements, portfolio-level liquidity bucketing, and mandatory minimum liquidity cushions, all designed to reinforce the mutual fund ecosystem's overall resilience.</li>
</ul>
</div>
<h2>13. Conclusion</h2>
<p>The SEBI Consultation Paper of May 2026 on the Utilization of Intraday Borrowing Lines by Mutual Funds prioritizes the timely, efficient, and equitable processing of investor redemptions.</p>
<p>By formalizing and regulating established market practices, SEBI has implemented an investor-centric regulatory model. The framework achieves an optimal balance: it grants AMCs the operational flexibility necessary to execute redemptions within India's T+1 settlement environment while mandating that every borrowed rupee is backed by guaranteed, sovereign-quality receivables. Crucially, it ensures that all associated borrowing costs are absorbed by the fund house, safeguarding the investor.</p>
<p>The consultation paper represents SEBI's active engagement with the industry to assess the framework's practical efficacy. For compliance professionals, practitioners, and fund managers, this presents a critical opportunity to interface with the regulator and contribute to the framework's ongoing evolution.</p>
<p>Mutual fund compliance practitioners should prioritize reviewing their AMC's respective intraday borrowing policies, verifying proper board approvals, and confirming accurate public disclosures.</p>
<h2>14. Frequently Asked Questions (FAQs)</h2>
<div class="faq-item">
<div class="faq-q">
<span class="faq-q-text">Q1. What is intraday borrowing in mutual funds?</span>
</div>
<div class="faq-a">Intraday borrowing refers to a short-term credit arrangement where a mutual fund (via its AMC) borrows funds from a bank in the morning and repays the principal on the exact same day prior to market close. This mechanism bridges the timing gap between mandatory investor redemption payouts and the receipt of incoming cash from maturing investments.</div>
</div>
<div class="faq-item">
<div class="faq-q">
<span class="faq-q-text">Q2. Can mutual funds borrow money under Indian law?</span>
</div>
<div class="faq-a">The consultation paper notes that Regulation 42(1) permits borrowing for repurchase or redemption of units, interest or IDCW payouts, and settlement of trades by equity-oriented index funds and ETFs. The paper is not just restating the rule; it is asking whether intraday borrowings should be allowed more broadly and whether they may exceed receivables.</div>
<div class="faq-item">
<div class="faq-q">
<span class="faq-q-text">Q3. Why did SEBI issue this consultation paper in May 2026?</span>
</div>
<div class="faq-a">The formalized intraday borrowing framework became effective on April 1, 2026. The May 2026 consultation paper serves as a timely regulatory review, seeking public feedback on practical utilization, the effectiveness of operational conditions, and identifying any required adjustments. This aligns with SEBI's iterative regulatory methodology.</div>
</div>
<div class="faq-item">
<div class="faq-q">
<span class="faq-q-text">Q4. Is investor money at risk due to intraday borrowing?</span>
</div>
<div class="faq-a">Under the current framework, investor capital is highly protected. All costs associated with intraday borrowing must be borne exclusively by the AMC, shielding both the scheme and its unit holders. Furthermore, borrowing is strictly capped at guaranteed, sovereign-backed receivables, limiting credit and <a href="/glossary/default-ibc" class="text-gold font-semibold hover:underline" title="Default definition">default</a> risk and ensuring the scheme's NAV remains unaffected.</div>
</div>
<div class="faq-item">
<div class="faq-q">
<span class="faq-q-text">Q5. What safeguards has SEBI proposed to prevent misuse?</span>
</div>
<div class="faq-a">SEBI has implemented several robust safeguards: (1) Mandatory board-approved and publicly disclosed borrowing policies; (2) Restricted utilization, limited exclusively to redemptions and payouts; (3) A borrowing cap tied directly to guaranteed same-day receivables from GoI, RBI, or CCIL-backed instruments; (4) Mandatory AMC absorption of all associated costs; and (5) Strict adherence to applicable master circular compliance provisions.</div>
</div>
<div class="faq-item">
<div class="faq-q">
<span class="faq-q-text">Q6. Which types of mutual funds are most likely to use intraday borrowing?</span>
</div>
<div class="faq-a">According to the consultation paper, intraday borrowing is not limited to redemption payouts alone. AMFI says it is also used for pay-in obligations, forex settlements, borrowing payments, and MTM of derivative positions.</div>
<div class="faq-item">
<div class="faq-q">
<span class="faq-q-text">Q7. What are TREPS and why are they relevant here?</span>
</div>
<div class="faq-a">TREPS refers to a tri-party repo instrument used as one of the money-market receivables discussed in the paper. It is mentioned alongside reverse repo, G-Sec, T-bill, SDL, and STRIPS-related receivables.</div>
<div class="faq-item">
<div class="faq-q">
<span class="faq-q-text">Q8. Does the intraday borrowing limit fall under the 20% cap?</span>
</div>
<div class="faq-a">No. The standard 20% of net assets limit applies to regular, longer-duration borrowings. Intraday borrowings are explicitly exempt from this 20% cap under Regulation 42(2) of the SEBI (MF) Regulations, 2026, provided all prescribed conditions are met. Instead, intraday borrowings are capped against the value of guaranteed same-day receivables.</div>
</div>
<div class="faq-item">
<div class="faq-q">
<span class="faq-q-text">Q9. What is the role of trustees in this framework?</span>
</div>
<div class="faq-a">Trustees serve a vital governance function. The utilization policy for intraday borrowing requires formal approval from both the AMC's board and the mutual fund's Board of Trustees. This dual-approval mandate ensures independent oversight and requires trustees to actively monitor ongoing compliance with the established policy.</div>
</div>
<div class="faq-item">
<div class="faq-q">
<span class="faq-q-text">Q10. How does this impact ETFs and index funds specifically?</span>
</div>
<div class="faq-a">The consultation paper discusses borrowing by equity-oriented index funds and equity-oriented ETFs for settlement of trades arising from under-execution of sell trades on the stock exchange.</div>
</div>
<div class="faq-item">
<div class="faq-q">
<span class="faq-q-text">Q11. Where can stakeholders submit comments regarding the SEBI consultation paper?</span>
</div>
<div class="faq-a">Feedback can be submitted through SEBI's official public comment portal, accessible via the SEBI website under Reports & Statistics, specifically within the Reports for Public Comments section for May 2026. Participation is encouraged from AMCs, AMFI, market intermediaries, compliance professionals, and individual investors.</div>
</div>
<div class="disclaimer">
<strong>Disclaimer:</strong> This material is provided for educational and informational purposes only and does not constitute investment, legal, or regulatory advice. The analysis is based on publicly available regulatory documents. Readers should consult official regulatory circulars for authoritative guidance and definitive compliance requirements.
</div>
</div></div></div>