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

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

75922748

I. Questionnaire on Terms of Reference to the Committee

(Paragraph 1.32)

 

Questionnaire on Terms of Reference to the Committee

 

Target Groups of Questionnaire

(1)

Individuals, Institutions, Federations & Banks (IFB)

(2)

Government Officials (GO)

(3)

Weak Banks (WB)

 

IFB-1

TERM OF REFERENCE NO.1

To evolve objective criteria to determine the need and potential for organizing urban Co-operative banks; review the existing entry point norms and examine the relevance of special dispensation for less/least developed areas etc.

A.

Need and Potential -

 

I.

What should be the Criteria for assessing the need for an Urban Co-operative Bank in a given centre?

   

i)

Whether the presence of Commercial Banks / Co-operative Banks /RRBs should be taken into account while assessing the need for an Urban Co-operative Bank at a centre? Any other criterion?

   

ii)

Whether Credit Gap should be a criterion? If so, how to assess the Credit Gap in your opinion? Should it be based on the projections in District Credit Plan/ Potential Linked Plan of NABARD / any other method - Please specify

   

iii)

Whether population coverage per bank office should be a criterion in determining the need for a bank?

     

Yes / No

   

iv)

Whether Urban Banks should be allowed in rural centres ?

     

Yes / No. If Yes - Why?

   

v)

Whether the existing Credit Deposit ratio of the banking sector should be a determining factor for allowing new UCBs in a given centre?

     

Yes / No.

B.

Entry Point Norms

 

1.

How do you perceive the existing entry point capital norm as compared with the start up capital prescribed for RRBs, Local Area Banks & NBFCs?

   

a) Too Low b) Too High c) Sufficient.

   

(Please see Appendix I for present entry point norms)

 

2.

If it is too low or too high, what should be the ideal start up capital for Urban Co-operative Banks?

   

Please indicate. Rs. lakhs.

 

3.

Whether Centre-wise prescription of Entry Point Norms based on population criterion is a healthy measure?

   

Yes / No - Give Reasons

 

4.

Whether relaxation in Entry Point Norms for Mahila/SC/ST Banks and Banks organised in Less/Least developed areas should continue? If so, Why?

 

5.

There is a feeling that relaxation in Entry Capital for aforesaid categories is genesis of weakness in Urban Co-operative Banks. Do you agree?

   

Yes / No - Reasons

 

6.

(i)

Whether promoters should have academic qualifications?

     

Yes / No.

     

If Yes, whether a) Matriculation b) Graduation c) Post Graduation

   

(ii)

Whether at least two promoters should have any relevant experience of working in a banking institution at least at middle level management?

     

Yes / No

       

C.

Viability Norms

 

1.

Whether the present viability norms in absolute terms should continue?

   

Yes / No

 

2.

If no, what should be the criteria to determine the viability of a bank?

   

Please specify.

 

3.

Should viability standards be qualitative i.e., compliance with Capital to Risk Assets Ratio, tolerable level of NPAs; proven track record of profitability rather than the present viability standards?

   

Yes / No

 

GO-1

TERM OF REFERENCE NO.1

To evolve objective criteria to determine the need and potential for organizing urban Co-operative banks; review the existing entry point norms and examine the relevance of special dispensation for less/least developed areas etc.

A.

Need and Potential -

 

1.

What should be the Criteria for assessing the need for an Urban Co-operative Bank in a given centre?

   

i)

Whether the presence of Commercial Banks / Co-operative Banks /RRBs should also be taken into account while assessing the need for an Urban Co-operative Bank at a centre? Would you suggest any other criterion?

   

ii)

Whether Credit Gap should be a criterion? If so, how to assess the Credit Gap in your opinion? Should it be based on the projections in District Credit Plan/Potential Linked Plan of NABARD -

     

Please specify

   

iii)

Whether population coverage per bank office should be a criterion in determining the need for a bank?

     

Yes / No

   

iv)

Whether Urban Banks should be allowed in rural centres?

     

Yes / No. If Yes - Why?

   

v)

Whether the existing Credit Deposit ratio of the banking sector should be a determining factor for allowing new UCBs in a given centre?

     

Yes / No

 

2.

Is the present format of survey report comprehensive or too sketchy?
a) Comprehensive b) Sketchy

 

3.

Should NABARD/Lead Bank also be involved in the preparation of survey report.?

   

Yes / No

