RbiSearchHeader

Press escape key to go back

Past Searches

Template ப்ராஸஸிங் செய்யும்போது பிழை ஏற்பட்டது.
Failed to "?eval" string with this error:

---begin-message---
Syntax error in ?eval-ed string in line 1, column 27024:
Encountered "SecondLevelLink", but was expecting one of:
    "."
    ".."
    <DOT_DOT_LESS>
    "..*"
    "?"
    "??"
    "!"
    ","
    "["
    "("
    "}"
    <TERMINATING_EXCLAM>
---end-message---

The failing expression:
==> completeJson?eval  [in template "20099#20125#25189027" at line 18, column 56]

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #list completeJson?eval as jsonKey, j...  [in template "20099#20125#25189027" at line 18, column 49]
----
1<#assign completeJson = content.getData()?remove_beginning("<p>")?remove_ending("</p>") , 
2				 isVariableString = completeJson?is_string 
3/> 
4 
5 
6<#assign theme_display = themeDisplay /> 
7<#assign images_folder = theme_display.getPathThemeImages() /> 
8<#assign tabindexNum ="" /> 
9 
10<!-- <div class="desktop-primary-navigation-wrapper full-width">--> 
11	<nav class="container pl-0 pr-0" tabindex="0"  aria-label="Primary Navigation Use tab keys to access menu items and Press enter key to activate."> 
12    <div class="rbi-header-wrap full-width"> 
13        <div class="container-fluid rbi-header"> 
14            <div data-title="Primary Navigation" id="primary-navigation" data-intro="Smart navigation with clear segregations" class="rbi-primary-navigation"> 
15                <ul class="nav navbar-site" role="menu"> 
16                    <!--Menu Level 1 start--> 
17                    <#if (content.getData())??> 
18						<#list completeJson?eval as jsonKey, jsonValue> 
19						<#list jsonValue as singleJsonValue> 
20						<li class="nav top-level-menu ${singleJsonValue.ListInfo}" role="menuitem" aria-label="${singleJsonValue.FirstLevelText} menu item"> 
21 
22                            <#if singleJsonValue.IsSecondLevelExists=="true"> 
23                                            <#assign topLevelMenuRole="role='menuitem'"> 
24                                                <#else> 
25                                                    <#assign topLevelMenuRole="role='menuitem'"> 
26                                        </#if> 
27                                                     
28						<#if singleJsonValue.FirstLevelText??> 
29						<span role="menu" class="page-level-one-text"> 
30							<a class="nav-link page-level-1" aria-label="${singleJsonValue.FirstLevelText} menu item"  ${topLevelMenuRole} href="${singleJsonValue.FirstLevelLink}"  tabindex="0" > 
31								<span class="text-truncate">${singleJsonValue.FirstLevelText}</span> 
32							</a> 
33					</span> 
34						</#if>      
35            <#if singleJsonValue.IsSecondLevelExists=="true"> 
36                    <div class="top-mega-menu-wrap" role="menu"   tabindex="0" aria-label="${singleJsonValue.FirstLevelText} Sub Menu Open"> 
37                        <div class="repateable-img d-none"></div> 
38                            <div class="mega-menu-first-block equalColumns"> 
39                                <div class="mega-menu-first-block-row"> 
40                                    <h3 tabindex="0">${singleJsonValue.FirstLevelText}</h3> 
41									<#if singleJsonValue.FirstLevelDescription?? && singleJsonValue.FirstLevelDescription!=""> 
42                                    <p tabindex="0" class="desc">${singleJsonValue.FirstLevelDescription}</p> 
43									</#if> 
44																		 
45                                       
46                                </div> 
47                            </div> 
48                        <div class="mega-menu-second-blocks equalColumns"> 
49												<span class="top-level-page-name">${singleJsonValue.FirstLevelText}</span> 
50                                                <!--Menu Level 2 start--> 
51                                                <#if singleJsonValue.IsSecondLevelExists == "true" > 
52                                                <ul class="second-level-menu test"> 
53                                <#list singleJsonValue.SecondLevelData as secondLevelData> 
54                                
55                                 
56                                <li class="second-level-page test" role="menuitem"> 
57                                    <!--${secondLevelData.SecondLevelLink}--> 
58                                         
59                                        <a class="second-level-menu-URL" target="_self"  
60                                        href="${secondLevelData.SecondLevelLink}" tabindex="0"> 
61                                            ${secondLevelData.SecondLevelText} 
62 
63                                        </a> 
64                                        <!--${secondLevelData.SecondLevelLink}--> 
65                                        <#if secondLevelData.IsThirdLevelExists == "true" > 
66                                        <div class="primary-nav-arrow-wrapper">  
67                                             
68                                           <span  class="primary-nav-arrow" role="menu" tabindex="0" title="Open Submenu for ${secondLevelData.SecondLevelText}">  
69                                             
70                                            <img src="${images_folder}/rbi-main/nav-arrow.svg" alt="${secondLevelData.SecondLevelText}"> 
71                                         
72                                            </span> 
73                                         
74										</div> 
75                                        </#if> 
76                                     
77											 
78                                         
79                                            <!--Menu Level 3 start--> 
80                                            <div class="mega-menu-third-blocks equalColumns"> 
81                                                <span class="third-level-page-name">${secondLevelData.SecondLevelText}</span> 
82            <#if secondLevelData.IsThirdLevelExists == "true" > 
83                                                            <ul class="third-level-menu"> 
84 
85            <#list secondLevelData.ThirdLevelData as thirdLevelData> 
86             
87            <#if thirdLevelData.IsFourthLevelExists == "true" > 
88                <#assign third_lavel_aria ="open sub menu for ${thirdLevelData.ThirdLevelText}" /> 
89                <#assign rolemenu = "role=menu" /> 
90                <#else> 
91              <#assign third_lavel_aria ="${thirdLevelData.ThirdLevelText}" /> 
92              <#assign rolemenu = "" /> 
93 
94            </#if> 
95 
96                <li class="third-level-page"> 
97                    <span class="hide-text"></span> 
98                    <a href="${thirdLevelData.ThirdLevelLink}" ${rolemenu}  aria-label="${third_lavel_aria}"  target="_self">${thirdLevelData.ThirdLevelText}</a> 
99                        <!--Menu Level 4 start--> 
100                     
101                                                                                        <#if thirdLevelData.IsFourthLevelExists == "true" > 
102         <ul class="fourth-level-menu"> 
103 
104                                                                                            <#list thirdLevelData.FourthLevelData as fourthLevelData> 
105                                                                                                <li class="fourth-level-page"  role="menuitem" >  
106                                                                                                    <a href="${fourthLevelData.FourthLevelLink}" target="_self">${fourthLevelData.FourthLevelText}</a> 
107                                                                                                </li> 
108                                                                                            </#list> 
109                                                                                                                                                                                                                            </ul> 
110                                                                                        </#if> 
111 
112 
113                </li> 
114               
115</#list> 
116</#if> 
117 
118            <!--json area--> 
119             
120                                                                <#if secondLevelData.IsThirdLevelExists == "true" > 
121                                                                    <#if secondLevelData.CommonSecondLevelData?? && secondLevelData.CommonSecondLevelData.Main.ImageLink != ""> 
122                                                                    <div class="pn-dynamic-data-wrapper"> 
123                                                                        <!--josn image--> 
124                                                                        <#if secondLevelData.CommonSecondLevelData.Main.ImageLink != ""> 
125                                                                        <div class="pn-dynamic-data--img d-none"> 
126                                                                            <img src="${secondLevelData.CommonSecondLevelData.Main.ImageLink}" alt="RBI" title="RBI" tabindex="0"> 
127                                                                        </div> 
128                                                                        </#if> 
129                                                                        <!--josn image--> 
130 
131                                                                        <!--json dynamic content--> 
132                                                                        <div class="pn-content-dynamic-wrapper"> 
133																																				       <h2>${languageUtil.get(locale, "quick-links")}</h2> 
134                                                                        <#if secondLevelData.CommonSecondLevelData.Others??> 
135                                                                            <#list secondLevelData.CommonSecondLevelData.Others as others> 
136                                                                            <#if others.Title != "" > 
137                                                                            <div class="pn-content-contents-row"> 
138                                                                                <div class="pn-content-contents-row--inner"> 
139                                                                                    <div class="pn-dynamic-content-title"> 
140                                                                                        <a href="${others.Link}" class="content-title--link"> 
141                                                                                            ${others.Title} 
142                                                                                        </a> 
143                                                                                    </div> 
144                                                                                    <#if others.Description != "" >  
145                                                                                    <div class="pn-dynamic-content-desc"> 
146                                                                                        ${others.Description} 
147                                                                                    </div> 
148                                                                                    </#if> 
149                                                                                </div> 
150                                                                            </div> 
151                                                                            </#if> 
152                                                                            </#list> 
153                                                                        </#if> 
154                                                                        </div> 
155                                                                        <!--json dynamic content--> 
156                                                                    </div> 
157                                                                    </#if> 
158                                                                        </ul> 
159                                                                </#if> 
160                                                                 
161            <!--json area--> 
162 
163     
164 
165    </div> 
166 
167</li> 
168 
169</#list> 
170</ul> 
171</#if> 
172<!--Menu Level 2 start-->      
173</div> 
174</div> 
175</#if> 
176 
177<!--top-mega-menu-wrap ends--> 
178 
179</li> 
180<!--Menu Level 1 ends--> 
181</#list> 
182</#list> 
183</#if>  
184 
185</ul> 
186</div> 
187</div> 
188</div> 
189</nav> 
190<!--</div>--> 
191 
192 
193<script> 
194    var clickedTab = false; 
195 
196    function tabPressEqualCol() { 
197       // console.log('tabPressEqualCol function called'); 
198        if ($(window).width() < 1024) { 
199                return false; 
200
201 
202            $('.top-level-menu').each(function() { 
203                var getSecondLevelTabMenuLength = $(this).children(".top-mega-menu-wrap").find($(".second-level-menu li")).length; 
204                if (getSecondLevelTabMenuLength > 0) { 
205 
206                    // var isLevelOneisHidden = $(this).children(".top-mega-menu-wrap").is(":hidden"); 
207                    //     if (isLevelOneisHidden) { 
208                    //         $(this).children(".top-mega-menu-wrap").show(); 
209                    //         const elms = document.querySelector('.top-level-menu'); 
210                    //         const getLeftPos = elms.getBoundingClientRect(); 
211                    //         const shiftLeftPos = getLeftPos.left; 
212                    //     } 
213 
214                    var maxHeight = 0; 
215                    var sameBlocks = ($(this).children(".top-mega-menu-wrap")).children( 
216                    '.equalColumns'); 
217                    var thirdLevelBlockMenu = $(this).find('.mega-menu-third-blocks .third-level-menu'); 
218 
219                    sameBlocks.each(function (ev) { 
220                        $(this).css('height', 'fit-content'); 
221                        if ($(this).height() > maxHeight) { 
222                            maxHeight = $(this).height(); 
223
224						 
225                    }); 
226 
227                    sameBlocks.each(function (ev) { 
228                        if (maxHeight > 400) { 
229                            $(this).css('height', Math.round(maxHeight).toString() + 'px'); 
230                            $(thirdLevelBlockMenu).css('height', Math.round(maxHeight).toString() + 'px'); 
231                        } else { 
232                            $(this).css('height', '400px'); 
233                            $(thirdLevelBlockMenu).css('height', '400px'); 
234
235                    }); 
236
237            }); 
238             
239 
240 
241 
242 
243
244 
245    //tab key invoke// 
246$(document).on('keyup', '.primary-nav-arrow', function (e) { 
247    if ((e.keyCode === 9) || (e.keyCode === 13))  { 
248        console.log('tab press'); 
249        tabPressEqualCol(); 
250
251}); 
252 
253	 
254    $(document).ready(function () { 
255 
256        tabPressEqualCol(); 
257			 
258			//third level content title character length 
259			$(".pn-dynamic-content-title a.content-title--link").each(function() { 
260				var getFeedbackText=$(this).text().trim(); 
261				if (getFeedbackText.length > 43) { 
262					 var setFeedbackText = getFeedbackText.substring(0,43); 
263					$(this).text(setFeedbackText); 
264
265				//console.log("getFeedbacktext --- " + getFeedbackText); 
266			}); 
267 
268			//third level content Desc character length 
269			$(".pn-dynamic-content-desc").each(function() { 
270				var getFeedbackText=$(this).text().trim(); 
271				if (getFeedbackText.length > 43) { 
272					 var setFeedbackText = getFeedbackText.substring(0, 43); 
273					$(this).text(setFeedbackText); 
274
275				//console.log("getFeedbacktext --- " + getFeedbackText); 
276			}); 
277			 
278        // Check if 3rd level nav items exist 
279        if($(".second-level-page").length){ 
280            $(".second-level-page").each(function() { 
281                let thirdLevelNavItems = $(this).find('.third-level-page'); 
282                if(thirdLevelNavItems.length){ 
283                    $(this).addClass('has-level-3'); 
284
285            }); 
286        }   
287 
288        // Check if 4th level nav items exist 
289        if($(".third-level-page").length){ 
290            $(".third-level-page").each(function() { 
291                let fourthLevelNavItems = $(this).find('.fourth-level-page'); 
292                if(fourthLevelNavItems.length){ 
293                    $(this).addClass('is-level-4-accordion'); 
294                    $(this).parents('.mega-menu-third-blocks').addClass('is-level-4-accordion-parent'); 
295
296            }); 
297        }         
298 
299        // Close Nav 1st level anchor text 
300        $(".top-level-page-name").on('click', function () { 
301            $(this).closest(".top-mega-menu-wrap").hide(); 
302        }); 
303 
304        // Close Nav 2nd level anchor text 
305        $(".third-level-page-name").on('click', function () { 
306            $(this).parent(".mega-menu-third-blocks").removeClass('level-3-open'); 
307            $(this).siblings($(".third-level-menu")).hide(); 
308        }); 
309 
310        // Nav 1st level anchor link with lchange for accessibilty fix line 300, 306 and 309 
311        $('.top-level-menu> span a').on('click', function (e) { 
312            if ($(this).hasClass('disableURL')) { 
313                e.preventDefault(); 
314
315 
316            if ($(window).width() < 1024) { 
317                var getSecondLevelMenuLength = $(this).parent().siblings(".top-mega-menu-wrap").find($( 
318                    ".second-level-menu li")).length; 
319                if (getSecondLevelMenuLength > 0) { 
320                    var menuOpen = $(this).parent().siblings(".top-mega-menu-wrap").is(":hidden"); 
321                    if (menuOpen) { 
322                        $(this).parent().siblings(".top-mega-menu-wrap").show(); 
323
324
325
326        }); 
327 
328        // Nav 1st level anchor link 
329		$('.second-level-page a').on('click', function (e) { 
330            if ($(this).hasClass('disableURL')) { 
331                e.preventDefault(); 
332
333            if ($(window).width() < 1024) { 
334                var getThirdLevelMenuLength = $(this).closest('.second-level-page').children(".mega-menu-third-blocks").find($(".third-level-menu li")).length; 
335                if (getThirdLevelMenuLength > 0) { 
336                    $(this).closest('.second-level-page').children(".mega-menu-third-blocks").addClass('level-3-open'); 
337                    $(this).closest('.second-level-page').children(".mega-menu-third-blocks").find($(".third-level-menu")).show(); 
338					//console.log("clicked...."); 
339
340
341        }); 
342		 
343		 
344 
345		$('.second-level-page .primary-nav-arrow').on('click', function (e) { 
346            if ($(this).hasClass('disableURL')) { 
347                e.preventDefault(); 
348
349            if ($(window).width() < 1024) { 
350                var getThirdLevelMenuLength = $(this).closest('.second-level-page').children(".mega-menu-third-blocks").find($(".third-level-menu li")).length; 
351                if (getThirdLevelMenuLength > 0) { 
352                    $(this).closest('.second-level-page').children(".mega-menu-third-blocks").addClass('level-3-open'); 
353                    $(this).closest('.second-level-page').children(".mega-menu-third-blocks").find($(".third-level-menu")).show(); 
354					//console.log("clicked...."); 
355
356
357        }); 
358 
359        // Nav 1st level mouseenter event 
360        $('.top-level-menu').mouseenter(function (e) { 
361            if ($(window).width() < 1024) { 
362                return false; 
363
364             
365            var getSecondLevelMenuLength = $(this).children(".top-mega-menu-wrap").find($( 
366                ".second-level-menu li")).length; 
367                 
368              //added  
369              if (getSecondLevelMenuLength === 0) { 
370                    $(this).closest('.top-level-menu').find('.page-level-1').addClass("withoutDropdown"); 
371					//$(this).closest('.top-level-menu').find('.top-mega-menu-wrap').remove(); 
372                }    
373            if (getSecondLevelMenuLength > 0) { 
374                var isLevelOneisHidden = $(this).children(".top-mega-menu-wrap").is(":hidden"); 
375                if (isLevelOneisHidden) { 
376                    $(this).children(".top-mega-menu-wrap").show(); 
377                    const elms = document.querySelector('.top-level-menu'); 
378                    const getLeftPos = elms.getBoundingClientRect(); 
379                    const shiftLeftPos = getLeftPos.left; 
380 
381                    //$(this).children(".top-mega-menu-wrap").css("left", "-" + shiftLeftPos + "px"); 
382 
383                    // added for equal column //  
384                    var maxHeight = 0; 
385                    var sameBlocks = ($(this).children(".top-mega-menu-wrap")).children( 
386                    '.equalColumns'); 
387                    var thirdLevelBlockMenu = $(this).find('.mega-menu-third-blocks .third-level-menu'); 
388 
389                    sameBlocks.each(function (ev) { 
390                        $(this).css('height', 'fit-content'); 
391                        if ($(this).height() > maxHeight) { 
392                            maxHeight = $(this).height(); 
393
394						 
395                    }); 
396 
397                    sameBlocks.each(function (ev) { 
398                        if (maxHeight > 400) { 
399                            $(this).css('height', Math.round(maxHeight).toString() + 'px'); 
400                            $(thirdLevelBlockMenu).css('height', Math.round(maxHeight).toString() + 'px'); 
401                        } else { 
402                            $(this).css('height', '400px'); 
403                            $(thirdLevelBlockMenu).css('height', '400px'); 
404
405						 
406				}); 
407
408
409             
410        }); 
411 
412        // Nav 1st level mouseleave event 
413        $('.top-level-menu').mouseleave(function (e) { 
414            if ($(window).width() < 1024) { 
415                return false; 
416
417            $(this).children(".top-mega-menu-wrap").hide(); 
418            $(".third-level-menu").hide(); 
419        }); 
420 
421        // Nav 2nd level mouseenter event 
422        $(".second-level-page").mouseenter(function () { 
423            if ($(window).width() < 1024) { 
424                return false; 
425
426            var thirdLevelMenu = $(this).find(".third-level-menu"); 
427            var thirdLevelMenuItems = $(this).find(".third-level-menu li"); 
428 
429            if (thirdLevelMenuItems.length > 0) { 
430                thirdLevelMenu.show(); 
431            }             
432        }); 
433 
434        // Nav 2nd level mouseleave event 
435        $(".second-level-page").mouseleave(function () { 
436            if ($(window).width() < 1024) { 
437                return false; 
438
439            var thirdLevelMenu = $(this).find(".third-level-menu"); 
440            thirdLevelMenu.hide(); 
441        }); 
442 
443        // retriving top level url  
444        $(document).on('keydown', '.top-level-menu', function (e) { 
445            $('.nav.navbar-site').first().children('li').each(function () { 
446               // $(this).find('a').attr('tabindex', '0'); 
447               // $(this).find('a').addClass('First-level-menu'); 
448            }); 
449           
450            $(this).each(function () { 
451                if ( $(this).children('.page-level-1').hasClass('disableURL') ) { 
452                    if (e.which == 13) { 
453                        if ($(this).find('.top-mega-menu-wrap').is(":hidden")) { 
454                            $(".top-mega-menu-wrap").hide(); 
455                            $(this).find(".top-mega-menu-wrap").show(); 
456                            clickedTab = true; 
457                            e.preventDefault(); 
458                        } else { 
459                            $(this).find(".top-mega-menu-wrap").hide(); 
460
461
462
463                 
464            }); 
465        }); 
466 
467        $(".rbi-primary-navigation a").each(function () { 
468            var getPageLevelURL = $(this).attr("href"); 
469            if (((getPageLevelURL.indexOf("javascript") > -1)) || ((getPageLevelURL.indexOf( 
470                    "Javascript") > -1))) { 
471                $(this).addClass("disableURL"); 
472
473 
474            // added for collaborative events menu should not open  
475            if ((getPageLevelURL.indexOf("href") > -1))  { 
476                $(this).addClass("menu-not-open-collaborative"); 
477
478 
479             
480        }); 
481          
482        /*blocked temprary need to know why shift key is desier*/ 
483        // $('.mega-menu-second-blocks .second-level-menu>li:last-child>a').on('keydown', function (e) { 
484        //     if( !e.shiftKey && e.keyCode ){ 
485        //         $('.top-mega-menu-wrap').css('display', 'none');   
486        //     }                        
487        // }); 
488 
489        var navMousedown = false; 
490        $('.mega-menu-third-blocks .third-level-menu>li:last-child>a').on('mousedown', function () { 
491            navMousedown = true; 
492        }); 
493 
494        $('.mega-menu-third-blocks .third-level-menu>li:last-child>a').on('focusout', function (event) { 
495            $(this).keydown(function (e) { 
496                if(!navMousedown) { 
497                    if( !e.shiftKey && e.keyCode ){ 
498                        if( !$(this).parent('.is-level-4-accordion').hasClass('active') ){ 
499                            $(".third-level-menu").css('display', 'none'); 
500                            $(this).parent('.second-level-page').focus();  
501                        }                         
502                    }                 
503
504                navMousedown = false;   
505            });                       
506        }); 
507 
508        $('.mega-menu-second-blocks .second-level-menu li.has-level-3').on('keydown', function (event) { 
509            // on click of enter  
510            if (event.which === 13) { 
511                $(this).trigger('click').find('.third-level-menu').css('display', 'block'); 
512                 
513
514        }); 
515 
516        $('.mega-menu-second-blocks .second-level-menu>li>a').on('focus', function (event) { 
517            $(".third-level-menu").css('display', 'none'); 
518        }); 
519 
520        $('.rbi-header .site-logo .custom-logo').on('focusout', function (event) { 
521            $('.rbi-primary-navigation>ul>li:nth-child(2)>a').attr('tabindex', '0'); 
522        }); 
523 
524        // On load get number of languages 
525        let rbiLanguages = []; 
526 
527        if ($(".multipleLanguae-wrapper #languageSelector option").length) { 
528            $(".multipleLanguae-wrapper #languageSelector option").each(function () { 
529                let currentItem = { 
530                    languageText: $(this).text(), 
531                    languageURL: $(this).attr('value') 
532                }; 
533                rbiLanguages.push(currentItem); 
534            }); 
535        }  
536		 
537 
538        // Add languages to mobile list items 
539        let langListItem = ''; 
540        let langListItemContainer = $(".pwa-primary-navigation-wrapper .nav>li:first-child").find( 
541            '.second-level-menu'); 
542        langListItemContainer.empty(); 
543				 
544				     if (rbiLanguages.length) { 
545            $.each(rbiLanguages, function (key, value) { 
546							 
547                if (value.languageURL == value.languageText) { 
548                    langListItem = 
549                        "<li class='second-level-page selected test' ><a href='javascript:void(0)' target='_self'>" + 
550                        value.languageText + "</a></li>"; 
551                } else { 
552                    langListItem = 
553                        "<li class='second-level-page test'><a href='" + 
554                        value.languageURL + "' target='_self'>" + value.languageText + "</a></li>"; 
555
556 
557                langListItemContainer.append(langListItem); 
558            }); 
559
560         
561 
562    }); 
563window.addEventListener("load", () => { 
564    setTimeout(() => { 
565        if(window.location.href.includes('lost-in-transmission-financial-markets-and-monetary-policy-duplicate-0') 
566        ){ 
567                $(".multipleLanguae-wrapper .list ul li").each(function () { 
568                        $(this).removeClass('d-none') 
569                }); 
570
571    }, 2000); 
572 }); 
573 
574</script> 
575 
576 
577<script> 
578$(document).ready(function(){ 
579		setTimeout(function() {  
580        $('.rbi_home_hero_wrapper .owl-dots button').attr('aria-label', 'Slide Navigation'); 
581        $('.rbi_home_hero_wrapper .owl-dots button').attr('title', 'Slide Navigation'); 
582    }, 50); 
583}); 
584</script> 
Theme
Theme
Text Size
Text Size
S2

RbiAnnouncementWeb

RBI Announcements
RBI Announcements

சொத்து வெளியீட்டாளர்

83591333

I. Monetary Statistics

The Reserve Bank of India has a long tradition of compilation and dissemination of monetary statistics, since July 1935. In view of the ongoing changes in the Indian economy as well as the developments in monetary sector, working groups were set up periodically to review and refine the monetary aggregates. Three working groups were set up so far, viz., the First Working Group on Money Supply (FWG) (1961), the Second Working Group (SWG) (1977) and the “Working Group on Money Supply: Analytics and Methodology of Compilation” (WGMS) (Chairman: Dr. Y.V. Reddy) (1998). Monetary statistics at present are compiled on a balance sheet framework with data drawn from the banking sector and postal authorities. The rationale and analytical foundations behind the compilation of monetary aggregates have been provided to the public through various reports, especially through the reports of the various working groups. Monetary aggregates are published on a regular basis in most of the major publications of RBI, such as Bank’s Annual Report, Report on Currency and Finance, Handbook of Statistics, RBI Bulletin, Weekly Statistical Supplement, etc.

There is no unique definition of ‘money’, either as a concept in economic theory or as measured in practice. Money is a means of payment and thus a lubricant that facilitates exchange. Money also acts as a store of value and a unit of account. In the real world, however, money provides monetary services along with tangible remuneration. It is for this reason that money has to have relationship with the activities that economic entities pursue. Money can, therefore, be defined for policy purposes as the set of liquid financial assets, the variation in the stock of which could impact on aggregate economic activity. As a statistical concept, money could include certain liquid liabilities of a particular set of financial intermediaries or other issuers. Thus, like other countries, a range of monetary and liquidity measures are compiled in India.

1.2. CONCEPTS AND DEFINITIONS

Various monetary and liquidity aggregates are
compiled in India and their definitions are setout Table 1.

Table 1.1: Measures of Monetary and

Liquidity Aggregates

Reserve Money

=

Currency in circulation +

Bankers’ deposits with the RBI

+ ‘Other’ deposits with the RBI

=

Net RBI credit to the

Government + RBI credit to the

commercial sector + RBI’s

claims on banks + RBI’s net

foreign assets + Government’s

currency liabilities to the public

– RBI’s net non-monetary

liabilities

=

Currency with the public +

M1

Demand deposits with the

banking system + ‘Other’

deposits with the RBI.

=

+ Savings deposits of post

M2

M1

office savings banks

=

M3

M1+ Time deposits with the

banking system

=

Net bank credit to the

Government + Bank credit to

the commercial sector + Net

foreign exchange assets of the

banking sector + Government’s

currency liabilities to the public

– Net non-monetary liabilities

of the banking sector

=

+ All deposits with post

M4

M3

office savings banks (excluding

National Savings Certificates).

=

Currency with the public +

NM

1

Demand deposits with the

banking system + ‘Other’

deposits with the RBI.

=

+ Short-term time deposits

NM

2

NM1

of residents (including and up

to the contractual maturity of

one year).

=

+ Long-term time deposits

NM

3

NM2

of residents + Call/Term

funding from financial

institutions.

 

Manual on Financial and Banking Statistics

=

+ All deposits with the

L1

NM3

post office savings banks

(excluding National Savings

Certificates).

=

+Term deposits with term

L2

L1

lending institutions and

refinancing institutions (FIs) +

Term borrowing by FIs +

Certificates of deposit issued by

FIs.

=

+ Public deposits of non-

L3

L2

banking financial companies.

Net bank credit

=

Net RBI credit to the

to the

Government (i.e., Net RBI

Government

Credit to the Centre + Net RBI

Credit to State Governments) +

Other banks’ credit to the

Government

Bank credit to

=

RBI credit to the commercial

the commercial

sector + Other banks’ credit to

sector

the commercial sector

Net foreign

=

RBI’s net foreign assets +

assets of the

Other banks’ foreign assets

banking sector

Net non-

=

RBI’s net non-monetary

monetary

liabilities + Net non-monetary

liabilities of the

liabilities of other banks.

banking sector

 

Various components of monetary and liquidity aggregates are further set out below:

Currency in circulation’ includes notes in circulation, rupee coins and small coins. Rupee coins and small coins in the balance sheet of the Reserve Bank of India include ten-rupee coins issued since October 1969, two rupee-coins issued since November 1982 and five rupee coins issued since November 1985. Currency with the public is arrived at after deducting cash with banks from total currency in circulation, as reported by RBI.

‘Bankers’ deposits with the Reserve Bank’ represent balances maintained by banks in the current account with the Reserve Bank mainly for maintaining Cash Reserve Ratio (CRR) and as working funds for clearing adjustments. ‘Other’ Deposits with the Reserve Bank, for the purpose of monetary compilation, include deposits from foreign central banks, multilateral  institutions, financial institutions and sundry deposits net of IMF Account No.1. ‘Net Reserve Bank credit to Government’ includes the Reserve Bank’s credit to Central as well as State Governments. It includes ways and means advances and overdrafts to the Governments, the Reserve Bank’s holdings of Government securities, and the Reserve Bank’s holdings of rupee coins less deposits of the concerned Government with the Reserve Bank. The Reserve Bank’s claims on banks include loans to the banks including NABARD. In case of the new monetary aggregates, the RBI’s refinance to the NABARD, which was earlier part of RBI’s claims on banks, has been classified as part of RBI credit to commercial sector. The ‘Reserve Bank’s credit to the commercial sector’ represents investments in bonds/shares of financial institutions, loans to them and holdings of internal bills purchased and discounted. ‘Government’s currency liabilities to the public’ comprise rupee coins and small coins.

he Reserve Banks net foreign assets are its holdings of foreign currency assets and gold. The gold reserves of Issue Department of the Reserve Bank were valued at Rs. 21.24 per tola till October 5, 1956; thereafter, at Rs. 62.50 per tola till January 31, 1969 and subsequently at Rs. 98.44 per tola (Rs.84.39 per 10 gms) up to October 16, 1990. From October 17, 1990 gold is valued at the end of the month at 90 per cent of the daily average price quoted at London for the month. The rupee equivalent is determined on the basis of exchange rate prevailing on the last business day of the month. Unrealised gains/ losses are adjusted to the Currency and Gold Revaluation Account (CGRA). The Reserve Bank’s net foreign exchange assets take into account the impact of appreciation in the value of gold following its revaluation close to international market price effective October 17, 1990. Such appreciation has a corresponding effect on Reserve Bank’s net non-monetary liabilities.

Other liabilities of the Reserve Bank’ include internal reserves and provisions of the Reserve Bank such as Exchange Equalisation Account (EEA), Currency and Gold Revaluation Account (CGRA), Contingency Reserve and Asset Development Reserve. The reserves, viz., Contingency Reserve, Asset Development Reserve, CGRA and EEA reflected in ‘Other Liabilities’ are in addition to the ‘Reserve Fund’ of Rs.6,500 crore held by the Reserve Bank as a distinct balance sheet head. Gains/losses on valuation of foreign currency assets and gold due to movements in the exchange rates and/or prices of gold are not taken to Profit and Loss Account but instead booked under a balance sheet head named as CGRA. The balance represents accumulated net gain on valuation of foreign currency assets and gold. CGRA was earlier known as Exchange Fluctuation Reserve (EFR). The balance in EEA represents provision made for exchange losses arising out of forward commitments. Contingency Reserve represents the amount set aside on a year-to-year basis for meeting unexpected and unforeseen contingencies including depreciation in value of securities, exchange guarantees and risks arising out of monetary/ exchange rate policy compulsions. In order to meet the internal capital expenditure and make investments in subsidiaries and associate institutions, a further specified sum is provided and credited to the Asset Development Reserve.

Net non-monetary liabilities (NNML) of the Reserve Bank’ are liabilities which do not have any monetary impact. These comprise items such as the Reserve Bank’s paid-up capital and reserves, contribution to National Funds (NIC-LTO Fund and NHC-LTO Fund), RBI employees’ PF and superannuation funds, bills payable, compulsory deposits with the RBI, RBI’s profit held temporarily under other deposits, amount held in state Governments Loan Accounts under other deposits, IMF quota subscription and other payments and other liabilities of RBI less net other assets of the RBI. Similarly, NNML of banks include items such as their capital, reserves, provisions, etc. NNML of the banking sector includes NNML of the Reserve Bank and that of other banks.

Currency with the public’ is currency in circulation less cash held by banks. ‘Demand deposits’ include all liabilities which are payable on demand and they include current deposits, demand liabilities portion of savings bank deposits, margins held against letters of credit/ guarantees, balances in overdue fixed deposits, cash certificates and cumulative/ recurring deposits, outstanding Telegraphic Transfers (TTs), Mail Transfers (MTs), Demand Drafts (DDs), unclaimed deposits, credit balances in the Cash Credit account and deposits held as security for advances which are payable on demand. Money at Call and Short Notice from outside the Banking System is shown against liability to others.

‘Time deposits’ are those which are payable otherwise than on demand and they include fixed deposits, cash certificates, cumulative and recurring deposits, time liabilities portion of savings bank deposits, staff security deposits, margin money held against letters of credit if not payable on demand, India Millennium Deposits and Gold Deposits.

‘Net bank credit to Government’ comprise the RBI’s net credit to Central and State Governments and commercial and co-operative banks’ investments in Central and State Government securities. ‘Bank credit to commercial sector’ include RBI’s and other bank’s credit to commercial sector. Other banks’ credit to commercial sector includes banks’ loans and advances to the commercial sector (including scheduled commercial banks’ food credit) and banks’ investments in “other approved” securities.
The acronyms  and  are used to NM1, NM2 NM3 distinguish the new monetary aggregates [as proposed by the Working Group on Money Supply: Analytics and Methodology of Compilation (WGMS) (Chairman: Dr. Y.V. Reddy), June 1998] from the existing monetary aggregates. and are based on the NM2  NM3 residency concept and hence do not directly reckon non-resident foreign currency repatriable fixed deposits in the form of FCNR(B) deposits, Resurgent India Bonds (RIBs) and India Millennium Deposits (IMDs). Residency essentially relates to the country in which the holder has a centre of economic interest. Currency and deposits held by the non-residents in the rest of the world sector would be related  to balance of payments considerations such as international capital flows rather than to the domestic demand for monetary assets or to the use of money in domestic transactions. While there is a need to categorise deposit liabilities by residency, it may not be appropriate to exclude all categories of non-resident deposits from domestic monetary aggregates as nonresident rupee deposits are essentially integrated into the domestic financial system. Therefore, only non-resident repatriable foreign currency fixed deposits are excluded from deposit liabilities and treated as external liabilities. Accordingly, from among the various categories of nonresident deposits, FCNR(B), Resurgent India Bonds (RIBs), and India Millennium Deposits (IMDs) were classified as external liabilities and excluded from the domestic money stock. Other major features of the new monetary and liquidity aggregates are as follows:

1.Compilation of four measures of monetary aggregates, and three measures of liquidity aggregates besides a comprehensive financial sector survey.  NM0 is essentially the monetary base, compiled mainly from the balance sheet of the Reserve Bank of India;  purely reflects the non-interest NM1 bearing monetary liabilities of the banking sector;   includes besides currency and NM2 current deposits, saving and short-term deposits reflecting the transactions balances of entities. was redefined to reflect NM3  the call funding that the additionally to NM2 banking system obtains from other financial institutions

2. Bank credit is often specifically referred, in monetary economics, as a critical variable affecting consumption and capital formation in a direct manner. As such it is often regarded as a more useful indicator of real sector activity than money supply. In India, one of the objectives of monetary policy is clearly stated in official documents as one of ensuring adequate flow of credit to the productive sectors of the economy. While credit to government from the banking system is clearly identified, bank credit to the commercial sector, includes only advances in the form of loans, cash credit,  overdrafts, bills purchased and discounted, and investments in approved securities other than government securities. However, commercial banks have in recent years been investing in securities such as commercial paper, shares and debentures issues by the commercial sector, which are not reflected in the conventional credit aggregates. The definition of bank credit has been broadened to include such investments.

3. Net foreign exchange assets (NFA) of the banking sector comprise the RBI’s net foreign exchange assets and the net foreign currency assets of the banking system. Net foreign currency assets of the banking system comprise their holdings of foreign currency assets net of i) their holdings of non-resident repatriable foreign currency fixed deposits which is presently defined to include FCNR(B) deposits and ii) overseas foreign currency borrowings.


4. In the new monetary aggregate NM3, capital account consists of paid-up capital and reserves. ‘Other Items (net)’ is the residual, balancing the components and sources of the monetary and banking accounts and includes other demand and time liabilities, net inter-bank liabilities, etc., as applicable.

1.3 COVERAGE

At present monetary aggregates are compiled based on the data from the scheduled commercial banks, cooperative banks, urban cooperative banks and the post offices. The coverage of co-operative banks has increased over time (Table 1.2). As regards co-operative banks, data up to February 1970 include State cooperative banks, while the data from March 1970 onwards are inclusive of central co-operative banks and primary co-operative banks.

1.3.1 Changes in the Compilation

There was a change in the treatment of apportionment of savings deposits into its two components - demand and time in March 1978. Savings bank accounts are bifurcated into demand and time portions depending on whether interest is actually paid on such deposits. Banks are required to report such classification on the basis of the position as at close of business at September 30 and March 31 instead of as at end-June and as at end-December as done hitherto.

The evolution of methodology of compilation of monetary aggregates in India has been encapsulated in the table appended below (Table 1.2).

Table 1.2: Money Stock Measures: Evolution of Methodology of Compilation

First Working Group(FWG) (1961)

Second Working Group(SWG) (1977)

Working Group on Money Supply (WGMS) (1998)

REMARKS

1

2

3

4

Components (C)

C.I. Currency with the

C.I. Currency with the

C.I. Currency with the

Public (C.I.1+C.I.2-C.I.3-

Public (C.I.1+C.I.2-C.I.3-

Public (C.I.1+C.I.2-C.I.3)

C.I.4-C.I.5)

C.I.4)

C.I.1 Notes in circulation

C.I.1 Notes in circulation

C.I.1 Notes in circulation

C.I.2 Circulation of Rupee

C.I.2 Circulation of

C.I.2 Circulation of

Comprise rupee coins and

coins and small coins i.e.,

Rupee coins and small

Rupee coins and small

small coins. Ten-rupee

Government’s currency

coins i.e., Government’s

coins i.e., Government’s

coins issued since

liabilities to the Public

currency liabilities to the

currency liabilities to the

October 1969, two rupee-

Public

Public

coins issued since

November 1982 and five

rupee coins issued since

November 1985 are

included under rupee

coins. Net of return of

Indian notes from

Pakistan.

C.I.3 Currency returned

C.I.3 Currency returned

by Pakistan

by Pakistan

C.I.4 Cash in hand with

C.I.4 Cash in hand with

C.I.3 Cash in hand with

The FWG considered only

banks i.e., commercial

the banking system i.e.,

the banking system

commercial and state co-

banks and state co-

commercial banks, state

operative banks while the

operative banks

co-operative banks,

SWG extended the

central co-operative

coverage to central co-

banks and primary co-

operative banks and

operative banks

primary co-operative

banks consisting of urban

co-operative banks and

salary earners’ societies.

C.I.5 Balance of the

Since August 1967,

Central and State

balances held at

Governments held at

treasures have not been

treasuries

included in the measure

in view of their meagre

amounts.

C.II. Aggregate Deposits

C.II. Aggregate Deposits

C.II. Aggregate Deposits

With the inclusion of

with Banks (C.II.1+C.II.2)

with the Banking System

held by Residents with

central and urban co-

(C.II.1+C.II.2)

the Banking System

operative banks, the SWG

(CII.1+C.II.2-C.II.2.2.1-

treated inter-bank

C.II.2.3.1)

deposits with the banking

system as part of net

non-monetary liabilities

[i.e., other items (net) as

defined by the Working

Group on Money Supply

 

First Working Group(FWG) (1961)

Second Working Group(SWG) (1977)

Working Group on Money Supply (WGMS) (1998)

REMARKS

1

2

3

4

(WGMS): Analytics and

Methodology Compilation.

The WGMS recommended

that aggregate deposits

should be on residency

basis, thereby excluding

repatriable foreign

currency fixed deposits

held by non-residents,

e.g., FCNR(B) deposits,

from money supply.

C.II.1 Demand Deposits

C.II.1 Demand Deposits

C.II.1 Demand Deposits

with banks (including

with the banking system.

with the banking system.

inter-bank demand

deposits with state co-

operative banks)

C.II.2 Time Deposits with

C.II.2 Time Deposits with

C.II.2 Time Deposits held

The WGMS recommended

banks (including inter-

the banking system.

by Residents with the

a break-up of time

bank time deposits with

banking system.

deposits into CDs and

state co-operative banks)

(CII.2.1+C.II.2.2+

other time deposits on

C.II.2.3)

the basis of maturity

structure partitioned at

C.II.2.1 Certificates of

one year.

Deposit (CDs)

C.II.2.2 Short-term1
time

deposits

Currency Repatriable

Deposits held by Non-

deposits

C.II.2.3.1 Foreign

Currency Repatriable

Deposits held by Non-

Residents

C.II.3 Savings Accounts

C.II.3.1 Time Liabilities

portion of Savings

Accounts

C.III. ‘Other’ deposits

C.III. ‘Other’ deposits with

with the RBI (C.III.1-

the RBI (C.III.1-C.III.2-

C.III.1 Other Deposits

C.III.1 Other Deposits

C.III.1 Other Deposits

with the RBI

with the RBI

with the RBI

 

First Working Group
(FWG) (1961)

Second Working Group
(SWG) (1977)

Working Group on Money
Supply (WGMS) (1998)

REMARKS

1

2

3

4

C.III.2 IMF Deposits with

C.III.2 IMF Deposits with

C.III.2 IMF Deposits with

RBI in Account No.1 *

RBI in Account No.1 *

RBI in Account No.1 *

C.III.3 RBI Employees’

C.III.3 RBI Employees’

Balances under Reserve

Pension/ Provident/Co-

Pension/ Provident/Co-

Bank Employees’

operative Guarantee

operative Guarantee

Pension/Provident and

Funds

Funds

Co-operative Guarantee

Funds have been

excluded from money

supply since January

1964.

C.III.4 Compulsory

C.III.4 Compulsory

Balances under

Deposits with RBI

Deposits with RBI

Additional Emoluments

(Compulsory Deposits)

Act 1974 and the

Compulsory Deposit

Scheme (Income Tax

Payers) Act were excluded

from money supply

effective August 16, 1974

and December 13, 1974,

respectively.

C.III.5 Profits of the RBI

C.III.5 Profits of the RBI

held temporarily under

held temporarily under

other deposits and

other deposits and

subscriptions to state

subscriptions to state

governments’ loans

governments’ loans

pending allotment

pending allotment

C.IV. Post Office Total

C.IV. Post Office Total

Post Office Deposits were

Deposits

Deposits

included in the monetary

aggregates by the SWG.

C.IV.1 Post Office

C.IV.1 Post Office

The WGMS recommended

Savings Deposits

Savings Deposits

that these should be part

of liquidity aggregates.

C.V. Call/Term Money

Borrowings represent

Borrowings by Scheduled

money at call and short

Commercial Banks from

notice obtained from

non-bank sources

outside the banking

(excluding PDs)

system, but exclude

refinance from RBI and

financial institutions.

C.IV. Money Supply with

C.V. Narrow Money

C.VI. Narrow Money

There is a break in the

the Public

M1 series following the

(M1)(=C.I+C.II.1+C.III)

(M1)(=C.I+C.II.1+C.III)

(=C.I+C.II.1+C.III)

reclassification of

demand and time

 

IMF Account No. 1

The IMF conducts its financial dealings with a member through the fiscal agency and the depository designated by the member. In addition, each member is required to designate its central bank as a depository for the IMF’s holding of the member’s currency, or if it has no central bank, a monetary agency or a commercial bank acceptable to IMF. Most members have designated their central banks as both the depository as well as the financial agency.

The depository maintains without any service charge or commission, two accounts that are used to record the IMF’s holdings of the member’s currency the IMF’s account no. 1 and IMF’s account no. 2 The no. 1 account is used for IMF transactions, including subscription payments, purchases and repurchases and repayment of resources borrowed by IMF.

First Working Group
(FWG) (1961)

Second Working Group (SWG) (1977)

Working Group on Money Supply (WGMS) (1998)

REMARKS

1

2

3

4

components of savings

accounts vide
circular

DBOD.No.Ref.BC.127/C-

96(Ret)-77 dated October

15, 1977.

(=C.V.+C.IV.1)

(=C.VI +

C.VI. M2

C.VII. M2

C.II.2.1 + C.II.2.2-

C.II.2.2.1+ C.II.3.1)

C.V. Aggregate Monetary

Data on aggregate

C.VII. Broad Money (M3)

C.VIII. Broad Money (M3)

Resources (=C.IV+C.II.2)

(=C.V + C.II.2)

(=C.VII + C.II.2.3-

monetary resources

C.II.2.3.1 + C.V)

proposed by the FWG

were first published in

the Bank’s Annual Report

1964-65 and in the

Report on Currency and

Finance 1967-68.

(=C.IV+C.VII.)

C.VIII. M4

(=C.IV+C.VIII)

C.IX. L1

C.X. Term Deposits of

Includes IDBI, ICICI,

Financial Institutions

IFCI, IIBI, EXIM Bank,

(FIs)

TFCI, NABARD, SIDBI

and NHB

C.XI. Certificates of

Deposit issued by FIs.

C.XII. Term Borrrowings

by FIs.

(=C.IX +C.X+

C.XIII. L2

C.XI +C.XII)

C.XIV. Public Deposits

Includes NBFCs having

by Non-Banking

public deposits of Rs. 20

Financial Companies

crore or above

(NBFCs)

(=C.XIII +

C.XV. L3

C.XIV)

SOURCES (S)

S.I Net Bank Credit to

S.I Net Bank Credit to

S.I Net Bank Credit to

Government Sector

Government Sector

Government (S.I.1+S.I.2)

(S.I.1+S.I.2)

(S.I.1+S.I.2)

S.I.1 Net RBI Credit to

S.I.1 Net RBI Credit to

S.I.1 Net RBI Credit to

Government Sector

Government Sector

Government

(S.I.1.1 + S.I.1.2 + S.I.1.3+

(S.I.1.1+S.I.1.2)

(S.I.1.1+S.I.1.2)

S.I.1.4 + S.I.1.5-

S.I.1.6+S.I.1.7-S.I.1.8)

S.I.1.1 Net RBI Credit to

S.I.1.1 Net RBI Credit to

the Central Government

Central Government

(S.I.1.1.1 + S.I.1.1.2 +

(S.I.1.1.1+S.I.1.1..2 +

 

First Working Group(FWG) (1961)

Second Working Group(SWG) (1977)

Working Group on Money Supply (WGMS) (1998)

REMARKS

1

2

3

4

S.I.1.1.3 + S.I.1.1.4 +

S.I.1.1.3 + S.I.1.1.4 +

S.I.1.1.5 - S.I.1.1.6)

S.I.1.1.5-S.I.1.1.6)

S.I.1.1 Loans and

S.I.1.1.1 Loans and

S.I.1.1.1 Loans and

Advances to the Central

Advances to the Central

Advances to the Central

Government

Government

Government

S.I.1.2 Bills Purchased

S.I.1.1.2 Bills Purchased

S.I.1.1.2 Bills Purchased

and Discounted

and Discounted

and Discounted

S.I.1.3 Investments in

S.I.1.1.3 Investments in

S.I.1.1.3 Investments in

Treasury Bills

Treasury Bills

short-term1 Central

Government securities

S.I.1.4 Investments in

S.I.1.1.4 Investments in

S.I.1.1.4 Investments in

Government of India

Central Government

long-term2 Central

Securities

Securities

Government Securities

S.I.1.5 Rupee coins held

S.I.1.1.5 Rupee coins

S.I.1.1.5 Rupee coins

by the RBI

held by the RBI

held by the RBI

S.I.1.6 Deposits of the

S.I.1.1.6 Deposits of the

S.I.1.1.6 Deposits of the

Central Government with

Central Government with

Central Government with

the RBI

the RBI

the RBI

S.I.1.2 Net RBI credit to

S.I.1.2 Net RBI credit to

the State Government

the State Government

(S.I.1.2.1-S.1.2.2)

(S.I.1.2.1-S.I.1.2.2)

S.I.1.7 Loans and

S.I.1.2.1 Loans and

S.I.1.2.1 Loans and

Advances to State

Advances to State

Advances to State

Governments

Governments

Governments

S.I.1.8 Deposits of State

S.I.1.2.2 Deposits of

S.I.1.2.2 Deposits of

Governments

State Governments

State Governments

S.I.2 Other Banks’ credit

S.I.2 Other Banks’ credit

S.I.2 Credit to

to Government (S.I.2.1 +

to Government

Government by the

S.I.2.2)

(=S.I.2.1)

Banking System (S.I.2.1

+ S.I.2.2)

S.I.2.1 Other Banks’

S.I.2.1 Other Banks’

S.I.2.1 Investments in

Treasury Bills are to be

investments in

investments in

short-term Government

valued at carrying cost.

Government securities

Government securities

securities by the

Banking System

S.I.2.2 Investments in

long-term2 Government

securities by the

Banking System

S.I.2.2 Government’s

Government’s currency

Currency Liabilities to the

liabilities to the Public

Public adjusted for

were carved out as an

balances in treasuries

independent source of

money stock in October

1962.

S.II. Total Bank Credit to

S.II. Total Bank Credit to

S.II. Bank Credit to

The nomenclature

Private Sector

Commercial Sector

Commercial Sector

“private sector” was

(S.II.1+S.II.2)

(S.II.1+S.II.2)

(S.II.1+S.II.2)

changed into “commercial

 

First Working Group(FWG) (1961)

Second Working Group(SWG) (1977)

Working Group on Money Supply (WGMS) (1998)

REMARKS

1

2

3

4

sector” in 1970, as bank

credit included credit

given to commercial/

manufacturing

enterprises in the public

sector too.

S.II.1 RBI Credit to

S.II.1 RBI Credit to

S.II.1 RBI Credit to

Private Sector

Commercial Sector

Commercial Sector

(S.II.1.1+S.II.1.2)

(S.II.1.1+S.II.1.2+S.II.1.3)

(S.II.1.1+S.II.1.2+S.II.1.3)

S.II.1.1 RBI’s investments

S.II.1.1 RBI’s

S.II.1.1 RBI’s

in shares/bonds of

investments in shares/

investments in shares/

financial institutions,

bonds of financial

bonds of financial

ordinary debentures of co-

institutions, ordinary

institutions, ordinary

operative sectors, Central

debentures of co-

debentures of co-

Land Mortgage Bank

operative sectors, CLMB

operative sectors, CLMB

(CLMB) debentures etc.

debentures etc.

debentures etc.

S.II.1.2 Loans to financial

S.II.1.2 Loans to

S.II.1.2 Loans to

On the establishment of

institutions

financial institutions

financial institutions

National Bank for

Agriculture and Rural

Development (NABARD)

on July 12, 1982, certain

assets and liabilities of

the RBI were transferred

to NABARD, necessitating

some reclassification of

aggregates on the sources

side of money stock since

that date. The WGMS

recommended the

reclassification of the

RBI’s refinance to

NABARD as credit to

commercial sector rather

than as claims on banks

as had been the practice

hitherto.

S.II.1.3 Internal Bills

S.II.1.3 Internal Bills

With the introduction of

(under Bills

(under Bills

the Bills Rediscounting

Rediscounting Scheme)

Rediscounting Scheme)

Scheme, the commercial

banks started discounting

the internal bills with the

RBI which have been

included in the RBI credit

to commercial sector

since June 1971.

S.II.2 Other Banks’ net

S.II.2 Other Banks’

S.II.2 Credit to the

credit to Private Sector

credit to Commercial

Commercial Sector by

(S.II.2.1 + S.II.2.2-S.II.2.3

Sector (S.II.2.1 +

the Banking System

-S.II.2.4-S.II.2.5)

S.II.2.2)

(S.II.2.1 + S.II.2.2+

S.II.2.3 + S.II.2.4)

S.II.2.1 Bank Credit

S.II.2.1 Bank Credit

S.II.2.1 Bank Credit

Includes loans, cash

credit and overdrafts and

internal and foreign bills

purchased and

 

First Working Group(FWG) (1961)

Second Working Group(SWG) (1977)

Working Group on Money Supply (WGMS) (1998)

REMARKS

1

2

3

4

discounted of SCBs,

RRBs.

S.II.2.2 Other

S.II.2.2 Other

S.II.2.2 Investments in

Investments

Investments

other Approved

Securities

S.II.2.3 Other

Include investments in

Investments

securities which are not

approved for maintenance

of statutory liquidity ratio

(SLR) such as

Commercial Papers, units

of UTI and mutual funds

and shares/debentures/

bonds of the public and

private non-bank sector.

S.II.2.3. Net inter-bank

As data for central and

Liabilities

primary co-operative

banks were not included

in money supply, the

FWG had adjusted bank

credit for net inter-bank

liabilities. These were,

however, treated as part

of net non-monetary

liabilities by the SWG on

extension of full coverage

to the co-operative sector.

The FWG had adjusted

S.II.2.4 Loans from

financial institutions

bank credit against loans

from select financial

institutions which

received refinance from

the RBI which had

already been reckoned in

the RBI credit to the

commercial sector. The

SWG did away with this

adjustment as it was

argued that these FIs had

substantial access to

sources of funds other

than those from the RBI.

S.II.2.4 Net lending to

Banks’ net lendings to

Primary Dealers

PDs, net of their call

borrowings from PDs, are

part of net inter-bank

assets under the present

reporting format.

However, as the banking

sector in money supply

excludes PDs, this item

was included as part of

credit from the banking

system by the WGMS.

 

First Working Group(FWG) (1961)

Second Working Group(SWG) (1977)

Working Group on Money Supply (WGMS) (1998)

REMARKS

1

2

3

4

S.II.2.5 Time deposits

This adjustment was

held by Banks (including

considered necessary

inter-bank time deposits

since the FWG was

held by state co-operative

concerned with M1. The

banks)

presentation of data on

bank credit to

commercial sector on net

basis was changed into

gross basis in May 1974,

as (i) time deposits are

used not only for

financing bank credit to

commercial sector but

also for lending to the

Government and (ii) these

are not owned by

commercial enterprises

who largely borrow from

banks.

S.III Net Foreign

S.III Net Foreign

S.III Net Foreign

Exchange Assets of the

Exchange Assets of the

Exchange Assets of the

Banking Sector

Banking Sector

Banking Sector

(S.III.1+S.III.2)

(S.III.1+S.III.2)

(S.III.1+S.III.2)

S.III.1 Net Foreign

S.III.1 Net Foreign

S.III.1 Net Foreign

Exchange Assets of the

Exchange Assets of the

Exchange Assets of the

RBI (S.III.1.1 + S.III.1.2 +

RBI (S.III.1.1 + S.III.1.2 +

RBI (S.III.1.1 + S.III.1.2-

S.III.1.3-S.III.1.4-S.III.1.5)

S.III.1.3-S.III.1.4-

S.III.1.3+S.III.1.4)

S.III.1.5)

S.III.1.1 Gold Coin and

S.III.1.1 Gold Coin and

S.III.1.1 Gold Coin and

Inclusive of valuation of

Bullion

Bullion

Bullion

Gold following its

revaluation close to

international market

price effective October 17,

1990. Such revaluation

has a corresponding

effect on Reserve Bank’s

net non-monetary

liabilities (capital

account)

S.III.1.2 Foreign

Since July 1996, foreign

Currency Assets of the

currency assets are being

RBI(S.III.1.2.1+S.III.1.2.2)

valued at the exchange

rate prevailing at the end

of every week. Such

revaluation has a

corresponding effect on

Reserve Bank’s net non-

monetary liabilities

(capital account).

S.III.1.2 Foreign

Certain foreign securities

S.III.1.2 Foreign

Securities

S.III.1.2 Foreign

Securities

Securities

e.g., IBRD shares,

Commonwealth bonds

etc. which were part of

RBI’s claims on

 

First Working Group FWG) (1961)

Second Working Group(SWG) (1977)

Working Group on Money Supply (WGMS) (1998)

REMARKS

1

2

3

4

Government were

reclassified as part of its

foreign assets by the

SWG.

S.III.1.3 Balances held

S.III.1.3 Balances held

S.III.1.2.2 Balances held

abroad

abroad

abroad

S.III.1.4 IMF A/c No.1

S.III.1.4 IMF A/c No.1

S.III.1.3 IMF A/c No.1

S.III.1.5 Special Currency

S.III.1.5 Quota

S.III.1.4 Quota

withdrawn from Gulf

subscription in rupees.

subscription in rupees.

States held under Other

deposits of the RBI if any.

S.III.2 Net Foreign

S.III.2 Net Foreign

S.III.2 Net Foreign

Exchange Assets of

Exchange Assets of

Currency Assets of

Banking System

Banking System

Banking System(S.III.2.1-

(Authorised Dealers’

S.III.2.2-S.III.2.3)

Balances)

S.III.2.1 Foreign

Includes balances held

Currency Assets of the

abroad (i.e., the cash

Banking System

component of nostro

accounts, etc.) and

investments in eligible

foreign securities and

bonds.

S.III.2.2. Overseas

Borrowings of the

Banking System

S.III.2.3 Non-Resident

Repatriable Foreign

Currency Fixed Deposits

with the Banking System

(C.II.2.2.1+C.II.2.3.1)

S.IV. Government’s

S.IV. Government’s

Net of Indian currency

Currency Liabilities to

Currency Liabilities to

returned by Pakistan

the Public

the Public

awaiting adjustment.

S.IV. Net non-monetary

S.V. Net non-monetary

S.V. Capital Account of

The WGMS has

Liabilities of the Banking

Liabilities of the Banking

the Banking Sector

bifurcated the non-

Sector (S.IV.1+S.IV.2)

Sector (S.V.1+S.V.2)

(S.V.1+S.VI.2)

monetary liabilities of the

banking sector into the

capital account and other

items (net).

S.IV.1 Net non-monetary

S.V.1 Net non-monetary

S.V.1 Capital Account of

Liabilities of the RBI

Liabilities of the RBI

the RBI (S.V.1.1 +

(S.IV.1.1 + S.IV.1.2 +

(S.V.1.1 + S.V.1.2 +

S.V.1.2 + S.V.1.3 +

S.IV.1.3 + S.IV.1.4 +

S.V.1.3 + S.V.1.4 +

S.V.1.4 + S.V.1.5 +

S.IV.1.5 - S.IV.1.6 +

S.V.1.5 + S.V.1.6 +

S.V.1.6)

S.IV.1.7)

S.V.1.7 + S.V.1.8 -

S.V.1.9)

S.IV.1.1 Paid-up Capital

S.V.1.1 Paid-up Capital

S.V.1.1 Paid-up Capital

S.IV.1.2 Reserves

S.V.1.2 Reserves

S.V.1.2 Reserves

 

First Working
Group(FWG) (1961)

Second Working Group(SWG) (1977)

Working Group on
Money Supply (WGMS) (1998)

REMARKS

1

2

3

4

S.IV.1.3 Contributions to

S.V.1.3 Contributions to

S.V.1.3 Contingency

National Funds

National Funds

Reserves

S.IV.1.4 Bills Payable

S.V.1.4 RBI Employees’

S.V.1.4 Exchange

Pensions/ Provident/

Fluctuation Reserve /

Guarantee Funds

Currency and Gold

Revaluation Account

S.IV.1.5 Other Liabilities

S.V.1.5 Compulsory

S.V.1.5 Exchange

Deposits with the RBI

Equalisation Account

S.IV.1.6 Other Assets net

S.V.1.6 Bills Payable

S.V.1.6 Contributions to

of Gold in Banking

National Funds

Department

S.IV.1.7 Indian currency

S.V.1.7 Other Libabilities

returned by Pakistan

awaiting adjustment

S.V.1.8 IMF Quota

Subscription and other

payments in rupees

included in IMF A/c No.1

S.V.1.9 Other Assets net

of Gold in Banking

department

S.V.2 Capital Account of

the Banking System

(S.V.2.1+S.V.2.2)S.V.2.1

Paid-up Capital S.V.2.2

Reserves

S.IV.2 Non-identifiable

S.V.2 Net non-monetary

S.VI. Other items (net) of

net non-monetary

liabilities of the Banking

the Banking Sector

liabilities of other Banks

System (residual)

(S.VI.1 + S.VI.2)

(residual)

S.VI.1 Other items (net)

of the RBI (S.VI.1.1 +

S.VI.1.2 + S.VI.1.3+

S.VI.1.4 - S.VI.1.5-

S.VI.1.6 - S.VI.1.7+

S.VI.1.8- S.VI.1.9)

S.VI.1.1 RBI Employees’

Pensions/ Provdent/

Guarantee Funds

S.VI.1.2 Compulsory

Deposits with the

RBIS.VI.1.3 Bills Payable

S.VI.1.4 Other Liabilities

Excludes contingency

reserve, exchange

fluctuation reserve and

exchange equalization

account which now form

part of capital account

and are, therefore,

adjusted.

 

First Working Group
(FWG) (1961)

Second Working Group
(SWG) (1977)

Working Group on Money
Supply (WGMS) (1998)

REMARKS

1

2

3

4

S.VI.1.5 Contingency

ReservesS.VI.1.6

Exchange Fluctuation

Reserve / Currency and

Gold Revaluation

Account

S.VI. 1.7 Exchange

Equalisation Account

S.VI.1.8 IMF Quota

Subscription and other

payments in rupees

included in IMF A/c No.1

S.VI.1.9 Other Assets net

of Gold in Banking

department

S.VI.2 Other items (net)

of the Banking System

(residual)

1. Of contractual maturity of one year or less.
2. Of contractual maturity of above one year.
Source:
Report of the Working Group on Money Supply: Analytics and Methodology of Compilation (Chairman:
Dr. Y.V. Reddy) (1998), Reserve Bank of India.

References
Report of the Second Working Group (Chairman M. L. Ghosh) on “Money Supply in India: Concepts, Compilation and Analysis”, Reserve Bank of India, Bombay, 1977.
Report of the Working Group (Chairman Y. V. Reddy) on “Money Supply: Analytics and Methodology of Compilation”, Reserve Bank of India, Mumbai, June 1998.

 

RbiTtsCommonUtility

प्ले हो रहा है
கேட்கவும்

Related Assets

RBI-Install-RBI-Content-Global

RbiSocialMediaUtility

இந்திய ரிசர்வ் வங்கி மொபைல் செயலியை நிறுவுங்கள் மற்றும் சமீபத்திய செய்திகளுக்கான விரைவான அணுகலை பெறுங்கள்!

Scan Your QR code to Install our app

RbiWasItHelpfulUtility

இந்த பக்கம் உதவியாக இருந்ததா?