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_S1

RbiAnnouncementWeb

RBI Announcements
RBI Announcements

Asset Publisher

83794259

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

                   

(Rs Lakh)

                     
     

HIMACHAL PRADESH

 

JAMMU AND KASHMIR

 
                     
     

2002-2003

2003-04

2003-04

2004-05

2002-2003

2003-04

2003-04

2004-05

   

Items

(Accounts)

(Budget

(Revised

(Budget

(Revised

(Budget

(Revised

(Budget

       

Estimates)

Estimates)

Estimates)

Estimates)

Estimates)

Estimates)

Estimates)

                     
   

1

2

3

4

5

6

7

8

9

                     

TOTAL RECEIPTS (I to XIII)

307,364

257,026

252,114

257,941

113,534

85,983

34,753

127,968

I.

External Debt

II.

Internal Debt* (1 to 7)

205,322

209,601

209,601

222,591

116,895

36,061

32,361

42,200

 

1.

Market Loans

69,785

34,000

34,000

37,600

40,061

8,861

8,861

15,000

 

2.

Loans from L.I.C.

12,307

12,338

12,338

12,300

12,372

10,000

11,300

11,300

 

3.

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

 

4.

Loans from National Bank for

               
   

Agriculture and Rural Development

13,968

13,962

13,962

14,000

25,000

11,700

8,000

11,700

 

5.

Loans from National Co-operative

               
   

Development Corporation

491

590

590

590

 

6.

Special Securities issued to NSSF

37,626

32,410

32,410

22,500

28,462

25,047

25,047

25,047

 

7.

Others@

71,145

116,301

116,301

135,601

11,000

5,500

4,200

4,200

   

of which:

               
   

Power Bonds and other Bonds

III.

Loans and Advances from the Centre (1 to 6)

14,553

14,533

14,533

15,133

24,086

34,327

34,988

38,730

 

1.

State Plan Schemes

13,729

14,453

14,453

15,053

22,641

32,852

33,552

38,700

   

of which: Advance release of Plan

               
   

Assistance for Natural Calamities

 

2.

Central Plan Schemes

 

3.

Centrally Sponsored Schemes

824

80

80

80

 

4.

Non-Plan (i to ii)

1,445

1,475

1,436

30

   

(i) Relief for Natural Calamities

   

(ii) Others

1,445

1,475

1,436

30

 

5.

Ways and Means Advances from Centre

 

6.

Loans for Special Schemes

IV.

Recovery of Loans and Advances(1 to 12)

2,897

2,892

2,980

2,717

378

426

428

428

 

1.

Housing

84

45

56

84

40

38

34

35

 

2.

Urban Development

8

8

 

3.

Crop Husbandry

4

6

6

6

4

4

4

4

 

4.

Food Storage and Warehousing

58

11

11

8

 

5.

Co-operation

646

543

543

543

1

1

 

6.

Minor Irrigation

 

7.

Power Projects

 

8.

Village and Small Industries

74

28

104

27

 

9.

Industries and Minerals

20

20

20

20

 

10.

Road Transport

 

11.

Government Servants, etc.+

1,955

2,213

2,213

2,213

300

350

350

350

 

12.

Others**

76

38

39

-164

13

13

20

19

V.

Inter-State Settlement (net)

VI.

Contingency Fund (net)

VII.

Small Savings, Provident

               
 

Funds etc.(net) (1+2)

27,613

30,000

25,000

17,500

30,815

32,336

31,200

29,167

 

1.

State Provident Funds

26,516

29,000

24,000

16,500

29,480

30,878

30,035

27,903

 

2.

Others

1,097

1,000

1,000

1,000

1,335

1,458

1,165

1,264

VIII.

Reserve Funds (net) (1 to 4)

11,849

6,508

6,508

14,708

12,904

 

1.

Depreciation/Renewal Reserve Funds

6,508

6,508

6,508

6,508

 

2.

Sinking Funds

 

3.

Famine Relief Fund

 

4.

Others

11,849

8,200

6,396

IX.

Deposits and Advances (net) (1 to 4)

26,403

-65,148

-48,722

-103,874

-20,558

 

1.

Civil Deposits

4,964

220

220

20

220

 

2.

Deposits of Local Funds

21,430

-65,437

-48,942

-103,994

-20,878

 

3.

Civil Advances

69

100

100

 

4.

Others

9

X.

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

17,442

-105

50

 

1.

Suspense

17,431

-105

50

 

2.

Others

11

XI.

Appropriation to Contingency Fund (net)

XII.

Miscellaneous Capital Receipts

 

Of which:

               
 

Disinvestment

XIII.

Remittances (net)

1,285


                   

(Rs Lakh)

                     
       

JHARKHAND

   

KARNATAKA

 
                     
     

2002-2003

2003-04

2003-04

2004-05

2002-2003

