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_S3

RbiAnnouncementWeb

RBI Announcements
RBI Announcements

Asset Publisher

83514206

States: Himachal Pradesh, Jammu and Kashmir, Jharkhand, Karnataka, Kerala, Madhya Pradesh, Maharashtra, Manipur

Appendix III : Capital Receipts of Individual States


(Rs. lakh)


   

HIMACHAL PRADESH


JAMMU AND KASHMIR


   

1999-2000

2000-2001

2000-2001

2001-2002

1999-2000

2000-2001

2000-2001

2001-2002

  

Items

(Accounts)

(Budget

(Revised

(Budget

(Accounts)

(Budget

(Revised

(Budget

    

Estimates)

Estimates)

Estimates)

 

Estimates)

Estimates)

Estimates)


  

1

2

3

4

5

6

7

8

9


TOTAL RECEIPTS (I to XIV)

252,372

122,767

178,453

234,234

171,568

60,352

88,941

56,162

I

External Debt

II.

Internal Debt* (1 to 6)

85,869

79,590

116,858

181,979

21,269

37,205

38,653

38,653

 

1.

Market Loans

22,918

19,000

24,000

19,000

8,861

8,861

8,861

 

2.

Loans from L.I.C.

31,500

7,500

18,568

8,568

7,344

8,592

8,592

 

3.

Loans from S.B.I.and other Banks (net)

 

4.

Loans from National Agriculltural

        
  

Credit Fund of RBI

4,425

8,500

9,400

9,400

15,000

15,000

15,000

 

5.

Loans from National Co-operative

        
  

Development Corporation

1,920

1,590

1,590

11

 

6.

Others@

25,106

43,000

63,300

145,000

21,269

6,000

6,200

6,200

  

of which: Land Compensation and Other Bonds

III.

Loans and Advances from the

        
 

Centre (1 to 6) ++

54,874

10,733

9,073

12,314

93,521

30,798

26,992

25,460

 

1.

State Plan Schemes

10,399

10,096

8,436

11,792

93,521

30,548

25,284

23,784

  

of which: Advance Release of Plan

        
  

Assistance for Natural Calamities

 

2.

Central Plan Schemes

 

3.

Centrally Sponsored Schemes

628

637

637

522

201

201

 

4.

Non-Plan (i + ii)

250

1,507

1,475

  

(i) Relief for Natural Calamities

  

(ii) Others

250

1,507

1,475

 

5.

Ways and Means Advances from Centre

43,847

 

6.

Loans for Special Schemes

IV.

Special Securities Issued to NSSF ++

6,888

20,000

15,000

20,700

20,700

20,700

V.

Recovery of Loans and Advances (1 to 12)

53,076

2,444

2,522

2,441

454

369

10,132

372

 

1.

Housing

39

44

44

40

25

77

45

55

 

2.

Urban Development

12

12

12

 

3.

Crop Husbandry

106

7

7

7

1

3

3

3

 

4.

Food Storage and Warehousing

22

38

61

30

 

5.

Co-operation

1,195

402

402

443

1

1

 

6.

Minor Irrigation

 

7.

Power Projects

49,800

138

138

9,870

 

8.

Village and Small Industries

47

23

23

25

 

9.

Industries and Minerals

50

 

10.

Road Transport

 

11.

Government Servants, etc.+

1,832

1,749

1,803

1,852

367

276

200

300

 

12.

Others**

35

31

32

32

11

13

13

13

VI.

Inter-State Settlement (net)

VII.

Contingency Fund (net)

VIII.Small Savings, Provident Funds etc.(net) (1+2)

27,833

30,000

30,000

22,500

59,551

31,717

37,882

37,396

 

1.

State Provident Funds

26,883

28,500

28,500

21,000

57,995

30,144

36,349

35,766

 

2.

Others

950

1,500

1,500

1,500

1,556

1,573

1,533

1,630

IX.

Reserve Funds (net) (1 to 4)

1,997

5,118

