RbiSearchHeader

Press escape key to go back

Past Searches

An error occurred while processing the template.
Failed to "?eval" string with this error:

---begin-message---
Syntax error in ?eval-ed string in line 1, column 34469:
Encountered "/", but was expecting one of:
    <STRING_LITERAL>
    <RAW_STRING>
    "false"
    "true"
    <INTEGER>
    <DECIMAL>
    "."
    "+"
    "-"
    "!"
    "["
    "("
    "{"
    <ID>
---end-message---

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

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

RbiAnnouncementWeb

RBI Announcements
RBI Announcements

Asset Publisher

83692641

States : Telangana, Tripura, Uttarkhand, Uttar Pradesh, West Bengal, All States, National Capital Territory of Delhi, Puducherry

Appendix III : Capital Receipts of States and Union Territories with Legislature (Contd.)
(₹ Million)
Item TELANGANA TRIPURA
2014-15 (Accounts) 2015-16 (Budget Estimates) 2015-16 (Revised Estimates) 2016-17 (Budget Estimates) 2014-15 (Accounts) 2015-16 (Budget Estimates) 2015-16 (Revised Estimates) 2016-17 (Budget Estimates)
1 2 3 4 5 2 3 4 5
TOTAL CAPITAL RECEIPTS (I to XII) 1,548,514.0 549,119.9 548,069.5 612,432.6 428,219.5 491,887.2 843,287.3 550,538.6
TOTAL CAPITAL RECEIPTS (Includes Public Accounts on a net basis)* 107,118.5 209,245.6 202,195.2 294,045.6 9,284.7 17,525.5 13,720.0 15,720.0
I. Internal Debt (1 to 8) 94,941.1 188,300.0 192,901.6 247,800.0 5,320.7 11,800.0 10,870.0 12,870.0
1. Market Loans 82,011.4 167,000.0 155,550.0 236,000.0 1,500.0 9,100.0 6,530.0 10,030.0
2. Loans from LIC
3. Loans from SBI and other Banks
4. Loans from National Bank for Agriculture and Rural Development 4,983.9 15,000.0 12,453.1 8,800.0 2,000.0 2,100.0 3,500.0 2,000.0
5. Loans from National Co-operative Development Corporation 104.5 22.8
6. WMA from RBI 6,300.0 6,300.0 1,000.0
7. Special Securities issued to NSSF 7,835.3 2,969.2 2,000.0 1,820.7 600.0 840.0 840.0
8. Others@ 6.0 15,606.5
of which: Land Compensation and other Bonds
II. Loans and Advances from the Centre (1 to 6) 863.7 8,000.0 10,371.4 8,000.0 52.0 30.0 30.0 30.0
1. State Plan Schemes 863.7 8,000.0 10,371.4 8,000.0 52.0 30.0 30.0 30.0
of which: Advance release of Plan Assistance for Natural Calamities
2. Central Plan Schemes
3. Centrally Sponsored Schemes
4. Non-Plan (i + ii)
(i) Relief for Natural Calamities
(ii) Others
5. Ways and Means Advances from Centre
6. Loans for Special Schemes
III. Recovery of Loans and Advances (1 to 12) 766.0 8,745.6 722.2 28,745.6 21.8 20.0 20.0 20.0
1. Housing 4.1 5.2 5.2 0.4
2. Urban Development 8,000.3 28,000.3
3. Crop Husbandry 9.8 9.8
4. Food Storage and Warehousing
5. Co-operation 27.5 8.7 17.6 8.7 10.2
6. Minor Irrigation
7. Power Projects 485.1 175.5 261.6 175.5
8. Village and Small Industries 24.8 24.8
9. Industries and Minerals 25.0 25.0
10. Road Transport
11. Government Servants, etc.+ 249.1 363.7 443.0 363.7 6.1 20.0 20.0 20.0
12. Others** 0.2 132.6 132.6 5.0
IV. Inter-State Settlement
V. Contingency Fund 500.0
VI. State Provident Funds, etc. (1 + 2) 13,190.7 20,000.0 20,000.0 22,296.5 9,203.2 12,681.0 10,575.0 9,980.0
1. State Provident Funds 10,167.6 16,698.0 16,698.0 18,366.5 9,037.7 12,510.0 10,400.0 9,800.0
2. Others 3,023.1 3,302.0 3,302.0 3,930.0 165.5 171.0 175.0 180.0
VII. Reserve Funds (1 to 4) 11,205.3 19,294.7 19,294.7 14,567.2 342.6 203.0 191.7 455.5
1. Depreciation/Renewal Reserve Funds 2,392.1 7,285.1 7,285.1 3,072.7
2. Sinking Funds 5,592.5 7,460.7 7,460.7 7,270.2
3. Famine Relief Fund
4. Others 3,220.8 4,548.8 4,548.8 4,224.3 342.6 203.0 191.7 455.5
VIII. Deposits and Advances (1 to 4) 236,148.7 304,779.6 304,779.6 291,023.3 2,182.5 2,772.7 5,397.9 2,480.6
1. Civil Deposits 130,200.7 174,140.9 174,140.9 152,902.0 1,849.7 2,500.0 5,350.0 2,400.0
2. Deposits of Local Funds 57,576.2 67,246.2 67,246.2 75,225.8
3. Civil Advances 987.9 776.1 776.1 1,284.2 326.8 271.5 41.0 79.0
4. Others 47,383.9 62,616.4 62,616.4 61,611.2 6.0 1.2 6.9 1.6
IX. Suspense and Miscellaneous (1 to 4) 1,100,622.7 393,543.3 451,130.5 805,827.0 513,762.5
1. Suspense 915.3 575.6 870.0 2,050.0 1,290.0
2. Cash Balance Investment Accounts 935,066.2 392,547.2 450,000.0 47,345.7 512,220.7
3. Deposits with RBI 755,850.0
4. Others 164,641.2 420.5 260.5 581.3 251.8
X. Appropriation to Contingency Fund
XI. Miscellaneous Capital Receipts
of which: Disinvestment
XII. Remittances 90,275.7 17,553.5 13,250.0 10,375.7 10,940.0