B.

Entry Point Norms

 

1.

How do you perceive the existing entry point capital norm as compared with the start up capital prescribed for RRBs, Local Area Banks & NBFCs?
a) Too Low b) Too High c) Sufficient.

   

(Please see Annexure I for present entry point norms)

 

2.

If it is too low or too high, what should be the ideal start up capital for Urban Co-operative Banks?

   

Please indicate. Rs. lakhs.

 

3.

Whether Centre-wise prescription of Entry Point Norms based on population criterion is a healthy measure?

   

Yes / No - Reasons

 

4.

(a) Whether relaxation in Entry Point Norms for Mahila/SC/ ST Banks and Banks organised in Less/Least developed areas should continue? If so Why?

   

(b) What should be the criterion to declare a place less developed/least developed?

 

5.

There is a feeling that relaxation in Entry Capital for aforesaid categories is genesis of weakness in Urban Co-operative Banks. Do you agree?

   

Yes / No - Reasons

 

6.

(i)

Whether promoters should have academic qualifications?

   

Yes / No.

   

If Yes, whether a) Matriculation b)Graduation c)Post Graduation

   

(ii)

Whether at least two promoters should have any relevant

     

124 experience of working in a banking institution say at middle level management?

     

Yes / No

   

(iii)

How to screen the antecedents of promoters?

       

C.

Viability Norms

 

1.

Whether the present viability norms in absolute terms should continue?

   

Yes / No

 

2.

If no, what should be the criteria to determine viability of a bank?

   

Please specify.

 

3.

Should viability standards be qualitative i.e., compliance with Capital to Risk Assets Ratio, tolerable level of NPAs; proven track record of profitability rather than the present viability standards?

   

Yes / No

 

4.

Whether viability standard should be made open or should they be used as supervisory tools by Regulators to assess the health of Banks?

 

APPENDIX - I

Entry Point Norms

       

(Rs. in lakh)

Category

 

Centres *

   

i)

For general category banks

A

B

C

 

Share capital

 

100.00

50.00

25.00

 

Membership

 

2000

1500

1000

           
 

Relaxed entry point norms for

     
     

Centres *

   
     

A

B

C

ii)

Less developed

Share capital

50.00

25.00

12.50

 

States

(50% of the entry

     
   

point share capital)

     
   

Membership

2000

1500

1000

iii)

Least developed

Share capital

33.33

16.67

8.33

 

States (N.E.

(33.33% of

     
 

States - Tribal

the share the

     
 

areas etc.)

entry point

     
   

share capital)

     
   

Membership

1334

1000

667

   

(66.67 % of the

     
   

entry point norms)

     
           

iv)

Banks organised

Share capital

50.00

25.00

12.50

 

by Mahilas/SCs/

(50% of the entry

     
 

STs

point share capital)

     
 
 

Membership


2000


1500


1000


* Centre

Population

     

A - Metropolitan

10 lakh and above

     

B - Urban

1 lakh and above but less than 10 lakh

   

C - Semi-urban

10,000 and above but less than 1 lakh

   

Entry Point Norms for :

Rs.

     

i)

Regional Rural Banks 1 crore

     

ii)

Local Area Banks

5 crore

     

iii)

NBFCs

2 crore

     

IFB-2

TERM OF REFERENCE No. II

To review the existing policy pertaining to branch licensing and area of operation of urban cooperative banks

Branch Licensing:

1.

Is the present policy on branch licensing is too rigid / too liberal?

 

(Please see Appendix II for present policy frame work)

2.

Whether there is a need for continuing with present requirement of obtaining licence from RBI under Section 23 of B. R, Act for opening branches or should it be dispensed with?

 

(a) Continue (b) Dispense with

3.

What are your views on the concept of Annual Action Plan (AAP) presently in vogue?

4.

Should the Annual Action Plan be co-terminus with (a) Financial Year (b) Calendar Year (c) Just a period of 12 months?

 

Please Specify.

5.

How do you work out the need and viability of a branch at a particular centre?

 

Please indicate.

6.

Is ' No Objection' certificate from RCS for issue of a branch licence necessary?

 

Yes. / No. If yes, Why?

   

Area of Operation:

1.

Do you think expansion of area of operation of urban cooperative banks beyond thedistrict of their registration defeats the cooperative character of these institutions?

 

Yes / No - If No, please give reasons.

2.