4,630

4,963

 

1.

Depreciation/Renewal Reserve Funds

5,118

5,118

4,630

4,963

 

2.

Sinking Funds

 

3.

Famine Relief Fund

 

4.

Others

-3,121

X.

Deposits and Advances (net) (1 to 4)

23,832

-9,822

-65,555

-79,169

-71,382

 

1.

Civil Deposits

6,402

1,745

220

220

220

 

2.

Deposits of Local Funds

17,438

-11,538

-65,775

-79,389

-71,602

 

3.

Civil Advances

-5

-31

 

4.

Others

-3

2

XI.

Suspense and Miscellaneous (net)@@ (1+2)

-9,267

 

1.

Suspense

-131

 

2.

Others

-9,136

XII.

Appropriation to Contingency Fund (net)

XIII.Miscellaneous Capital Receipts

 

of which: Disinvestment

XIV.

Remittances (net)

13,865

29,121



(Rs. lakh)


   

JHARKHAND


KARNATAKA


   

1999-2000

2000-2001

2000-2001

2001-2002

1999-2000

2000-2001

2000-2001

2001-2002

  

Items

(Accounts)

(Budget

(Revised

(Budget

(Accounts)

(Budget

(Revised

(Budget

    

Estimates)

Estimates)

Estimates)

 

Estimates)

Estimates)

Estimates)


  

1

2

3

4

5

6

7

8

9


TOTAL RECEIPTS (I to XIV)

156,077

495,051

445,251

458,327

599,229

I.

External Debt

II.

Internal Debt* (1 to 6)

33,408

129,500

115,786

118,376

126,323

 

1.

Market Loans

20,421

90,388

82,558

82,558

82,558

 

2.

Loans from L.I.C.

24,326

10,543

10,543

16,000

 

3.

Loans from S.B.I.and other Banks (net)

 

4.

Loans from National Agriculltural

        
  

Credit Fund of RBI

11,046

14,117

20,300

20,300

23,000

 

5.

Loans from National Co-operative

        
  

Development Corporation

669

1,365

1,365

1,365

 

6.

Others@

1,941

1,020

3,610

3,400

  

of which: Land Compensation and Other Bonds

III.

Loans and Advances from the

        
 

Centre (1 to 6) ++

34,495

92,772

122,712

107,155

210,669

 

1.

State Plan Schemes

34,395

90,073

119,517

103,960

207,328

  

of which: Advance Release of Plan

        
  

Assistance for Natural Calamities

 

2.

Central Plan Schemes

100

17

55

55

16

 

3.

Centrally Sponsored Schemes

2,356

2,761

2,761

1,525

 

4.

Non-Plan (i + ii)

326

379

379

1,800

  

(i) Relief for Natural Calamities

  

(ii) Others

326

379

379

1,800

 

5.

Ways and Means Advances from Centre

 

6.

Loans for Special Schemes

IV.

Special Securities Issued to NSSF ++

72,500

94,992

145,486

120,486

120,000

V.

Recovery of Loans and Advances (1 to 12)

110

14,471

16,467

16,310

20,237

 

1.

Housing

536

1,963

1,963

2,159

 

2.

Urban Development

382

353

353

388

 

3.

Crop Husbandry

40

40

40

 

4.

Food Storage and Warehousing

 

5.

Co-operation

328

101

101

182

 

6.

Minor Irrigation

1

1

1

 

7.

Power Projects

11,085

9,531

9,374

11,109

 

8.

Village and Small Industries

45

88

88

96

 

9.

Industries and Minerals

440

1,574

1,574

1,635

 

10.

Road Transport

 

11.

Government Servants, etc.+

1,027

1,334

1,334

1,468

 

12.

Others**

110

628

1,482

1,482

3,159

VI.

Inter-State Settlement (net)

VII.

Contingency Fund (net)

1,252

VIII.Small Savings, Provident Funds etc.(net) (1+2)

16,000

59,878

77,000

77,000

84,700

 

