RbiSearchHeader

Press escape key to go back

Past Searches

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

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

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

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

RbiAnnouncementWeb

RBI Announcements
RBI Announcements

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

115068939

States: Chhattisgarh, Delhi, Goa, Gujarat

Appendix II : Revenue Expenditure of Municipal Corporations (Contd.)
(₹ lakh)
Item CHHATTISGARH DELHI
2019-20
(Accounts)
2020-21
(Accounts)
2021-2022
(Accounts)
2022-23
(Revised
Estimates)
2023-24
(Budget
Estimates)
2019-20
(Accounts)
2020-21
(Accounts)
2021-2022
(Accounts)
2022-23
(Revised
Estimates)
2023-24
(Budget
Estimates)
1 2 3 4 5 6 7 8 9 10 11
Total Revenue Expenditure (A-K) 1,95,170 1,90,013 1,41,011 1,57,126 2,18,361 14,85,745 14,28,223 15,07,880 21,11,649 20,94,671
A. Establishment Expenses 42,913 45,036 43,039 46,421 59,791 9,55,093 9,01,849 9,56,307 12,72,448 13,76,491
1 Salary, Wages and Bonus 36,788 37,183 35,565 43,202 55,781 7,16,972 6,78,330 7,13,998 9,78,424 10,77,031
2 Of which: Benefits and Allowances 836 1,120 981 1,364 1,467 16,221 15,012 17,216 27,245 27,147
3 Pension 3,697 5,047 4,933 435 879 1,84,110 1,86,707 2,02,515 2,27,884 2,32,082
4 Other Terminal and Retirement Benefits 1,591 1,685 1,561 1,419 1,664 37,790 21,800 22,579 38,895 40,231
B. Administrative Expenses 15,613 13,986 8,023 7,731 11,040 30,984 27,307 33,166 42,898 44,358
1 Rent, Rates and Taxes 665 387 378 20 67 209 115 103 110 121
2 Office maintenance 10,013 8,621 2,608 2,086 2,711 17,023 13,970 15,619 28,244 28,756
3 Communication Expenses 131 116 112 149 277 126 125 105 125 121
4 Books & Periodicals 18 6 5 44 56 14 11 14 38 79
5 Printing and Stationery 238 388 413 305 426 84 12 134 424 431
6 Travelling & Conveyance 1,458 1,475 1,171 1,099 1,134 20 5 - 1.0 1.0
7 Insurance 164 204 127 178 292 14 26 24 28 28
8 Audit Fees 15 47 15 181 419 - - - - -
9 Legal Expenses 183 97 189 168 280 1,156 811 781 1,154 1,166
10 Professional and other Fees 1,795 831 848 827 1,531 593 642 753 511 647
11 Advertisement and Publicity 627 869 440 926 1,250 1,157 511 361 1,422 1,456
12 Membership & Subscriptions 2 2 0.4 3 3 1 - - 5 3
13 Others 303 945 1,717 1,745 2,595 10,587 11,079 15,272 10,836 11,551
C. Operational & Maintenance Expenses 29,655 32,444 39,343 46,241 83,588 2,45,524 1,76,492 2,22,957 2,95,878 2,75,627
1 Power and Fuel 1,476 3,136 4,893 3,201 6,162 526 614 559 718 718
2 Bulk Purchases 690 772 1,574 1,964 2,414 1,17,570 87,352 1,05,629 1,52,884 1,19,301
3 Consumption of Stores 472 780 955 1,337 1,937 1,279 752 690 2,281 2,297
4 Hire Charges 153 111 147 214 255 8,138 7,130 7,180 11,111 13,878
5 Repairs & maintenance - Infrastructure Assets 8,198 9,065 8,312 17,077 25,830 8,353 3,567 4,061 5,679 10,945
6 Repairs & maintenance - Civic Amenities 1,973 3,265 2,638 2,407 3,069 53,782 29,547 77,398 87,122 87,827
7 Repairs & maintenance - Buildings 1,313 1,319 2,007 2,192 3,677 9,412 5,567 8,871 10,797 12,277
8 Repairs & maintenance - Vehicles 626 910 855 754 1,085 535 523 608 1,039 1,342
9 Repairs & maintenance - Others 677 623 1,307 1,631 2,123 4,090 2,389 2,239 7,028 5,407
10 Other operating & maintenance Expenses 14,077 12,462 16,655 15,465 37,034 41,840 39,051 15,720 17,220 21,635
D. Interest and Finance Charges 123 98 91 137 147 825 331 331 67,120 67,221
1 Interest to Central Government - - - - - - - - - -
2 Interest to State Government - - - 0.8 0.8 123 - - 100 100
3 Interest to Government Bodies and Associations - - - - - - - - - -
4 Interest to International Agencies - - - - - - - - - -
5 Interest to Banks and Other Financial Institutions 0.8 - - - - - - - 1 2
6 Other Interest 2 26 3 - - 138 - - 15,335 15,336
7 Bank Charges 96 29 50 11 12 5 4 1 2 1
8 Other Finance Expenses 24 43 38 125 134 558 327 330 51,681 51,781
E. Programme Expenses 655 343 373 438 696 2,652 991 14,755 14,217 14,257
1 Of which: Election Expenses 224 54 28 39 143 1,483 412 13,451 13,000 13,000
2 Of which: Own Programmes 431 329 346 371 519 1,169 579 1,304 1,217 1,257
F. Revenue Grants, Contributions and Subsidies 66,153 55,764 33,398 30,214 33,559 1,64,920 2,29,575 1,82,066 3,11,880 2,00,558
1 Grants 66,104 55,748 31,616 28,414 31,729 1,62,210 2,27,807 1,81,004 3,09,280 1,97,558
2 Contributions 0.1 16 1,783 1,800 1,830 2,546 1,640 831 2,600 3,000
3 Subsidies 48 - - - - 164 128 231 - -
G. Provisions and Write off 1,557 74 131 144 - - - - - -
H. Miscellaneous Expenses 93 445 - 163 428 54,611 49,109 51,755 66,783 71,235
I. Depreciation 37,395 40,930 14,652 24,838 28,312 - - - - -
J. Prior Period Item 579 507 1,492 279 275 23 356 8,901 - -
K. Transfer to Reserve Funds 433 386 469 520 524 31,112 42,212 37,643 40,425 44,925
Note: -: Data are not available.
Source: Municipal Corporations.

 