Appendix III : Capital Receipts of States and Union Territories with Legislature (Contd.)
(₹ Million)
Item UTTRAKHAND UTTAR PRADESH
2014-15 (Accounts) 2015-16 (Budget Estimates) 2015-16 (Revised Estimates) 2016-17 (Budget Estimates) 2014-15 (Accounts) 2015-16 (Budget Estimates) 2015-16 (Revised Estimates) 2016-17 (Budget Estimates)
1 2 3 4 5 2 3 4 5
TOTAL CAPITAL RECEIPTS (I to XII) 740,090.5 231,060.7 237,701.6 240,753.6 10,557,126.0 4,641,161.6 5,130,478.7 5,049,529.1
TOTAL CAPITAL RECEIPTS (Includes Public Accounts on a net basis)* 62,396.2 58,831.9 69,323.9 73,361.3 360,328.3 474,732.3 801,190.9 617,651.7
I. Internal Debt (1 to 8) 46,925.8 64,050.0 69,050.0 75,050.0 350,343.0 459,796.2 768,218.6 575,609.8
1. Market Loans 24,000.0 39,000.0 39,000.0 49,000.0 175,000.0 233,984.4 341,346.8 332,459.8
2. Loans from LIC
3. Loans from SBI and other Banks
4. Loans from National Bank for Agriculture and Rural Development 7,000.0 8,000.0 9,000.0 9,000.0 17,477.3 20,000.0 20,000.0 22,000.0
5. Loans from National Co-operative Development Corporation 128.4 50.0 50.0 50.0 354.4 110.5 110.5 120.0
6. WMA from RBI 1,801.6 8,000.0 8,000.0 8,000.0 17,319.5 100,000.0 45,000.0 40,000.0
7. Special Securities issued to NSSF 13,995.8 9,000.0 13,000.0 9,000.0 86,263.8 50,000.0 40,000.0 45,000.0
8. Others@ 53,927.9 55,701.3 321,761.3 136,030.0
of which: Land Compensation and other Bonds
II. Loans and Advances from the Centre (1 to 6) 610.0 900.0 900.0 900.0 4,859.8 6,000.0 6,000.0 7,000.0
1. State Plan Schemes 610.0 900.0 900.0 900.0 4,859.8 6,000.0 6,000.0 7,000.0
of which: Advance release of Plan Assistance for Natural Calamities
2. Central Plan Schemes
3. Centrally Sponsored Schemes
4. Non-Plan (i + ii)
(i) Relief for Natural Calamities
(ii) Others
5. Ways and Means Advances from Centre
6. Loans for Special Schemes
III. Recovery of Loans and Advances (1 to 12) 455.8 373.9 373.9 411.3 2,624.8 2,634.0 7,722.3 3,041.9
1. Housing
2. Urban Development 11.0 0.5 0.5
3. Crop Husbandry 15.0 10.0 10.0 11.0 0.4 0.2 0.2
4. Food Storage and Warehousing 0.6 20.0
5. Co-operation 11.2 17.0 17.0 18.7 95.6 5,665.4
6. Minor Irrigation
7. Power Projects 398.9 310.0 310.0 341.0 1,097.1
8. Village and Small Industries 0.3 0.2 0.2 0.2 7.2 0.8 0.8
9. Industries and Minerals 289.9 320.0 320.0 500.0
10. Road Transport
11. Government Servants, etc.+ 30.4 36.7 36.7 40.4 966.1 1,214.0 1,115.0 1,240.0
12. Others** 156.9 1,100.0 600.4 1,300.4
IV. Inter-State Settlement
V. Contingency Fund 3,319.7 2,000.0 2,500.0 2,300.0 5.5 2,000.0 32,416.5 2,000.0
VI. State Provident Funds, etc. (1 + 2) 13,999.3 9,870.7 7,235.8 7,028.0 99,879.4 160,370.0 160,370.0 164,756.0
1. State Provident Funds 13,681.2 9,627.8 6,985.6 6,786.7 96,106.8 155,100.0 155,100.0 158,856.0
2. Others 318.0 242.9 250.2 241.3 3,772.6 5,270.0 5,270.0 5,900.0
VII. Reserve Funds (1 to 4) 3,065.9 128.1 140.9 121.0 99,916.9 125,830.3 168,953.7 212,731.2
1. Depreciation/Renewal Reserve Funds 200.0 200.0
2. Sinking Funds 45,000.0 75,682.5 69,667.8 107,723.5
3. Famine Relief Fund
4. Others 3,065.9 128.1 140.9 121.0 54,916.9 50,147.7 99,085.8 104,807.7
VIII. Deposits and Advances (1 to 4) 34,844.3 30,289.4 31,089.7 30,077.9 161,853.1 157,717.5 157,717.5 171,147.0
1. Civil Deposits 21,596.9 21,454.8 21,587.6 20,588.7 120,973.3 118,027.5 118,027.5 126,187.0
2. Deposits of Local Funds 11,354.9 7,564.1 7,652.1 7,550.3 26,813.3 32,350.0 32,350.0 35,350.0
3. Civil Advances 1,632.5 1,270.5 1,350.0 1,349.0 2,307.2
4. Others 259.9 500.0 590.0 11,759.2 7,340.0 7,340.0 9,610.0
IX. Suspense and Miscellaneous (1 to 4) 581,640.7 92,453.2 93,690.3 93,180.3 9,560,659.9 3,692,213.7 3,794,480.1 3,878,643.2
1. Suspense -82.3 693.6 690.3 680.3 -3,635.6 7,595.5 7,595.5 7,725.5
2. Cash Balance Investment Accounts 336,809.0 2,544,870.1 2,864,435.8 2,879,435.8 2,867,435.8
3. Deposits with RBI 5,312,066.6
4. Others 244,914.1 91,759.7 93,000.0 92,500.0 1,707,358.9 820,182.4 907,448.8 1,003,481.9
X. Appropriation to Contingency Fund
XI. Miscellaneous Capital Receipts 1,353.3
of which: Disinvestment
XII. Remittances 53,875.6 30,995.4 32,721.1 31,685.1 276,983.5 34,600.0 34,600.0 34,600.0