1.

State Provident Funds

17,000

39,059

49,000

49,000

53,900

 

2.

Others

-1,000

20,819

28,000

28,000

30,800

IX.

Reserve Funds (net) (1 to 4)

8,008

-2,200

4,000

4,000

 

1.

Depreciation/Renewal Reserve Funds

-1

 

2.

Sinking Funds

-6,998

 

3.

Famine Relief Fund

 

4.

Others

15,007

-2,200

4,000

4,000

X.

Deposits and Advances (net) (1 to 4)

1,046

29,542

5,000

10,300

 

1.

Civil Deposits

404

17,532

 

2.

Deposits of Local Funds

624

12,630

10,000

15,000

10,500

 

3.

Civil Advances

18

-1,422

 

4.

Others

802

-10,000

-10,000

-200

XI.

Suspense and Miscellaneous (net)@@ (1+2)

-982

60,609

-10,000

5,000

17,000

 

1.

Suspense

-982

15,475

-5,000

-2,500

10,000

 

2.

Others

45,134

-5,000

7,500

7,000

XII.

Appropriation to Contingency Fund (net)

XIII.Miscellaneous Capital Receipts

 

of which: Disinvestment

XIV.

Remittances (net)

-500

4,027

-20,000

5,000

6,000



(Rs. lakh)


   

KERALA


MADHYA PRADESH


   

1999-2000

2000-2001

2000-2001

2001-2002

1999-2000

2000-2001

2000-2001

2001-2002

  

Items

(Accounts)

(Budget

(Revised

(Budget

(Accounts)

(Budget

(Revised

(Budget

    

Estimates)

Estimates)

Estimates)

 

Estimates)

Estimates)

Estimates)


  

1

2

3

4

5

6

7

8

9


TOTAL RECEIPTS (I to XIV)

493,881

339,505

416,824

372,871

483,222

449,750

414,421

408,406

I.

External Debt

II.

Internal Debt* (1 to 6)

94,054

99,225

111,720

113,877

111,069

78,528

68,782

80,538

 

1.

Market Loans

59,094

60,245

57,742

62,860

90,142

58,196

55,212

42,286

 

2.

Loans from L.I.C.

17,968

13,372

25,965

19,158

3,000

3,500

 

3.

Loans from S.B.I.and other Banks (net)

 

4.

Loans from National Agriculltural

        
  

Credit Fund of RBI

6,516

16,200

15,892

20,500

13,021

15,050

12,000

36,800

 

5.

Loans from National Co-operative

        
  

Development Corporation

6,056

6,980

7,480

8,190

4,337

1,108

985

813

 

6.

Others@

4,420

2,428

4,641

3,169

569

674

585

639

  

of which: Land Compensation and Other Bonds

III.

Loans and Advances from the

        
 

Centre (1 to 6) ++

50,160

55,710

66,465

75,877

135,802

141,319

140,835

135,562

 

1.

State Plan Schemes

49,529

48,103

58,756

68,087

133,509

138,594

135,942

130,378

  

of which: Advance Release of Plan

        
  

Assistance for Natural Calamities

 

2.

Central Plan Schemes

23

31

363

363

450

 

3.

Centrally Sponsored Schemes

416

7,282

7,384

7,190

1,839

2,084

1,586

1,941

 

4.

Non-Plan (i + ii)

192

325

325

600

423

278

2,944

2,793

  

(i) Relief for Natural Calamities

  

(ii) Others

192

325

325

600

423

278

2,944

2,793

 

5.

Ways and Means Advances from Centre

 

6.

Loans for Special Schemes

IV.

Special Securities Issued to NSSF ++

57,137

80,000

80,000

100,000

99,355

95,000

99,286

75,630

V.

Recovery of Loans and Advances (1 to 12)

5,241

5,508

6,031

8,127

31,380

8,131

10,422

7,448

 

1.

Housing

75

99

99

100

400

337

301

241

 

2.

Urban Development

237

147

147