Appendix II : Revenue Expenditure of Municipal Corporations (Contd.)
(₹ lakh)
Item GOA GUJARAT
2019-20
(Accounts)
2020-21
(Accounts)
2021-2022
(Accounts)
2022-23
(Revised
Estimates)
2023-24
(Budget
Estimates)
2019-20
(Accounts)
2020-21
(Accounts)
2021-2022
(Accounts)
2022-23
(Revised
Estimates)
2023-24
(Budget
Estimates)
1 2 3 4 5 6 7 8 9 10 11
Total Revenue Expenditure (A-K) 3,611 4,046 4,279 4,865 7,154 8,44,852 9,35,095 10,11,910 11,61,634 13,18,673
A. Establishment Expenses 2,953 3,186 3,444 3,828 4,642 4,11,614 4,35,128 4,54,292 5,41,360 5,90,399
1 Salary, Wages and Bonus 2,639 2,871 3,014 3,437 4,092 2,45,562 2,56,309 2,65,022 3,51,967 3,93,859
2 Of which: Benefits and Allowances 57 61 61 69 81 33,973 34,119 38,338 17,459 15,800
3 Pension 115 142 209 169 258 84,997 95,854 99,725 1,13,972 1,17,007
4 Other Terminal and Retirement Benefits 141 113 161 153 212 47,081 48,845 51,208 57,962 63,733
B. Administrative Expenses 87 76 116 159 299 30,121 44,370 54,805 53,262 59,719
1 Rent, Rates and Taxes - - - - - 1,405 1,049 1,283 1,429 2,821
2 Office maintenance 40 28 53 88 155 692 380 520 389 2,578
3 Communication Expenses 2 3 3 3 5 631 514 551 791 924
4 Books & Periodicals 2 2 1 1 4 149 92 96 214 257
5 Printing and Stationery 9 8 12 11 12 1,223 1,072 1,247 1,956 2,249
6 Travelling & Conveyance 1 - - 0.3 3 903 1,705 866 1,164 1,560
7 Insurance 9 13 9 15 20 155 195 211 304 339
8 Audit Fees - - - 10 10 120 106 70 151 163
9 Legal Expenses 8 3 10 9 12 478 319 622 756 940
10 Professional and other Fees 6 6 9 13 27 927 642 1,076 1,832 2,057
11 Advertisement and Publicity 7 5 2 4 23 1,706 1,131 1,757 3,065 3,037
12 Membership & Subscriptions - - - - - 34 24 23 90 99
13 Others 2 8 16 3 29 21,699 37,142 46,482 41,122 42,696
C. Operational & Maintenance Expenses 495 510 649 812 1,840 1,68,906 1,65,306 1,87,397 2,26,740 2,67,763
1 Power and Fuel 128 136 158 244 239 62,088 66,585 70,218 80,585 88,097
2 Bulk Purchases - - - - - 5,030 4,829 6,065 6,213 9,923
3 Consumption of Stores 24 28 35 36 106 2,556 1,681 2,612 4,060 4,211
4 Hire Charges 14 121 25 19 28 579 507 496 597 745
5 Repairs & maintenance - Infrastructure Assets 196 136 358 363 1,180 44,222 37,678 41,130 59,977 70,936
6 Repairs & maintenance - Civic Amenities 45 19 14 107 117 9,522 6,982 11,237 8,858 13,303
7 Repairs & maintenance - Buildings 0.7 1 0.3 0.7 23 3,301 2,286 3,322 5,436 7,692
8 Repairs & maintenance - Vehicles 14 36 8 11 30 9,215 8,855 10,710 11,334 15,242
9 Repairs & maintenance - Others 20 13 26 19 75 14,352 15,009 17,538 25,546 25,168
10 Other operating & maintenance Expenses 52 20 25 14 43 18,042 20,896 24,070 24,133 32,445
D. Interest and Finance Charges 0.4 204 - - 330 16,697 12,387 21,123 16,703 26,479
1 Interest to Central Government - - - - - - - - - -
2 Interest to State Government - - - - - - - - - -
3 Interest to Government Bodies and Associations - - - - - 3,511 2,639 2,524 3,127 3,174
4 Interest to International Agencies - - - - - - - - - -
5 Interest to Banks and Other Financial Institutions - - - - - 10,439 1,742 1,740 7,394 16,749
6 Other Interest - 203 - - 330 - 26 - 1 1.
7 Bank Charges 0.4 0.5 - - 0.3 0.4 7 23 70 69
8 Other Finance Expenses - - - - - 2,747 7,972 16,835 6,112 6,486
E. Programme Expenses 0.3 0.2 0.2 0.1 3 64,921 1,05,825 1,04,711 1,13,548 1,16,840
1 Of which: Election Expenses - - - - - 118 707 748 3,365 3,438
2 Of which: Own Programmes - - - - - 64,803 1,05,118 1,03,963 1,10,183 1,13,401
F. Revenue Grants, Contributions and Subsidies - - - - 10 85,570 1,02,157 1,05,153 1,38,545 1,80,625
1 Grants - - - - - 61,785 85,363 85,259 97,257 1,50,491
2 Contributions - - - - - 23,771 16,769 19,855 41,240 30,034
3 Subsidies - - - - - 14 24 39 49 100
G. Provisions and Write off 1 0.7 2 3 3 762 427 1,226 921 736
H. Miscellaneous Expenses 0.7 0.5 3 4 20 19,910 19,207 18,202 21,915 24,716
I. Depreciation 72 68 64 59 - 45,507 49,727 64,319 47,883 50,277
J. Prior Period Item 3 - - - 6 - - - - -
K. Transfer to Reserve Funds - - - - - 844 562 682 757 1,119
Note: -: Data are not available.
Source: Municipal Corporations.

 

RbiTtsCommonUtility

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

Related Assets

RBI-Install-RBI-Content-Global

RbiSocialMediaUtility

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

Scan Your QR code to Install our app

RbiWasItHelpfulUtility

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