Appendix III : Capital Receipts of States and Union Territories with Legislature (Contd.)
(₹ Million)
Item WEST BENGAL
2014-15
(Accounts)
2015-16
(Budget Estimates)
2015-16
(Revised Estimates)
2016-17
(Budget Estimates)
1 2 3 4 5
TOTAL CAPITAL RECEIPTS (I to XII) 4,080,059.1 3,669,637.9 4,252,090.0 4,259,006.6
TOTAL CAPITAL RECEIPTS (Includes Public Accounts on a net basis)* 338,509.8 327,656.8 377,289.5 400,298.4
I. Internal Debt (1 to 8) 505,376.9 596,759.8 634,750.0 662,555.2
1. Market Loans 219,000.0 231,509.8 245,000.0 260,000.0
2. Loans from LIC
3. Loans from SBI and other Banks
4. Loans from National Bank for Agriculture and Rural Development
5. Loans from National Co-operative Development Corporation 47.1 250.0 250.0 250.0
6. WMA from RBI 193,808.6 300,000.0 300,000.0 300,000.0
7. Special Securities issued to NSSF 77,119.6 50,000.0 73,500.0 84,305.2
8. Others@ 15,401.6 15,000.0 16,000.0 18,000.0
of which: Land Compensation and other Bonds
II. Loans and Advances from the Centre (1 to 6) 13,629.9 1,500.0 20,000.0 15,000.0
1. State Plan Schemes 13,629.9 1,500.0 20,000.0 15,000.0
of which: Advance release of Plan Assistance for Natural Calamities
2. Central Plan Schemes
3. Centrally Sponsored Schemes
4. Non-Plan (i + ii)
(i) Relief for Natural Calamities
(ii) Others
5. Ways and Means Advances from Centre
6. Loans for Special Schemes
III. Recovery of Loans and Advances (1 to 12) 1,754.9 3,974.9 4,641.7 4,865.4
1. Housing 0.8 0.7 0.9 0.9
2. Urban Development
3. Crop Husbandry
4. Food Storage and Warehousing
5. Co-operation 186.2 735.0 700.0 735.0
6. Minor Irrigation
7. Power Projects 500.4 2,987.0 2,844.8 2,987.0
8. Village and Small Industries 10.9 12.8 11.5 12.0
9. Industries and Minerals 968.8 38.8 927.6 973.9
10. Road Transport
11. Government Servants, etc.+ 87.8 122.9 83.4 79.2
12. Others** 77.6 73.5 77.2
IV. Inter-State Settlement
V. Contingency Fund 1.3 15.1
VI. State Provident Funds, etc. (1 + 2) 34,406.7 36,200.0 36,950.0 38,370.0
1. State Provident Funds 34,264.8 36,000.0 36,760.0 38,180.0
2. Others 141.9 200.0 190.0 190.0
VII. Reserve Funds (1 to 4) 29,505.5 31,345.5 41,705.1 26,942.2
1. Depreciation/Renewal Reserve Funds
2. Sinking Funds 12,727.7 4,000.0 4,000.0 4,000.0
3. Famine Relief Fund
4. Others 16,777.8 27,345.5 37,705.1 22,942.2
VIII. Deposits and Advances (1 to 4) 430,350.0 447,870.7 461,500.5 482,487.2
1. Civil Deposits 70,846.4 78,662.6 74,447.8 77,677.1
2. Deposits of Local Funds 106,127.3 103,576.0 107,456.1 109,807.7
3. Civil Advances 1,357.1 1,056.3 1,400.6 1,450.7
4. Others 252,019.2 264,575.8 278,196.0 293,551.8
IX. Suspense and Miscellaneous (1 to 4) 2,968,090.2 2,474,172.6 3,028,317.7 3,026,895.2
1. Suspense -2,450.1 3,767.7 4,405.7 4,827.7
2. Cash Balance Investment Accounts 408,307.2 307,041.1 422,037.4 371,819.8
3. Deposits with RBI 1,831,916.5 1,505,000.0 1,835,000.0 1,845,000.0
4. Others 730,316.7 658,363.9 766,874.7 805,247.7
X. Appropriation to Contingency Fund
XI. Miscellaneous Capital Receipts 6,530.0
of which: Disinvestment
XII. Remittances 96,943.6 77,814.4 17,679.8 1,891.4

