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
S1

RbiAnnouncementWeb

RBI Announcements
RBI Announcements

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

115066808

States: Chhattisgarh, Delhi, Goa, Gujarat

Appendix I : Revenue Receipts 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 RECEIPTS (A-I) 1,64,455 1,60,472 1,45,946 1,53,849 1,77,517 14,93,288 13,46,371 14,12,713 20,67,804 21,63,393
A. Tax Revenue (1 - 16) 29,005 35,276 35,905 47,809 56,827 3,02,874 2,70,257 3,58,302 5,79,016 6,57,712
1 Property Tax 20,774 23,810 24,073 26,087 32,906 2,16,437 2,40,224 2,91,072 4,71,000 5,41,000
2 Water Tax 5,609 6,467 6,156 7,425 8,993 - - - - -
3 Sewerage/Drainage Tax 342 343 438 693 908 - - - - -
4 Conservancy/Latrine Tax - - - - - - - - - -
5 Lighting Tax - 7 2 3 4 - - - - -
6 Education Tax 22 27 136 324 162 - - - - -
7 Vehicle Tax 0.0 - 0.1 5 6 6,788 6,160 4,214 10,008 10,008
8 Tax on Animals 17 15 21 8 6 43 27 14 32 35
9 Electricity Tax 0.1 0.0 10 0.3 0.3 4,231 3,081 4,091 9,216 10,516
10 Professional Tax 0.1 - - - - - - - - 5,000
11 Advertisement Tax 78 178 229 228 254 - - - - -
12 Pilgrimage Tax 29 - - - - - - - - -
13 Octroi and Toll 22 165 - 40 - 73,197 17,716 57,095 78,660 79,053
14 Cess 0.0 5 542 2 22 1,838 2,955 1,533 3,500 3,500
15 Other Taxes 2,030 3,867 4,025 12,967 13,537 340 93 282 6,600 8,600
16 Tax Remission & Refund 83 392 271 27 29 - - - - -
B. Assigned Revenues & Compensations 17,998 15,122 19,415 12,162 16,431 2,55,879 1,98,187 2,69,839 2,97,207 3,02,207
1 Taxes and Duties collected by others 8,417 6,547 9,553 3,340 4,189 2,55,879 1,98,187 2,69,839 2,97,207 3,02,207
2 Compensation in lieu of Taxes/Duties 9,581 8,575 9,862 8,822 11,931 - - - - -
3 Compensations in lieu of Concessions - - - - 310 - - - - -
C. Rental Income from Municipal Properties 2,847 2,425 4,719 8,272 11,544 59,027 68,035 70,135 91,401 99,489
1 Of which: Rent from Civic Amenities 2,585 2,125 4,212 4,565 7,321 24,597 24,271 21,713 28,726 31,473
2 Of which: Rent from Office Buildings 54 44 42 40 43 27,744 36,241 39,016 51,050 55,335
D. Fees and User Charges 12,128 10,520 16,114 20,299 20,264 3,65,589 2,96,203 2,90,515 3,68,151 3,87,468
1 Empanelment & Registration Charges 137 66 83 161 191 271 212 7 742 902
2 Licensing Fees 1,122 408 1,118 2,172 2,373 38,225 23,190 27,166 66,822 75,842
3 Fees for Grant of Permit 281 392 804 873 1,018 53,183 33,743 31,236 89,084 1,02,724
4 Fees for Certificate or Extract 9 33 34 22 25 98 64 11 61 61
5 Development Charges 1,007 1,112 1,340 2,983 4,410 1,251 804 1,751 2,840 2,940
6 Regularisation Fees 3,075 3,335 1,269 364 523 3,002 1,879 3,176 8,690 10,010
7 Penalties and Fines 592 369 4,190 589 668 1,163 1,184 961 1,160 1,160
8 Other Fees 3,226 1,711 2,738 4,175 3,474 7,414 1,270 2,095 4,439 4,978
9 User Charges 1,615 1,939 2,197 7,055 5,308 1,60,410 1,41,505 1,55,008 1,86,674 1,81,881
10 Entry Fees 65 2 6 59 100 20 - 1.0 1.0 11
11 Service / Administrative Charges 585 690 1,004 891 1,079 1,00,600 92,257 69,126 5,560 4,381
12 Other Charges 401 456 1,248 540 637 509 421 388 2,563 3,063
13 Fees Remission and Refund 14 6 82 415 456 -556 -327 -411 -485 -485
E. Sale and Hire Charges 829 919 1,747 1,755 3,030 7,802 26,538 11,227 18,899 19,224
F. Revenue Grants, Contribution and Subsidies 94,444 90,156 62,015 54,527 60,950 4,26,255 4,30,177 3,44,395 4,65,621 4,46,299
1 Revenue Grant 78,236 70,318 39,813 31,898 40,018 4,21,388 4,23,198 3,38,646 4,57,381 4,38,059
2 Of which: Finance Commission - - - - - - - - - -
3 Of which: Central Government 22,857 11,480 10,752 7,220 6,070 8,993 8,706 5,648 8,887 4,948
4 Of which: State Finance Commission 5 493 558 1,208 1,327 2,48,184 2,03,491 1,62,982 2,24,600 2,50,000
5 Of which: State Government - 81 533 179 451 1,63,904 2,10,865 1,70,015 2,23,894 1,83,111
6 Re-imbursement of Expenses 14,150 19,837 22,203 20,024 20,259 4,109 6,363 5,146 7,590 7,590
7 Contribution towards Schemes 2,058 - - 2,605 673 758 615 603 650 650
G. Income from Investment 2,768 1,363 1,262 3,017 2,148 75,077 56,461 67,924 71,594 75,532
1 Interest on Investment in Govt. Securities, Fixed Deposit, Post Office Deposits etc. 2,532 1,012 1,023 2,797 1,848 59,508 52,087 63,233 53,274 54,910
2 Dividend - - - - - - - - - -
3 Income from Projects taken up on Commercial Basis - - - - - - - - - -
4 Profit in Sale of Investments - 59 - - - - - - - -
5 Others 237 291 238 220 300 15,568 4,374 4,691 18,320 20,622
H. Interest Earned on Loans 3,737 3,785 3,688 3,504 3,846 115 - 2 2 2
I. Other Income 700 906 1,082 2,504 2,478 671 513 375 1,75,913 1,75,460
Note: -: Data are not available.
Source: Municipal Corporations.

 