2003-04

2003-04

2004-05

   

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 XIII)

181,584

177,554

178,955

362,336

742,549

724,340

851,947

673,772

I.

External Debt

II.

Internal Debt* (1 to 7)

131,172

122,923

122,923

225,000

388,852

349,140

506,100

447,091

 

1.

Market Loans

22,872

30,000

30,000

45,000

161,057

115,500

235,100

127,000

 

2.

Loans from L.I.C.

17,000

17,000

17,000

 

3.

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

 

4.

Loans from National Bank for

               
   

Agriculture and Rural Development

13,000

7,723

7,723

25,000

23,946

32,500

25,000

40,000

 

5.

Loans from National Co-operative

               
   

Development Corporation

6,065

1,500

1,500

1,500

 

6.

Special Securities issued to NSSF

85,200

85,200

85,200

105,000

197,784

181,440

227,500

261,591

 

7.

Others@

10,100

50,000

1,200

   

of which:

               
   

Power Bonds and other Bonds

III.

Loans and Advances from the Centre (1 to 6)

43,642

43,242

43,642

102,842

154,422

293,150

228,427

223,805

 

1.

State Plan Schemes

43,642

43,242

43,642

43,642

149,725

288,338

173,315

218,262

   

of which: Advance release of Plan

               
   

Assistance for Natural Calamities

 

2.

Central Plan Schemes

13,623

200

200

200

 

3.

Centrally Sponsored Schemes

45,577

931

562

862

1,293

 

4.

Non-Plan (i to iii)

3,766

4,050

4,050

4,050

   

(i) Relief for Natural Calamities

   

(ii) Others

3,766

4,050

4,050

4,050

 

5.

Ways and Means Advances from Centre

50,000

 

6.

Loans for Special Schemes

IV.

Recovery of Loans and Advances(1 to 12)

195

1,344

1,345

1,547

92,800

10,050

10,050

2,991

 

1.

Housing

5

5

6

291

2,375

2,375

200

 

2.

Urban Development

17

388

388

50

 

3.

Crop Husbandry

602

40

40

40

 

4.

Food Storage and Warehousing

56

 

5.

Co-operation

185

212

212

100

 

6.

Minor Irrigation

1

1

1

 

7.

Power Projects

1,000

1,000

1,150

87,835

1,109

1,109

500

 

8.

Village and Small Industries

45

46

53

83

58

58

58

 

9.

Industries and Minerals

416

1,747

1,747

212

 

10.

Road Transport

 

11.

Government Servants, etc.+

195

294

294

338

1,019

1,468

1,468

1,275

 

12.

Others**

2,296

2,652

2,652

555

V.

Inter-State Settlement (net)

VI.

Contingency Fund (net)

789

VII.

Small Savings, Provident

               
 

Funds etc.(net) (1+2)

8,500

11,970

12,970

15,500

62,674

69,000

68,100

69,705

 

1.

State Provident Funds

10,500

13,970

14,970

17,500

30,649

32,200

32,000

32,680

 

2.

Others

-2,000

-2,000

-2,000

-2,000

32,025

36,800

36,100

37,025

VIII.

Reserve Funds (net) (1 to 4)

328

16,135

1,000

-1,800

-1,300

 

1.

Depreciation/Renewal Reserve Funds

4

 

2.

Sinking Funds

-7,220

 

3.

Famine Relief Fund

 

4.

Others

328

23,351

1,000

-1,800

-1,300

IX.

Deposits and Advances (net) (1 to 4)

2,670

2,670

2,670

13,701

15,018

500

46,070

-68,520

 

1.

Civil Deposits

2,201

2,201

2,201

3,456

-55

-9,500

-10,500

-11,000

 

2.

Deposits of Local Funds

415

415

415

10,189

2,736

5,100

40,100

-30,000

 

3.

Civil Advances

54

54

54

56

-39,018

-3,600

7,000

-12,500

 

4.

Others

51,355

8,500

9,470

-15,020

X.

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

2,038

2,038

2,038

5,218

11,177

500

-12,000

-3,000

 

1.

Suspense

2,038

2,038

2,038

118

1,912

-1,000

-3,000

 

2.

Others

5,100

9,265

500

-11,000

XI.

Appropriation to Contingency Fund (net)

XII.

Miscellaneous Capital Receipts

 

of which:

               
 

Disinvestment

XIII.

Remittances (net)

-6,633

-6,633

-6,633

-1,800

682

1,000

7,000

3,000


                   

(Rs Lakh)

                     
       

KERALA

   

MADHYA PRADESH

 
                     
     

2002-2003

2003-04

2003-04

2004-05

2002-2003

2003-04

2003-04

2004-05

   

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 XIII)

612,329

501,976

754,852

692,570

517,485

524,391

996,062

1,096,370

I.

External Debt

II.