Cooperation being a state subject, whether cooperative banks should be allowed to expand their operations beyond the jurisdiction of State of Registration?

 

Yes / No - If yes, Please give reasons.

3.

Has the policy of allowing multi-state expansion of Urban Cooperative banks -

 

(a) affected the cooperative character of UCBs? (b) brought the UCBs on par with commercial banks?

 

Please Specify.

       

GO-2

TERM OF REFERENCE No. II

To review the existing policy pertaining to branch licensing and area of operation of urban cooperative

Branch Licensing:

1.

Is the present policy on branch licensing too rigid / too liberal?

 

(Please see Appendix II for our present policy frame work)

2.

Whether there is a need for continuing with present requirement of obtaining licence from RBI under Section 23 of B. R, Act for opening branches or should it be dispensed with?

 

(a) Continue (b) Dispense with

3.

What are your views on the concept of Annual Action Plan (AAP) presently in vogue?

4.

Should the Annual Action Plan be co-terminus with (a) Financial Year (b) Calendar Year (c) Just a period of 12 months?

 

Please Specify.

5.

How do you work out the need and viability of a branch at a particular centre?

 

Please indicate.

6.

Is ' No Objection' certificate from RCS for issue of a branch licence necessary?

 

Yes. / No. If yes, Why?

7.

If RBI is the sole Regulatory Authority for issue of branch licences under Section 23 of the B.R. Act, does not Registrar's prior clearance tantamount to conflict in regulation?

 

Area of Operation:

1.

Do you think expansion of area of operation of urban cooperative 129 banks beyond the district of their registration defeats the cooperative character of these institutions?

 

Yes / No - If No, please give reasons.

2.

Cooperation being a state subject, whether cooperative banks should be allowed to expand their operations beyond the jurisdiction of State of Registration?

 

Yes / No - If yes, Please give reasons.

3.

Has the policy of allowing multi-state expansion of Urban Cooperative banks :

 

(a) affected the cooperative character of UCBs? (b) brought the UCBs on par with commercial banks?

 

Please Specify.

       

APPENDIX - II

BRANCH LICENSING NORMS

Urban Co-operative Banks complying with following norms are eligible to apply for new branches/upgradation of existing extension counters into full-fledged branches.

1.

The bank should be licensed under Section 22 of the Banking Regulation Act, 1949 (AACS) and not classified as weak and non-viable.

2.

It should have adopted prudential accounting norms regarding income recognition, assets classification, provisioning etc.

3.

It should have posted profits during the preceding three accounting years.

4.

It should have achieved the prescribed lending targets towards priority and weaker sections.

5.

It's level of gross Non-performing Assets should not exceed 15% of it's total loans and advances and it should make full provisioning therefore.

6.

It should scrupulously comply with regulatory framework of Reserve Bank of India i.e. maintenance of stipulated CRR and SLR as envisaged under the Banking Regulation Act,1949 (AACS) and/or Reserve Bank of India Act,1934, as the case may be, as also timely submission of statutory and other returns. It should have also furnished satisfactory compliance to the Reserve Bank of India's latest inspection findings.

 

IFB-3

TERM OF REFERENCE NO.III

To consider measures for determining the future set up of Weak /unlicensed banks

1.

The present viability norms and norms for classifying UCBs as weak are indicated in Appendix III.

 

(a)

Do you consider these norms/methods of classifying banks as weak to be in order?

   

Yes / No.

   

i) If no, please indicate in brief the reasons for the same and

   

ii) What criteria you would like to suggest to replace the present ones.

 

(b)

Do you think that the present norms are sufficient to identify the banks at the incipient stage of weakness? If no, what according to you should be the parameters?

     

2.

Is the system of monitoring progress of a weak bank through Bank Level Rehabilitation Review Committee (BLRRC) effective?

 

Yes / No.

     
   

i) If no, which other forum/system you would suggest to monitor effectively the progress of weak banks?

   

ii) Do you suggest any change in the composition of BLRRC? If yes, please furnish details.

3.

What concessions/support/facilities according to you may be extended by State Govt./State Co-op.bank/RBI/Federation/ Association to weak banks for their turnaround?

 

Please specify.

4.

What according to you the outer limit RBI should allow to weak banks to come out of weak status before resorting to the ultimate step of merger / liquidation?
a) 2 years b) 3 years c) 5 years

5.

(a)

