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 11585:
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="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

Asset Publisher

83597702

Haryana

NORTHERN REGION

STATE: HARYANA

 

AMBALA

BHIWANI

FARIDABAD

FATEHABAD

OCCUPATION

No. of Accounts

Amount Out- standing

No. of Accounts

Amount Out- standing

No. of Accounts

Amount Out- standing

No. of Accounts

Amount Out- standing

 

 

1

2

3

4

5

6

7

8

I.

AGRICULTURE

29,991

487,20,81

56,515

514,91,16

30,202

373,49,68

35,876

461,59,16

 

1. Direct Finance

29,544

459,33,99

55,240

479,36,49

29,637

277,35,13

35,089

423,29,20

 

2. Indirect Finance

447

27,86,82

1,275

35,54,67

565

96,14,55

787

38,29,96

II.

INDUSTRY

4,314

440,89,42

2,089

154,31,48

7,908

2100,61,96

1,415

52,46,40

 

1. Mining & Quarrying

24

1,88,10

29

2,08,22

42

9,09,86

23

2,50,02

 

2. Manufacturing & Processing

4,127

335,07,70

1,987

147,10,28

7,494

2002,85,94

1,270

43,65,46

 

3. Electricity, Gas & Water

2

42,80,87

1

3,31

18

52,19,36

 

4. Construction

161

61,12,75

72

5,09,67

354

36,46,80

122

6,30,92

III.

TRANSPORT OPERATORS

825

35,08,69

306

2,20,53

582

29,88,24

79

70,68

IV.

PROFESSIONAL AND OTHER SERVICES

2,135

83,32,13

1,179

29,49,73

3,247

520,01,01

360

36,24,60

V.

PERSONAL LOANS

55,017

719,08,32

22,300

223,80,87

52,240

1351,48,96

9,191

103,30,76

 

1. Loans for Purchase of Consumer Durables

1,071

5,36,58

1,712

8,25,67

2,457

17,65,85

489

2,99,62

 

2. Loans for Housing

11,935

360,98,43

4,732

100,03,77

12,311

921,61,14

1,953

41,52,48

 

3. Rest of the Personal Loans

42,011

352,73,31

15,856

115,51,43

37,472

412,21,97

6,749

58,78,66

VI.

TRADE

9,944

250,30,86

8,999

90,23,43

9,550

606,05,42

5,001

63,91,45

 

1. Wholesale Trade

1,812

93,02,68

221

9,62,00

1,173

198,48,66

165

16,51,50

 

2. Retail Trade

8,132

157,28,18

8,778

80,61,43

8,377

407,56,76

4,836

47,39,95

VII.

FINANCE

87

7,15,37

9

9,17

172

44,44,54

6

19,21

VIII.

ALL OTHERS

4,978

116,75,65

4,088

25,42,03

9,110

184,59,02

1,085

15,76,54

TOTAL BANK CREDIT

1,07,291

2139,81,25

95,485

1040,48,40

1,13,011

5210,58,83

53,013

734,18,80

OF WHICH : 1. Artisans and Village & Tiny Industries

437

8,01,52

964

4,92,71

1,488

28,52,31

312

18,89,83

 

2. Other Small Scale Industries

2,367

170,37,24

795

65,30,71

3,559

532,34,29

309

12,06,27

 

 

GURGAON

HISAR

JHAJJAR

JIND

OCCUPATION

No. of Accounts

Amount Out- standing

No. of Accounts

Amount Out- standing

No. of Accounts

Amount Out- standing

No. of Accounts

Amount Out- standing

 

 

9

10

11

12

13

14

15

16

 

 

 

 

 

 

 

 

 

 

I.

AGRICULTURE

16,637

267,35,60

45,368

936,29,52

26,694

278,64,72

49,552

616,90,60

 

1. Direct Finance

16,475

227,88,32

44,489

593,03,70

26,475

241,69,55

49,184

602,62,99

 

2. Indirect Finance

162

39,47,28

879

343,25,82

219

36,95,17

368

14,27,61

II.

INDUSTRY

4,956

3706,92,13

2,788

1323,49,50

2,037

242,85,37

1,843

59,17,09

 

1. Mining & Quarrying

36

53,31,75

14

1,75,60

1

1

3,11

 

2. Manufacturing & Processing

3,834

3047,34,73

2,511

1218,82,55

2,000

241,29,13

1,711

48,89,81

 

3. Electricity, Gas & Water

16

13,63,00

4

80,63,19

1

8,47

 

4. Construction

1,070

592,62,65

259

22,28,16

36

1,56,24

130

10,15,70

III.

TRANSPORT OPERATORS

683

124,38,66

1,523

45,67,93

54

73,45

62

60,06

IV.

PROFESSIONAL AND OTHER SERVICES

3,647

911,08,95

1,457

78,44,30

476

45,56,51

479