147

5,265

1,573

1,007

2,914

 

3.

Crop Husbandry

273

310

310

300

596

777

1,357

222

 

4.

Food Storage and Warehousing

84

74

108

87

541

646

715

499

 

5.

Co-operation

612

524

524

640

2,997

1,575

3,801

1,083

 

6.

Minor Irrigation

50

45

40

 

7.

Power Projects

1,484

11,879

 

8.

Village and Small Industries

425

424

541

569

206

247

161

160

 

9.

Industries and Minerals

254

350

402

355

50

546

546

546

 

10.

Road Transport

 

11.

Government Servants, etc.+

2,859

3,223

3,542

3,977

1,464

2,325

2,067

1,698

 

12.

Others**

422

357

358

468

7,982

55

422

45

VI.

Inter-State Settlement (net)

VII.

Contingency Fund (net)

16

-670

VIII.Small Savings, Provident Funds etc.(net) (1+2)

290,988

90,787

145,000

66,940

90,861

138,988

103,860

108,822

 

1.

State Provident Funds

85,392

29,500

40,273

32,076

77,685

124,900

89,599

95,890

 

2.

Others

205,596

61,287

104,727

34,864

13,176

14,088

14,261

12,932

IX.

Reserve Funds (net) (1 to 4)

408

222

293

239

7,708

783

129

191

 

1.

Depreciation/Renewal Reserve Funds

5

1

1

58

 

2.

Sinking Funds

100

 

3.

Famine Relief Fund

41

-44

-42

-54

 

4.

Others

408

217

292

238

7,609

827

171

145

X.

Deposits and Advances (net) (1 to 4)

-17,105

12,050

12,142

12,021

8,430

-12,999

-8,893

215

 

1.

Civil Deposits

2,156

958

1,256

325

6,469

-14,005

-10,274

2,213

 

2.

Deposits of Local Funds

-19,240

11,384

10,784

11,884

8

 

3.

Civil Advances

-33

-55

-35

-16

-52

-3,200

 

4.

Others

12

-237

137

-172

2,005

1,006

1,381

1,202

XI.

Suspense and Miscellaneous (net)@@ (1+2)

9,870

-331

-1,216

-545

-9,062

 

1.

Suspense

3,925

66

-672

125

-3,248

 

2.

Others

5,945

-397

-544

-670

-5,814

XII.

Appropriation to Contingency Fund (net)

XIII.Miscellaneous Capital Receipts

205

 

of which: Disinvestment

XIV.

Remittances (net)

2,907

-3,666

-3,611

-3,665

8,349



(Rs. lakh)


   

MAHARASHTRA


MANIPUR


   

1999-2000

2000-2001

2000-2001

2001-2002

1999-2000

2000-2001

2000-2001

2001-2002

  

Items

(Accounts)

(Budget

(Revised

(Budget

(Accounts)

(Budget

(Revised

(Budget

    

Estimates)

Estimates)

Estimates)

 

Estimates)

Estimates)

Estimates)


  

1

2

3

4

5

6

7

8

9


TOTAL RECEIPTS (I to XIV)

1,118,700

915,675

1,305,764

926,296

55,207

18,624

38,332

20,922

I.

External Debt

II.

Internal Debt* (1 to 6)

115,480

139,603

174,556

164,290

5,022

7,330

5,012

7,592

 

1.

Market Loans

77,247

80,916

80,919

84,000

3,039

2,520

2,520

2,130

 

2.

Loans from L.I.C.

22

1,111

1,111

1,111

600

702

702

 

3.

Loans from S.B.I.and other Banks (net)

2,000

1,100

2,420

 

4.

Loans from National Agriculltural

        
  

Credit Fund of RBI

-2,734

50,000

34,000

50,000

 

5.

Loans from National Co-operative

        
  

Development Corporation

10,611

7,464

41,522

29,067

673

10

100

100

 

6.

Others@

30,334

112

17,004

112

1,310

2,200

590

2,240

  