Do you agree that a bank whose networth is likely to become negative should not be allowed to function?

 

(b)

If Yes to be above, when should action be taken in respect of a bank whose neworth is likely to become negative?

6.

At present there are no specific provisions in several State Cooperative Societies Act for compulsory merger/amalgamation either by the RCS or as per the requisition of RBI. Do you think such a provision will help in weeding out weak UCBs?

 

Yes / No

7.

Several urban banks are allowed to function without RBI licence till their licence is refused by RBI. These banks have failed to satisfy the various licensing parameters laid out by RBI. Since they are in existence for over 3 decades, do you think, further time should be given to them for complying the expected standards?

 

(a)

If yes, how much more time may be given to them to comply with the licensing norms?
i) 1 year ii) 2 years

 

(b)

If no, do you think that their licences should be refused and they are taken into liquidation?

   

Yes / No - If no, then what are your suggestions?

     

APPENDIX - III

A.

Norms for classification of weak urban banks

 

An UCB is classified as "weak" if it qualifies any one of the following conditions:

 

(i)

owned funds are eroded to the extent of 25% or more by the unprovided bad or doubtful debts, other bad assets and accumulated losses or overdues exceed 50% of loans and advances outstanding.

 

(ii)

does not comply with the provisions regarding minimum share capital in terms of section 11(1) of the Banking Regulation Act, 1949 (AACS) i.e., real or exchangeable value of paid up share capital and reserves have fallen below the stipulated norm of rupees one lakh.

 

(iii)

has not achieved viability norms prescribed by RBI from time to time.

     

B.

Norms of Viability as per instructions issued in 1993

 
 
 
 
 

(Rs. in lakhs)


   

Centres with Population of


Item

50 lakhs

10 lakhs and

1 lakh and

10000 and

   

and above

above but less

above but less

above but less

 
 
 

than 50 lakhs


than 10 lakhs


than1 1akh


1.

Share capital

75

40

25

10

2.

Reserves

30

16

10

4

3.

Deposits

645

344

215

86

4.

Advances

525

280

175

70

5.

Working capital

750

400

250

100

6.


Membership


6000


4000


3000


2000


WB-3

TERM OF REFERENCE NO.III:

To consider measures for determining the Future set up of weak/unlicensed banks

1.

The following are some causes for weakness of banks. Please indicate which of the following important factor contributed to the weakness of your bank.

 

(i)

Defective loan policy and procedure, (ii) lack of effective post-sanction follow up, (iii) delay in filing arbitration / execution proceedings (iv) concentration of loans to Directors/ their relatives/ preferred borrowers/particular sector/activity/security, (v) poor internal control and housekeeping, (vi) mismanagement of ex-chairman / Board of Directors, (vii) large scale fraud, (vii) high establishment cost, (viii) dissensions among board members, (ix) untrained staff, (x) any other reason? (Specify)

2.

(a)

Did you receive any assistance from Apex Bank/Co-operative Dept./Association/Federation in preparing the action plan submitted by you to RBI? If so, please state nature of assistance.

 

(b)

If the action plan was prepared taking into account all relevant factors, what are the factors responsible for not achieving the targets indicated in the action plan?

 

(c)

Do you feel that deregulation of interest rates have affected your business and chances to come out of weak status?

   

Yes / No

3.

(i)

Whether Bank Level Rehabilitation Review Committee (BLRRC) is constituted for your bank?

   

Yes / No

 

(ii)

If yes, do you find this forum effective/helpful in rehabilitating your bank?

   

Yes / No

 

(iii) Do you feel that BLRRC should be voluntary arrangement instead of compulsory one?

   

Yes / No

 

(iv)

Do you feel that the progress of rehabilitation should be directly monitored by RBI periodically instead of assigning this job to outside agencies such as Federation/State Co-op. Bank etc.?

 

(v)

How many BLRRC meetings took place during - (indicate number) 1996-97 1997-98 1998-99

 

(vi)

Do you wish any change in the present system/forum?

   

Yes / No

 

(vii)

What are your suggestions for improvement in the present set up and working of BLRRC?

4.

What concessions/support/facilities do you expect for coming out of 'weak' status from -

Please give details

 

(i)

State Government

 

(ii)

State Co-operative Bank

 

(iii)

District Central Co-operative Bank

 

(iv)

Reserve Bank of India

 

(v)

Federation/Association of Co-operative Banks