Appendix III : Capital Receipts of States and Union Territories with Legislature (Contd.)
(₹ Million)
Item ALL STATES
2014-15
(Accounts)
2015-16
(Budget Estimates)
2015-16
(Revised Estimates)
2016-17
(Budget Estimates)
1 2 3 4 5
TOTAL CAPITAL RECEIPTS (I to XII) 53,042,399.4 40,219,209.6 45,281,702.2 46,007,695.9
TOTAL CAPITAL RECEIPTS (Includes Public Accounts on a net basis)* 4,164,818.1 4,434,254.4 5,499,492.7 5,723,180.1
I. Internal Debt (1 to 8) 4,046,273.6 4,623,219.3 5,587,291.3 5,876,304.9
1. Market Loans 2,408,799.3 3,021,102.1 3,194,672.2 3,783,150.2
2. Loans from LIC 2,654.9 100.0 2,660.0 2,560.0
3. Loans from SBI and other Banks 36,500.0 65,000.0 41,000.0 65,000.0
4. Loans from National Bank for Agriculture and Rural Development 169,049.5 232,384.5 233,305.4 271,355.9
5. Loans from National Co-operative Development Corporation 6,014.7 4,961.6 4,549.1 4,194.7
6. WMA from RBI 784,528.4 932,752.9 751,573.3 877,463.8
7. Special Securities issued to NSSF 464,066.7 219,586.9 331,307.6 292,100.3
8. Others@ 174,660.2 147,331.2 1,028,223.7 580,480.0
of which: Land Compensation and other Bonds 46,095.3 47,000.1 621,347.6 324,144.8
II. Loans and Advances from the Centre (1 to 6) 118,806.2 255,405.1 241,704.5 267,360.0
1. State Plan Schemes 113,249.0 236,681.8 230,434.8 255,965.8
of which: Advance release of Plan Assistance for Natural Calamities
2. Central Plan Schemes
3. Centrally Sponsored Schemes 11.0 37.2 37.2 37.2
4. Non-Plan (i + ii) 5,546.2 18,586.1 11,132.5 11,347.0
(i) Relief for Natural Calamities
(ii) Others 5,546.2 18,586.1 11,132.5 11,347.0
5. Ways and Means Advances from Centre 100.0 100.0 10.0
6. Loans for Special Schemes
III. Recovery of Loans and Advances (1 to 12) 189,159.7 58,482.3 74,804.7 168,672.2
1. Housing 5,154.5 3,293.5 1,508.5 1,510.9
2. Urban Development 2,154.0 11,553.9 2,543.5 30,286.6
3. Crop Husbandry 527.8 316.2 22.2 1,532.6
4. Food Storage and Warehousing 105.4 185.9 444.5 469.1
5. Co-operation 3,923.6 4,485.6 13,080.3 4,266.4
6. Minor Irrigation 1.0 1.1 1.1 1.5
7. Power Projects 149,420.1 17,060.1 27,936.4 93,972.9
8. Village and Small Industries 415.2 427.5 447.5 464.8
9. Industries and Minerals 1,971.6 1,051.7 2,525.3 2,204.1
10. Road Transport 1,928.0 2,840.0 4,090.0
11. Government Servants, etc.+ 13,575.4 14,373.3 13,681.2 19,272.1
12. Others** 9,983.1 5,733.5 9,774.1 10,601.2
IV. Inter-State Settlement 18.2 0.2 0.1 0.1
V. Contingency Fund 58,389.5 17,010.0 51,706.0 22,410.0
VI. State Provident Funds, etc. (1 + 2) 1,080,626.2 1,100,524.2 1,198,520.9 1,306,573.3
1. State Provident Funds 710,276.7 775,819.7 788,098.8 868,544.0
2. Others 370,349.5 324,704.5 410,422.1 438,029.3
VII. Reserve Funds (1 to 4) 472,253.8 460,381.0 549,243.5 637,171.6
1. Depreciation/Renewal Reserve Funds 3,048.3 8,125.8 8,329.6 4,205.9
2. Sinking Funds 175,112.9 159,585.9 141,859.4 216,161.7
3. Famine Relief Fund 17.3 4.4 6.9 4,907.0
4. Others 294,075.4 292,665.0 399,047.6 411,897.0
VIII. Deposits and Advances (1 to 4) 5,222,451.2 5,724,796.5 5,234,274.3 5,750,569.3
1. Civil Deposits 1,880,851.6 1,786,007.7 1,834,192.0 1,839,419.4
2. Deposits of Local Funds 1,867,410.5 2,328,182.4 1,837,086.5 2,051,504.3
3. Civil Advances 80,202.5 70,006.8 78,097.9 77,426.8
4. Others 1,393,986.6 1,540,599.7 1,484,897.9 1,782,218.8
IX. Suspense and Miscellaneous (1 to 4) 39,492,184.9 26,676,534.0 31,053,982.9 30,644,852.3
1. Suspense 400,400.9 329,944.1 215,513.7 207,689.0
2. Cash Balance Investment Accounts 23,800,500.0 17,525,535.2 19,280,927.9 19,097,849.9
3. Deposits with RBI 7,947,165.7 2,515,138.6 4,843,832.5 3,983,225.4
4. Others 7,344,118.2 6,305,916.0 6,713,708.8 7,356,087.9
X. Appropriation to Contingency Fund 26,500.0
XI. Miscellaneous Capital Receipts 11,458.0 1,315.2 10,509.3 1,494.0
of which: Disinvestment 333.1 205.0 268.7 323.4
XII. Remittances 2,324,278.2 1,301,541.8 1,279,664.8 1,332,288.3