Appendix I : Revenue Receipts 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 RECEIPTS (A-I) 4,307 5,265 5,610 5,132 7,641 9,15,675 9,83,947 10,97,605 11,98,949 16,29,048
A. Tax Revenue (1 - 16) 2,158 2,224 2,523 2,469 3,224 3,21,299 3,33,486 3,73,048 4,54,034 5,92,988
1 Property Tax 1,970 2,035 2,323 2,272 3,000 1,29,375 1,40,301 1,58,939 2,01,566 2,75,697
2 Water Tax - - - - - 57,721 58,130 64,752 75,666 95,979
3 Sewerage/Drainage Tax - - - - - 14,431 15,492 16,495 16,299 20,729
4 Conservancy/Latrine Tax - - - - - 46,100 46,928 48,702 55,028 74,955
5 Lighting Tax - - - - - 1,429 1,458 1,414 1,509 3,365
6 Education Tax - - - - - - - - - -
7 Vehicle Tax - - - - - 20,342 19,319 28,197 34,613 37,607
8 Tax on Animals - - - - - - - 16 - -
9 Electricity Tax - - - - - - - - - -
10 Professional Tax - - - - - 44,871 38,340 45,471 48,296 53,935
11 Advertisement Tax 188 189 200 196 224 - 0.5 17 90 -
12 Pilgrimage Tax - - - - - - - - - -
13 Octroi and Toll - - - - - - - 1,424 - -
14 Cess - - - - - - - - - 667
15 Other Taxes - - - - - 7,031 13,517 7,621 20,965 30,053
16 Tax Remission & Refund - - - - - - - - - -
B. Assigned Revenues & Compensations - - - - - 2,30,940 2,31,031 2,30,332 2,59,851 2,70,304
1 Taxes and Duties collected by others - - - - - 1,039 1,129 1,350 1,425 1,530
2 Compensation in lieu of Taxes/Duties - - - - - 2,16,488 2,16,488 2,16,686 2,42,955 2,54,421
3 Compensations in lieu of Concessions - - - - - 13,414 13,414 12,296 15,471 14,353
C. Rental Income from Municipal Properties 234 326 407 262 474 14,957 7,428 15,343 20,110 56,560
1 Of which: Rent from Civic Amenities 145 122 184 111 222 8,593 2,901 4,972 6,479 8,198
2 Of which: Rent from Office Buildings 88 203 223 151 251 6,364 4,527 10,371 13,632 48,361
D. Fees and User Charges 1,176 1,401 1,680 1,469 2,510 1,73,564 1,34,964 2,10,526 2,35,075 4,08,814
1 Empanelment & Registration Charges - - - - - 806 186 427 835 1,066
2 Licensing Fees 241 244 316 343 1,236 2,157 1,247 1,823 2,549 2,642
3 Fees for Grant of Permit 290 530 498 340 450 17,357 16,783 30,922 31,098 36,764
4 Fees for Certificate or Extract 14 11 15 17 26 176 111 144 168 218
5 Development Charges - - - - - 79,155 63,801 81,376 82,305 1,97,526
6 Regularisation Fees - - - - - 32,902 17,726 49,479 61,454 1,06,038
7 Penalties and Fines 11 7 20 16 18 2,320 2,364 2,921 3,184 3,269
8 Other Fees 90 71 73 89 96 22,537 20,163 25,163 30,873 34,988
9 User Charges 520 526 755 660 682 7,751 6,931 9,133 12,004 15,259
10 Entry Fees - - - - - 3,171 807 1,995 4,237 4,667
11 Service / Administrative Charges 11 12 3 4 3 1,305 1,969 1,298 1,010 814
12 Other Charges - - - - - 3,926 2,875 5,845 5,359 5,564
13 Fees Remission and Refund - - - - - - - - - -
E. Sale and Hire Charges 12 24 22 5 20 2,659 2,186 3,285 3,132 3,466
F. Revenue Grants, Contribution and Subsidies 196 539 426 572 687 94,500 1,73,694 1,72,699 1,27,684 1,65,716
1 Revenue Grant 196 539 426 572 687 92,123 1,69,672 1,69,396 1,24,421 1,62,496
2 Of which: Finance Commission - - - - - 50,788 1,08,658 1,07,546 66,694 94,019
3 Of which: Central Government - - - - - 3,133 1,150 956 3,656 6,350
4 Of which: State Finance Commission - - - - - - - - - -
5 Of which: State Government - - - - - 29,857 51,034 52,202 41,762 47,337
6 Re-imbursement of Expenses - - - - - - - - - -
7 Contribution towards Schemes - - - - - 2,377 4,022 3,303 3,263 3,221
G. Income from Investment 445 557 360 300 550 40,548 40,746 38,110 36,608 43,083
1 Interest on Investment in Govt. Securities, Fixed Deposit, Post Office Deposits etc. 445 557 360 300 550 31,567 30,450 28,218 23,508 32,685
2 Dividend - - - - - - - - - -
3 Income from Projects taken up on Commercial Basis - - - - - 5,199 4,576 4,950 6,210 6,600
4 Profit in Sale of Investments - - - - - - - - - -
5 Others - - - - - 3,782 5,720 4,942 6,890 3,798
H. Interest Earned on Loans 59 161 179 37 141 7 3 10 18 4,188
I. Other Income 26 33 14 17 36 37,201 60,409 54,253 62,439 83,929
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

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