13,25,33

V.

PERSONAL LOANS

55,880

2003,65,73

40,390

580,37,40

12,513

160,20,08

13,343

236,59,59

 

1. Loans for Purchase of Consumer Durables

3,707

26,61,78

1,063

7,88,02

180

1,00,88

328

2,58,21

 

2. Loans for Housing

15,209

1492,99,32

6,956

255,35,72

2,874

86,37,49

3,048

74,11,83

 

3. Rest of the Personal Loans

36,964

484,04,63

32,371

317,13,66

9,459

72,81,71

9,967

159,89,55

VI.

TRADE

7,021

552,82,87

9,733

180,68,83

4,066

99,79,81

8,220

98,37,43

 

1. Wholesale Trade

1,210

307,40,18

487

28,34,09

155

18,82,68

275

10,61,83

 

2. Retail Trade

5,811

245,42,69

9,246

152,34,74

3,911

80,97,13

7,945

87,75,60

VII.

FINANCE

159

1156,84,63

84

11,32,80

10

5,67

45

45,15

VIII.

ALL OTHERS

11,011

210,84,86

2,372

57,66,87

1,192

17,76,79

947

17,32,38

TOTAL BANK CREDIT

99,994

8933,93,43

1,03,715

3213,97,15

47,042

845,62,40

74,491

1042,67,63

OF WHICH : 1. Artisans and Village & Tiny Industries

710

8,84,41

435

9,15,75

298

8,59,20

195

89,63

 

2. Other Small Scale Industries

1,257

349,95,98

865

112,49,79

532

45,69,72

628

25,78,03

 

SCHEDULED COMMERCIAL BANKS        ACCORDING TO OCCUPATION — MARCH 2007

(Amount in Rupees Thousand)

KAITHAL

KARNAL

KURUKSHETRA

MAHENDRAGARH

MEWAT

PANCHKULA

 

No. of Accounts

Amount Out- standing

No. of Accounts

Amount Out- standing

No. of Accounts

Amount Out- standing

No. of Accounts

Amount Out- standing

No. of Accounts

Amount Out- standing

No. of Accounts

Amount Out- standing

Item No.

17

18

19

20

21

22

23

24

25

26

27

28

 

 

 

 

 

 

 

 

 

 

 

 

 

 

44,872

537,05,83

41,488

948,94,50

34,286

533,75,34

30,493

226,68,38

18,113

105,48,51

8,095

1258,80,22

I

44,173

509,91,91

40,293

725,03,01

33,608

496,27,14

29,262

215,64,20

18,045

104,11,01

7,698

306,05,44

1

699

27,13,92

1,195

223,91,49

678

37,48,20

1,231

11,04,18

68

1,37,50

397

952,74,78

2

1,724

84,49,89

3,809

1201,98,85

1,574

110,08,58

1,585

13,49,31

767

39,74,60

1,925

545,32,39

II

3

36,60

94

44,09,11

5

76,03

8

73,45

16

5,59,06

1

1,469

75,76,08

3,216

1106,72,41

1,488

105,50,55

1,476

9,00,42

737

38,54,43

1,692

325,34,95

2

78

37,83,88

2

3,13

13

176,99,98

3

252

8,37,21

421

13,33,45

79

3,78,87

101

3,75,44

30

1,20,17

204

37,38,40

4

222

90,07

1,381

55,01,80

147

63,67

362

19,25,53

195

1,17,36

483

6,85,26

III

1,110

12,52,19

1,149

79,47,84

1,386

35,36,80

628

5,97,08

234

2,09,15

676

44,76,28

IV

11,824

137,98,49

35,484

626,31,42

18,997

306,58,74

12,590

106,39,56

4,513

27,54,75

27,472

481,12,81

V

460

4,51,21

1,010

9,80,61

492

2,73,76

1,176

3,95,77

260

1,26,01

1,003

7,00,88

1

3,401

63,64,99

7,300

289,16,02

5,437

159,37,48

2,063

39,20,30

504

7,33,81

8,342

275,74,56

2

7,963

69,82,29

27,174

327,34,79

13,068

144,47,50

9,351

63,23,49

3,749

18,94,93

18,127

198,37,37

3

8,262

71,56,23

6,851

263,24,88

5,741

69,44,14

5,104

36,56,89

3,348

49,55,32

6,231

261,33,99

VI

654

9,14,31

592

50,06,63

178

3,93,40

114

3,36,77

74

32,38,70

2,955

77,00,32

1

7,608

62,41,92

6,259

213,18,25

5,563

65,50,74

4,990

33,20,12

3,274

17,16,62

3,276

184,33,67

2

19

1,43,22

77

4,25,07

52

76,78

29

57,71

352

1,53,34

19

22,41,95

VII

2,235

41,61,73

4,732

145,14,40

1,239

31,20,31

608

6,61,40

1,574