of which: Land Compensation and Other Bonds

16

27

27

26

III.

Loans and Advances from the

        
 

Centre (1 to 6) ++

78,372

128,932

130,132

140,141

7,487

7,684

26,890

8,433

 

1.

State Plan Schemes

77,019

126,425

120,536

128,767

5,759

7,602

4,903

8,206

  

of which: Advance Release of Plan

        
  

Assistance for Natural Calamities

 

2.

Central Plan Schemes

1,056

 

3.

Centrally Sponsored Schemes

1,032

2,341

8,146

11,208

161

18

107

10

 

4.

Non-Plan (i + ii)

321

166

1,450

166

9

16

2,233

160

  

(i) Relief for Natural Calamities

  

(ii) Others

321

166

1,450

166

9

16

2,233

160

 

5.

Ways and Means Advances from Centre

500

19,600

 

6.

Loans for Special Schemes

2

48

47

57

IV.

Special Securities Issued to NSSF ++

411,951

350,000

465,969

363,672

1,799

2,000

2,258

2,258

V.

Recovery of Loans and Advances (1 to 12)

25,089

30,312

258,822

30,606

56

58

62

81

 

1.

Housing

2,603

2,568

2,500

2,733

1

1

5

 

2.

Urban Development

682

1,370

936

950

1

 

3.

Crop Husbandry

47

2

2

2

 

4.

Food Storage and Warehousing

1

1

1

 

5.

Co-operation

320

975

21,987

1,021

2

4

10

12

 

6.

Minor Irrigation

2

10

10

10

 

7.

Power Projects

9,982

12,862

220,650

11,843

 

8.

Village and Small Industries

48

65

65

65

2

2

 

9.

Industries and Minerals

1,028

500

1,000

500

 

10.

Road Transport

 

11.

Government Servants, etc.+

4,453

5,056

5,236

6,457

53

50

50

60

 

12.

Others**

5,924

6,903

6,435

7,024

1

1

1

1

VI.

Inter-State Settlement (net)

VII.

Contingency Fund (net)

75,565

VIII.Small Savings, Provident Funds etc.(net) (1+2)

208,354

83,622

74,214

39,304

28,802

3,070

1,560

1,560

 

1.

State Provident Funds

202,349

79,060

67,035

32,506

28,765

3,000

1,500

1,500

 

2.

Others

6,005

4,562

7,179

6,798

37

70

60

60

IX.

Reserve Funds (net) (1 to 4)

48,460

83,111

105,604

155,343

242

-266

 

1.

Depreciation/Renewal Reserve Funds

74

70

70

69

 

2.

Sinking Funds

2,734

 

3.

Famine Relief Fund

24

30

30

30

 

4.

Others

45,628

83,011

105,504

155,244

242

-266

X.

Deposits and Advances (net) (1 to 4)

152,437

83,757

90,254

29,550

-572

-1,495

-2,100

-2,100

 

1.

Civil Deposits

150,984

84,085

90,530

30,486

-499

500

100

-100

 

2.

Deposits of Local Funds

-2,050

 

3.

Civil Advances

-88

-1

300

 

4.

Others

3,591

-328

-276

-936

-72

-1,995

-2,500

-2,000

XI.

Suspense and Miscellaneous (net)@@ (1+2)

56,527

13,208

6,053

3,260

14,226

3

4,700

3,099

 

1.

Suspense

-9,857

155

13,957

4,900

3,000

 

2.

Others

66,384

13,208

5,898

3,260

269

3

-200

99

XII.

Appropriation to Contingency Fund (net)

-70,000

XIII.Miscellaneous Capital Receipts

 

of which : Disinvestment

XIV.

Remittances (net)

16,465

3,130

160

130

-1,855

240

-50

-1


RbiTtsCommonUtility

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

Related Assets

RBI-Install-RBI-Content-Global

RbiSocialMediaUtility

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

Scan Your QR code to Install our app

RbiWasItHelpfulUtility

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