5.

(a)

What according to you should be the outer time limit given by RBI to banks to come out of weak category and fulfill their statutory obligations to depositors?

   

Time

   

i) 2 years

   

ii) 3 years

   

iii) 5 years

 

(b)

What are the main reasons for not coming out of weak status even after being under rehabilitation for more than 5 years.

6.

Usually weak banks are given 3 to 5 years to come out of weakness. Experience shows turnaround cases are very rare. In such an eventuality, the banks have to be either merged or liquidated, resulting hardship to depositors and employees. Do you think that compulsory amalgamation/ merger should be insisted?

     
   

GO-3

TERM OF REFERENCE NO.III

To consider measures for determining the future set up of weak/unlicensed banks

1.

As per present norms, weak banks in existence for more than 5 years should be either merged or liquidated. In this process, the RCS/Co-operative Department has to play a major role. Experience reveals general apathy from most of the Registrars in this regard. Merger proposals are very rare. (a) Do you think liquidation is a solution by itself? (b) Do you think that there should be compulsory merger/liquidation?

 

Yes / No.

 

If yes, please suggest suitable legislative amendment to the Cooperative Societies Act of your State.

2.

(a)

Do you feel that the forum of Bank Level Rehabilitation Review Committee (BLRRC) is effective/helpful mechanism to monitor rehabilitation process of weak banks and play useful role in bringing banks out of weak status?

 

(b)

The forum of BLRRC/SLRRC set up for rehabilitation of weak banks are not functioning efficiently except in one or two states.

   

What are your suggestions for improving their efficiency?

 

(b)

What other mechanism you would like to suggest to replace the existing one or to strengthen the present one?

3.

Do you agree that a bank whose networth is likely to become negative should not be allowed to function?

4.

Several unlicensed banks have been allowed to function without RBI licence They have not been able to fulfill the norms prescribed by RBI despite lapse of more than 3 decades. Do you feel that they may be given final opportunity to comply with the norms within a period of 1 to 2 years failing which they should be taken into liquidation?

     
   

IFB-GO 4

TERM OF REFERENCE NO. IV

To examine the feasibility of introducing capital adequacy norms for urban co-operative banks

1.

Should urban co-operative banks be subjected to capital adequacy prescription?

 

Yes / No - If no, Why?

2.

Whether ceiling on individual share holding in respective State Co-operative Societies Act is an impediment in introduction of capital adequacy to UCBs?

 

Yes / No

3.

If yes, what are the alternative avenues through which owned funds can be augmented?

 

Please specify.

4.

Do you agree that until urban co-operative banks shore up their owned funds to comply with capital adequacy norms, they should deny dividend to members?

 

Yes / No

5.

If capital adequacy norms are prescribed to UCBs, should they be on the lines of commercial banks?*

 

Yes / No. If No, please indicate the prescription and time frame.

 
 
 

*

At present Commercial Banks are required to maintain a minimum Capital to Risk Asset Ratio (CRAR) of 8%. The Ratio will be 9% with effect from the year ending 31st March 2000.

     
   

IFB-5

TERM OF REFERENCE NO.V

To examine the need for conversion of Co-operative Credit Societies into Primary Co-operative Banks

 

1.

Should the present policy of conversion of co-operative credit societies* into Urban Co-op. Banks continue?

   

Yes / No. Reasons

 

2.

By allowing conversion of co-op. credit societies into UCBs the co-op. character gets diluted. Do you agree?

   

Yes / No. Reasons

 

3.

Whether conversion of credit societies leads to mushrooming of urban co-op. banks?

   

Yes / No

 

4.

If the objective of co-op. credit society is to serve its members in a very compact area of operation, why should it be converted into a bank with additional responsibilities?

   

Please give reasons.

 

5.

Should there be a ceiling on the deposits to be raised by a cooperative credit society?

   

Yes / No. If Yes please indicate the amount of ceiling, Rs. .

 
 
 

*

Co-operative Credit Societies as defined in Section 5 cc(ii) of B.R.Act, 1949 (As Applicable to Co-op. Societies).

     

GO-5

TERM OF REFERENCE NO.V

To examine the need for conversion of Co-operative Credit Societies into Primary Co-operative Banks

1.

Should the present policy of conversion of co-operative credit societies* into Urban Co-op. Banks continue?

 

Yes - Reasons / No - Reasons

2.

