CINXE.COM
Reserve Bank of India - Right to Information Act
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <title>Reserve Bank of India - Right to Information Act</title> <meta name="description" content="" /> <meta name="author" content="" /> <meta name="viewport" content="width=device-width" /> <script type="text/javascript" src="/js/libs/modernizr-2.5.3.min.js"></script> <style> .ui-dialog { border: 2px solid #efd1aa !important; } .ui-widget-content a { color: #0066ee !important; font-weight: bold; text-decoration: none; } .ui-widget-content a:hover { color: #000000 !important; } </style> </head> <body> <div id="dialog" title="RTI" style="display:none"> <p>Please visit <a href="/Scripts/bs_viewcontent.aspx?Id=624">‘Disclosure Log’</a> section on RTI page of our website before you apply for information under RTI. It is likely that the information that you want is already available there.</p> </div> <form method="post" action="./Righttoinfoact.aspx" id="form1"> <div class="aspNetHidden"> <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJMjIxOTY2MDcwZGS8MsJcea04G4xukp0O051hMjbFmrQf/YrRRfjbDe6nKg==" /> </div> <script type="text/javascript"> //<![CDATA[ var theForm = document.forms['form1']; if (!theForm) { theForm = document.form1; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> </script> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="D4DDE632" /> <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEdAAbQU+fUal0PfF+WRHfHt38yi6wX7g7V+51d5y/uZ409MWQ6cu1iZ73N7YF2NPAmCyQ/q33cCQLgaFQSElESF1pcfcX9ZaEV78oETjPwNTvjRyaLpyghhgB3dOM81YQT2c+N6hZzrY0FjyD25q4UROZwG9O7js3ypFEfTScg8wZEzw==" /> </div> <link href="/JQuery/css/jquery-ui-1.8.18.custom2.css" rel="stylesheet" type="text/css" /> <link href="/includes/print.css" rel="stylesheet" media="print" type="text/css" /> <link href="/Styles/960.css" rel="stylesheet" type="text/css" /> <link href="/Includes1/rbi.css?v=4.0" rel="Stylesheet" type="text/css" /> <script type="text/javascript" src="/js/libs/jquery-1.7.2.min.js"></script> <script type="text/javascript" src="/JQuery/ui/jquery.ui.revampRBI.js"></script> <script type="text/javascript" src="/js/ImgSaveDisable.js"></script> <!--<script src='//tw.netcore.co.in/smartechclient.js'></script> <script> smartech('create', 'ADGMOT35CHFLVDHBJNIG50K968AU3Q5FOE3L6REE67CQ9HGBQ58G'); smartech('register', '4d6884e503ecf55a3339a37e98b711da'); smartech('identify', ''); smartech('dispatch', 1, { }); </script>--> <script type="text/javascript"> //Redirect to mobile site start function detectmob() { if (screen.width <= 599 || screen.Height <= 975) { return true; } else { return false; } } if (detectmob()) { window.location.href = "https://m.rbi.org.in" + window.location.pathname; } //Redirect to mobile site End $(document).ready(function () { Search(); }); function Search() { highlightTextAutocomplete(); $(".autoSuggest").autocomplete({ source: function (request, response) { var param = { keyWord: document.getElementById('txtSearch').value }; $.ajax({ url: "../Home.aspx/GetKeywords", data: JSON.stringify(param), dataType: "json", type: "POST", contentType: "application/json; charset=utf-8", dataFilter: function (data) { return data; }, success: function (data) { if (data.d.length > 0) { response($.map(data.d, function (item) { return { value: RemoveSpecialChars(item) } })) } else { response([{ label: "No results found", value: ""}]); } }, error: function (XMLHttpRequest, textStatus, errorThrown) { alert(textStatus); } }); }, // select: function (event, ui) { // if (ui.item.value != "") { // window.open("/scripts/SearchResults.aspx?search=" + ui.item.value, '_blank'); // } // }, minLength: 3 }); } function highlightTextAutocomplete() { var oldFn = $.ui.autocomplete.prototype._renderItem; $.ui.autocomplete.prototype._renderItem = function (ul, item) { var t = String(item.value).replace( new RegExp(this.term, "gi"), "<span class='ui-state-highlight'>$&</span>"); if (item.value != "") { return $("<li class='borderAutocomplete'></li>") .data("item.autocomplete", item) .append("<a>" + t + "</a>") .appendTo(ul); } else { return $("<li></li>") .data("item.autocomplete", item) .append("") .appendTo(ul); } }; } function RemoveSpecialChars(inputText) { var filteredString = inputText.replace(/[\*\^\'\!\@\$\.\#\(\)\-\?\<\>\;\"\&\+\{\}\:]/g, ''); //alert(filteredString); return filteredString; } // jQuery(document).ready(function () { // var xmlhttp; // jQuery("#txtSearch").autocomplete( // { // minLength: 3, // delay: 0, // source: function (request, response) { // if (!xmlhttp) { // if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari // xmlhttp = new XMLHttpRequest(); // } // else {// code for IE6, IE5 // xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); // } // } // else if (xmlhttp.readyState != 0) { // xmlhttp.abort(); // } // xmlhttp.onreadystatechange = function () { // if (xmlhttp.readyState == 4 && xmlhttp.status == 200) { // fetchedKeywords = xmlhttp.responseText.split("'"); // // if (fetchedKeywords.length > 10) { // fetchedKeywords.splice(10, fetchedKeywords.length - 10); // } // if (fetchedKeywords != "") response(fetchedKeywords); // else response(null); // } // } // var input = document.getElementById("txtSearch").value; // xmlhttp.open("POST", "/Webservice/KeywordSearch.ashx?q=" + input, true); // xmlhttp.send(); // } // }); // }); function LoadSearchData(id, key) { if (id == "txtSearch") { if (key == 13) { validateSearchText(); return false; } } else validateSearchText(); return true; } function validateSearchText() { if (validation()) { var strloc = new String(document.location.href.toString()); if (strloc.indexOf("SearchResults.aspx") == -1) {// window.open("/scripts/SearchResults.aspx?search=" + document.getElementById("txtSearch").value); } else window.open("/scripts/SearchResults.aspx?search=" + document.getElementById("txtSearch").value, '_parent'); } } function validation() { strSearch = trim(document.getElementById('txtSearch').value); if (strSearch == "") { alert('Please enter the search text'); return false; } else { //var strFilterChars = new RegExp("[~`!@#$%^&*()_+-={}\\[\\]:/\\\\\";|'<>,.?]"); var strFilterChars = new RegExp("^[0-9a-zA-Z ]*$"); if (!strFilterChars.test(strSearch)) { alert("Please remove special characters from search text"); return false; } } return true; } function trim(value) { value = value.replace(/^\s+/, ''); value = value.replace(/\s+$/, ''); return value; } </script> <style type="text/css"> .blink_msm1 { -webkit-animation-name: blinker; -webkit-animation-duration: 3s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite; -moz-animation-name: blinker; -moz-animation-duration: 3s; -moz-animation-timing-function: linear; -moz-animation-iteration-count: infinite; animation-name: blinker; animation-duration: 3s; animation-timing-function: linear; animation-iteration-count: infinite; } @-moz-keyframes blinker { 0% { opacity: 1.0; } 50% { opacity: 0.0; } 100% { opacity: 1.0; } } @-webkit-keyframes blinker { 0% { opacity: 1.0; } 50% { opacity: 0.0; } 100% { opacity: 1.0; } } @keyframes blinker { 0% { opacity: 1.0; } 50% { opacity: 0.0; } 100% { opacity: 1.0; } } .blink_NewWebsite { animation:blinker 1.5s linear infinite; color:blue; font-size:1.5em; margin-bottom:0px; } @keyframes blinker { 50%{ opacity:0; } } </style> <div class="top_setting"> <div class="container_12"> <div class="grid_5 top_settings"> <a href="#mainsection">Skip to main content </a> </div> <div id="UsrFontCntr_tblThemes" style="float: right" class="grid_4 prefix_3 top_settings"> <span class="fonts"> <a id="UsrFontCntr_LinkBtnFontIncrease" title="Increase Font Size" href="javascript:__doPostBack('UsrFontCntr$LinkBtnFontIncrease','')" style="text-decoration:none;"><img src="/images/font-increase.gif" alt="Increase Font Size"/></a></span> <span class="fonts"> <a id="UsrFontCntr_LinkBtnFontRegular" class="aspNetDisabled" title="Regular Font Size" style="text-decoration:none;"><img src="/images/font-reset.gif" alt="Regular Font Size"/></a></span> <span class="fonts"> <a id="UsrFontCntr_LinkBtnFontDecrease" title="Decrease Font Size" href="javascript:__doPostBack('UsrFontCntr$LinkBtnFontDecrease','')" style="text-decoration:none;"><img src="/images/font-decrease.gif" alt="Decrease Font Size"/></a></span> <span class="black"> <a id="UsrFontCntr_LinkBtnAccessibilty" title="Apply Dark Theme" href="javascript:__doPostBack('UsrFontCntr$LinkBtnAccessibilty','')" style="text-decoration:none;"><img src="/images/dark-theme.gif" alt="Apply Dark Theme"/></a></span> <span class="white"> <a id="UsrFontCntr_LinkBtnUndoAccessibilty" class="aspNetDisabled" title="Apply Normal Theme" style="text-decoration:none;"><img src="/images/bright-theme.gif" alt="Apply Normal Theme"/></a></span> <a onclick="javascript:window.print();" id="A1" title="Print This Page"> <img src="/images/print-icon.png" alt="Print this page" class="print" /></a> <div style="float: right"> <label style="margin-right: 6px;color: #000000;"> Language</label><a class="lnk-language" id="lnkhindi" title="Hindi site" href="https://www.rbi.org.in/hindi/Home.aspx">हिंदी</a></div> </div> <div class="clearfix"> </div> </div> <div> <div style="background: url(/images/Innerstripbg1.jpg);height: 32px;min-width: 100%;float: left;background-repeat: repeat;text-align: center;"> <a class="blink_NewWebsite" target="_blank" href="https://website.rbi.org.in" style="color: #205db1;text-decoration: none;"> <span>Click here to <b><span style="font-size: 20px;padding: 7px;">Visit the RBI’s new website</span></b> </span></a> </div> </div> </div> <div class="container_12"> <div class="grid_4" role="banner"> <h1 class="logo"> <a href="/home.aspx"> <img src="/images/rbi-company-logo.jpg" alt="Reserve Bank of India" /></a></h1> </div> <div class="grid_5" align="right" role="search" style="float: right"> <label for="searchbox" class="search_label"> Search the Website</label> <input name="UsrFontCntr$txtSearch" type="text" maxlength="103" id="txtSearch" class="search_box autoSuggest" onkeydown="return LoadSearchData('txtSearch',event.keyCode);" placeHolder="Search" /> <button id="btnSearch" onclick="return LoadSearchData('btnSearch',event.keyCode);" type="button" class="search_button"> Search</button> </div> <div class="grid_2" align="CENTER" role="" style="float: right"> <h1 class="logo"> <img src="../images/BBBP_Logo_4.jpg" alt="BBBPLogo" style="padding-top: 10px;"> </h1> </div> <div class="clearfix"> </div> </div> <!-- NAVIGATION START--> <nav role="navigation"> <div class="top-newmenu"> <div class="midmenu"> <ul> <li><a href="https://rbi.org.in/home.aspx">Home</a></li> <li><a href="/Scripts/AboutusDisplay.aspx">About Us</a></li> <li><a href="/Scripts/NotificationUser.aspx">Notifications</a></li> <li><a href="/Scripts/BS_PressReleaseDisplay.aspx">Press Releases</a></li> <li><a href="#">Speeches & Media Interactions<img src="/images/down.gif" alt="down" class="downarrowclass" style="border:0; padding-left: 5px"></a> <ul> <li><a href="/Scripts/BS_ViewSpeeches.aspx">Speeches</a></li> <li><a href="/Scripts/BS_ViewInterviews.aspx">Media Interactions</a></li> <li><a href="/Scripts/Lectures.aspx">Memorial Lectures</a></li> </ul> </li> <li><a href="#">Publications <img src="/images/down.gif" alt="down" class="downarrowclass" style="border:0; padding-left: 5px"></a> <ul> <li><a href="/Scripts/Publications.aspx?publication=Annual">Annual</a></li> <li><a href="/Scripts/Publications.aspx?publication=HalfYearly">Half-Yearly</a></li> <li><a href="/Scripts/Publications.aspx?publication=Quarterly">Quarterly</a></li> <li><a href="/Scripts/Publications.aspx?publication=Bimonthly">Bi-monthly</a></li> <li><a href="/Scripts/Publications.aspx?publication=Monthly">Monthly</a></li> <li><a href="/Scripts/Publications.aspx?publication=Weekly">Weekly</a></li> <li><a href="/Scripts/Publications.aspx?publication=Occasional">Occasional</a></li> <li><a href="/Scripts/Publications.aspx?publication=Reports">Reports</a></li> <li><a href="/Scripts/OccasionalPublications.aspx?head=Working Papers">Working Papers</a></li> </ul> </li> <li><a href="#">Legal Framework <img src="/images/down.gif" alt="down" class="downarrowclass" style="border:0; padding-left: 5px"></a> <ul> <li><a href="/Scripts/Act.aspx">Act </a></li> <li><a href="/Scripts/Rules.aspx">Rules </a></li> <li><a href="/Scripts/Regulations.aspx">Regulations </a></li> <li><a href="/Scripts/Schemes.aspx">Schemes </a></li> </ul> </li> <li><a href="#">Research <img src="/images/down.gif" alt="down" class="downarrowclass" style="border:0; padding-left: 5px"></a> <ul> <li><a href="/Scripts/ExternalResearchSchemes.aspx">External Research Schemes</a></li> <li><a href="/Scripts/OccasionalPapers.aspx">RBI Occasional Papers</a></li> <li><a href="/Scripts/OccasionalPublications.aspx?head=Working%20Papers">Working Papers</a></li> <li><a href="/Scripts/BS_ViewBulletin.aspx">RBI Bulletin</a></li> <li><a href="/Scripts/Project1.aspx">History</a></li> <li><a href="/Scripts/Occas_DRG_Studies.aspx">DRG Studies</a></li> <li><a href="/Scripts/KLEMS.aspx">KLEMS</a></li> <li><a href="/Scripts/StateStatisticsFinances.aspx">State Statistics and Finances</a></li> </ul> </li> <li><a href="#">Statistics <img src="/images/down.gif" alt="down" class="downarrowclass" style="border:0; padding-left: 5px"></a> <ul> <li><a href="/Scripts/Statistics.aspx">Data Releases</a></li> <li><a href="https://data.rbi.org.in" target="_blank">Database on Indian Economy</a></li> <li><a href="/scripts/FS_PDS.aspx">Public Debt Statistics</a></li> </ul> </li> <li><a href="#">Regulatory Reporting<img src="/images/down.gif" alt="down" class="downarrowclass" style="border:0; padding-left: 5px"></a> <ul> <li><a href="/scripts/BS_Listofallreturns.aspx">List of Returns</a></li> <li><a href="/scripts/DataDefinition.aspx">Data Definition</a> <!--<ul> <li><a href="../scripts/Assets.aspx">Assets</a></li> <li><a href="../Scripts/Liabilities.aspx">Liabilities</a></li> <li><a href="../Scripts/OffBalanceSheetItems.aspx">Off-Balance Sheet Items</a></li> <li><a href="../Scripts/ProfitandLossAccountItems.aspx">Profit and Loss Account Items</a></li> <li><a href="../Scripts/Miscellaneous.aspx">Miscellaneous</a></li> </ul>--> </li> <li><a href="/scripts/ValidationRules.aspx">Validation rules/ Taxonomy</a></li> <li><a href="/scripts/ReportingPlaform.aspx">List of RBI Reporting Portals</a></li> <li><a href="/scripts/ReportingFAQ.aspx">FAQs of RBI Reporting Portals</a></li> </ul> </li> </ul> </div> </div> </nav> <!-- NAVIGATION END--> <!--HEADER END--> <input type="submit" name="UsrFontCntr$btn" value="" id="btn" style="visibility: hidden; height: 0px; width: 0px;" /> <div class="container_12"> <a id="mainsection" name="mainsection"></a> <div class="grid_12 breadcrumbs"> <ul> <li><a href="../Home.aspx">Home</a></li> </ul> </div> <div class="clear"> </div> <div class="grid_3 omega"> <div id="menubar"> <div class="menuButton"> <a href="#Oblig">RBI's Obligation under the Act</a> </div> <div class="menuButton"> <a href="#Comp">Compliance with Section 4 (1)(b)</a> </div> <div class="menuButton"> <a href="#seek">Seeking Information from RBI</a> </div> <div class="menuButton"> <a href="#policy">General Information Bank</a> </div> <div class="menuButton"> <a href="https://www.rbi.org.in/Scripts/MinutesCBM.aspx">Minutes of the Central Board meetings</a> </div> <div class="menuButton"> <a href="#discpolicy">Disclosure Policy</a> </div> <div class="menuButton"> <a href="#disc">Disclosure Log</a> </div> <div class="menuButton"> <a href="#suggestions">Suggestions</a> </div> <div class="menuButton"> <a href="#comp">Complaints</a> </div> <div class="menuButton"> <a onclick="showDialog()">Application for Information</a> </div> <div class="menuButton"> <a href="#long">Time Limit</a> </div> <div class="menuButton"> <a href="#pay">Cost</a> </div> <div class="menuButton"> <a href="#refuse">Exemptions</a> </div> <div class="menuButton"> <a href="#appeal">Right to Appeal</a> </div> </div> <!--/wrapper--> </div> <div class="grid_9 alpha content_area omega"> <h2 class="page_title"> Right to Information Act </h2> <a class="link1" target='_blank' href='https://rbidocs.rbi.org.in/rdocs/Content/PDFs/66576.pdf'> <img src='../Images/pdf.gif' width='16' height='16' border=0 align='absmiddle'></a> 468 kb <table class="tablebg" align="center" border="0" cellpadding="5" cellspacing="1" width="100%"> <tr> <th align=center><B>Right to Information Act, 2005</B></th> </tr> <tr> <td align="justify">The Government of India has enacted the Right to Information Act, 2005 (<a class="link1" HREF='http://www.persmin.nic.in/'>http://www.persmin.nic.in</A>) which has come into effect from October 12, 2005. The Right to Information under this Act is meant to give to the citizens of India access to information under control of public authorities to promote transparency and accountability in these organisations. The Act, under Sections 8 and 9, provides for certain categories of information to be exempt from disclosure. The Act also provides for appointment of a Chief Public Information Officer to deal with requests for information. <P ALIGN='JUSTIFY'><b><a class="link1" name='Oblig'></A>RBI’s Obligation under the Act</b></P> <P ALIGN='JUSTIFY'>The Reserve Bank of India is a public authority as defined in the Right to Information Act, 2005. As such, the Reserve Bank of India is obliged to provide information to members of public.</P> <P ALIGN='left'><b><a class="link1" name='Comp'></A>Section 4(1)(b) of the Right to Information Act, 2005</b></P> <table class="tablebg" align="center" border="0" cellpadding="5" cellspacing="1" width="70%"> <TR> <Th WIDTH='18%' align="center" VALIGN='middle'><B> Section 4(1)(b)</B></Th> <Th WIDTH='82%' VALIGN='middle'><B> Information to be published under the Act</B></Th> </TR> <tr> <td width='18%' align="center" valign='TOP'> (i)</TD> <td width='82%' valign='TOP'> <a class="link1" href='https://www.rbi.org.in/Scripts/AboutusDisplay.aspx'>The particulars of the organisation, functions and duties</a></TD> </tr> <TR> <TD WIDTH='18%' align="center" VALIGN='TOP'> (ii)</TD> <TD WIDTH='82%' VALIGN='TOP'> <a class="link1" href='https://www.rbi.org.in/Scripts/bs_viewcontent.aspx?Id=302'>The powers and duties of its officers and employees</a></TD> </TR> <tr> <td width='18%' align="center" valign='TOP'> (iii)</TD> <td width='82%' valign='TOP'> <a class="link1" href='https://www.rbi.org.in/Scripts/bs_viewcontent.aspx?Id=313'>The procedure followed in the decision making process, including channels of supervision and accountability</a></TD> </tr> <TR> <TD WIDTH='18%' align="center" VALIGN='TOP'> (iv)</TD> <TD WIDTH='82%' VALIGN='TOP'> <a class="link1" href='https://www.rbi.org.in/Scripts/CitiChart.aspx'>Norms set by the Bank for the discharge of its functions</a></TD> </TR> <TR> <TD WIDTH='18%' align="center" VALIGN='TOP'> (v)</TD> <TD WIDTH='82%' VALIGN='TOP'> <a class="link1" href='https://www.rbi.org.in/Scripts/bs_viewcontent.aspx?Id=308'>Rules, regulations, instructions, manuals and records, held by the Bank or under its control or used by its employees for discharging its functions</a></TD> </TR> <tr> <td width='18%' align="center" valign='TOP'> (vi)</TD> <td width='82%' valign='TOP'> <a class="link1" href='https://www.rbi.org.in/Scripts/bs_viewcontent.aspx?Id=1029'>Statement of Categories of Documents that are held by the Reserve Bank or under its Control</a></TD> </tr> <TR> <TD WIDTH='18%' align="center" VALIGN='TOP'> (vii)</TD> <TD WIDTH='82%' VALIGN='TOP'> <a class="link1" href='https://rbidocs.rbi.org.in/rdocs/content/pdfs/71080.pdf'>Particulars of any arrangement that exists for consultation with, or representation by, the members of the public in relation to the formulation of its policy or implementation thereof</a></TD> </TR> <TR> <TD WIDTH='18%' align="center" VALIGN='TOP'> (viii)</TD> <TD WIDTH='82%' VALIGN='TOP'> <a class="link1" href="https://rbidocs.rbi.org.in/rdocs/content/pdfs/71834.pdf">List of Boards, Councils, Committees and other bodies consisting of two or more persons constituted as its part or for the purpose of its advice, and as to whether meetings of those boards, councils, committees and other bodies are open to the public, or the minutes of such meetings are accessible for public</a></TD> </TR> <TR> <TD WIDTH='18%' align="center" VALIGN='TOP'> (ix)</TD> <TD WIDTH='82%' VALIGN='TOP'> <a href="https://rbidocs.rbi.org.in/rdocs/content/docs/201103.xls" class="link1">A directory of its officers and employees</a></TD> </TR> <TR> <TD WIDTH='18%' align="center" VALIGN='TOP'> (x)</TD> <TD WIDTH='82%' VALIGN='TOP'> <a class="link1" href='https://www.rbi.org.in/Scripts/RighttoInformationAct.aspx'>Monthly remuneration received by its officers and employees, including the system of compensation as provided in its regulations</a></TD> </TR> <TR> <TD WIDTH='18%' align="center" VALIGN='TOP'> (xi)</TD> <TD WIDTH='82%' VALIGN='TOP'> <a class="link1" href='https://www.rbi.org.in/Scripts/AnnualReportPublications.aspx?Id=1412'>The budget allocated to each of its agency, indicating the particulars of all plans, proposed expenditures and reports on disbursements made</a></TD> </TR> <tr> <td width='18%' align="center" valign='TOP'> (xii)</TD> <td width='82%' valign='TOP'> Not applicable</TD> </tr> <TR> <TD WIDTH='18%' align="center" VALIGN='TOP'> (xiii)</TD> <TD WIDTH='82%' VALIGN='TOP'> <a class="link1" href='https://www.rbi.org.in/Scripts/bs_viewcontent.aspx?Id=318'>Particulars of recipients of concessions, permits or authorisations granted</a></TD> </TR> <tr> <td width='18%' align="center" valign='TOP'> (xiv)</TD> <td width='82%' valign='TOP'> <a class="link1" href='http://rbidocs.rbi.org.in/rdocs/content/pdfs/71079.pdf'>Details in respect of the information, available to or held by it, reduced in an electronic form </a></TD> </tr> <tr> <td width='18%' align="center" valign='TOP'> (xv)</TD> <td width='82%' valign='TOP'> <a class="link1" href='#make'>The particulars of facilities available to citizens for obtaining information, including the working hours of a library or reading room, if maintained for public use</a></TD> </tr> <TR> <TD WIDTH='18%' height='23' align="center" VALIGN='TOP'> (xvi)</TD> <TD WIDTH='82%' VALIGN='TOP' height='23'> <a class="link1" href='#Appellate'>Names, designations and other particulars of Public Information Officers</a></TD> </TR> <TR> <TD height='23' align="center" VALIGN='TOP'>(xvii)</TD> <TD VALIGN='TOP' height='23'><a href="https://rbidocs.rbi.org.in/rdocs/Content/PDFs/OtherInformation16022022.PDF" target="_blank" class="link1">Other Information</a></TD> </TR> </TABLE> <P><b>Library Access</b></P> <P ALIGN='JUSTIFY'>The working hours of RBI library at the central office are 9.45 am to 5.45 pm. Though it mainly caters to the RBI staff, it is also open to academics, students and researchers. </P> <B> <P><a class="link1" name='seek'></A>Seeking Information from RBI</P> </B> <P ALIGN='JUSTIFY'>The Reserve Bank of India has an established communication policy. Under this, the Reserve Bank of India regularly releases information and data on Indian economy, banking and finance. It releases the information and data at regular periodicity – daily, weekly, monthly, quarterly, six monthly and annually. In addition, it also releases information, as and when required, through occasional publications, such as, studies and reports. </P> <P ALIGN='JUSTIFY'>The Reserve Bank also places in public domain its instructions relating to banking, finance, foreign exchange and other related subjects. Further, the Reserve Bank also disseminates information, especially of general interest, through daily press releases. </P> <P ALIGN='JUSTIFY'>The information and data routinely released by the Reserve Bank are available on its website (<a class="link1" HREF='http://www.rbi.org.in/'>www.rbi.org.in</A>)</P> <P ALIGN='JUSTIFY'>The details of information that is already available from the Reserve Bank of India are:</P> <p><b><a class="link1" name='policy'></A>Monetary Policy Statements and Monetary Policy Reports</b></p> <p align='JUSTIFY'>	i) The Monetary Policy Committee (MPC) constituted by the Central Government under Section 45ZB of the Reserve Bank of India Act, 1934 determines the Policy Rate required to achieve the inflation target. The MPC meets every two months. The resolutions adopted by the MPC in its meetings are published after conclusion of the meetings as per Section 45ZK of the RBI Act, 1934. The minutes of the meetings are released on the fourteenth day after the resolutions are published as per Section 45ZL of the RBI Act, 1934.</p> <p>ii) A Statement of Developmental and Regulatory Policies is also published on the same day, the resolution of the MPC is released.</p> <p>iii) Once in every six-months, a document titled Monetary Policy Report (MPR) is published by the Reserve Bank under Section 45ZM of the RBI Act, 1934. </p> <p>The above periodical documents are available on the RBI website at <a href="https://www.rbi.org.in/scripts/Annualpolicy.aspx" class="link1">https://www.rbi.org.in/scripts/Annualpolicy.aspx</a> <B> </B></p> <B><P ALIGN='JUSTIFY'><a class="link1" name='anpub'></A>Annual Publications</P> </B> <P ALIGN='JUSTIFY'><a class="link1" HREF='https://www.rbi.org.in/Scripts/AnnualReportPublications.aspx'><B>Annual Report</B></A></P> <P ALIGN='JUSTIFY'>The annual report of the Reserve Bank is the most important document released every year in late August. It is the statement of the Board of Directors on the state of the economy, the working of the Reserve Bank and on the balance sheet of the Reserve Bank. It also presents an assessment and prospects of the Indian economy.</P> <P ALIGN='JUSTIFY'>The annual report is a statutory document relating to the financial year of the Reserve Bank (July to June) and is released in August.</P> <p><b><a href="https://www.rbi.org.in/Scripts/AnnualPublications.aspx?head=Annual%20Report%20on%20Banking%20Ombudsman%20Scheme" class="link1">Annual Report of Ombudsman Schemes</a></b></p> <P ALIGN='JUSTIFY'>An Annual Report on the functioning of the Ombudsman Schemes is published every year by the Reserve Bank elucidating the status of complaints received against the RBI regulated entities (REs) at the Offices of the RBI Ombudsman (ORBIOs) and various other developments in the field of consumer education and protection during the year. </p> <P ALIGN='JUSTIFY'><a class="link1" HREF='https://www.rbi.org.in/Scripts/AnnualPublications.aspx?head=Trend and Progress of Banking in India'><B>Report on Trend and Progress of Banking in India</B></A></P> <P ALIGN='JUSTIFY'>This is also a statutory publication produced by the central bank. Presented annually, this document is a review of the policies for and performance of the financial sector for the preceding year. The publication, covering period from April to March, is generally released around November/December.</P> <P ALIGN='JUSTIFY'><a class="link1" HREF='https://www.rbi.org.in/Scripts/AnnualPublications.aspx?head=Report on Currency and Finance'><B>Report on Currency and Finance</B></A></P> <P ALIGN='JUSTIFY'>This annual document is presented by the staff of the central bank. Since 1998-99 the Report dwells on a particular theme and presents a detailed economic analysis of the issues related to the theme. While the focus of the Report is on the policy approach, issues and challenges relevant to India, the various Chapters present these developments against the recent theoretical developments and the accumulated cross-country empirical evidence. Since the publication is released around December, it also serves the purpose of presenting a mid-year review of the economy.</P> <B> <P ALIGN='JUSTIFY'><a class="link1" href='https://www.rbi.org.in/Scripts/AnnualPublications.aspx?head=Handbook of Statistics on Indian Economy'>Handbook of Statistics on the Indian Economy</a></P> </B> <P ALIGN='JUSTIFY'>This publication is a major initiative by the Reserve Bank aimed at improving data dissemination by providing a useful storehouse of statistical information at one place. The publication provides time-series data (annual/quarterly/monthly/fortnightly/daily) pertaining to a broad spectrum of economic variables, including data on national income, output, prices, money, banking, financial markets, public finance, trade and balance of payments. The publication is also available in a hard copy as well as a CD-ROM format.</P> <B> <P ALIGN='JUSTIFY'><a class="link1" href='https://data.rbi.org.in/#/dbie/home'>Database on Indian Economy</a></P> </B> <P ALIGN='JUSTIFY'>Also available on the RBI website is a database on Indian Economy which gives time series data on a wide range of subjects relating to India’s economy, banking and finance. This site also allows the visitor to cull out the data and use it for research. </P> <B> <P ALIGN='JUSTIFY'><a class="link1" href='https://www.rbi.org.in/Scripts/AnnualPublications.aspx?head=State%20Finances%20:%20A%20Study%20of%20Budgets'>State Finances</a></P> </B> <P ALIGN='JUSTIFY'>A Study of State Budgets, this publication provides a comprehensive analytical assessment of the finances of the State Governments. Consolidated data of all State Governments are analysed in addition to State-wise analysis to draw policy implications. </P> <B> </B> <P ALIGN='JUSTIFY'><a class="link1" HREF='https://www.rbi.org.in/Scripts/AnnualPublications.aspx?head=Statistical Tables Relating to Banks in India'><B>Statistical Tables relating to Banks in India</B></A></P> <P ALIGN='JUSTIFY'>This annual publication contains comprehensive data relating to the commercial banking sector. It covers balance sheet information as well as performance indicators of each commercial bank in India including those registered abroad. The data are presented bank group-wise and state-wise. </P> <p><a href="https://www.rbi.org.in/Scripts/Pr_DataRelease.aspx?SectionID=376&DateFilter=Year" class="link1"><b>Basic Statistical Return (BSR)- 1- Credit by Scheduled Commercial Banks (SCBs) including Regional Rural Banks (RRBs) – Annual</b></a></p> <p align="justify">Compile annual information on type of account, organisation, occupation /activity and category of the borrower, district, and population group of the place of utilisation of credit, rate of interest, credit limit and outstanding credit amount, based on the credit data received from all SCBs including RRBs. </p> <p><a href="https://www.rbi.org.in/Scripts/AnnualPublications.aspx?head=Basic%20Statistical%20Return%20BSR%202%20-%20Deposits%20with%20Scheduled%20Commercial%20Banks%20SCBS" class="link1"><b>Basic Statistical Return (BSR)- 2- Deposits with Scheduled Commercial Banks (SCBs) including Regional Rural Banks (RRBs) – Annual</b></a></p> <p align="justify"> Collect, compile, analyse and disseminate data on type of deposits, maturity pattern of term deposits, ownership pattern of deposits as well as number of employees based on branch-wise deposits data received from all SCBs including RRBs on annual basis.</p> <p><a href="https://data.rbi.org.in/#/dbie/reports/Publication/Time-Series%20Publications/Spatial%20Distribution%20of%20Deposits%20and%20Credit%20%28Annual%29/Spatial%20Distribution%20of%20Deposits%20and%20Credit" class="link1"><b>Spatial Distribution Of Deposits And Credit with Scheduled Commercial Banks (SCBs) including Regional Rural Banks (RRBs) - Annual</b></a> </p> <p align="justify"> In order to reduce reporting burden of banks, the quarterly publication (viz. Quarterly Statistics on Deposits and Credit of Scheduled Commercial Banks) based on BSR-7 return has been discontinued since March 2023 round. However, such information has been supplemented from annual BSR-1 and BSR-2 returns and presented in the tabular form under captioned title i.e. “<em>Spatial Distribution Of Deposits And Credit (Annual)”</em></p> These tables provide data on deposits and credit of scheduled commercial banks (including Regional Rural Banks (RRBs)) for end-March and presented in accordance with centre, state, population group, and bank group. <B> <P ALIGN='JUSTIFY'><a class="link1" name='#quarpub'></A>Quarterly Publications </P> </B> <p><a href="https://www.rbi.org.in/scripts/Pr_DataRelease.aspx?SectionID=354&DateFilter=YearMonth_PR" class="link1"><b>Basic Statistical Return (BSR)- 1- Credit by Scheduled Commercial Banks (SCBs) excluding Regional Rural Banks (RRBs) – Quarterly</b></a></p> <p align="justify"> Compile quarterly information on type of account, organisation, occupation /activity and category of the borrower, district, and population group of the place of utilisation of credit, rate of interest, credit limit and outstanding credit amount, based on the credit data received from all SCBs excluding RRBs. </p> <p><a href="https://www.rbi.org.in/scripts/Pr_DataRelease.aspx?SectionID=382&DateFilter=Year" class="link1"><b>Basic Statistical Return (BSR)- 2- Deposits with Scheduled Commercial Banks (SCBs) excluding Regional Rural Banks (RRBs) – Quarterly</b></a></p> <p align="justify"> Collect, compile, analyse and disseminate data on type of deposits, maturity pattern of term deposits, ownership pattern of deposits as well as number of employees based on branch-wise deposits data received from all SCBs excluding RRBs on quarterly basis.</p> <p><a href="https://data.rbi.org.in/#/dbie/reports/Publication/Time-Series%20Publications/Spatial%20Distribution%20of%20Deposits%20and%20Credit%20%28Quarterly%29/Spatial%20Distribution%20of%20Deposits%20and%20Credit" class="link1"><b>Spatial Distribution Of Deposits And Credit with Scheduled Commercial Banks (SCBs) excluding Regional Rural Banks (RRBs) – Quarterly</b></a> </p> <p align="justify"> In order to reduce reporting burden of banks, the quarterly publication (viz. Quarterly Statistics on Deposits and Credit of Scheduled Commercial Banks) based on BSR-7 return has been discontinued since March 2023 round. However, such information has been supplemented from quarterly BSR-1 and BSR-2 returns and presented in the tabular form under captioned title i.e. “<em>Spatial Distribution Of Deposits And Credit (Quarterly)”</em></p> <p> These tables provide data on deposits and credit of scheduled commercial banks (excluding Regional Rural Banks (RRBs)) for each quarter ending in March, June, September, and December and presented in accordance with centre, state, population group, and bank group. <B> </B></p> <B> <P ALIGN='JUSTIFY'><a class="link1" name='#month'></A>Monthly Publications</P> </B> <P ALIGN='JUSTIFY'><a class="link1" HREF='https://www.rbi.org.in/Scripts/BS_ViewBulletin.aspx'><B>RBI Bulletin</B></A></P> <P ALIGN='JUSTIFY'>This is a monthly publication released in the first week of every month. The Bulletin publishes analytical articles based on data collected by the Reserve Bank often specifically for the purpose. It carries speeches of the Governor, Deputy Governors and Executive Directors. The speeches are useful in improving the understanding of the central bank's policies. Other useful inclusions in the Bulletin are important press releases and circulars issued by different departments of the Reserve Bank and data relating to economy, finance and banking. Often, significant reports released by the Reserve Bank including the Annual Report and the Report on Trend and Progress of Banking in India are issued as supplements to this monthly publication.</P> <P ALIGN='JUSTIFY'><a class="link1" HREF='https://www.rbi.org.in/Scripts/MonthlyPublications.aspx?head=Monetary and Credit Information Review'><B>Monetary and Credit Information Review</B></A></P> <P ALIGN='JUSTIFY'>This is a monthly four-page periodical aimed at operational level bankers. The periodical summarises important circulars issued by the central bank during the month. It is published between 1<sup>st</sup> and 5<sup>th</sup> of every month.</P> <B> <P ALIGN='JUSTIFY'><a class="link1" name='#weekpub'></A>Weekly Publications</P> </B> <P ALIGN='JUSTIFY'><a class="link1" HREF='https://www.rbi.org.in/Scripts/BS_ViewWSS.aspx'><B>Weekly Statistical Supplement to the RBI Bulletin</B></A></P> <P ALIGN='JUSTIFY'>This publication presents the weekly balance sheet of the Reserve Bank and other developments relating to financial, commodity and bullion markets. This is published on every Friday at 5 pm. </P> <B> <P ALIGN='JUSTIFY'><a class="link1" name='dailypub'></A>Daily </P> <P ALIGN='JUSTIFY'><a class="link1" href='https://www.rbi.org.in/Scripts/BS_PressReleaseDisplay.aspx'>Press Releases</a></P> </B> <P ALIGN='JUSTIFY'>The Reserve Bank releases through its daily press releases data on money market operations and reference rates for four major currencies, namely, the US Dollar, Euro, Pound Sterling and the Japanese Yen. The press releases are also issued on other issues that may be of general public interest such as important banking regulations, new currency notes, rejection or cancellation of certificate of registration of non-banking finance companies, status of urban cooperative banks, etc.</P> <B> <P ALIGN='JUSTIFY'><a class="link1" name='#ocaspub'></A>Occasional Publications</P> </B> <P ALIGN='JUSTIFY'><a class="link1" HREF='https://www.rbi.org.in/Scripts/QuarterlyPublications.aspx?head=Occasional Papers'><B>Occasional Papers</B></A></P> <P ALIGN='JUSTIFY'>This is published once in four months and carries research papers presented by the professional staff of the Reserve Bank. The publication reflects the views of the authors. The Occasional Papers are being published thrice a year from 1999 onwards.</P> <P ALIGN='JUSTIFY'><a class="link1" HREF='https://www.rbi.org.in/Scripts/Occas_DRG_Studies.aspx'><B>DRG Studies</B></A></P> <P ALIGN='JUSTIFY'>These are research studies conducted by external experts in India in collaboration with the internal staff members of the Reserve Bank. The Development Research Group is a forum that institutionalises participation of external expertise in in-house research.</P> <P ALIGN='JUSTIFY'><a class="link1" HREF='https://www.rbi.org.in/Scripts/BS_ViewPublicationReport.aspx'><B>Reports</B></A></P> <P ALIGN='JUSTIFY'>Besides these, the Reserve Bank also publishes reports of committees set up by it for feedback and for wider dissemination of information. </P> <P ALIGN='JUSTIFY'><a class="link1" HREF='https://www.rbi.org.in/Scripts/OccasionalPublications.aspx?head=Reserve Bank of India - Brochure'><B>Brochures</B></A></P> <P ALIGN='JUSTIFY'>The Reserve Bank brings out occasional booklets to familiarise the general public about the facilities available to them mainly in the area of foreign exchange. </P> <B> <P ALIGN='JUSTIFY'><a class="link1" href='https://www.rbi.org.in/Scripts/Lectures.aspx'>Lectures</a></P> </B> <P ALIGN='JUSTIFY'>The Reserve Bank of India has instituted three annual lectures. Two of these commemorate past Governors of the Reserve Bank and one a noted monetary economist.</P> <B> <P ALIGN='JUSTIFY'><a class="link1" name='#website'></A>RBI Website</P> </B> <P ALIGN='JUSTIFY'>The Reserve Bank maintains an active website (URL: <a class="link1" HREF='http://www.rbi.org.in'>https://www.rbi.org.in</A>). All the information released by the Reserve Bank is also simultaneously made available on the website in pdf and Word formats. The data are provided in excel format. The site is updated several times a day.</P> <P ALIGN='JUSTIFY'>In keeping with its objective of bringing in greater transparency in its decision making process, the Reserve Bank is committed to releasing more and more information in public domain. </P> <P ALIGN='JUSTIFY'><a id="discpolicy"></a><b><a class="link1" href='https://www.rbi.org.in/Scripts/bs_viewcontent.aspx?Id=3718'>Disclosure Policy</a></b></P> <B> <P ALIGN='JUSTIFY'><a id="disc"></a><a class="link1" href='https://www.rbi.org.in/Scripts/bs_viewcontent.aspx?Id=624'>Disclosure Log</a></P> </B> <P ALIGN='JUSTIFY'>The Reserve Bank of India also places all the information it releases in response to the requests received under the Right to information Act, 2005 on its website, if, in its view, the information could be of general public interest. Such information is furnished in this disclosure log. </P> <B> <P ALIGN='JUSTIFY'><a class="link1" name='suggestions'></A>Your suggestions </P> </B> <P ALIGN='JUSTIFY'>If you feel that the Reserve Bank of India should release any information in addition to what it already releases, please send us your suggestions by <a class="link1" href=# onclick=javascript:document.open('Bs_RbiEmailMaster.aspx?name=rbi6','query_pop','width=460,height=330,top=90,left=520');return false;> email </a>. If, however, you need any specific information on an ad hoc basis, you may make an application under the Right to information Act, 2005. It needs to be emphasised that <B>this mechanism is only meant for seeking information and NOT for making complaints. The Reserve Bank of India has a separate mechanism for redressal of complaints against banks and its own departments.</B> </P> <B> <P><a class="link1" name='comp'></A>Complaints against Services Provided by RBI Regulated Entities (REs) </P> </B> <p>The Reserve Bank of India has provided for a separate channel for lodging complaints against ‘deficiency in services’<span data-toggle="tooltip" title="'Deficiency in service' means a shortcoming or an inadequacy in any financial service, which the Regulated Entity is required to provide statutorily or otherwise, which may or may not result in financial loss or damage to the customer."><a href="#F1" class="links">*</a></span> rendered by a Regulated Entity (RE).</p> <p>For complaints against a specific RE, the complainant may first lodge a written complaint with the RE. If the complaint is rejected wholly or partly by the RE, or the complainant is not satisfied with the RE’s response; or, the complainant had not received any reply within 30 days after the RE received the complaint, the complainant can lodge the complaint against the RE online on the Reserve Bank’s Complaint Management System (CMS) portal <a href="https://cms.rbi.org.in" class="link1">https://cms.rbi.org.in</a> or send in physical mode to the ‘Centralised Receipt and Processing Centre’ (CRPC) set up at RBI, 4th Floor, Sector 17, Chandigarh - 160017. The complaints received are handled by the Offices of the RBI Ombudsman as provided under the <a href="https://rbidocs.rbi.org.in/rdocs/content/pdfs/RBIOS2021_amendments05082022.pdf" class="link1">Reserve Bank – Integrated Ombudsman Scheme (RB-IOS), 2021</a>. Complaints against the REs which do not fall within the purview of the RB-IOS are handled by the Consumer Education and Protection Cells (CEPCs) of RBI. </p> <p>You may visit the following links for more information:</p> <ol type="i"> <li> <p><a href="https://rbidocs.rbi.org.in/rdocs/content/pdfs/RBIOS2021_amendments05082022.pdf" class="link1">The Reserve Bank – Integrated Ombudsman Scheme (RB-IOS), 2021</a>,</p> </li> <li> <p><a href="https://rbi.org.in/Scripts/AboutUsDisplay.aspx?pg=BankingOmbudsmen.htm" class="link1">Addresses of RBI Ombudsmen</a></p> </li> <li> <p><a href="https://www.rbi.org.in/commonman/English/Scripts/AgainstRBI.aspx" class="link1">Address and contact details of CEP Cells</a></p> </li> </ol> <p>Further, a Contact Centre with Toll-Free number - 14448 has also been operationalized to guide / educate consumers on grievance redressal process at RBI and the process of lodging complaint, as well as guide the complainants regarding the status of their complaints already lodged with RBIOs / CEPCs. The Contact Centre is available between 8:00 a.m. to 10:00 p.m. (weekdays except National Holidays) for English, Hindi and in ten Regional Languages (Assamese, Bengali, Gujarati, Kannada, Marathi, Malayalam, Odia, Punjabi, Telugu and Tamil)</p> <p class="footnote"><a id="F1"></a>*“Deficiency in service” means a shortcoming or an inadequacy in any financial service, which the Regulated Entity is required to provide statutorily or otherwise, which may or may not result in financial loss or damage to the customer.</p> <B> <P><a class="link1" name='#services'></A>Complaints against RBI Services</P> </B> <P ALIGN='JUSTIFY'>Any person who has a grievance against any department of the Reserve Bank may lodge his / her complaint at <a href="mailto:crpc@rbi.org.in" class="link1">crpc@rbi.org.in</a>. The complaint should contain the name and address of the complainant, the department against which the complaint is being made, and facts of the case supported by documents, if any.</P> <B><P ALIGN='JUSTIFY'><a class="link1" name='make'></A>Making an Application under the Right to Information Act, 2005</P> </B> <P ALIGN='JUSTIFY'>Citizens of India will have to make the request for information in writing, clearly specifying the information sought under the Right to Information Act, 2005. The application for request should give the contact details (postal address, telephone number, fax number, email address) so that the applicants can be contacted for clarifications or the information. Since as per the Act, information can be furnished only to citizens of India, you will have to give your citizen status as well. <b>Citizen can also lodge request through online portal by accessing the link <a class="link1" onClick="showLink()" target="_blank" style="cursor: pointer">https://rtionline.gov.in/</a> where the RTI fees can be paid online and the requester gets the registration number upon submission of the request and can track the application. </b></P> <B> <P ALIGN='JUSTIFY'><a class="link1" name='#how'></A>How do I send my application?</P> </B> <P ALIGN='JUSTIFY'>As per the Right to Information act 2005 and the Right to Information rules 2012 <b>prescribed by the Government of India:</b> a request for obtaining information under Section 6(1) of RIA needs to be accompanied by an application fee of Rs.10 by way of cash against proper receipt or by DD or bankers’ cheque payable to the Accounts Officer of the public authority.</P> <P ALIGN='JUSTIFY'>You could send your request by post accompanied by the application fee of Rs.10/- payable by demand draft or bankers’ cheque or Indian Postal Order <b>favouring Reserve Bank of India</b>. The fee can also be paid in cash along with the application. <b>Citizens can also submit request through online portal by accessing the link <a class="link1" onClick="showLink()" target="_blank" style="cursor: pointer">https://rtionline.gov.in/</a> where the RTI fees can be paid online and upon submission of the request the requester gets the registration number and can track the application. </b> </P> <B> <P ALIGN='JUSTIFY'><a class="link1" name='#send'></A>Where do I send my request?</P> </B> <p><B>The details of the Nodal CPIO in the Reserve Bank of India are as under: </B> </p> <p>Ms. Namrata Shukla<br> Central Public Information Officer/General Manager <br> Human Resources Management Department <br> Reserve Bank of India, Central Office <br> Central Office Building (21<sup>st</sup> Floor) <br> Shahid Bhagat Singh Marg, Fort <br> Mumbai-400001 <br> Telephone No. 022-22610352</p> <p align="justify">You can send your request by post/hand delivery along with the requisite RTI application fee in a valid mode of payment to the Central Public Information Officer (Nodal CPIO), Reserve Bank of India, RIA Division, Central Office Building, 21<sup>st</sup> Floor, Shahid Bhagat Singh Marg, Mumbai – 400 001 or to any of the addresses given below. Citizens can also lodge request through online portal by accessing the link <a class="link1" onClick="showLink()" target="_blank" style="cursor: pointer">https://rtionline.gov.in/</a> where the RTI fees can be paid online and upon submission of the request the requester gets the registration number and can track the application. <B> </B></p> <B> <P ALIGN='JUSTIFY'><a class="link1" name='Appellate'></A><U>CPIO, Alternate CPIO and Appellate Authority</U></P> </B> <P ALIGN='JUSTIFY'>With effect from November 16, 2009, the furnishing of information under RTI Act in the Reserve Bank of India is done in a decentralised manner with Chief General Managers/ Advisers/General Managers – in –charges of our various Central Office Departments designated as Central Public Information Officers (CPIOs) and in their absence, the other Chief General Managers/General Managers of the departments would be designated as CPIOs. The Executive Director has been designated as the Appellate Authority. </P> <P ALIGN='center' class="head">Lists of CPIOs</P> <ul> <li><a class="link1" href="#1">CPIOs and Brief Description of Departments</a></li> <li><a class="link1" href="#2">RBI Ombudsman designated as CPIOs and their Addresses</a></li> <li><a class="link1" href="#CRPC">CRPC-in-Charge designated as CPIO and Address</a></li> <li><a class="link1" href="#3">CAPIOs (Nodal Officers) at different Regional Offices</a></li> <li><a class="link1" href="#4">CAPIOs (Nodal Officers) at different Departments</a></li> </ul> <B> <P ALIGN='JUSTIFY'><u><a class="link1" name="1"></a>List of CPIOs Addresses and Brief Description of the Departments</u></P> </B> <table class="tablebg" align="center" border="0" cellpadding="5" cellspacing="1" width="100%"> <TR> <Th width="30%" align="center" VALIGN='TOP'><B>Name and Address of the Department</B></Th> <Th width="37%" align="center" VALIGN='TOP'><B>Brief Description of the Function/Area of Work</B></Th> <Th width="20%" align="center" VALIGN='TOP'><B>Name and Designation of CPIO</B></Th> <Th width="13%" align="center" VALIGN='TOP'>Email id</Th> </TR> <TR> <TD align="left" VALIGN='TOP'> <strong>Consumer Education and Protection Department</strong><br> Reserve Bank of India<br> Central Office<br> 1<sup>st</sup> Floor, Amar Building<br> Sir P.M.Road<br> Mumbai – 400 001<br> Contact No: 022-22630483</TD> <TD VALIGN='TOP' style="text-align: justify">i. Framing policy guidelines on consumer protection and grievance redress for the customers of RBI regulated entities (REs);<br> <br> ii. Administering the Reserve Bank – Integrated Ombudsman Scheme (RB-IOS), 2021;<br> <br> iii. Overseeing the functioning of the Offices of RBI Ombudsman (ORBIOs), Consumer Education and Protection Cells (CEPCs) across the country, Centralised Receipt and Processing Centre (CRPC) and the Contact Centre (14448);<br> <br> iv. Secretariat to the Appellate Authority (AA) under RB-IOS, 2021;<br> <br> v. Handling complaints regarding deficiencies in customer service in banks, received in RBI through the Centralized Public Grievance Redress and Monitoring System (CPGRAMS) portal of Government of India (GoI);<br> <br> vi. Liaising with banks, NBFCs and Payments System Providers, Indian Banks’ Association, ORBIOs and the regulatory departments of RBI on matters relating to customer service and grievance redress; <br> <br> vii. Creating consumer awareness and disseminating information relating to customer service, grievance redress by REs and RBI as well as the safeguards against cyber crime/frauds.</TD> <TD align="left" VALIGN='TOP'>Shri Manoj Kumar,<br> General Manager</TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpiocepd@rbi.org.in" class="link1">cpiocepd@rbi.org.in</a></TD> </TR> <TR> <TD align="left" VALIGN='TOP'><strong>Department of Regulation<br> </strong>Reserve Bank of India<br> Central Office<br> 12<sup>th</sup> Floor, Central Office Building<br> Shahid Bhagat Singh Road<br> Mumbai – 400 001<br> Contact No: 022-22820736</TD> <TD VALIGN='TOP' style="text-align: justify">Regulation of Commercial Banks, Cooperative Banks, NBFCs (including HFCs)</TD> <TD align="left" VALIGN='TOP'>Dr. Deepak Chikhale,<br> General Manager<br></TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpiodor@rbi.org.in" class="link1">cpiodor@rbi.org.in</a></TD> <TR> <TD align="left" VALIGN='TOP'> <strong>Department of Supervision<br> </strong>Reserve Bank of India<br> Central Office<br> Centre 1, World Trade Centre <br> Mumbai – 400 005<br> Contact No: 022-22173643</TD> <TD VALIGN='TOP' style="text-align: justify"> Supervision of scheduled commercial banks and financial institutions in terms of the provisions of BR Act 1949 and RBI Act 1934, approval for appointment of statutory auditors in scheduled commercial banks,and monitoring of frauds in banks and NBFCs.</TD> <TD align="left" VALIGN='TOP'>Smt. Nengneikim Guite,<br> General Manager</TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpiodos@rbi.org.in" class="link1">cpiodos@rbi.org.in</a></TD> <TR> <TD align="left" VALIGN='TOP'> <strong>Department of Communication<br> </strong>Reserve Bank of India<br> Central Office<br> 9<sup>th</sup> Floor, Central Office Building<br> Shahid Bhagat Singh Road<br> Mumbai – 400 001<br> Contact No: 022-22610835</TD> <TD VALIGN='TOP' style="text-align: justify"> Dissemination of information and developing material for financial literacy/education</TD> <TD align="left" VALIGN='TOP'>Smt. Shweta Sharma,<br> General Manager</TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpiodoc@rbi.org.in" class="link1">cpiodoc@rbi.org.in</a></TD> <TR> <TD align="left" VALIGN='TOP'> <strong>Department of Currency Management<br> </strong>Reserve Bank of India<br> Central Office<br> 4<sup>th</sup> Floor, Amar Building<br> Sir P.M.Road<br> Mumbai – 400 001<br> Contact No: 022-2261 0900</TD> <TD VALIGN='TOP' style="text-align: justify"> Note and coin issue and currency management</TD> <TD align="left" VALIGN='TOP'>Shri Sanjeev Prakash,<br> Chief General Manager-in-Charge <br> <br> Smt. Suman Nath,<br> Chief General Manager</TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpiodcm@rbi.org.in" class="link1">cpiodcm@rbi.org.in</a></TD> </TR> <TR> <TD align="left" VALIGN='TOP'> <strong>Department of Economic and Policy Research<br> </strong>Reserve Bank of India,<br> Department of Economic and Policy Research,<br> 7<sup>th</sup> Floor Central Office Building,<br> Fort, Mumbai 400 001<br> Contact No: 022-22610761<br> Fax No: 022-22630061</TD> <TD VALIGN='TOP' style="text-align: justify"> Studies and analyses the basic issues and problems (both domestic and international) affecting the Indian economy</TD> <TD align="left" VALIGN='TOP'>Smt. Rekha Misra<br> Adviser-in-Charge</TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpiodepr@rbi.org.in" class="link1">cpiodepr@rbi.org.in</a></TD> </TR> <TR> <TD align="left" VALIGN='TOP'> <strong>Corporate Strategy and Budget Department<br> </strong>Reserve Bank of India<br> Central Office<br> 2<sup>nd</sup> Floor, Main Building<br> Shahid Bhagat Singh Road<br> Mumbai – 400 001<br> Contact No: 022-22610515</TD> <TD VALIGN='TOP' style="text-align: justify">Monitoring implementation of the Bank's medium-term strategy framework; formulation of annual budget of the Bank and enforcement of budgetary discipline; administration of Bank’s Expenditure Rules; administration and management of staff superannuation / PF / welfare funds; policy and coordination work relating to business continuity management (BCM) framework of the Bank; being the nodal department for external institutes funded by the Bank.</TD> <TD align="left" VALIGN='TOP'>Smt. Rajani Prasad,<br>Chief General Manager</TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpiocsbd@rbi.org.in" class="link1">cpiocsbd@rbi.org.in</a></TD> </TR> <TR> <TD align="left" VALIGN='TOP'> <strong>Department of External Investments and Operations<br> </strong>Reserve Bank of India<br> Central Office<br> 22<sup>nd</sup> Floor, Central Office Building<br> Shahid Bhagat Singh Road<br> Mumbai – 400 001<br> Contact No: 022-22631045</TD> <TD VALIGN='TOP' style="text-align: justify"> Management and investment of foreign exchange reserves of the Reserve Bank of India</TD> <TD align="left" VALIGN='TOP'>Shri Sundar Murthi,<br> Chief General Manager-in-Charge</TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpiodeio@rbi.org.in" class="link1">cpiodeio@rbi.org.in</a></TD> </TR> <TR> <TD align="left" VALIGN='TOP'> <strong>Department of Government and Bank Accounts<br> </strong>Reserve Bank of India<br> Central Office<br> 4<sup>th</sup> Floor, Byculla Office Building<br> Opp.Mumbai Central Station<br> Byculla, Mumbai – 400 008<br> Contact No: 022-23001670</TD> <TD VALIGN='TOP' style="text-align: justify"> Bankers to the banks and governments and accounting for public debt of central and state governments. It is also responsible for maintenance of the Reserve Bank's internal accounts and compilation of its weekly statement of affairs and annual balance sheets</TD> <TD align="left" VALIGN='TOP'>Ms. Sangeeta Lalwani,<br> Chief General Manager-in-Charge</TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpiodgba@rbi.org.in" class="link1">cpiodgba@rbi.org.in</a></TD> </TR> <TR> <TD align="left" VALIGN='TOP'> <strong>Department of Information Technology<br> </strong>Reserve Bank of India,<br> 14<sup>th</sup> Floor, Central Office Building,<br> Shahid Bhagat Singh Road,<br> Mumbai – 400 001<br> Contact No: 022-22624851, 022-22610416<br> Fax No: 022-022691557</TD> <TD VALIGN='TOP' style="text-align: justify">Procurement and Maintenance of Computer Systems and Network Systems for use in RBI. Designing, developing and operationalising major IT projects in RBI.</TD> <TD align="left" VALIGN='TOP'>Smt. Sonal Surendra Patel,<br> General Manager<br> <br> Shri L. Hangmuanthang, <br> Deputy General Manager</TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpiodit@rbi.org.in" class="link1">cpiodit@rbi.org.in</a></TD> </TR> <TR> <TD align="left" VALIGN='TOP'> <strong>Department of Payment and Settlement Systems<br> </strong>Reserve Bank of India<br> Central Office<br> 14<sup>th</sup> Floor, Central Office Building<br> Shahid Bhagat Singh Marg<br> Mumbai – 400 001<br> Contact No: 022-22610381</TD> <TD VALIGN='TOP' style="text-align: justify">Regulation and oversight on the Payment and Settlement Systems which encompass the cheque based clearing systems managed by the Reserve Bank and other commercial banks, Electronic Clearing Service (ECS), Electronic Funds Transfer (EFT) System, the inter-institutional Government Securities clearing, NEFT (National Electronic Funds Transfer ), Card Payments, Mobile Payments and Authorisation of applications for setting up Payment Systems</TD> <TD align="left" VALIGN='TOP'>Shri Sudhanshu Prasad,<br>Chief General Manager</TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpiodpss@rbi.org.in" class="link1">cpiodpss@rbi.org.in</a></TD> </TR> <TR> <TD align="left" VALIGN='TOP'> <strong>Department of Statistics and Information Management<br> </strong>Reserve Bank of India<br> Central Office<br> C-8/9, Bandra-Kurla Complex<br> Bandra (E), <br> Mumbai – 400 051<br> Contact No: +91-22-26571253</TD> <TD VALIGN='TOP' style="text-align: justify">Collection, processing and dissemination of data on banking, corporate and external sectors</TD> <TD align="left" VALIGN='TOP'>Dr. Ajit Ratnakar Joshi,<br> Principal Adviser</TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpiodsim@rbi.org.in" class="link1">cpiodsim@rbi.org.in</a></TD> </TR> <TR> <TD align="left" VALIGN='TOP'> <strong>Financial Markets Operation Department<br> </strong>Reserve Bank of India<br> 1<sup>st</sup> Floor, Main Building,<br> Shahid Bhagat Singh Road,<br> Mumbai – 400 001<br> Contact No: 022-22630355</TD> <TD VALIGN='TOP' style="text-align: justify">Forex market operations in the onshore/offshore OTC and Exchange Traded Currency Derivatives (ETCD) segments. Liquidity Adjustment Facility (LAF) operations (Repo, Reverse repo, Marginal Standing Facility) including Open Market Operations (Outright sale/purchase of gilts) under the extant liquidity management framework. Special Market Operations (SMO) for specific purposes. Computation of 6-currency Nominal Effective Exchange Rate (NEER) and Real Effective Exchange Rate (REER). Issuance and buyback of dated securities under Market Stabilisation Scheme (MSS). Estimation of liquidity requirement in the banking system. Providing secretarial assistance to the Financial Markets Committee (FMC) of the Reserve Bank. Coordinating meetings of Early Warning Group (EWG) comprising financial sector regulators and Ministry of Finance.</TD> <TD align="left" VALIGN='TOP'>Shri Kirankumar Tati,<br /> General Manager</TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpiofmod@rbi.org.in" class="link1">cpiofmod@rbi.org.in</a></TD> </TR> <TR> <TD align="left" VALIGN='TOP'><strong>Financial Markets Regulation Department</strong><br>Reserve Bank of India<br> Central Office<br> 9<sup>th</sup> floor, Central Office Building<br> Shahid Bhagat Singh Road, <br> Fort Mumbai – 400 001<br> Contact No: (022) 22676743</TD> <TD VALIGN='TOP' style="text-align: justify">Regulation and development of the money, government securities, interest rate, foreign exchange markets and related derivative markets; <u></u>Regulation and supervision of financial benchmarks for interest rates and foreign exchange markets; Development work related to financial market infrastructure for the money, government securities, interest rate, foreign exchange markets and related derivative markets, including trade repository for over-the-counter(OTC) derivative transactions; Oversight / surveillance of the money, government securities, interest rate, foreign exchange markets and related derivative markets; and. Secretarial support to the Technical Advisory Committee on Money, Government Securities and Foreign Exchange Markets and RBI-SEBI Technical Committee on Interest Rate and Currency Futures.</TD> <TD align="left" VALIGN='TOP'>Ms. Dimple Bhandia,<br> Chief General Manager</TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpiofmrd@rbi.org.in" class="link1">cpiofmrd@rbi.org.in</a></TD> <TR> <TD align="left" VALIGN='TOP'> <strong>Foreign Exchange Department<br> </strong>Reserve Bank of India<br> Central Office<br> 11<sup>th</sup> Floor, Central Office Building<br> Shahid Bhagat Singh Road<br> Mumbai – 400 001<br> Contact No: 022 – 22610628</TD> <TD VALIGN='TOP' style="text-align: justify">Facilitating both residents and non-residents to undertake foreign exchange transactions within the provisions of the Foreign Exchange Management Act, 1999 and Notifications, Regulations, Rules, Orders, etc made there under</TD> <TD align="left" VALIGN='TOP'>Dr. Aditya Gaiha,<br> Chief General Manager-in-Charge <br> <br> Shri Senthil Kumar N,<br> General Manager<br> <br> Ms. Latha Radhakrishnan,<br> General Manager</TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpiofed@rbi.org.in" class="link1">cpiofed@rbi.org.in</a></TD> <TR> <TD align="left" VALIGN='TOP'><strong>Financial Stability Department</strong><br> Reserve Bank of India<br> Central Office<br> 3<sup>rd</sup> Floor, Amar Building<br> Sir P.M.Road<br> Mumbai – 400 001<br> Contact No: 022-22706475</TD> <TD VALIGN='TOP' style="text-align: justify">Conduct of macroprudential surveillance of the financial system on an ongoing basis. Conduct of systemic stress tests, including macro stress tests to assess resilience of the financial system. Preparation and publication of Financial Stability Reports (FSRs) twice a year. Provide secretarial support to the Sub-Committee of the “Financial Stability and Development Council (FSDC)”.</TD> <TD align="left" VALIGN='TOP'>Smt. Kaya Tripathi<br> Chief General Manager</TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpiofsd@rbi.org.in" class="link1">cpiofsd@rbi.org.in</a></TD> </TR> <TR> <TD align="left" VALIGN='TOP'><strong>Human Resource Management Department<br> </strong>Reserve Bank of India<br> Central Office<br> 21<sup>st</sup> Floor, Central Office Building<br> Shahid Bhagat Singh Road<br> Mumbai – 400 001<br> Contact No: 022-22642678</TD> <TD VALIGN='TOP' style="text-align: justify">General administration including recruitment, posting, confirmation, promotion and transfer of employees/officers, matters relating to vigilance, discipline and security of Bank's premises. Developmental aspects of human resources in the Reserve Bank.</TD> <TD align="left" VALIGN='TOP'>Smt. Vandana Khare<br> Chief General Manager-in-Charge <br> <br> Shri Sadagoban Mugunthan<br> General Manager<br> <br> Ms Namrata Shukla<br> General Manager</TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpiorbi@rbi.org.in" class="link1">cpiorbi@rbi.org.in</a></TD> </TR> <TR> <TD align="left" VALIGN='TOP'> <strong>Inspection Department<br> </strong>Reserve Bank of India<br> Central Office<br> C7-8<sup>th</sup> Floor,<br> Bandra-Kurla Complex<br> Mumbai – 400 051<br> Contact No: 022 26572308</TD> <TD VALIGN='TOP' style="text-align: justify"> Carries out inspections to examine, evaluate and report on the adequacy and reliability of existing systems and follow-up by offices of the Bank.</TD> <TD align="left" VALIGN='TOP'>Shri Gautam Prasad Borah,<br> Principal Chief General Manager </TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpioinsp@rbi.org.in" class="link1">cpioinsp@rbi.org.in</a></TD> </TR> <TR> <TD align="left" VALIGN='TOP'><strong>Internal Debt Management Department<br> </strong>Reserve Bank of India<br> Central Office<br> 23<sup>rd</sup> Floor, Central Office Building<br> Shahid Bhagat Singh Road<br> Mumbai – 400 001<br> Contact No: 022-22705122</TD> <TD VALIGN='TOP' style="text-align: justify">(i) Floatation of Central/State Government Loans – preparation of calendar for issuances of Government of India dated securities and Treasury Bills, conduct of market borrowings;<br> <br> (ii) Fixing of limits on Ways and Means advances (WMA) for both Central and State Governments and monitoring the use of these limits on a daily basis;<br> <br> (iii) Authorisation, regulation of the Primary Dealer system;<br> <br> (iv) Market development activities such as introduction of new instruments, widening of investor base and development of secondary market for Government Securities;<br> <br> (v) Facilitating State Governments' investment of their surplus cash balances in Treasury Bills and dated securities under various funds.</TD> <TD align="left" VALIGN='TOP'>Shri Rakesh Tripathy<br> Chief General Manager</TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpioidmd@rbi.org.in" class="link1">cpioidmd@rbi.org.in</a></TD> </TR> <TR> <TD align="left" VALIGN='TOP'> <strong>Legal Department<br> </strong>Reserve Bank of India<br> Central Office<br> Centre 1, World Trade Centre <br> Mumbai – 400 005<br> Contact No: 022-22153480</TD> <TD VALIGN='TOP' style="text-align: justify"> Tender legal advice on various matters referred by the operational departments /offices/ associates of the Reserve Bank</TD> <TD align="left" VALIGN='TOP'>Shri Unnikrishnan A<br> Principal Legal Adviser<BR></TD> <TD align="left" VALIGN='TOP'><a href="mailto:ldcpio@rbi.org.in" class="link1">ldcpio@rbi.org.in</a></TD> </TR> <TR> <TD align="left" VALIGN='TOP'> <strong>Monetary Policy Department</strong><br /> Reserve Bank of India<br> Central Office<br> 24<sup>th</sup> Floor, Central Office Building<br> Shahid Bhagat Singh Road<br> Mumbai – 400 001<br> Contact No: 022-22610431</TD> <TD VALIGN='TOP' style="text-align: justify"> Formulation, monitoring and implementation of monetary policy.</TD> <TD align="left" VALIGN='TOP'>Dr. (Smt.) Praggya Das,<br> Adviser-in-Charge</TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpiompd@rbi.org.in" class="link1">cpiompd@rbi.org.in</a></TD> </TR> <TR> <TD align="left" VALIGN='TOP'> <strong>Premises Department<br> </strong>Reserve Bank of India<br> Central Office<br> 5<sup>th</sup> Floor, Central Office Building<br> Shahid Bhagat Singh Road<br> Mumbai – 400 001<br> Contact No: 022-22703072</TD> <TD VALIGN='TOP' style="text-align: justify"> Construction and maintenance of premises of the Bank</TD> <TD align="left" VALIGN='TOP'>Smt. K Nikhila<br> Chief General Manager-in-Charge</TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpiopremises@rbi.org.in" class="link1">cpiopremises@rbi.org.in</a></TD> </TR> <TR> <TD align="left" VALIGN='TOP'> <strong>Rajbhasha Vibhag<br> </strong>Reserve Bank of India<br> Central Office<br> C – 9, 8<sup>th</sup> Floor,<br> Bandra Kurla Complex,<br> Mumbai – 400 051<br> Contact No: 022-26572801</TD> <TD VALIGN='TOP' style="text-align: justify"> Oversees implementation of Official Language Policy and other developmental activities for promotion of Hindi in the Bank</TD> <TD align="left" VALIGN='TOP'>Shri Arvind Kumar Chaturvedi,<br> General Manager</TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpiorajbhashaco@rbi.org.in" class="link1">cpiorajbhashaco@rbi.org.in</a></TD> </TR> <TR> <TD align="left" VALIGN='TOP'> <strong>Reserve Bank of India Services Board<br> </strong>Reserve Bank of India<br> Central Office<br> Byculla Office Building<br> Opp.Mumbai Central Station<br> Mumbai – 400 008<br> Contact No: 022-23072666</TD> <TD VALIGN='TOP' style="text-align: justify"> Work relating to recruitment of officers and promotion</TD> <TD align="left" VALIGN='TOP'>Dr. Anil Kumar Yadav,<br> General Manager</TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpiorbsb@rbi.org.in" class="link1">cpiorbsb@rbi.org.in</a></TD> </TR> <TR> <TD align="left" VALIGN='TOP'> <strong>Financial Inclusion and Development Department<br> </strong>Reserve Bank of India<br> Central Office<br> 10<sup>th</sup> Floor, Central Office Building<br> Shahid Bhagat Singh Road<br> Mumbai – 400 001<br> Contact No: 022-22610586, 022-22610923</TD> <TD VALIGN='TOP' style="text-align: justify"> Policy formulation relating to rural credit and priority sector lending; Monitoring the performance of commercial banks in priority sector lending & under Central Government-sponsored poverty alleviation programmes; Implementation and monitoring of Lead Bank Scheme; Regulatory functions over Regional Rural Banks and State/ Central Cooperative Banks; Promoting Financial Inclusion.</TD> <TD align="left" VALIGN='TOP'>Shri R. Giridharan,<br> Chief General Manager <br> <br> Dr. Shailaja Singh<br> General Manager </TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpiofidd@rbi.org.in" class="link1">cpiofidd@rbi.org.in</a></TD> </TR> <TR> <TD align="left" VALIGN='TOP'> <strong>Secretary's Department</strong><br> Reserve Bank of India<br> Central Office<br> 16<sup>th</sup> Floor,<br> Central Office Building<br> Shahid Bhagat Singh Road<br> Mumbai – 400 001<br> Contact No: 022-22704191</TD> <TD VALIGN='TOP' style="text-align: justify"> The Secretary's Department primarily deals with the governance matters related to the Central Board, its Committees and sub-Committees and ensures compliance with the statutory provisions and related rules and regulations. The Department acts as the Secretariat to the Central Board. The Chief General Manager of the Department functions as the Secretary to the Central Board.</TD> <TD align="left" VALIGN='TOP'>Shri Yarasi Jayakumar,<br> Chief General Manager and Secretary</TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpiosd@rbi.org.in" class="link1">cpiosd@rbi.org.in</a></TD> </TR> <TR> <TD align="left" VALIGN='TOP'><strong>Enforcement Department</strong><br> Reserve Bank of India<br> Mezzanine Floor<br> Main Building<br> Fort, Mumbai - 400 001<br> Contact No: (022) 22615392</TD> <TD VALIGN='TOP' style="text-align: justify">Enforcement Department is created within the Reserve Bank with effect from April 3, 2017 with a view to separate the function of identification of contravention of respective statutes/guidelines and directives by the regulated entities from imposition of punitive action and to make this process endogenous, formal and structured.<br> <br>The core function of the department is to enforce regulations with the objective of ensuring financial system stability and promoting public interest and consumer protection. The department will, inter alia, (i) develop a sound policy framework for enforcement consistent with international best practices; (ii) identify actionable violations on the basis of inspections /supervisory reports and market intelligence reports received/generated by it, conduct further investigations/verifications, if required, on the actionable violations thus identified and enforce them in an objective, consistent and non-partisan manner; (iii) deal with the complaints referred to it by the Bank's top management for possible enforcement action, and (iv) act as a secretariat to the Executive Directors’ Committee constituted for adjudication.</TD> <TD align="left" VALIGN='TOP'>Smt. Jayanti Mohapatra,<br> Chief General Manager</TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpioefd@rbi.org.in" class="link1">cpioefd@rbi.org.in</a></TD> </TR> <TR> <TD align="left" VALIGN='TOP'><strong>International Department</strong><br>8<sup>th</sup> Floor,<br>Central Office Building<br>Shahid Bhagat Singh Marg,<br>Mumbai – 1<br> Contact No: 022-22630816</TD> <TD VALIGN='TOP' style="text-align: justify">The Reserve Bank’s relations with international institutions/country groupings, such as, International Monetary Fund(IMF), Bank for International Settlements(BIS), Financial Stability Board(FSB), G20, Brazil, Russia, India, China and South Africa (BRICS), South Asian Association for Regional Cooperation Finance(SAARCFINANCE), Committee on Payments and Market Infrastructures (CPMI), Committee on the Global Financial System(CGFS), World Bank, World Trade Organization(WTO), Asian Development Bank (ADB), etc. Framing the Reserve Bank’s views on issues of policy relevance in international economic cooperation, including those on regulatory issues and central bank currency swaps, etc.The Reserve Bank’s initiatives at capacity building for officials of other central banks and managing exposure visits for delegates of foreign institutions/market participants/universities,etc. Preparing research notes on current issues in international economic cooperation.</TD> <TD align="left" VALIGN='TOP'>Shri Gopal Prasad, <br> Director <br> <br> Dr. Arindam Sarkar,<br> Deputy General Manager </TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpiointd@rbi.org.in" class="link1">cpiointd@rbi.org.in</a></TD> </TR> <TR> <TD align="left" VALIGN='TOP'><strong>Risk Monitoring Department</strong><br> Reserve Bank of India<br> Central Office<br> Amar Building, 3<sup>rd</sup> Floor<br> Sir P.M. Road<br> Fort Mumbai – 400 001<br> Contact No: 022-22618411</TD> <TD VALIGN='TOP' style="text-align: justify">The Risk Monitoring Department (RMD) has been constituted for implementation of Enterprise-wide Risk Management System in the Reserve Bank. The department has three divisions looking after operational risks, financial risks, and IT and cyber risks. For effective identification, assessment and monitoring of risks uniformly throughout the Reserve Bank, RMD has been mandated:<br> <br> • To prepare a broad risk monitoring framework and to formulate and to periodically review the Reserve Bank's policies/ methodologies/ matrices and to interact with functional units to ensure that all significant risks are identified.<br> <br> • To aggregate, monitor and periodically report the risks reported by functional units to the Risk Monitoring Committee (RMC) and Audit and Risk Management Sub-Committee (ARMS).<br> <br> • To assess and report the Economic Capital necessary so as to build provisions for various risks arising out of the Reserve Bank's policy actions.<br> <br> • To undertake some of the mid-office functions for reserve management.<br> <br> • To create institutional memory by building a database of 'loss' and 'near loss' events.<br> <br> • To foster risk culture in the organization.<br> <br> • To implement, review and operate Bank's Information Security Management System; monitor IT/cyber security processes; monitor cyber security events/ incidents; create cyber risk awareness across the organisation; promote IT/cyber security initiatives and to report on IT/cyber risk to the Top Management of the Bank. </TD> <TD align="left" VALIGN='TOP'>Shri Manoranjan Dash <br> Chief General Manager-in-Charge</TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpiormd@rbi.org.in" class="link1">cpiormd@rbi.org.in</a></TD> </TR> <TR> <TD align="left" VALIGN='TOP'><span class="head">FinTech Department</span>,<br> Reserve Bank of India<br> Central Office 12<sup>th</sup> Floor, <br> Central Office Building <br> Shahid Bhagat Singh Road<br> Mumbai – 400 001<br> Contact No: 022-22602387</TD> <TD VALIGN='TOP' style="text-align: justify">Fostering Innovation in Fin Tech areas, identifying challenges and opportunities relating to FinTech, carrying out Research in the FinTech domain, inter-regulatory coordination and international coordination on FinTech, etc. In particular, it handles the initiatives related to Regulatory Sandbox, CBDC, secretariat support to Reserve Bank Innovation Hub and other fintech related activities.</TD> <TD align="left" VALIGN='TOP'><p>Shri Brijesh Baisakhiyar<br> Deputy General Manager</p></TD> <TD align="left" VALIGN='TOP'><a href="mailto:cpiofintech@rbi.org.in" class="link1">cpiofintech@rbi.org.in</a></TD> </TR> </TABLE> <B> <P ALIGN='JUSTIFY'><u><a class="link1" name="2"></a>List of RBI Ombudsman designated as CPIOs and their Addresses</u></P> </B> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" class="tablebg"> <tr class="head"> <th width="63" align="center" valign="top">Sl.No.</th> <th width="300" align="left" valign="top">Centre</th> <th width="883" align="left" valign="top">Name and Address of the RBI Ombudsman</th> <th width="583" align="left" valign="top">Email id</th> </tr> <tr> <td align="center" valign="top">1.</td> <td valign="top">Ahmedabad</td> <td valign="top"><span class="head">Smt. Kalpana More</span><br> C/o Reserve Bank of India<br> Office of RBI Ombudsman<br> 4th Floor, Riverfront House<br> Behind H. K. Arts College<br> Between Gandhi and Nehru Bridge<br> Pujya Pramukh Swami Marg <br> (Riverfront Road-West)<br> Ahmedabad - 380009<br> STD Code: 079<br> Tel. No. 26582357</td> <td valign="top"><a href="mailto:cpiooboahmedabad@rbi.org.in" class="link1">cpiooboahmedabad@rbi.org.in</a></td> </tr> <tr> <td align="center" valign="top">2.</td> <td valign="top">Bengaluru</td> <td valign="top"><span class="head">Dr. Balu Kenchappa</span><br> C/o Reserve Bank of India<br> 10/3/8, Nrupathunga Road<br> Bengaluru -560 001<br> STD Code: 080<br> Tel. No. 22277660/22180221</td> <td valign="top"><a href="mailto:cpioobobengaluru@rbi.org.in" class="link1">cpioobobengaluru@rbi.org.in</a></td> </tr> <tr> <td align="center" valign="top">3.</td> <td valign="top">Bhopal</td> <td valign="top"><span class="head">Shri Sivakumar Bose</span><br> C/o Reserve Bank of India<br> Hoshangabad Road<br> Post Box No. 32, Bhopal-462 011<br> STD Code: 0755<br> Tel. No. 2573772</td> <td valign="top"><a href="mailto:cpiobobhopal@rbi.org.in" class="link1">cpiobobhopal@rbi.org.in</a></td> </tr> <tr> <td align="center" valign="top">4.</td> <td valign="top">Bhubaneswar</td> <td valign="top"><span class="head">Smt. N. Mohana</span><br> C/o Reserve Bank of India<br> Pt. Jawaharlal Nehru Marg<br> Bhubaneswar-751 001<br> STD Code: 0674<br> Tel. No. 2396207</td> <td valign="top"><a href="mailto:cpioobobhubaneswar@rbi.org.in" class="link1">cpioobobhubaneswar@rbi.org.in</a></td> </tr> <tr> <td align="center" valign="top">5.</td> <td valign="top">Chandigarh</td> <td valign="top"><span class="head">Shri Rajeev Dwivedi</span><br> C/o Reserve Bank of India<br> 4th Floor, Sector 17<br> Chandigarh<br> STD Code: 0172<br> Tel. No. - 2721109/2721011/2727118</td> <td valign="top"><a href="mailto:cpioobochandigarh@rbi.org.in" class="link1">cpioobochandigarh@rbi.org.in</a></td> </tr> <tr> <td align="center" valign="top">6.</td> <td valign="top">Chennai (I)</td> <td valign="top"><span class="head">Dr. (Smt.) Tuli Roy</span><br> C/o Reserve Bank of India<br> Fort Glacis, Chennai 600 001<br> STD Code: 044<br> Tel No. 25395964</td> <td valign="top"><a href="mailto:cpioobochennai@rbi.org.in" class="link1">cpioobochennai@rbi.org.in</a></td> </tr> <tr> <td align="center" valign="top">7.</td> <td valign="top">Chennai (II)</td> <td valign="top"><span class="head">Smt Nandita Singh</span><br> C/o Reserve Bank of India<br> Fort Glacis, Chennai 600 001<br> STD Code: 044<br> Tel No.25383976</td> <td valign="top"><a href="mailto:cpioorbiochennai2@rbi.org.in" class="link1">cpioorbiochennai2@rbi.org.in</a></td> </tr> <tr> <td align="center" valign="top">8.</td> <td valign="top">Dehradun</td> <td valign="top"><span class="head">Shri Manish Parashar</span><br> C/o Reserve Bank of India<br> Plot No. 16-17, IT Park,<br> Sahastradhara Road,<br> Dehradun - 248 013<br> STD Code: 0135<br> Tel No.: 2742006</td> <td valign="top"><a href="mailto:cpioobodehradun@rbi.org.in" class="link1">cpioobodehradun@rbi.org.in</a></td> </tr> <tr> <td align="center" valign="top">9.</td> <td valign="top">Guwahati</td> <td valign="top"><span class="head">Shri Bobby Lal Sebastian</span><br> C/o Reserve Bank of India<br> Station Road, Pan Bazar<br> Guwahati-781 001<br> STD Code: 0361<br> Tel.No. 2542556</td> <td valign="top"><a href="mailto:cpiooboguwahati@rbi.org.in" class="link1">cpiooboguwahati@rbi.org.in</a></td> </tr> <tr> <td align="center" valign="top">10.</td> <td valign="top">Hyderabad</td> <td valign="top"><span class="head">Shri Chinmoy Kumar</span><br> C/o Reserve Bank of India<br> 6-1-56, Secretariat Road<br> Saifabad, Hyderabad-500 004<br> STD Code: 040<br> Tel. No. 23210013</td> <td valign="top"><a href="mailto:cpioobohyderabad@rbi.org.in" class="link1">cpioobohyderabad@rbi.org.in</a></td> </tr> <tr> <td align="center" valign="top">11.</td> <td valign="top">Jaipur</td> <td valign="top"><span class="head">Smt Baljit Birah</span><br> C/o Reserve Bank of India,<br> 4th floor Rambagh Circle,<br> Tonk Road, Jaipur - 302 004<br> STD Code: 0141<br> Tel. No. 2577931</td> <td valign="top"><a href="mailto:cpioobojaipur@rbi.org.in" class="link1">cpioobojaipur@rbi.org.in</a></td> </tr> <tr> <td align="center" valign="top">12.</td> <td valign="top">Jammu</td> <td valign="top"><span class="head">Shri Ramesh Chand</span><br> C/o Reserve Bank of India,<br> Rail Head Complex,<br> Jammu- 180012<br> STD Code: 0191<br> Tel No.: 2477905</td> <td valign="top"><a href="mailto:cpioobojammu@rbi.org.in" class="link1">cpioobojammu@rbi.org.in</a></td> </tr> <tr> <td align="center" valign="top">13.</td> <td valign="top">Kanpur</td> <td valign="top"><span class="head">Shri P. S. Khual</span><br> C/o Reserve Bank of India<br> Post Box No. 82/142,<br> Mahatma Gandhi Road,<br> Kanpur-208 001<br> STD Code: 0512<br> Tel. No. 2305174</td> <td valign="top"><a href="mailto:cpioobokanpur@rbi.org.in" class="link1">cpioobokanpur@rbi.org.in</a></td> </tr> <tr> <td align="center" valign="top">14.</td> <td valign="top">Kolkata (I)</td> <td valign="top"><span class="head">Shri Rabindra Kishore Panda</span><br> C/o Reserve Bank of India<br> 15, Netaji Subhash Road<br> Kolkata-700 001<br> STD Code: 033<br> Tel. No. 22310217</td> <td valign="top"><a href="mailto:cpioobokolkata@rbi.org.in" class="link1">cpioobokolkata@rbi.org.in</a></td> </tr> <tr> <td align="center" valign="top">15.</td> <td valign="top">Kolkata (II)</td> <td valign="top"><span class="head">Ms. Mary Lianlunkim Deng</span><br> C/o Reserve Bank of India<br> 15, Netaji Subhash Road<br> Kolkata-700 001<br> STD Code: 033<br> Tel. No. 22628771</td> <td valign="top"><a href="mailto:cpioobokolkata2@rbi.org.in" class="link1">cpioobokolkata2@rbi.org.in</a></td> </tr> <tr> <td align="center" valign="top">16.</td> <td valign="top">Mumbai (I)</td> <td valign="top"><span class="head">Shri Ajay Kumar Misra</span><br> C/o Reserve Bank of India<br> 4th Floor, RBI Byculla Office Building,<br> Opp. Mumbai Central Railway Station,<br> Byculla, Mumbai-400 008<br> STD Code: 022<br> Tel No. 23022028</td> <td valign="top"><a href="mailto:cpioobomumbai1@rbi.org.in" class="link1">cpioobomumbai1@rbi.org.in</a></td> </tr> <tr> <td align="center" valign="top">17.</td> <td valign="top">Mumbai (II)</td> <td valign="top"><span class="head">Shri Sanjay Kumar</span><br> C/o Reserve Bank of India,<br> 1st Floor, RBI Byculla Office<br> Building, Opp. Mumbai Central<br> Railway Station, Byculla,<br> Mumbai-400 008<br> STD Code: 022<br> Tel No.: 23001285</td> <td valign="top"><a href="mailto:cpioobomumbai2@rbi.org.in" class="link1">cpioobomumbai2@rbi.org.in</a></td> </tr> <tr> <td align="center" valign="top">18.</td> <td valign="top">Patna</td> <td valign="top"><span class="head">Shri Kumar Rajesh Ranjan</span><br> C/o Reserve Bank of India<br> Patna-800 001<br> STD Code: 0612<br> Tel. No. 2322569</td> <td valign="top"><a href="mailto:cpioobopatna@rbi.org.in" class="link1">cpioobopatna@rbi.org.in</a></td> </tr> <tr> <td align="center" valign="top">19.</td> <td valign="top">New Delhi (I)</td> <td valign="top"><span class="head">Shri Satwant Singh Sahota</span><br> C/o Reserve Bank of India,<br> 06, Sansad Marg, New Delhi<br> STD Code: 011<br> Tel. No. 23313359</td> <td valign="top"><a href="mailto:cpioobonewdelhi1@rbi.org.in" class="link1">cpioobonewdelhi1@rbi.org.in</a></td> </tr> <tr> <td align="center" valign="top">20.</td> <td valign="top">New Delhi (II)</td> <td valign="top"><span class="head">Smt. Suchitra Maurya</span><br> C/o Reserve Bank of India,<br> Sansad Marg, New Delhi<br> STD Code: 011<br> Tel. No. 23715393</td> <td valign="top"><a href="mailto:cpioobonewdelhi2@rbi.org.in" class="link1">cpioobonewdelhi2@rbi.org.in</a></td> </tr> <tr> <td align="center" valign="top">21.</td> <td valign="top">Raipur</td> <td valign="top"><span class="head">Shri J. P. Tirkey</span><br> C/o Reserve Bank of India<br> 54/949, Shubhashish Parisar, Satya Prem Vihar<br> Mahadev Ghat Road, Sundar Nagar, Raipur- 492013<br> STD Code: 0771<br> Tel. No: 2244246</td> <td valign="top"><a href="mailto:cpiooboraipur@rbi.org.in" class="link1">cpiooboraipur@rbi.org.in</a></td> </tr> <tr> <td align="center" valign="top">22.</td> <td valign="top">Ranchi</td> <td valign="top"><span class="head">Shri Ranjeev Shanker</span><br> C/o Reserve Bank of India<br> Fourth Floor, Pragati Sadan,<br> RRDA Building, Kutchery Chowk,<br> Ranchi – 834001<br> Jharkhand<br> STD Code: 0651<br> Tel No.: 2210512<br> Fax No.: 2210515 </td> <td valign="top"><a href="mailto:cpiooboranchi@rbi.org.in" class="link1">cpiooboranchi@rbi.org.in</a></td> </tr> <tr> <td align="center" valign="top">23.</td> <td valign="top">Shimla</td> <td valign="top"><span class="head">Shri Shiv Kumar Yadav</span><br> C/o Reserve Bank of India<br> Main Market, Kasumpti<br> Shimla - 171 009<br> Himachal Pradesh<br> STD Code: 0177<br> Tel. No. 2627320</td> <td valign="top"><a href="mailto:cpioorbioshimla@rbi.org.in" class="link1">cpioorbioshimla@rbi.org.in</a></td> </tr> <tr> <td align="center" valign="top">24.</td> <td valign="top">Thiruvananthapuram</td> <td valign="top"><span class="head">Shri R. Kamalakannan</span><br> C/o Reserve Bank of India<br> Bakery Junction<br> Thiruvananthapuram-695 033<br> STD Code: 0471<br> Tel. No. 2326769</td> <td valign="top"><a href="mailto:cpioobothiruanpuram@rbi.org.in" class="link1">cpioobothiruanpuram@rbi.org.in</a></td> </tr> </table> <p align="justify"><a id="CRPC"></a><B>CRPC-in-Charge designated as CPIO and Address</B></p> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" class="tablebg"> <tr class="head"> <th width="32%" align="left" valign="top">Name and Address of CRPC</th> <th width="37%" align="left" valign="top">Name and Designation of CPIO</th> <th width="31%" align="left" valign="top">Email id</th> </tr> <tr> <td valign="top">Centralised Receipt and Processing Centre (CRPC), <br> Reserve Bank of India, <br> 4th Floor, Central Vista, Sector -17, <br> Chandigarh – 160017<br> STD Code: 0172<br> Tel. No. 2770062 <br></td> <td valign="top">Shri Rajeev Dwivedi<br> Chief General Manager / CRPC-in-Charge</td> <td valign="top"><a href="mailto:cpiocrpc@rbi.org.in" class="link1">cpiocrpc@rbi.org.in</a></td> </tr> </table> <B> <P ALIGN='JUSTIFY'><a class="link1" name="3"></a>CAPIOs (Nodal Officers) at different Regional Offices </p> </B> <table class="tablebg" align="center" border="0" cellpadding="5" cellspacing="1" width="100%"> <TR> <Th VALIGN='TOP'><B> Regional Office </B></Th> <Th align="center" VALIGN='TOP'><B> Name </B></Th> <Th align="center" VALIGN='TOP'><B> Designation </B></Th> <Th VALIGN='TOP'><B> Address </B></Th> <Th VALIGN='TOP'><B> Telephone & Fax No. </B></Th> </TR> <TR> <TD VALIGN='TOP'>Agartala</TD> <TD align="center" VALIGN='TOP'>Shri Surendra Nidar</TD> <TD align="center" VALIGN='TOP'>GM (Officer-in-charge)</TD> <TD VALIGN='TOP'>Reserve Bank of India<br> 2nd Floor, Jackson Gate Building,<br> Lenin Sarani, Agartala,<br> Tripura - 799001</TD> <TD VALIGN='TOP'>Tel: 0381-238 9933</TD> </TR> <TR> <TD VALIGN='TOP'>Ahmedabad</TD> <TD align="center" VALIGN='TOP'>Shri Ashok Parikh</TD> <TD align="center" VALIGN='TOP'> GM</TD> <TD align="left" VALIGN='TOP'> Reserve Bank of India,<br> Human Resource Management Department,<br> 4th Floor, Near Gandhi Bridge,<br> Ahmedabad - 380 014</TD> <TD VALIGN='TOP'> Tel: 079-27540045<br></TD> </TR> <TR> <TD VALIGN='TOP'>Bengaluru</TD> <TD align="center" VALIGN='TOP'>Shri Siladitya Biswas</TD> <TD align="center" VALIGN='TOP'> GM </TD> <TD VALIGN='TOP'>Reserve Bank of India,<br> Human Resource Management Department,<br> 10/3/8, Nrupathunga Road,<br> Bengaluru 560 001 </TD> <TD VALIGN='TOP'>Tel: 080- 22210217 <br> 080- 22180370</TD> </TR> <TR> <TD VALIGN='TOP'> Belapur</TD> <TD align="center" VALIGN='TOP'>Shri Manoj Ranjan</TD> <TD align="center" VALIGN='TOP'> GM</TD> <TD VALIGN='TOP'> Reserve Bank of India<br> Human Resource Management Department <br> Plot No.3, Sector 10<br> H.H. Nirmaladevi Marg<br> CBD, Belapur,<br> Navi Mumbai 400 614</TD> <TD VALIGN='TOP'> Tel: 022-27560229 </TD> </TR> <TR> <TD VALIGN='TOP'>Bhopal</TD> <TD align="center" VALIGN='TOP'>Smt. Jaya P. Naik</TD> <TD align="center" VALIGN='TOP'> DGM</TD> <TD VALIGN='TOP'>Reserve Bank of India,<br> CAPIO,<br> Hoshangabad Road,<br> Bhopal</TD> <TD VALIGN='TOP'>Tel: 0755-2675300<br></TD> </TR> <TR> <TD VALIGN='TOP'>Bhubaneshwar</TD> <TD align="center" VALIGN='TOP'>Dr. Devi Prasad Panda </TD> <TD align="center" VALIGN='TOP'>GM</TD> <TD VALIGN='TOP'> Reserve Bank of India,<br> Pt. Jawharlal Nehru Marg,<br> Bhubaneswar - 751 001</TD> <TD VALIGN='TOP'>Tel: 0674-2396464</TD> </TR> <TR> <TD VALIGN='TOP'>Chandigarh</TD> <TD align="center" VALIGN='TOP'>Smt. Varsha Bajpai</TD> <TD align="center" VALIGN='TOP'>GM</TD> <TD VALIGN='TOP'> Reserve Bank of India, <br> Sector-17,<br> Chandigarh – 160017</TD> <TD VALIGN='TOP'> Tel: 0172-2712255<br></TD> </TR> <TR> <TD VALIGN='TOP'>Chennai</TD> <TD align="center" VALIGN='TOP'>Shri S Elango</TD> <TD align="center" VALIGN='TOP'> GM</TD> <TD VALIGN='TOP'>Reserve Bank of India<br> Human Resource Management Department,<br> Fort Glacis, Rajaji Salai,<br> Chennai-600 001</TD> <TD VALIGN='TOP'> Tel: 044-25360823<br></TD> </TR> <TR> <TD VALIGN='TOP'>Dehradun</TD> <TD align="center" VALIGN='TOP'>Smt. Neeta Navroj Behramfram</TD> <TD align="center" VALIGN='TOP'> GM</TD> <TD VALIGN='TOP'> Reserve Bank of India,<br> Plot No. 16-17, IT Park,<br> Sahastradhara Road, <br> Dehradun - 248 013</TD> <TD VALIGN='TOP'>Tel: 0135-2741407</TD> </TR> <TR> <TD VALIGN='TOP'><span lang="EN-US">Gangtok</span></TD> <TD align="center" VALIGN='TOP'>Shri Thotngam Jamang</TD> <TD align="center" VALIGN='TOP'>Regional Director</TD> <TD VALIGN='TOP'>Reserve Bank of India,<br> Tseyang Djong Building,<br> National Highway 10, <br>Amdo Golai Tadong, <br> Gangtok, Sikkim-737102 </TD> <TD align="left" VALIGN='TOP'>Tel: +91 3592-280050<br> +91 3592-281118 (PS) <br> Fax: +91 3592-281113</TD> </TR> <TR> <TD VALIGN='TOP'>Guwahati</TD> <TD align="center" VALIGN='TOP'>Shri Ritesh Kumar</TD> <TD align="center" VALIGN='TOP'>DGM</TD> <TD VALIGN='TOP'> Reserve Bank of India,<br> Human Resource Management Department,<br> Panbazar,<br> Guwahati - 781001</TD> <TD VALIGN='TOP'>Tel: 0361-2512804</TD> </TR> <TR> <TD VALIGN='TOP'>Hyderabad</TD> <TD align="center" VALIGN='TOP'>Shri Anjani Misra</TD> <TD align="center" VALIGN='TOP'>GM (Administration)</TD> <TD VALIGN='TOP'> Reserve Bank of India<br> Human Resource Management Department,<br> 6-1-56, Secretariat Road,<br> Saifabad, Hyderabad - 500 004</TD> <TD VALIGN='TOP'>Tel: 040-23234612</TD> </TR> <TR> <TD VALIGN='TOP'>Imphal</TD> <TD align="center" VALIGN='TOP'>Shri Neredumalli Sridhar</TD> <TD align="center" VALIGN='TOP'>GM & O-i-C</TD> <TD align="left" VALIGN='TOP'>Reserve Bank of India,<br> Opp. Manipur Legislative Assembly,<br> Lilashing Khongnangkhong<br> Imphal (Manipur) – 795 001</TD> <TD VALIGN='TOP'>Tel: 0385-2411565</TD> </TR> <TR> <TD VALIGN='TOP'>Jammu</TD> <TD align="center" VALIGN='TOP'>Sh. Neeraj Kumar</TD> <TD align="center" VALIGN='TOP'>GM</TD> <TD VALIGN='TOP'>Reserve Bank of India, <br> Rail Head Complex,<br> Jammu-180012</TD> <TD VALIGN='TOP'>Tel: 0191-2474888</TD> </TR> <TR> <TD VALIGN='TOP'>Jaipur</TD> <TD align="center" VALIGN='TOP'>Shri Lal Singh Bhati</TD> <TD align="center" VALIGN='TOP'>DGM</TD> <TD VALIGN='TOP'> Reserve Bank of India<br> Rambagh Circle,<br> Tonk Road,<br> Jaipur 302 004</TD> <TD VALIGN='TOP'>Tel: 0141-2573244</TD> </TR> <TR> <TD VALIGN='TOP' height='53'>Kochi</TD> <TD height='53' align="center" VALIGN='TOP'>Shri T V Rao</TD> <TD height='53' align="center" VALIGN='TOP'>GM (O-i-C)</TD> <TD VALIGN='TOP' height='53'> Reserve Bank of India<br> Ernakulam North,<br> Kochi -682 018</TD> <TD VALIGN='TOP' height='53'>Tel: 0484-2400985<br> Fax: 0484-2402715</TD> </TR> <TR> <TD VALIGN='TOP'>Kanpur</TD> <TD align="center" VALIGN='TOP'>Shri Ajay Pratap Singh Sisodia</TD> <TD align="center" VALIGN='TOP'>DGM</TD> <TD VALIGN='TOP'> Reserve Bank of India<br> Human Resource Management Department,<br> Mahatma Gandhi Road,<br> Kanpur 208 001</TD> <TD VALIGN='TOP'> Tel: 0512-2311485<br> Fax: 0512-2306105</TD> </TR> <TR> <TD VALIGN='TOP'>Kolkata</TD> <TD align="center" VALIGN='TOP'>Ms. Lamneichong Chongloi</TD> <TD align="center" VALIGN='TOP'> GM</TD> <TD VALIGN='TOP'> Reserve Bank of India <br> 15, N.S. Road,<br> Kolkata-700 001</TD> <TD VALIGN='TOP'> Tel: 033-22624047<br> Fax: 033-22312994 </TD> </TR> <TR> <TD VALIGN='TOP'>Lucknow</TD> <TD align="center" VALIGN='TOP'>Smt. Sonali Das</TD> <TD align="center" VALIGN='TOP'>GM</TD> <TD VALIGN='TOP'>Reserve Bank of India<br> 8-9, Vipin Khand,<br> Gomti Nagar, <br> Lucknow-226010 </TD> <TD VALIGN='TOP'> Tel: 0522-2307568</TD> </TR> <TR> <TD VALIGN='TOP'>Mumbai Regional Office</TD> <TD align="center" VALIGN='TOP'>Shri Sandeep Kumar</TD> <TD align="center" VALIGN='TOP'>CGM</TD> <TD VALIGN='TOP'>Reserve Bank of India,<br> Mumbai Regional Office, <br> S.B.S. Marg, <br> Mumbai 400 001</TD> <TD align="left" VALIGN='TOP'>Tel: 022-22641033 (Extn-3111)<br> Fax: 022-22626144</TD> </TR> <TR> <TD VALIGN='TOP'>Nagpur</TD> <TD align="center" VALIGN='TOP'>Smt. Swati B Sharma</TD> <TD align="center" VALIGN='TOP'>DGM</TD> <TD VALIGN='TOP'> Reserve Bank of India<br> Human Resource Management Department,<br> Civil lines,<br> Opp Vidhan Bhawan<br> Nagpur 440 001</TD> <TD VALIGN='TOP'>Tel: 0712-2806359</TD> </TR> <TR> <TD VALIGN='TOP'>New Delhi</TD> <TD align="center" VALIGN='TOP'>Shri Ashok Kumar</TD> <TD align="center" VALIGN='TOP'>GM</TD> <TD VALIGN='TOP'> Reserve Bank of India<br> Human Resource Management Department,<br> 6, Sansad Marg, <br> New Delhi - 110 001</TD> <TD VALIGN='TOP'>Tel: 011-23736285</TD> </TR> <TR> <TD VALIGN='TOP'>Patna</TD> <TD align="center" VALIGN='TOP'>Shri Prabhat Kumar</TD> <TD align="center" VALIGN='TOP'>GM</TD> <TD VALIGN='TOP'>Reserve Bank of India<br> Human Resource Management Department,<br> South Gandhi Maidan,<br> Patna 800 001</TD> <TD VALIGN='TOP'> Tel: 0612-2323291</TD> </TR> <TR> <TD VALIGN='TOP'>Panaji</TD> <TD align="center" VALIGN='TOP'>Shri Prabhakar Jha</TD> <TD align="center" VALIGN='TOP'>Regional Director</TD> <TD VALIGN='TOP'>Reserve Bank of India<br> Gera Imperium II, 7th floor,<br> EDC Complex, <br> Patto Plaza, Panaji 403 001</TD> <TD VALIGN='TOP'>Tel - (0832) -2467888</TD> </TR> <TR> <TD VALIGN='TOP'>Raipur</TD> <TD align="center" VALIGN='TOP'> Shri Mohan Rawat</TD> <TD align="center" VALIGN='TOP'> GM</TD> <TD VALIGN='TOP'>Reserve Bank of India,<br> 54/949, Satya Prem Vihar,<br> Mahadev Ghat Road,<br> Raipur<br> Chhattisgarh 492 013</TD> <TD VALIGN='TOP'>Tel: 0771-2242354<br></TD> </TR> <TR> <TD VALIGN='TOP'>Ranchi</TD> <TD align="center" VALIGN='TOP'>Smt. Anamika Sharma</TD> <TD align="center" VALIGN='TOP'>DGM</TD> <TD VALIGN='TOP'>Reserve Bank of India, <BR> First Floor, <br> Zila Parishad Bhawan, <br> Kutchery Chowk,<br> Ranchi – 834001</TD> <TD VALIGN='TOP'>Tel: 0651-2221155</TD> </TR> <TR> <TD VALIGN='TOP'>Shillong</TD> <TD align="center" VALIGN='TOP'>Shri Olden Nongpluh</TD> <TD align="center" VALIGN='TOP'>GM (Officer-in-Charge)</TD> <TD VALIGN='TOP'>Reserve Bank of India<br> 3rd Floor, BSNL Bhavan<br> Opposite Ka Phan Nonglait Park, <br> Barik, Shillong, East Khasi Hills <br> Meghalaya-793001</TD> <TD VALIGN='TOP'>Tel: 0364-2501837</TD> </TR> <TR> <TD VALIGN='TOP'>Shimla</TD> <TD align="center" VALIGN='TOP'> Shri Aatish Anant</TD> <TD align="center" VALIGN='TOP'> DGM</TD> <TD VALIGN='TOP'>Reserve Bank of India<br> Main Market, Kasumpti<br> Shimla - 171 009<br> Himachal Pradesh</TD> <TD VALIGN='TOP'> Tel: 0177-2629480<BR> Fax: 0177-2629728</TD> </TR> <TR> <TD VALIGN='TOP'>Thiruvananthapuram</TD> <TD align="center" VALIGN='TOP'>Smt. Sujatha. J</TD> <TD align="center" VALIGN='TOP'>GM</TD> <TD VALIGN='TOP'>Reserve Bank of India,<br> HRMD,<br> Bakery Junction, <br> PB No. 6507 <br> Thiruvananthapuram -695033</TD> <TD VALIGN='TOP'>Tel: 0471-2323481<br> Fax: 0471-2330843</TD> </TR> <TR> <TD VALIGN='TOP'>Reserve Bank Staff College</TD> <TD align="center" VALIGN='TOP'>Smt. Mala Sinha</TD> <TD align="center" VALIGN='TOP'>Principal</TD> <TD VALIGN='TOP'>Reserve Bank Staff College<br> 359, Anna Salai, Teynampet,<br> Chennai 600 018</TD> <TD VALIGN='TOP'>Tel: 044-48659612<br> Fax: 044-48659640 <br></TD> </TR> <TR> <TD VALIGN='TOP'>College of Agricultural Banking, Pune</TD> <TD align="center" VALIGN='TOP'>Shri Jaikish</TD> <TD align="center" VALIGN='TOP'>Principal</TD> <TD VALIGN='TOP'>College of Agricultural Banking,<br> Reserve Bank of India, <br> Shivajinagar,<br> Pune - 411016 </TD> <TD VALIGN='TOP'>Tel: 020-25537756</TD> </TR> </TABLE> <P ALIGN='JUSTIFY'><strong><a class="link1" name="4"></a>CAPIOs (Nodal Officers) at different Departments</strong></P> <table class="tablebg" align="center" border="0" cellpadding="5" cellspacing="1" width="100%"> <TR> <Th width="28%" VALIGN='TOP'><B> Central Office Department </B></Th> <Th width="16%" align="center" VALIGN='TOP'><B> Name of CAPIO </B></Th> <Th width="9%" align="center" VALIGN='TOP'><B> Designation </B></Th> <Th width="30%" VALIGN='TOP'><B> Address </B></Th> <Th width="17%" VALIGN='TOP'><B> Telephone No. (STD code - 022)</B></Th> </TR> <TR> <TD align="left" VALIGN='TOP'>Consumer Education and Protection Department</TD> <TD align="center" VALIGN='TOP'>Shri Ashis Kumar Mittra</TD> <TD align="center" VALIGN='TOP'>AGM</TD> <TD align="left" VALIGN='TOP'> Reserve Bank of India, <br> Consumer Education and Protection Department<br> 1<sup>st</sup> Floor, Amar Building Sir <br> P.M.Road Mumbai 400 001</TD> <TD align="left" VALIGN='TOP'>022-22604136</TD> </TR> <TR> <TD align="left" VALIGN='TOP'>Department of Communication</TD> <TD align="center" VALIGN='TOP'>Shri Neeraj Kumar</TD> <TD align="center" VALIGN='TOP'>Director</TD> <TD align="left" VALIGN='TOP'> Reserve Bank of India, <br> Department of Communication, <br> 9<sup>th</sup> Floor, Central Office Building, <br> S.B.Singh Marg, Mumbai 400 001</TD> <TD align="left" VALIGN='TOP'>022-22703279</TD> </TR> <TR> <TD align="left" VALIGN='TOP'>Rajbhasha Vibhag</TD> <TD align="center" VALIGN='TOP'>Shri Susheel Krishna Gore</TD> <TD align="center" VALIGN='TOP'>DGM</TD> <TD align="left" VALIGN='TOP'>Reserve Bank of India, <br> Rajbhasha Vibhag, <br> Central Office<br> C – 9, 8th Floor,<br> Bandra Kurla Complex,<br> Mumbai – 400 051</TD> <TD align="left" VALIGN='TOP'>022-26572805 </TD> </TR> <TR> <TD align="left" VALIGN='TOP'>Secretary's Department</TD> <TD align="center" VALIGN='TOP'>Smt. Maneesha Thara Rajagopal</TD> <TD align="center" VALIGN='TOP'>GM</TD> <TD align="left" VALIGN='TOP'> Reserve Bank of India<br> Secretary’s Department<br> Central Office Building<br> Shahid Bhagat Singh Marg<br> Mumbai 400 001</TD> <TD align="left" VALIGN='TOP'>022-22611110</TD> </TR> <TR> <TD align="left" VALIGN='TOP'>Department of Currency Management</TD> <TD align="center" VALIGN='TOP'>Shri G J Raju</TD> <TD align="center" VALIGN='TOP'>GM</TD> <TD align="left" VALIGN='TOP'> Reserve Bank of India<br> Department of Currency Management<br> Central Office Building<br> Shahid Bhagat Singh Marg<br> Mumbai 400 001</TD> <TD align="left" VALIGN='TOP'>022-22610938<br>Extn: 4415</TD> </TR> <TR> <TD align="left" VALIGN='TOP'>Department of Government and Bank Accounts</TD> <TD align="center" VALIGN='TOP'>Shri Subhash Chand</TD> <TD align="center" VALIGN='TOP'>GM</TD> <TD align="left" VALIGN='TOP'>Reserve Bank of India<br> Dept.of Government & Bank Accounts,<br> 4<SUP>th</SUP> floor, Mumbai 400 008</TD> <TD align="left" VALIGN='TOP'>022-23020986</TD> </TR> <TR> <TD align="left" VALIGN='TOP'>Department of External Investments and Operations</TD> <TD align="center" VALIGN='TOP'>Shri G Jagan Mohan</TD> <TD align="center" VALIGN='TOP'>CGM</TD> <TD align="left" VALIGN='TOP'> Reserve Bank of India<br> Department of External Investments and Operations<br> Central Office Building<br> Shahid Bhagat Singh Marg<br> Mumbai 400 001</TD> <TD align="left" VALIGN='TOP'>022-22618512</TD> </TR> <TR> <TD align="left" VALIGN='TOP'>Financial Markets Operations Department</TD> <TD align="center" VALIGN='TOP'>Smt. Sangeeta Das</TD> <TD align="center" VALIGN='TOP'>Director</TD> <TD align="left" VALIGN='TOP'>Reserve Bank of India<br> Financial Markets Operations Department<br> Main Building, First Floor<br> Shahid Bhagat Singh Marg, <br> Fort Mumbai 400 001</TD> <TD align="left" VALIGN='TOP'>022-22612695<br></TD> </TR> <TR> <TD align="left" VALIGN='TOP'>Financial Markets Regulation Department</TD> <TD align="center" VALIGN='TOP'>Shri Saswat Mahapatra</TD> <TD align="center" VALIGN='TOP'>GM</TD> <TD align="left" VALIGN='TOP'>Reserve Bank of India<br> Central Office<br> 9<sup>th</sup> floor, Central Office Building<br> Shahid Bhagat Singh Road, <br> Fort Mumbai – 400 001</TD> <TD align="left" VALIGN='TOP'>022-2267 6743</TD> </TR> <TR> <TD align="left" VALIGN='TOP'>Department of Payment and Settlement Systems</TD> <TD align="center" VALIGN='TOP'>Smt. Margarate C. Rawal</TD> <TD align="center" VALIGN='TOP'>GM</TD> <TD align="left" VALIGN='TOP'>Reserve Bank of India<br> Department of Payment and Settlement Systems<br> 14<sup>th</sup> floor, Central Office Building<br> Shahid Bhagat Singh Marg<br> Mumbai 400 001</TD> <TD align="left" VALIGN='TOP'>022-22618240</TD> </TR> <TR> <TD align="left" VALIGN='TOP'>Inspection Department</TD> <TD align="center" VALIGN='TOP'>Shri Suresh Kumar Kandaswamy</TD> <TD align="center" VALIGN='TOP'>DGM</TD> <TD align="left" VALIGN='TOP'> Reserve Bank of India<br> Inspection Department, C-7, 8<SUP>th</SUP> floor,<br> Bandra-Kurla Complex<br> Mumbai 400 051</TD> <TD align="left" VALIGN='TOP'>022-26571072</TD> </TR> <TR> <TD align="left" VALIGN='TOP'>Legal Department</TD> <TD align="center" VALIGN='TOP'>Shri E M Sali</TD> <TD align="center" VALIGN='TOP'>Joint Legal Adviser</TD> <TD align="left" VALIGN='TOP'> Reserve Bank of India<br> Legal Department<br> 5<sup>th</sup> Floor, Centre – 1<br> WTC,<br> Mumbai-400 005</TD> <TD align="left" VALIGN='TOP'>022-22153375<br> Fax-22153470</TD> </TR> <TR> <TD align="left" VALIGN='TOP'>Foreign Exchange Department</TD> <TD align="center" VALIGN='TOP'>Shri Subhash Agarwal</TD> <TD align="center" VALIGN='TOP'>DGM</TD> <TD align="left" VALIGN='TOP'> Reserve Bank of India<br> Foreign Exchange Department<br> Central Office<br> 11<sup>th </sup>Floor, Central Office Building<br> Shahid Bhagat Singh Road<br> Mumbai – 400 001</TD> <TD align="left" VALIGN='TOP'>022-22610611</TD> </TR> <TR> <TD align="left" VALIGN='TOP'>Financial Stability Department</TD> <TD align="center" VALIGN='TOP'>Shri R Ayyappan Nair</TD> <TD align="center" VALIGN='TOP'>GM</TD> <TD align="left" VALIGN='TOP'>Reserve Bank of India<br> Financial Stability Department <br> 3<sup>rd</sup> Floor, Amar Building <br> Sir P.M.Road<br> Mumbai 400 001</TD> <TD align="left" VALIGN='TOP'>(022)-22706470</TD> </TR> <TR> <TD align="left" VALIGN='TOP'>Department of Regulation</TD> <TD align="center" VALIGN='TOP'>Shri Siddhant</TD> <TD align="center" VALIGN='TOP'>AGM</TD> <TD align="left" VALIGN='TOP'>Reserve Bank of India,<br> Department of Regulation,<br> Central Office Building,<br> Shahid Bhagat Singh Marg,<br> Mumbai 400 001</TD> <TD align="left" VALIGN='TOP'>022-22820739</TD> </TR> <TR> <TD align="left" VALIGN='TOP'>Department of Supervision</TD> <TD align="center" VALIGN='TOP'>Shri Vinod Kumar</TD> <TD align="center" VALIGN='TOP'>GM</TD> <TD align="left" VALIGN='TOP'> Reserve Bank of India<br> Department of Supervision,<br> Central Office, Centre-1,<br> World Trade Centre, <br> Mumbai 400 005</TD> <TD align="left" VALIGN='TOP'>022-22173530</TD> </TR> <TR> <TD align="left" VALIGN='TOP'>Internal Debt Management Department</TD> <TD align="center" VALIGN='TOP'>Shri S Venkataraman</TD> <TD align="center" VALIGN='TOP'> GM</TD> <TD align="left" VALIGN='TOP'> Reserve Bank of India<br> Internal Debt Management Dept. Central Office Bldg, <br> Shahid Bhagat Singh Marg,<br> Mumbai 400 001</TD> <TD align="left" VALIGN='TOP'>022-22632565</TD> </TR> <TR> <TD align="left" VALIGN='TOP'>Department of Statistics and Information Management</TD> <TD align="center" VALIGN='TOP'>Ashish Jaiswal</TD> <TD align="center" VALIGN='TOP'> Director</TD> <TD align="left" VALIGN='TOP'>Reserve Bank of India<br> Department of Statistics and Information Management<br> Bandra-Kurla Complex,<br> Mumbai 400 051</TD> <TD align="left" VALIGN='TOP'>022-26578358</TD> </TR> <TR> <TD align="left" VALIGN='TOP'>Human Resource Management Department, Central Office</TD> <TD align="center" VALIGN='TOP'>Smt. Sneha Sanjay Dudwadkar</TD> <TD align="center" VALIGN='TOP'>Manager</TD> <TD align="left" VALIGN='TOP'> Reserve Bank of India<br> Human Resource Management Department,<br> Central Office Building<br> Shahid Bhagat Singh Marg<br> Mumbai 400 001</TD> <TD align="left" VALIGN='TOP'>022-22642678</TD> </TR> <TR> <TD align="left" VALIGN='TOP'>Monetary Policy Department</TD> <TD align="center" VALIGN='TOP'>Smt. Sharmila Thakur</TD> <TD align="center" VALIGN='TOP'>GM</TD> <TD align="left" VALIGN='TOP'> Reserve Bank of India<br> Monetary Policy Department, <br>Central Office, 24<sup>th</sup> Floor,<br> Central Office building,<br> Shahid Bhagat Singh Marg,<br> Mumbai – 400 001</TD> <TD align="left" VALIGN='TOP'>022-22610427<br> Fax-022-22700850</TD> </TR> <TR> <TD align="left" VALIGN='TOP'>Department of Information Technology</TD> <TD align="center" VALIGN='TOP'> Smt. Sonal Patel</TD> <TD align="center" VALIGN='TOP'> GM</TD> <TD align="left" VALIGN='TOP'> Reserve Bank of India<br> Department of Information Technology<br> Central Office Building<br> Shahid Bhagat Singh Marg<br> Mumbai 400 001</TD> <TD align="left" VALIGN='TOP'>022-22624851<br> Fax-022-022691557</TD> </TR> <TR> <TD align="left" VALIGN='TOP'>Financial Inclusion and Development Department</TD> <TD align="center" VALIGN='TOP'>Smt. Parul Tarun Mathur</TD> <TD align="center" VALIGN='TOP'>AGM</TD> <TD align="left" VALIGN='TOP'>Reserve Bank of India<br> Financial Inclusion and Development Department<br> Central Office Building<br> Shahid Bhagat Singh Marg<br> Mumbai 400 001</TD> <TD align="left" VALIGN='TOP'>022-22610942</TD> </TR> <TR> <TD align="left" VALIGN='TOP'>Corporate Strategy and Budget Department</TD> <TD align="center" VALIGN='TOP'>Smt. M.K. Subhashree</TD> <TD align="center" VALIGN='TOP'>DGM</TD> <TD align="left" VALIGN='TOP'> Reserve Bank of India<br> Corporate Strategy and Budget Department, Main building,<br> Shahid Bhagat Singh Marg<br> Mumbai 400 001</TD> <TD align="left" VALIGN='TOP'>022-22610515</TD> </TR> <TR> <TD align="left" VALIGN='TOP'>Department of Economic and Policy Research</TD> <TD align="center" VALIGN='TOP'>Dr. Brijesh P</TD> <TD align="center" VALIGN='TOP'> Director</TD> <TD align="left" VALIGN='TOP'>Reserve Bank of India,<br> Department of Economic and Policy Research,<br> 7<sup>th</sup> Floor, Division of Non-Banking Financial Studies,<br> Central Office Building, Fort, Mumbai 400 001</TD> <TD align="left" VALIGN='TOP'> 022- 2261 0837<br> Fax: 022-2263 0061</TD> </TR> <TR> <TD align="left" VALIGN='TOP'>Premises Department</TD> <TD align="center" VALIGN='TOP'>Smt Shakti Dubey</TD> <TD align="center" VALIGN='TOP'>GM</TD> <TD align="left" VALIGN='TOP'>Reserve Bank of India<br> Premises Department<br> 5<sup>th</sup> floor,<br> Mumbai 400 008</TD> <TD align="left" VALIGN='TOP'>022-22610958</TD> </TR> <TR> <TD align="left" VALIGN='TOP'>Enforcement Department</TD> <TD align="center" VALIGN='TOP'>Smt. Veena Roy Singh</TD> <TD align="center" VALIGN='TOP'>GM</TD> <TD align="left" VALIGN='TOP'><span lang="EN-US">Reserve Bank of India<u></u><u></u></span><br> <span lang="EN-US">Mezzanine Floor,<u></u><u></u></span><br> <span lang="EN-US">Main Building,<u></u><u></u></span><br> <span lang="EN-US">Fort, Mumbai – 400001</span></TD> <TD align="left" VALIGN='TOP'>022-22603227</TD> </TR> <TR> <TD align="left" VALIGN='TOP'>International Department</TD> <TD align="center" VALIGN='TOP'> </TD> <TD align="center" VALIGN='TOP'> </TD> <TD align="left" VALIGN='TOP'>8<sup>th</sup> Floor,<br> Central Office Building<br> Shahid Bhagat Singh Marg,<br> Mumbai – 1</TD> <TD align="left" VALIGN='TOP'><span lang="EN-US">022-22630816</span></TD> </TR> <TR> <TD align="left" VALIGN='TOP'>Risk Monitoring Department</TD> <TD align="center" VALIGN='TOP'>Shri Sandeep Mittal</TD> <TD align="center" VALIGN='TOP'>GM</TD> <TD align="left" VALIGN='TOP'>Reserve Bank of India,<br> 3<sup>rd</sup> Floor, Amar Building<br> Sir P M Road,<br> Mumbai - 400001</TD> <TD align="left" VALIGN='TOP'>022-22618418</TD> </TR> <TR> <TD align="left" VALIGN='TOP'>FinTech Department</TD> <TD align="center" VALIGN='TOP'>Ms. Uden Sherpa</TD> <TD align="center" VALIGN='TOP'>AGM</TD> <TD align="left" VALIGN='TOP'>FinTech Department,<br> Reserve Bank of India<br> Central Office 12<sup>th</sup> Floor, <br> Central Office Building,<br> Shahid Bhagat Singh Road<br> Mumbai – 400 001 </TD> <TD align="left" VALIGN='TOP'>022-22602387</TD> </TR> </TABLE> <P ALIGN='JUSTIFY'><a class="link1" name='long'></A>How long will the RBI take to provide information? </P> <P ALIGN='JUSTIFY'>The Reserve Bank of India will, within 30 days of receipt of the application for information along with the fee, communicate to the requestor whether it can or cannot provide the information.</P> <B> <P ALIGN='JUSTIFY'><a class="link1" name='pay'></A>Will I have to pay to get the information? </P> </B> <P ALIGN='JUSTIFY'>As per the Right to Information (Regulation of Fee and Cost) Rules, 2005, the public authority shall charge:</P> <UL> <LI>Rs.2/- for each page (in A-4 or A-3 size paper) created or copied; </LI> <LI>actual charge or cost price of a copy in larger size paper; </LI> <LI>actual cost or price for samples or models; and </LI> <LI>for inspection of records, no fee for the first hour; and a fee of Rs.5/- for each subsequent hour (or fraction thereof )</LI> </UL> <P ALIGN='JUSTIFY'>Further, to provide information under Section 7(5) of the Right to Information Act, 2005, the public authority shall charge:</P> <UL> <LI>Rs. 50/- per diskette or floppy; and </LI> <LI>for information provided in printed form at the price fixed for such publication or Rs. 2/- per page of photocopy for extracts from the publication</LI> <B></B> </UL> <B> <P ALIGN='JUSTIFY'><a class="link1" name='#stage'></A>At what stage will I have to pay this cost? </P> </B> <P ALIGN='JUSTIFY'>If the Reserve Bank of India has the information and can provide it to you it will, within 30 days of its receiving the application along with appropriate fees, communicate to you the cost of providing the information as prescribed under Section 7(1) of Right to Information Act. <B> </B></P> <B> <P ALIGN='JUSTIFY'><a class="link1" name='when'></A>When will I get the information? </P> </B> <P ALIGN='JUSTIFY'>You will get the information, once the Reserve Bank of India receives the payment towards providing the information. <B> </B></P> <B> <P ALIGN='JUSTIFY'><a class="link1" name='refuse'></A>Can the Reserve Bank of India refuse to give me information? </P> </B> <P ALIGN='JUSTIFY'>The Right to Information Act, 2005 under Sections 8 and 9 exempts certain categories of information from disclosures. These include: </P> <UL> <LI> <p>Information, disclosure of which would prejudicially affect the sovereignty and integrity of India, the security, strategic, scientific or economic interests of the State, relation with foreign State or lead to incitement of an offence. </p> </LI> <LI> <p>Information which has been expressly forbidden to be published by any court of law or tribunal or the disclosure of which may constitute contempt of court; </p> </LI> <LI> <p>Information, the disclosure of which would cause a breach of privilege of Parliament or the State Legislature; </p> </LI> <LI> <p>Information including commercial confidence, trade secrets or intellectual property, the disclosure of which would harm the competitive position of a third party, unless the competent authority is satisfied that larger public interest warrants the disclosure of such information;</p> </LI> <LI> <p>Information available to a person in his fiduciary relationship, unless the competent authority is satisfied that the larger public interest warrants the disclosure of such information; </p> </LI> <LI> <p>Information received in confidence from foreign Government; information, the disclosure of which would endanger the life or physical safety of any person or identify the source of information or assistance given in confidence for law enforcement or security purposes; </p> </LI> <LI> <p>Information which would impede the process of investigation or apprehension or prosecution of offenders; </p> </LI> <LI> <p>Cabinet papers including records of deliberations of the Council of Ministers, Secretaries and other officers; </p> </LI> <LI> <p>Information which relates to personal information the disclosure of which has no relationship to any public activity or interest, or which would cause unwarranted invasion of the privacy of the individual. </p> </LI> </UL> <B> <P ALIGN='JUSTIFY'><a class="link1" name='appeal'></A>Do I have a right to appeal?</P> </B> <P ALIGN='JUSTIFY'>Under the Right to Information Act, 2005 you have the right to appeal if you are not satisfied with the information provided by the Reserve Bank or its decision not to provide the information requested. <B></B></P> <B> <P ALIGN='JUSTIFY'><a class="link1" name='who'></A>Who should I address my appeal to?</P> </B> <P ALIGN='JUSTIFY'>You can address the appeal to:</P> <P ALIGN='JUSTIFY'><em>1) Shri Aviral Jain<br>Executive Director<br> (First Appellate Authority)<br> Reserve Bank of India,<br> 20<sup>th</sup> Floor, Central Office Building,<br> Shahid Bhagat Singh Marg,<br> Fort, Mumbai – 400 001.<br> Email ID - <a href="mailto:aaria@rbi.org.in" class="link1">aaria@rbi.org.in</a> <br> Phone: 022-2270 2533 </em></P> <P ALIGN='JUSTIFY'><i> <br> 2) <em>Shri Vivek Deep<br>Executive Director </em><br> (Alternate Appellate Authority)<br> Reserve Bank of India,<br> 17<sup>th</sup> Floor, Central Office Building,<br> Shahid Bhagat Singh Marg,<br> Mumbai – 400 001.<br> Email ID - <a href="mailto:aaria@rbi.org.in" class="link1">aaria@rbi.org.in</a><br> Phone: 022-2261 4228</i></P> <B> <P ALIGN='JUSTIFY'>Citizens can also submit their First Appeal for RTI requests submitted through online portal by accessing the link <a class="link1" onClick="showLink()" target="_blank" style="cursor: pointer">https://rtionline.gov.in/</a> and upon submission of the First Appeal the requester gets the registration number and can track the status of the appeal.</P> </B></td></tr> </table> <div class="clear"> </div> <br /> <div align="right"> </div> </div> </div> <div class="clearfix"> </div> <a href="#top" class="scrollToTop" id="backToTop">Top</a> <footer class="footer"> <div class="footer"> <div class="container_12"> <!--<div class="grid_9" style="width: 833px !important; "> <h4><span class="blue">More</span> Links :</h4> <div class="grid_2 alpha" style="width:150px !important"> <ul class="footerlist"> <li><a target="_blank" href="https://www.rbi.org.in/FinancialEducation/">Financial Education</a></li>https://www.rbi.org.in/commonperson/English/Scripts/Home.aspx <li><a target="_blank" href="https://ncfe.org.in/e-lms">E-LMS</a></li> <li><a target="_blank" href="https://rbikehtahai.rbi.org.in/">RBI Kehta Hai</a></li> <li><a href="/Scripts/FAQDisplay.aspx">FAQs</a></li> <li><a href="/Scripts/IFSCMICRDetails.aspx">IFSC/MICR Codes</a></li> </ul> </div> <div class="grid_2 omega" style="width:150px !important;"> <ul class="footerlist"> <li><a href="/Scripts/BS_ViewTenders.aspx">Tenders</a></li> <li><a target="_blank" href="https://opportunities.rbi.org.in/scripts/index.aspx">Opportunities<font>@</font>RBI</a></li> <li><a href="/Scripts/HolidayMatrixDisplay.aspx">Bank Holidays</a></li> <li><a href="/Scripts/BS_ViewForms.aspx">Forms</a></li> <li><a href="https://www.rbi.org.in/scripts/bs_viewcontent.aspx?Id=3894">COVID-19 Measures</a></li> </ul> </div> <div class="grid_2 alpha omega" style="width:254px !important;"> <ul class="footerlist"> <li><a href="/Scripts/EventsDisplay.aspx">Events</a></li> <li><a href="/Scripts/rbi_clarification.aspx">RBI Clarifications</a></li> <li><a href="/Scripts/Righttoinfoact.aspx">Right to Information Act</a></li> <li><a href="/Scripts/OtherLinks.aspx">Important Websites</a></li> <li><a href="https://rbidocs.rbi.org.in/rdocs/content/pdfs/Utkarsh30122022.pdf">RBI's Core Purpose, Values and Vision</a></li> </ul> </div> <div class="grid_2" style="width:215px !important;"> <ul class="footerlist"> <li><a href="/Scripts/CitiChart.aspx">Citizens' Charter</a></li> <li><a href="/Scripts/Timlines.aspx">Timelines for Regulatory Approvals</a></li> <li><a href="/Scripts/Complaints.aspx">Complaints</a></li> <li><a href="https://shabdavali.rbi.org.in/">Banking Glossary</a></li> <li><a href="/Scripts/helpdesk.aspx">Contact Us</a></li> </ul> </div> </div>--> <div class="grid_9" style="width: 833px !important; "> <h4><span class="blue">More</span> Links </h4> <div class="grid_2 alpha" style="width:170px !important"> <ul class="footerlist"> <li><a href="/Scripts/HolidayMatrixDisplay.aspx">Bank Holidays</a></li> <li><a href="https://shabdavali.rbi.org.in/">Banking Glossary</a></li> <li><a href="/Scripts/CitiChart.aspx">Citizens' Charter</a></li> <li><a href="/Scripts/Complaints.aspx">Complaints</a></li> <li><a href="/Scripts/helpdesk.aspx">Contact Us</a></li> </ul> </div> <div class="grid_2 omega" style="width:180px !important;"> <ul class="footerlist"> <li><a href="https://www.rbi.org.in/scripts/bs_viewcontent.aspx?Id=3894">COVID-19 Measures</a></li> <li><a target="_blank" href="https://ncfe.org.in/e-lms">E-LMS</a></li> <li><a href="/Scripts/EventsDisplay.aspx">Events</a></li> <li><a href="/Scripts/FAQDisplay.aspx">FAQs</a></li> <li><a target="_blank" href="https://www.rbi.org.in/FinancialEducation/">Financial Education</a></li><!--https://www.rbi.org.in/commonperson/English/Scripts/Home.aspx--> </ul> </div> <div class="grid_2 alpha omega" style="width:180px !important;"> <ul class="footerlist"> <li><a href="/Scripts/BS_ViewForms.aspx">Forms</a></li> <li><a href="/Scripts/IFSCMICRDetails.aspx">IFSC/MICR Codes</a></li> <li><a href="/Scripts/OtherLinks.aspx">Important Websites</a></li> <li><a target="_blank" href="https://opportunities.rbi.org.in/scripts/index.aspx">Opportunities<font>@</font>RBI</a></li> <li><a href="/Scripts/rbi_clarification.aspx">RBI Clarifications</a></li> </ul> </div> <div class="grid_2" style="width:254px !important;"> <ul class="footerlist"> <li><a target="_blank" href="https://rbikehtahai.rbi.org.in/">RBI Kehta Hai</a></li> <li><a href="https://rbidocs.rbi.org.in/rdocs/content/pdfs/Utkarsh30122022.pdf">RBI's Core Purpose, Values and Vision</a></li> <li><a href="/Scripts/Righttoinfoact.aspx">Right to Information Act</a></li> <li><a href="/Scripts/BS_ViewTenders.aspx">Tenders</a></li> <li><a href="/Scripts/Timlines.aspx">Timelines for Regulatory Approvals</a></li> </ul> </div> </div> <div class="grid_3" style="width:197px !important"> <h4><span class="blue">Follow</span> RBI </h4> <ul class="footerlist"> <!--<li><a href="/Scripts/rss.aspx"><img src="/images/rss-icon.png" alt="Subscribe to RSS" class="rss"/>RSS</a></li>--> <li style="float: left;background: url(/images/footer_list_arrow.gif) left 8px no-repeat;"><a href="/Scripts/rss.aspx"><img src="/images/rss-icon.png" alt="Subscribe to RSS" class="rss">RSS</a></li> <!--<li><a href="https://twitter.com/RBI" target="_blank" class="twitter"><img src="/images/Twitter_New.png" width="14px" height="14px" alt="Follow RBI on Twitter" class="videos" />Twitter</a></li>--> <li> <a href="https://twitter.com/RBI" target="_blank" class="twitter"> <img src="/images/Twitter_New.png" width="14px" height="14px" alt="Follow RBI on Twitter" class="videos" style="padding-left: 18%;">Twitter </a> </li> <!--<li><a href="https://www.youtube.com/channel/UCIfCOl43tunZVNYafeC4RQA" class="videos" target="_blank"><img src="/images/videos-icon.png" alt="Check RBI Videos" class="videos"/>Videos</a></li>--> <li style="float: left;"><a href="https://www.youtube.com/channel/UCIfCOl43tunZVNYafeC4RQA" class="videos" target="_blank"><img src="/images/youtube.png" alt="Check RBI Videos" class="videos">YouTube</a></li> <li> <a href="https://instagram.com/reservebankofindia" class="videos" target="_blank"> <img src="/images/Instagram.jpg" width="14px" height="14px" alt="Check Instagram" class="videos" style="padding-left: 5%;">Instagram </a> </li> <li style="float: left;"><a href="https://www.facebook.com/RBIsays" class="videos" target="_blank"><img src="/images/Facebook.jpg" width="14px" height="14px" alt="Check Facebook" class="videos">Facebook</a></li> <li> <a href="https://www.linkedin.com/company/reservebankofindia" class="videos" target="_blank"> <img src="/images/LinkedinIcon1.png" alt="Check linkedin" class="" style="padding-left: 4%;width: 17px;background: bottom no-repeat;display: block;float: left;margin: 2px 3px 0 1px;">LinkedIn </a> </li> <li> Download Mobile App<br> <a href="https://play.google.com/store/apps/details?id=com.reservebankofindia.app" target="_blank"><img src="/images/Android.png" alt="Android App" class="rss" style="width:17px" >Play Store</a><br> <a href="https://apps.apple.com/us/app/reserve-bank-of-india/id1154394549?ls=1" target="_blank"><img src="/images/IOS.png" alt="Apple App" class="rss" style="width:18px;height:17px">App Store</a> </li> </ul> </div> <div class="clearfix"></div> </div> <div class="copyright"> <div class="container_12"> <div class="grid_6 pull_left" >© Reserve Bank of India. All Rights Reserved.</div> <div class="grid_5 pull_right" ><a href="/Scripts/sitemap.aspx">Sitemap</a> | <a href="/Scripts/Disclaimer.aspx">Disclaimer</a></div> <div class="clearfix"></div> </div> </div> <!--Welcome note--> <div id="boxesWN"> <div id="dialogWN" class="window" style="top:100px;"> <div> <img width="60" height="60" src="/images/Rbinote.jpeg" alt="Rbi note" /> </div> <table class="WelcomeNote" > <tr> <td style="float:right;"> April 14, 2015 </td> </tr> <tr> <td > Dear All </td> </tr> <tr> <td > Welcome to the refurbished site of the Reserve Bank of India. </td> </tr> <tr> <td > The two most important features of the site are: One, in addition to the default site, the refurbished site also has all the information bifurcated functionwise; two, a much improved search – well, at least we think so but you be the judge. </td> </tr> <tr> <td> With this makeover, we also take a small step into social media. We will now use Twitter (albeit one way) to send out alerts on the announcements we make and YouTube to place in public domain our press conferences, interviews of our top management, events, such as, town halls and of course, some films aimed at consumer literacy. </td> </tr> <tr> <td> The site can be accessed through most browsers and devices; it also meets accessibility standards. </td> </tr> <tr> <td> Please save the url of the refurbished site in your favourites as we will give up the existing site shortly and register or re-register yourselves for receiving RSS feeds for uninterrupted alerts from the Reserve Bank. </td> </tr> <tr> <td> Do feel free to give us your feedback by clicking on the feedback button on the right hand corner of the refurbished site. </td> </tr> <tr> <td> Thank you for your continued support.<br /><br /> </td> </tr> <tr> <td> <strong> Department of Communication <br /> Reserve Bank of India</strong> </td> </tr> <tr><td id="popupfootWN"><a href="#" class="close agree" style="float:right" >Next</a></td></tr> </table> <!-- <div id="popupfootWN"> <a href="#" class="close agree" style="float:right" >Next</a> </div>--><!--<img src="../images/button_close.gif" alt="Close" class="close agree" />--> </div> <div id="maskWN" style="width:100% !important"></div> <!--<div id="feedbackbtn"><a href="#"><div align="center" class="feedbacktext">Feedback</div></a></div>--> </div> </div> </footer> <!--<script type="text/javascript" src="/js/URLchange.js"></script>--> <!-- For live comment out below line.--> <script src="/js/ReplaceURL.js" type="text/javascript"></script> <script src="/js/jquery.cookie.js" type="text/javascript"></script> <script type="text/javascript" language="javascript"> //this is for floating TOP link $(document).ready(function () { var offset = 230; var duration = 500; jQuery(window).scroll(function () { if (jQuery(this).scrollTop() > offset) { jQuery('.scrollToTop').fadeIn(duration); // $('#backToTop').css('right', (diffWidth / 2) - 6); } else { jQuery('.scrollToTop').fadeOut(duration); // $('#backToTop').css('right', (diffWidth / 2) - 6); } }); // $('a[href*=#]:not([href=#])').click(function () { // if (location.pathname.replace(/^\//, '') == window.location.pathname.replace(/^\//, '') && location.hostname == window.location.hostname) { // var target = $(this.hash); // target = target.length ? target : $('[name=' + this.hash.slice(1) + ']'); // if (target.length) { // $('html,body').animate({ // scrollTop: target.offset().top // }, 800); // return false; // } // } // }); $('.scrollToTop').click(function () { $('html, body').animate({ scrollTop: 0 }, 800); return false; }); }); //Below code is for floating left panel and floating tree structure //first if condition is for functionwise pages and 2nd one for rest all $(window).scroll(function () { if ($('div.banner2').length) { if ($(window).scrollTop() >= 265) { $('#menubar').css("position", "fixed"); $('#menubar').css("width", "240px"); $('#menubar').css("margin-top", "-281px"); $('.content_area').css("margin-left", "252px"); $('.sidebar_nav').css("position", "fixed"); $('.sidebar_nav').css("margin-top", "-200px"); $('.sidebar_nav').css("width", "236px"); $('#DateSettree_lbltree').css('position', 'fixed'); $('#DateSettree_lbltree').css('margin-top', '-281px'); } else { $('#menubar').css("position", ""); $('#menubar').css("width", ""); $('#menubar').css("margin-top", ""); $('.content_area').css("margin-left", ""); $('.sidebar_nav').css("position", ""); $('.sidebar_nav').css("margin-top", ""); $('.sidebar_nav').css("width", ""); $('#DateSettree_lbltree').css('position', ''); $('#DateSettree_lbltree').css('margin-top', ''); } } else if ($(window).scrollTop() >= 185) { $('#menubar').css("position", "fixed"); $('#menubar').css("width", "240px"); $('#menubar').css("margin-top", "-200px"); $('.content_area').css("margin-left", "252px"); $('.sidebar_nav').css("position", "fixed"); $('.sidebar_nav').css("margin-top", "-200px"); $('.sidebar_nav').css("width", "236px"); $('#DateSettree_lbltree').css('position', 'fixed'); $('#DateSettree_lbltree').css('margin-top', '-200px'); } else { $('#menubar').css("position", ""); $('#menubar').css("width", ""); $('#menubar').css("margin-top", ""); $('.content_area').css("margin-left", ""); $('.sidebar_nav').css("position", ""); $('.sidebar_nav').css("margin-top", ""); $('.sidebar_nav').css("width", ""); $('#DateSettree_lbltree').css('position', ''); $('#DateSettree_lbltree').css('margin-top', ''); } // if ($(window).scrollTop() >= 235) { // $('#DateSettree_lbltree').css('height', '183px'); // $('#DateSettree_lbltree').css('overflow-y', 'scroll'); // $('#DateSettree_lbltree').css('width', '100px'); // } // else { // $('#DateSettree_lbltree').css('height', ''); // $('#DateSettree_lbltree').css('overflow-y', ''); // $('#DateSettree_lbltree').css('width', ''); // } }); // $(window).unload(function () { // $.cookies.del('feedback_Cookie'); // }); $(document).ready(function () { $('.window .close').click(function (e) { //Cancel the link behavior e.preventDefault(); $.cookie('feedback_Cookie', 'Yes', { expires: 365, path: '/' }); $('#maskWN').hide(); $('.window').hide(); var scroll = $(window).scrollTop(); $("html").scrollTop(scroll); }); $('#maskWN').click(function () { $(this).hide(); $.cookie('feedback_Cookie', 'Yes', { expires: 365, path: '/' }); $('.window').hide(); }); // if ($.cookie('feedback_Cookie') == null) { // var id = '#dialog'; // //Get the screen height and width // var maskHeight = $(document).height(); // var maskWidth = $(window).width(); // // //Set heigth and width to mask to fill up the whole screen // $('#mask').css({ 'width': '100%', 'height': '100%','position':'fixed' }); // //transition effect // $('#mask').fadeIn(500); // $('#mask').fadeTo("slow", 0.9); // //Get the window height and width // var winH = $(window).height(); // var winW = $(window).width(); // //Set the popup window to center // $(id).css('top', winH / 2 - $(id).height() / 2); // $(id).css('left', winW / 2 - $(id).width() / 2); // //transition effect // $(id).fadeIn(2000); // } // $('blockquote p').css('margin','auto'); // $('blockquote blockquote blockquote p').contents().contents().unwrap(); // $('blockquote blockquote blockquote').contents().unwrap(); // $('blockquote blockquote').contents().unwrap(); // $('blockquote').contents().unwrap(); //if close button is clicked $('.window .close').click(function (e) { //Cancel the link behavior e.preventDefault(); $.cookie('feedback_Cookie', 'Yes', { expires: 365, path: '/' }); $('#mask').hide(); $('.window').hide(); var scroll = $(window).scrollTop(); $("html").scrollTop(scroll); }); //if mask is clicked $('#mask').click(function () { $(this).hide(); $('.window').hide(); }); $('#feedbackbtn').click(function () { var id = '#dialog'; //Get the screen height and width var maskHeight = $(document).height(); var maskWidth = $(window).width(); //Set heigth and width to mask to fill up the whole screen //$('#mask').css({ 'width': maskWidth, 'height': maskHeight }); $('#mask').css({ 'width': '100%', 'height': '100%', 'position': 'fixed' }); //transition effect $('#mask').fadeIn(500); $('#mask').fadeTo("slow", 0.9); //Get the window height and width var winH = $(window).height(); var winW = $(window).width(); //Set the popup window to center $(id).css('top', winH / 2 - $(id).height() / 2); $(id).css('left', winW / 2 - $(id).width() / 2); //transition effect $(id).fadeIn(2000); }); $('.submit').click(function () { var Name = $("[id*=txtFeedbackName]").val(); var Email = $("[id*=txtFeedbackEmail]").val(); var Comments = $("[id*=txtFeedbackComments]").val(); if (Name == "") { alert("Please enter your name"); $("[id*=txtFeedbackName]").focus(); return false; } else if (Email == "") { alert("Please enter your email"); $("[id*=txtFeedbackEmail]").focus(); return false; } else if (Email != "" && !ValidateEmail(Email)) { alert("Please enter a valid email address"); $("[id*=txtFeedbackEmail]").focus(); return false; } else if (Comments == "") { alert("Please enter some comments"); $("[id*=txtFeedbackComments]").focus(); return false; } else { $('[id*=Button1]').attr('disabled', 'disabled'); var param = { Name: Name, EmailID: Email, Comments: Comments }; $.ajax({ type: "POST", url: "../Home.aspx/SaveFeedback", data: JSON.stringify(param), contentType: "application/json; charset=utf-8", dataType: "json", success: function (response) { if (response.d == "0") { alert("Thank you for your feedback"); $.cookie('feedback_Cookie', 'Yes', { expires: 365, path: '/' }); $('#mask').hide(); $('.window').hide(); $('[id*=Button1]').removeAttr('disabled'); $("[id*=txtFeedbackName]").val(""); $("[id*=txtFeedbackEmail]").val(""); $("[id*=txtFeedbackComments]").val(""); } else { alert("Please try again"); $('[id*=Button1]').removeAttr('disabled'); } } }); } }); function ValidateEmail(email) { var expr = /^([\w-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([\w-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$/; return expr.test(email); }; // $('#divArchiveMain').click(function () { // // if ($(window).scrollTop() >= 235) { // $('#DateSettree_lbltree').css('height', '181px'); // $('#DateSettree_lbltree').css('overflow-y', 'scroll'); // $('#DateSettree_lbltree').css('width', '100px'); // } // else { // $('#DateSettree_lbltree').css('height', ''); // $('#DateSettree_lbltree').css('overflow-y', ''); // $('#DateSettree_lbltree').css('width', ''); // } // }); $('a.style1').each(function () { var $this = $(this); var aHref = $this.attr('class'); $this.attr('class', aHref.replace('style1', 'links')); }); }); </script> <script type="text/javascript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-61369961-1', 'auto'); ga('send', 'pageview'); </script></form> </body> </html> <script type="text/javascript" src="/js/plugins.js"></script> <script type="text/javascript" src="/js/script.js"></script> <script src="../JQuery/ui/jquery.ui.dialog.js" type="text/javascript"></script> <script type="text/javascript"> function showDialog() { $("#dialog").dialog({ //modal: true, buttons: { Ok: function () { $(this).dialog("close"); location.hash = "#make"; } } }); }; function showLink() { $("#dialog").dialog({ //modal: true, buttons: { Ok: function () { $(this).dialog("close"); window.open("https://rtionline.gov.in/", '_blank'); } } }); }; </script>