5,59,10

2,860

128,61,78

VIII

70,268

887,57,65

94,971

3324,38,76

63,422

1087,84,36

51,399

415,55,86

29,096

232,72,13

47,761

2749,24,68

TOTAL

377

2,53,38

419

41,38,85

210

11,50,31

1,224

3,37,70

610

1,97,82

151

2,69,81

1

999

66,70,85

2,059

502,51,18

778

64,35,97

217

3,54,81

82

2,80,61

1,046

99,27,73

2

 

PANIPAT

REWARI

ROHTAK

SIRSA

SONIPAT

YAMUNANAGAR

 

No. of Accounts

Amount Out- standing

No. of Accounts

Amount Out- standing

No. of Accounts

Amount Out- standing

No. of Accounts

Amount Out- standing

No. of Accounts

Amount Out- standing

No. of Accounts

Amount Out- standing

Item No.

29

30

31

32

33

34

35

36

37

38

39

40

 

 

 

 

 

 

 

 

 

 

 

 

 

 

24,402

333,51,76

28,261

315,41,92

29,342

312,59,47

51,596

617,83,81

29,686

309,46,82

31,646

467,95,58

I

23,355

321,22,15

28,111

303,73,31

28,883

270,05,60

51,072

592,68,18

29,388

293,40,25

30,870

425,82,30

1

1,047

12,29,61

150

11,68,61

459

42,53,87

524

25,15,63

298

16,06,57

776

42,13,28

2

5,866

1292,04,40

1,622

224,30,59

2,642

221,67,77

1,409

63,77,70

2,541

442,64,47

4,384

322,17,78

II

18

1,16,16

18

3,24,62

11

1,13,11

21

3,00,59

89

17,64,58

1

5,699

1231,57,78

1,335

210,46,67

2,495

212,76,19

1,308

58,01,11

1,716

382,62,37

3,947

285,49,01

2

10

98,03

7

1,11,76

2

6,67

4

31,20

6

85,25

21

5,88,10

3

139

58,32,43

262

9,47,54

134

7,71,80

76

2,44,80

819

59,16,85

327

13,16,09

4

286

2,56,21

670

33,30,96

2,963

122,74,17

315

12,31,23

216

1,88,19

249

3,12,81

III

764

142,99,24

897

33,89,36

1,788

146,96,70

1,431

47,92,58

975

120,23,55

1,833

71,32,83

IV

29,792

561,85,53

16,678

201,01,52

38,793

661,44,68

15,274

194,84,25

30,305

702,91,14

31,338

576,35,51

V

438

3,00,27

774

4,62,19

703

4,20,24

779

3,78,90

750

6,57,67

691

4,87,48

1

5,268

236,08,69

3,796

86,33,38

8,924

298,64,46

3,493

85,14,44

10,211

409,89,89

9,920

315,32,50

2

24,086

322,76,57

12,108

110,05,95

29,166

358,59,98

11,002

105,90,91

19,344

286,43,58

20,727

256,15,53

3

7,631

223,80,35

4,522

75,17,24

9,347

148,82,31

7,298

105,85,82

6,297

88,39,05

9,357

163,09,41

VI

846

51,82,87

365

18,66,79

864

40,79,37

250

17,02,41

283

14,37,81

1,186

30,55,39

1

6,785

171,97,48

4,157

56,50,45

8,483

108,02,94

7,048

88,83,41

6,014

74,01,24

8,171

132,54,02

2

14

2,38,08

42

54,31

56

1,43,68

51

40,09

44

1,93,30

106

50,88

VII

3,132

98,16,18

2,077

12,99,01

3,071

41,03,61

2,194

20,59,37

2,230

37,21,37

4,933

99,24,51

VIII

71,887

2657,31,75

54,769

896,64,91

88,002

1656,72,39

79,568

1063,54,85

72,294

1704,67,89

83,846

1703,79,31

TOTAL

227

10,71,10

734

2,56,88

345

2,57,36

489

8,46,11

300

2,74,80

362

29,83,96

1

4,228

679,35,68

433

10,87,34

1,210

69,61,52

510

26,01,60

1,079

129,29,34

2,429

130,07,04

2

 

 

RbiTtsCommonUtility

प्ले हो रहा है
കേൾക്കുക

Related Assets

RBI-Install-RBI-Content-Global

RbiSocialMediaUtility

റിസർവ് ബാങ്ക് ഓഫ് ഇന്ത്യ മൊബൈൽ ആപ്ലിക്കേഷൻ ഇൻസ്റ്റാൾ ചെയ്ത് ഏറ്റവും പുതിയ വാർത്തകളിലേക്ക് വേഗത്തിലുള്ള ആക്സസ് നേടുക!

Scan Your QR code to Install our app

RbiWasItHelpfulUtility

ഈ പേജ് സഹായകരമായിരുന്നോ?