Internal Debt* (1 to 7)

271,738

277,502

469,752

330,688

316,869

317,447

788,853

818,635

 

1.

Market Loans

123,730

64,300

131,225

84,066

113,988

82,286

240,505

285,862

 

2.

Loans from L.I.C.

42,500

32,000

44,000

44,000

20,297

10,000

 

3.

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

40,000

 

4.

Loans from National Bank for

               
   

Agriculture and Rural Development

11,437

22,900

20,400

25,400

35,828

53,813

35,796

46,000

 

5.

Loans from National Co-operative

               
   

Development Corporation

4,250

4,300

4,300

3,220

1297

352

1416

1416

 

6.

Special Securities issued to NSSF

83,231

150,000

150,000

170,000

160830

160,000

242248

270000

 

7.

Others@

6,591

4,002

119,827

4,002

4,926

699

268,888

165,357

   

Of which:

               
   

Power Bonds and other Bonds

2

115,827

2

42

266,431

160,000

III.

Loans and Advances from the Centre (1 to 6)

119,285

136,979

149,754

156,717

178,061

183,791

214,680

226,008

 

1.

State Plan Schemes

99,703

122,807

128,582

134,853

143,423

177,034

208,222

198,998

   

of which: Advance release of Plan

               
   

Assistance for Natural Calamities

 

2.

Central Plan Schemes

150

 

3.

Central Sponsered Schemes

487

1,172

1,172

1,864

901

2,476

2,373

1,900

 

4.

Non Plan

1,295

3,000

2,537

4,131

4,085

110

   

(i) Relief for Natural Calamities

   

(ii) Others

1,295

3,000

2,537

4,131

4,085

110

 

5.

Ways and Means Advances from Centre

17,800

10,000

20,000

20,000

31,200

25,000

 

6.

Loans for special schemes

IV.

Recovery of Loans and Advances(1 to 12)

7,729

7,503

7,386

7,555

4,271

8,082

7,153

4,742

 

1.

Housing

-103

109

109

111

7

333

333

333

 

2.

Urban Development

149

158

158

160

387

287

288

1277

 

3.

Crop Husbandry

72

311

170

84

91

3,383

3,266

21

 

4.

Food Storage and Warehousing

163

197

197

202

675

301

341

510

 

5.

Co-operation

1,066

645

900

1,101

440

1,278

1,447

346

 

6.

Minor Irrigation

40

40

40

 

7.

Power Projects

134

1,403

531

 

8.

Village and Small Industries

550

514

514

514

29

33

71

76

 

9.

Industries and Minerals

228

437

437

437

17

25

 

10.

Road Transport

 

11.

Government Servants, etc.+

4,446

4,502

4,283

3,870

1,144

935

935

935

 

12.

Others**

1,158

630

618

1,076

1,347

64

432

673

V.

Inter-State Settlement (net)

-1

VI.

Contingency Fund (net)

2215

VII.

Small Savings, Provident

               
 

Funds etc.(net) (1+2)

151,673

81,143

74,713

140,357

9,207

17,687

27,427

70,350

 

1.

State Provident Funds

13,970

17,157

29,814

66,455

8,512

7,382

11,547

52,935

 

2.

Others

137,703

63,986

44,899

73,902

695

10,305

15,880

17,415

VIII.

Reserve Funds (net) (1 to 4)

5,901

268

1,510

6,443

15,846

3,033

4,682

965

 

1.

Depreciation/Renewal Reserve Funds

1

35

 

2.

Sinking Funds

 
 

3.

Famine Relief Fund

50

-75

29

29

 

4.

Others

5,901

267

1,510

6,443

15,761

3,108

4,653

936

IX.

Deposits and Advances (net) (1 to 4)

58,834

2,232

48,933

48,867

14994

-6,168

-43652

-24846

 

1.

Civil Deposits

-3,647

-468

1,855

1,873

20337

-9,999

-44299

-25350

 

2.

Deposits of Local Funds

63474

2,007

46,452

46,452

4

 

3.

Civil Advances

59

59

46

50

290

4,031

319

351

 

4.

Others

-1,052

634

580

492

-5637

-200

328

153

X.

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

5361

924

-407

-417

-22,998

519

-3,081

517

 

1.

Suspense

2494

1233

76

76

-22,716

519

-3,081

517

 

2.

Others

2,867

-309

-483

-493

-282

XI.

Appropriation to Contingency Fund (net)

XII.

Miscellaneous Capital Receipts

350

 

Of which:

               
 

Disinvestment

XIII.

Remittances (net)

-10757

-4,575

3,211

2,360

1,235


                   

(Rs Lakh)

                     
       

MAHARASHTRA

   

MANIPUR

 
                     
     

2002-2003

2003-04

2003-04

2004-05

2002-2003

2003-04

2003-04

2004-05

   

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 XIII)