Appendix III : Capital Receipts of States and Union Territories with Legislature (Concld.)
(₹ Million)
Item NATIONAL CAPITAL TERRITORY OF DELHI PUDUCHERRY
2014-15 (Accounts) 2015-16 (Budget Estimates) 2015-16 (Revised Estimates) 2016-17 (Budget Estimates) 2014-15 (Accounts) 2015-16 (Budget Estimates) 2015-16 (Revised Estimates) 2016-17 (Budget Estimates)
1 2 3 4 5 2 3 4 5
TOTAL CAPITAL RECEIPTS (I to XII) 19,919.4 14,191.3 23,810.0 35,550.3 185,862.9 199,459.8 267,142.5 280,040.7
TOTAL CAPITAL RECEIPTS (Includes Public Accounts on a net basis)* 19,919.4 14,191.3 23,710.0 35,550.3 6,852.0 7,789.0 10,062.3 10,764.6
I. Internal Debt (1 to 8) 6,135.7 7,120.0 7,120.0 8,010.0
1. Market Loans 4,703.8 4,500.0 4,500.0 5,000.0
2. Loans from LIC
3. Loans from SBI and other Banks
4. Loans from National Bank for Agriculture and Rural Development 412.4 1,120.0 883.0 900.0
5. Loans from National Co-operative Development Corporation
6. WMA from RBI
7. Special Securities issued to NSSF
8. Others@ 1,019.5 1,500.0 1,737.0 2,110.0
of which: Land Compensation and other Bonds
II. Loans and Advances from the Centre (1 to 6) 17,643.2 10,381.3 20,000.0 31,740.3 900.5 1,160.0 1,200.0 740.0
1. State Plan Schemes 180.5 40.0 80.0 20.0
of which: Advance release of Plan Assistance for Natural Calamities
2. Central Plan Schemes 400.0 400.0
3. Centrally Sponsored Schemes
4. Non-Plan (i + ii) 17,643.2 10,381.3 20,000.0 31,740.3 720.0 720.0 720.0 720.0
(i) Relief for Natural Calamities 17,643.2 20,000.0 31,740.3
(ii) Others 10,381.3 720.0 720.0 720.0 720.0
5. Ways and Means Advances from Centre
6. Loans for Special Schemes
III. Recovery of Loans and Advances (1 to 12) 2,276.2 3,810.0 3,810.0 3,810.0 24.4 30.0 30.0 30.0
1. Housing 0.1 30.0 0.2 0.2
2. Urban Development
3. Crop Husbandry
4. Food Storage and Warehousing
5. Co-operation 0.2 0.5 0.1
6. Minor Irrigation
7. Power Projects
8. Village and Small Industries 0.1 0.1 0.1
9. Industries and Minerals
10. Road Transport
11. Government Servants, etc.+ 22.4 22.1 22.1 22.1 22.5 27.3 27.3
12. Others** 2,253.8 3,787.9 3,787.9 3,787.9 1.6 1.9 2.3
IV. Inter-State Settlement
V. Contingency Fund
VI. State Provident Funds, etc. (1 + 2) 2,899.3 3,078.9 3,034.3 3,337.7
1. State Provident Funds 2,850.6 3,025.0 2,983.0 3,281.3
2. Others 48.6 53.9 51.3 56.4
VII. Reserve Funds (1 to 4) 955.6 8.9 10.0 100.0
1. Depreciation/Renewal Reserve Funds
2. Sinking Funds 955.6 8.9 10.0 100.0
3. Famine Relief Fund
4. Others
VIII. Deposits and Advances (1 to 4) 1,958.0 2,769.8 3,924.5 4,317.0
1. Civil Deposits 1,833.8 1,925.0 3,849.1 4,234.1
2. Deposits of Local Funds 118.8 759.0 64.5 71.0
3. Civil Advances 7.9 14.3 8.0 8.8
4. Others -2.5 71.5 2.8 3.1
IX. Suspense and Miscellaneous (1 to 4) 168,959.8 181,937.3 247,679.8 258,947.7
1. Suspense -154.6 145.2 150.0 165.0
2. Cash Balance Investment Accounts 111,466.7 181,500.0 185,000.0 190,000.0
3. Deposits with RBI 57,509.5 2.8 62,218.8 68,440.7
4. Others 138.2 289.3 310.9 342.0
X. Appropriation to Contingency Fund
XI. Miscellaneous Capital Receipts
of which: Disinvestment
XII. Remittances 4,029.6 3,355.0 4,143.9 4,558.3
– : Nil/Negligible/Not available.
* : Sum of Items I to XII where Items IV to X, XII and I(3) are on a net basis while Items I(6) and IX(2 and 3) are excluded. Items I (6) and IX (2 and 3) have been taken as financing items for overall surplus/deficit.
@ : Include Land Compensation Bonds, loans from Khadi and Village Industries Commission, CWC, etc.
+ : Comprises recovery of loans and advances from Government Servants for housing, purchase of conveyance, festivals, marriages, etc.
** : Include recovery of loans and advances for Education, Art and Culture, Social Security and Welfare, Fisheries and Animal Husbandry, etc.
$ : State Provident Funds also includes other savings deposits.
Also see Notes to Appendices.
Note: Data pertaining to Andhra Pradesh, Arunachal Pradesh, Jammu & Kashmir and Uttarakhand for 2014-15 is taken from Finance Accounts of the State published by CAG.
Source : Budget Documents of State Governments.

RbiTtsCommonUtility

प्ले हो रहा है
ਸੁਣੋ

Related Assets

RBI-Install-RBI-Content-Global

RbiSocialMediaUtility

ਭਾਰਤੀ ਰਿਜ਼ਰਵ ਬੈਂਕ ਮੋਬਾਈਲ ਐਪਲੀਕੇਸ਼ਨ ਇੰਸਟਾਲ ਕਰੋ ਅਤੇ ਨਵੀਨਤਮ ਖਬਰਾਂ ਤੱਕ ਤੇਜ਼ ਐਕਸੈਸ ਪ੍ਰਾਪਤ ਕਰੋ!

Scan Your QR code to Install our app

RbiWasItHelpfulUtility

ਕੀ ਇਹ ਪੇਜ ਲਾਭਦਾਇਕ ਸੀ?