By allowing conversion of co-op. credit societies into UCBs the co-op. character gets diluted. Do you agree?

 

Yes / No. Reasons

3.

Whether conversion of credit societies leads to mushrooming of urban co-op. banks?

 

Yes / No

4.

If the objective of co-op. credit society is to serve its members in a very compact area of operation, why should it be converted into a bank with additional responsibilities?

 

Please give reasons.

5.

If conversion of Co-op Credit Societies is not allowed then how to ensure their effective regulation?

 

Please Comment.

6.

Should there be a ceiling on the deposit to be raised by a cooperative credit society?

 

Yes / No. If Yes please indicate the amount of ceiling, Rs._______.

 
 
 

*

Co-operative Credit Societies as defined in Section 5 cc(ii) of B.R. Act, 1949 (As Applicable to Co-operative Societies).

     

IFB-6

TERM OF REFERENCE NO.VI

To suggest necessary legislative amendments to B.R. Act and Cooperative Societies Act of various States for strengthening the urban banking movement

1.

What in your opinion is the most vexatious problem for UCBs on account of statutory provisions in Co-operative Societies Act/B.R. Act, 1949 (As Applicable to Co-operative Societies Act)?

 

Please specify

2.

Whether dual control on urban co-operative banks is desirable?

 

Give Reasons.

3.

If dual control is coming in the way of smooth functioning of UCBs, how to resolve the conflict in regulation?

4.

Whether by transferring the subject of co-operation to Concurrent List of the Constitution, the irritants in dual control can be reduced?

 

Yes / No . If yes, what should be the road map?

5.

Whether RBI should be vested with direct powers of supersession of boards, liquidation/amalgamation/merger of unviable and weak banks?

 

Yes / No

6.

Should not State Co-operative Societies Acts be amended to give greater autonomy to UCBs in the realm of their day to day operational areas, viz., investment of funds, recruitment of personnel, audit, acquisition of moveable/immovable properties?

 

Yes / No

7.

Should there be a separate chapter in every State Co-operative Societies Act dealing with UCBs?

 

Yes / No

8.

What in your opinion are the highly restrictive provisions in Cooperative Societies Act of your State?

 

Please specify.

9.

Whether in your opinion it would be appropriate to have an Act on the lines of the Andhra Pradesh Mutually Aided Co-operative Societies Act (APMACS) for your State.

 

Yes / No. Reasons.

10.

What changes you would suggest in B.R.Act/Income Tax Act/ Your State Co-op. Societies Act to strengthen Urban Banking Movement?

   

GO-6

TERM OF REFERENCE NO.VI

To suggest necessary legislative amendments to B.R. Act and Co-operative Societies Acts of various States for strengthening the urban banking movement

1.

What in your opinion is the most vexatious problem for UCBs on account of statutory provisions in Co-operative Societies Act/B.R. Act, 1949 (As Applicable Co-operative Societies)?

 

Please specify

2.

Whether dual control on urban co-operative banks is desirable?

 

Please give reasons.

3.

If dual control is coming in the way of smooth functioning of UCBs, how to resolve the conflict in regulation?

4.

Whether by transferring the subject of co-operation to Concurrent List of the Constitution, the irritants in dual control can be reduced?

 

Yes / No . If yes, what should be the road map?

5.

Whether RBI should be vested with direct powers of supersession of boards, liquidation/amalgamation/merger of unviable and weak banks?

 

Yes / No

6.

Should not State Co-operative Societies Acts be amended to give greater autonomy to UCBs in the realm of their day to day operational areas, viz., investment of funds, recruitment of personnel, audit, acquisition of moveable/immovable properties?

 

Yes / No

7.

Should there be a separate chapter in every State Co-operative Societies Act dealing with UCBs?

 

Yes / No

8.

If co-op. banks are owned by the people, why State Governments should have a say in their functioning?

 

Please Comment.

9.

Whether in your opinion it would be appropriate to have an Act on the lines of the Andhra Pradesh Mutually Aided Co-operative Societies Act (APMACS) for your State.

 

Yes / No. Reasons.

10.

What changes you would suggest in B.R.Act / Income Tax Act your State Co-operative Societies Act to strengthen Urban Banking Movement?.

RbiTtsCommonUtility

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

Related Assets

RBI-Install-RBI-Content-Global

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

Scan Your QR code to Install our app

RbiWasItHelpfulUtility

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