1,670,100

1,157,368

2,360,749

1,773,289

110,006

73,859

118,015

92,956

I.

External Debt

II.

Internal Debt* (1 to 7)

879,664

772,183

1,551,409

974,498

7,871

14,624

34,730

14,518

 

1.

Market Loans

107,485

122,629

645,368

138,580

7,728

7,911

12,308

7,806

 

2.

Loans from L.I.C.

55,000

62,393

100,000

100,000

884

884

884

 

3.

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

 

4.

Loans from National Bank for

               
   

Agriculture and Rural Development

22,010

40,000

50,000

50,000

3,476

3,476

3,476

 

5.

Loans from National Co-operative

               
   

Development Corporation

8,094

27,028

36,397

24,388

 

6.

Special Securities issued to NSSF

641,798

520,000

556,152

600,000

 

7.

Others@

45,277

133

163,492

61,530

143

2,353

18,062

2,352

   

of which:

               
   

Power Bonds and other Bonds

3

26

101,885

25

15,710

III.

Loans and Advances from the Centre (1 to 6)

96,178

168,712

146,092

139,088

102,495

48,178

54,377

59,189

 

1.

State Plan Schemes

88,892

138,562

138,220

135,761

6,950

7,943

8,515

7,815

   

of which: Advance release of Plan

               
   

Assistance for Natural Calamities

 

2.

Central Plan Schemes

240

120

 

3.

Centrally Sponsored Schemes

1,313

25,600

7,769

3,277

91

5

132

264

 

4.

Non-Plan (i to ii)

3,473

4,550

103

50

38,141

130

839

839

   

(i) Relief for Natural Calamities

   

(ii) Others

3,473

4,550

103

50

38,141

130

839

839

 

5.

Ways and Means Advances from Centre

2,500

57,268

40,100

44,500

50,000

 

6.

Loans for Special Schemes

45

151

151

IV.

Recovery of Loans and Advances(1 to 12)

46,916

36,936

58,684

42,254

47

74

47

47

 

1.

Housing

2,338

2,765

1,955

1,958

1

1

1

1

 

2.

Urban Development

429

1,383

1,383

1,424

 

3.

Crop Husbandry

14

13

13

14

 

4.

Food Storage and Warehousing

1

 

5.

Co-operation

1,071

1,373

1,373

1,510

4

12

5

8

 

6.

Minor Irrigation

11

10

10

10

 

7.

Power Projects

32

16,253

16,095

17,227

 

8.

Village and Small Industries

92

70

75

80

1

 

9.

Industries and Minerals

20,801

22,130

 

10.

Road Transport

77

 

11.

Government Servants, etc.+

8,003

9,622

9,212

11,141

41

60

40

36

 

12.

Others**

14,048

5,446

6,438

8,890

1

1

1

1

V.

Inter-State Settlement (net)

VI.

Contingency Fund (net)

-2,104

VII.

Small Savings, Provident

               
 

Funds etc.(net) (1+2)

5,801

73,227

184,370

75,486

-4,746

4,417

1,826

3,756

 

1.

State Provident Funds

-5,401

65,058

154,843

65,247

-5,629

2,000

500

2,432

 

2.

Others

11,202

8,169

29,527

10,239

883

2,417

1,326

1,324

VIII.

Reserve Funds (net) (1 to 4)

207,409

129,622

322,587

392,509

116

2

477

 

1.

Depreciation/Renewal Reserve Funds

30

80

84

87

 

2.

Sinking Funds

 

3.

Famine Relief Fund

24

30

30

30

 

4.

Others

207,355

129,512

322,473

392,392

116

2

477

IX.

Deposits and Advances (net) (1 to 4)

90,177

84,899

78,608

122,657

-1,549

700

20,050

10,300

 

1.

Civil Deposits

122,058

111,095

105,532

142,423

528

900

2,400

2,500

 

2.

Deposits of Local Funds

-17

-9

5

 

3.

Civil Advances

-34

-13

-12

-13

 

4.

Others

-31,830

-26,174

-26,917

-19,753

-2,077

-200

17,650

7,800

X.

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

311,106

-112,496

-11,651

-2,491

8,141

3,814

2,508

146

 

1.

Suspense

223,242

2,505

349

2,510

7,709

3,000

2,408

96

 

2.

Others

87,864

-115,001

-12,000

-5,001

432

814

100

50

XI.

Appropriation to Contingency Fund (net)

XII.

Miscellaneous Capital Receipts

 

of which

               
 

Disinvestment

       

XIII.

Remittances (net)

34,953

4,285

30,650

29,288

-2,369

2,050

4,000

5,000


RbiTtsCommonUtility

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

Related Assets

RBI-Install-RBI-Content-Global

RbiSocialMediaUtility

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

Scan Your QR code to Install our app

RbiWasItHelpfulUtility

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