CINXE.COM

Reserve Bank of India - Database

<!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 - Database</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> #watermark { position: absolute; font-size: 655%; transform: rotate(-35deg); padding-left: 5%; bottom: 15%; opacity: 0.4; color: #ed0909; background-color: rgb(131 50 185 / 0%); height: 25%; width: 25%; display: flex; align-items: center; justify-content: center; background-blend-mode: multiply; } </style> </head> <body> <form method="post" action="./bs_viewcontent.aspx?Id=3847" 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="/wEPDwUKLTc5NzUyMTI0NWRkK3aEgkJ2S0eslRjOIEzzTfrdvW32/YNdkW1HsEcdesE=" /> </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="172DD500" /> <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEdAAYMMKF0S7qE1d4AVnHEvKy5i6wX7g7V+51d5y/uZ409MWQ6cu1iZ73N7YF2NPAmCyQ/q33cCQLgaFQSElESF1pcfcX9ZaEV78oETjPwNTvjRyaLpyghhgB3dOM81YQT2c82I2vaZ7FDIVHvf56Gm3wi8ORVQN6b5jkFo0l36zcAcw==" /> </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(&#39;UsrFontCntr$LinkBtnFontIncrease&#39;,&#39;&#39;)" 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(&#39;UsrFontCntr$LinkBtnFontDecrease&#39;,&#39;&#39;)" 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(&#39;UsrFontCntr$LinkBtnAccessibilty&#39;,&#39;&#39;)" 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(&#39;txtSearch&#39;,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> <div class="container_12"> <a id="mainsection" name="mainsection"></a> <div class="grid_12 breadcrumbs"> <ul> <li><a href="../Home.aspx">Home</a></li> <li><a href="Annualpolicy.aspx">Monetary Policy</a></li> </ul> </div> <div class="clear"> </div> <div class="grid_12 omega"> <div id="example-min" class="text1"> <div> <table width="100%" border="0" cellpadding="0" cellspacing="0" class = "tablebg"> <tr><td class="tableheader"><a target='_blank' href='https://rbidocs.rbi.org.in/rdocs/Content/PDFs/GOVERNORSTATEMENT5DDD70F6A35D4D70B49174897BE39D9F.PDF'><img src='../Images/pdf.gif' width='16' height='16' alt='PDF document' border=0 align='absmiddle'></a> (234 kb)</td></tr><tr><th>Governor’s Statement - Seventh Bi-monthly Monetary Policy Statement, 2019-20, March 27, 2020</th></tr><tr><td><table width="100%" border="0" align="center" class="td"> <tr> <td><p>In view of the COVID-19 pandemic, the Monetary Policy Committee (MPC) decided to advance its meeting scheduled for 31st March, 1st and 3rd April 2020. It met on 24th, 26th and 27th March and undertook a careful evaluation of the current and evolving macroeconomic and financial conditions, and the outlook. I wish to take this opportunity to express my deep gratitude to the MPC members for their swift response to the unprecedented situation and for their valuable contribution to the monetary policy decision taken today. I also wish to thank our teams in the RBI for their continued high-quality support to the MPC&rsquo;s work through their hard work, research and logistics.</p> <p>2. After extensive discussions, the MPC voted unanimously for a sizeable reduction in the policy repo rate and for maintaining the accommodative stance of monetary policy as long as necessary to revive growth, mitigate the impact of COVID-19, while ensuring that inflation remains within the target. While there were some differences in the quantum of reduction, the MPC voted with a 4-2 majority to reduce the policy rate by 75 basis points to 4.4 per cent.</p> <p>3. Simultaneously, the fixed rate reverse repo rate, which sets the floor of the liquidity adjustment facility (LAF) corridor, was reduced by 90 basis points to 4.0 per cent, thus creating an asymmetrical corridor. The purpose of this measure relating to reverse repo rate is to make it relatively unattractive for banks to passively deposit funds with the Reserve Bank and instead, to use these funds for on-lending to productive sectors of the economy. It may be recalled that during the month of March so far, banks have been parking close to &#8377; 3 lakh crore on a daily average basis under the reverse repo, even as the growth of bank credit has been steadily slowing down.</p> <p>4. This decision and its advancement has been warranted by the destructive force of the corona virus. It is intended to (a) mitigate the negative effects of the virus; (b) revive growth; and above all, (c) preserve financial stability.</p> <p>5. We are living through an extraordinary and unprecedented situation. Everything hinges on the depth of the COVID-19 outbreak, its spread and its duration. Clearly, a war effort has to be mounted and is being mounted to combat the virus, involving both conventional and unconventional measures in continuous battle-ready mode. Life in the time of COVID-19 has been one of unprecedented loss and isolation. Yet, it is worthwhile to remember that tough times never last; only tough people and tough institutions do.</p> <p>6. In the recent period, the Reserve Bank has been in action on a daily basis with efforts to alleviate financial stress, build confidence and keep the financial system sound and functioning. Measures taken by the Reserve Bank are given below.</p> <ul> <li> <p>a cumulative reduction in the policy repo rate of 135 basis points;</p> </li> <li> <p>accommodative stance of monetary policy as long as necessary to revive growth, while keeping inflation within the target.</p> </li> <li> <p>two USD buy/sell swap auction of USD 5 billion each conducted on March 26 and April 23, 2019, injecting liquidity into the banking system amounting to &#8377; 34,561 crore and &#8377; 34,874 crore, respectively.</p> </li> <li> <p>seven open market purchases, injecting &#8377; 92,500 crore into the system.</p> </li> <li> <p>four simultaneous purchase and sale of government securities under Open Market Operations (special OMOs or what is known as operation twist) during December and January (December 23 and 30, 2019 and January 6 and 23, 2020) to ensure better monetary policy transmission.</p> </li> <li> <p>five long term repo operations (LTROs) between February 17 and March 18, 2020 for one-year and three-year tenors amounting to &#8377; 1,25,000 crore of durable liquidity at reasonable cost (fixed repo rate).</p> </li> <li> <p>exemption on incremental credit disbursed by banks between January 31 - July 31, 2020 on retail loans for automobiles, residential housing and loans to micro, small and medium enterprises (MSMEs) from the maintenance of cash reserve ratio (CRR).</p> </li> <li> <p>two 6-month US Dollar sell/buy swap auction providing dollar liquidity amounting to USD 2.71 billion.</p> </li> <li> <p>fine-tuning variable rate repo auctions of &#8377; 50,000 crore and &#8377; 25,000 crore of 8 days and 3 days maturity on March 26 and March 31, respectively, with standalone primary dealers (SPDs) allowed to participate.</p> </li> <li> <p>fine-tuning variable rate Repo auctions of 16-day maturity amounting to &#8377; 77,745 crore on March 23-24, 2020.</p> </li> <li> The amount under the Standing Liquidity Facility (SLF) available for standalone primary dealers was enhanced from &#8377; 2,800 crore to &#8377; 10,000 crore on March 24, 2020 and this will be available till April 17, 2020. </li> </ul> <p>7. Let me assure all that the Reserve Bank is at work and in mission mode, monitoring the evolving financial market and macro-economic conditions; and calibrating its operations to meet any need for additional liquidity support as well as other measures, as may be warranted. It is our effort to ensure normal functioning of markets, nurture the impulses of growth and preserve financial stability. Incidentally, we have quarantined 150 members of our staff and service providers together with the IT facilitators as a part of our Business Continuity Plan (BCP). The plan was prepared and executed in a matter of days.</p> <p>8. The MPC noted that global economic activity has come to a near standstill as COVID-19 related lockdowns and social distancing are imposed across a widening swathe of affected countries. Expectations of a shallow recovery in 2020 from 2019&rsquo;s decade low in global growth have been dashed. The outlook is now heavily contingent upon the intensity, spread and duration of the pandemic. There is a rising probability that large parts of the global economy will slip into recession.</p> <p>9. Turning to growth in India, the implied real GDP growth of 4.7 per cent for Q4:2019-20 in the second advance estimates of the National Statistics Office, released in February 2020, within the annual estimate of 5 per cent for the year as a whole is now at risk from the pandemic&rsquo;s impact on the economy. As regards the outlook for 2020-21, apart from the continuing resilience of agriculture and allied activities, most other sectors of the economy will be adversely impacted by the pandemic, depending upon, I repeat, its intensity, spread and duration. If COVID-19 is prolonged and supply chain disruptions get accentuated, the global slowdown could deepen, with adverse implications for India. The slump in international crude prices could, however, provide some relief in the form of terms of trade gains. Downside risks to growth arise from the spread of COVID-19 and prolonged lockdowns. Upside growth impulses are expected to emanate from monetary, fiscal and other policy measures and the early containment of COVID-19.</p> <p>10. As regards inflation, the prints for January and February 2020 indicate that actual outcomes for the quarter are running 30 bps above projections, reflecting the onion price shock. Looking ahead, food prices may soften even further under the beneficial effects of the record foodgrains and horticulture production, at least till the onset of the usual summer uptick. Furthermore, the collapse in crude prices should work towards easing both fuel and core inflation pressures, depending on the level of the pass-through to retail prices. As a consequence of COVID-19, aggregate demand may weaken and ease core inflation further. Heightened volatility in financial markets could also have a bearing on inflation. Given this heightened volatility, unprecedented uncertainty and extremely fluid state of affairs, projections of growth and inflation would be heavily contingent on the intensity, spread and duration of COVID-19. Precisely for these reasons, the MPC refrained from giving out specific growth and inflation numbers.</p> <p>11. The MPC noted that macroeconomic risks, both on the demand and supply sides, brought on by the pandemic could be severe. The need of the hour is to do whatever is necessary to shield the domestic economy from the pandemic. Central banks across the world have responded with monetary and regulatory measures &ndash; both conventional and unconventional. Governments across the world have unleashed massive fiscal measures, including targeted health services support, to protect economic activity from the impact of the virus. The Government of India has yesterday announced a number of measures. The MPC further noted that the Reserve Bank has taken several measures to inject substantial liquidity in the system. Nonetheless, the priority is to undertake strong and purposeful action in order to minimise the adverse macroeconomic impact of the pandemic. It also underscored the need for all stakeholders to fight against the pandemic. Banks and other financial institutions should do all they can to keep credit flowing to economic agents facing financial stress on account of the isolation that the virus has imposed. Market participants should work with regulators like the Reserve Bank and the SEBI to ensure the orderly functioning of markets in their role of price discovery and financial intermediation. Strong fiscal measures are of course critical to deal with the situation.</p> <p>12. To summarise, COVID-19 stalks the global economy and the outlook is highly uncertain and negative. Several nations are battling its exponential contagion; countries are shutting down to prevent being sucked into that black hole. Authorities all over the world are mobilising on a massive scale to fight an invisible assassin. India has locked down. Economic activity and financial markets are under severe stress. Finance is the lifeline of the economy. Keeping it flowing is the paramount objective. The time has come for the Reserve Bank to unleash an array of instruments from its arsenal to staunch and mitigate the impact of COVID-19, revive growth and, above all, preserve financial stability. The aggressive action and stance of the MPC provides a befitting launching pad. In turn, the configuration of initiatives unveiled in the Statement on Developmental and Regulatory Policies - which I am now going to announce - amplify the MPC&rsquo;s decision and leverages on it as well. Accordingly, it is appropriate that the MPC&rsquo;s decision and the Reserve Bank&rsquo;s actions be regarded as a comprehensive package with force multipliers.</p> <p>13. The developmental and regulatory policies can be broadly delineated under four categories:</p> <p>(1) measures to expand liquidity in the system sizeably to ensure that financial markets and institutions are able to function normally in the face of COVID-19 related dislocations;</p> <p> (2) steps to reinforce monetary transmission so that bank credit flows on easier terms are sustained to all those who have been affected by the pandemic;</p> <p> (3) efforts to ease financial stress caused by COVID-19 disruptions by relaxing repayment pressures and improving access to working capital; and</p> <p> (4) endeavor to improve the functioning of markets in view of the high volatility experienced with the onset and spread of the pandemic.</p> <p class="head">I. Liquidity Measures</p> <p>14. A multi-pronged approach, comprising both targeted and system-wide liquidity provision, has been adopted to ensure that COVID-19 related liquidity constraints are eased.</p> <p class="head">Targeted Long Term Repo Operations (TLTRO)</p> <p>15. Large sell-offs in the domestic equity, bond and forex markets have intensified redemption pressures. Liquidity premia on instruments such as corporate bonds, commercial paper and debentures have surged. Financial conditions for these instruments, which are used, inter alia, to access working capital in the face of the slowdown in bank credit, have also tightened. To mitigate the adverse effects on economic activity leading to pressures on cash flows across sectors, the Reserve Bank will conduct auctions of targeted term repos of up to three years tenor of appropriate sizes for a total amount of up to &#8377; 1,00,000 crore at a floating rate, linked to the policy repo rate. Liquidity availed under the scheme by banks has to be deployed in investment grade corporate bonds, commercial paper and non-convertible debentures over and above the outstanding level of their investments in these bonds as on March 25, 2020. Eligible instruments comprise both primary market issuances and secondary market purchases, including from mutual funds and non-banking finance companies. Investments made by banks under this facility will be classified as held to maturity (HTM) even in excess of 25 per cent of total investment permitted to be included in the HTM portfolio. Exposures under this facility will also not be reckoned under the large exposure framework. The first auction of &#8377; 25,000 crore will be conducted today. The relevant notification is being issued separately.</p> <p class="head">Cash Reserve Ratio</p> <p>16. It is observed that, despite ample liquidity in the system, its distribution is highly asymmetrical across the financial system, and starkly so within the banking system. To help banks tide over the disruption caused by COVID-19, it has been decided to reduce the cash reserve ratio (CRR) of all banks by 100 basis points to 3.0 per cent of net demand and time liabilities (NDTL) with effect from the reporting fortnight beginning March 28, 2020 for a period of one year. This reduction in the CRR would release primary liquidity of about &#8377; 1,37,000 crore uniformly across the banking system in proportion to liabilities of constituents rather than in relation to holdings of excess SLR.</p> <p>17. Furthermore, taking cognisance of hardships faced by banks in terms of social distancing of staff and consequent strains on reporting requirements, it has been decided to reduce the requirement of minimum daily CRR balance maintenance from 90 per cent to 80 per cent, effective from the first day of the reporting fortnight beginning March 28, 2020. This is a one-time dispensation available up to June 26, 2020.</p> <p class="head">Marginal Standing Facility</p> <p>18. In view of the exceptionally high volatility in domestic financial markets which brings in phases of liquidity stress and to provide comfort to the banking system, it has been decided to increase the accommodation under the marginal standing facility (MSF) from 2 per cent of the statutory liquidity ratio (SLR) to 3 per cent with immediate effect. This measure will be applicable up to June 30, 2020. This measure should provide comfort to the banking system by allowing it to avail an additional &#8377; 1,37,000 crore of liquidity under the LAF window in times of stress at the reduced MSF rate announced in the MPC&rsquo;s resolution.</p> <p>19. These three measures relating to TLTRO, CRR and MSF will inject a total liquidity of &#8377; 3.74 lakh crore to the system.</p> <p class="head">Widening of the Monetary Policy Rate Corridor</p> <p>20. In view of persistent excess liquidity, it has been decided to widen the existing policy rate corridor from 50 bps to 65 bps. Under the new corridor, the reverse repo rate under the liquidity adjustment facility (LAF) would be 40 bps lower than the policy repo rate, as against existing 25 bps. The marginal standing facility (MSF) rate would continue to be 25 bps above the policy repo rate.</p> <p class="head">II. Regulation and Supervision</p> <p>21. Alongside liquidity measures, it is important that steps are taken to mitigate the burden of debt servicing brought about by disruptions on account of COVID-19 pandemic. Such steps, in turn, will go a long way to prevent the transmission of financial stress to the real economy, and ensure the continuity of viable businesses and provide relief to borrowers in these extraordinarily troubled times. These measures include moratorium on term loans; deferring interest payments on working capital; easing of working capital financing; deferment of implementation of the net stable funding ratio; and the last tranche of the capital conservation buffer.</p> <p class="head">Moratorium on Term Loans</p> <p>22. All commercial banks (including regional rural banks, small finance banks and local area banks), co-operative banks, all-India Financial Institutions, and NBFCs (including housing finance companies and micro-finance institutions) (&ldquo;lending institutions&rdquo;) are being permitted to allow a moratorium of three months on payment of instalments in respect of all term loans outstanding as on March 1, 2020.</p> <p class="head">Deferment of Interest on Working Capital Facilities</p> <p>23. In respect of working capital facilities sanctioned in the form of cash credit/overdraft, lending institutions are being permitted to allow a deferment of three months on payment of interest in respect of all such facilities outstanding as on March 1, 2020. The accumulated interest for the period will be paid after the expiry of the deferment period.</p> <p>The moratorium on term loans and the deferring of interest payments on working capital will not result in asset classification downgrade.</p> <p class="head">Easing of Working Capital Financing</p> <p>24. In respect of working capital facilities sanctioned in the form of cash credit/overdraft, lending institutions are allowed to recalculate drawing power by reducing margins and/or by reassessing the working capital cycle for the borrowers. Such changes will not result in asset classification downgrade.</p> <p>25. The moratorium on term loans, the deferring of interest payments on working capital and the easing of working capital financing will not qualify as a default for the purposes of supervisory reporting and reporting to credit information companies (CICs) by the lending institutions. Hence, there will be no adverse impact on the credit history of the beneficiaries.</p> <p class="head">Deferment of Implementation of Net Stable Funding Ratio (NSFR)</p> <p>26. The Net Stable Funding Ratio (NSFR), which reduces funding risk by requiring banks to fund their activities with sufficiently stable sources of funding over a time horizon of a year in order to mitigate the risk of future funding stress, was required to be introduced by banks in India from April 1, 2020. It has now been decided to defer the implementation of NSFR by six months to October 1, 2020.</p> <p class="head">Deferment of Last Tranche of Capital Conservation Buffer</p> <p>27. The capital conservation buffer (CCB) is designed to ensure that banks build up capital buffers during normal times (i.e., outside periods of stress) which can be drawn down as losses are incurred during a stressed period. Considering the potential stress on account of COVID-19, it has been decided to further defer the implementation of the last tranche of 0.625 per cent of the CCB from March 31, 2020 to September 30, 2020.</p> <p class="head">III. Financial Markets</p> <p>28. The measure for financial markets assumes importance in the context of the increased volatility of the rupee caused by the impact of Covid-19 on currency markets.</p> <p class="head">Permitting Banks to Deal in Offshore Non-deliverable Rupee derivative Markets (Offshore Rupee NDF Markets)</p> <p>29. The offshore Indian Rupee (INR) derivative market - the Non-Deliverable Forward (NDF) market - has been growing rapidly in recent times. At present, Indian banks are not permitted to participate in this market, although the benefits of their participation in the NDF market have been widely recognised. The time is apposite to improve efficiency of price discovery. Accordingly, banks in India which operate International Financial Services Centre (IFSC) Banking Units (IBUs) are being allowed to participate in the NDF market with effect from June 1, 2020.</p> <p>30. Since the last MPC meeting of February 2020, the Reserve Bank has injected liquidity of &#8377; 2.8 lakh crore through various instruments, equivalent to 1.4 per cent of our GDP. Together with the measures announced today, RBI&rsquo;s liquidity injection works out to about 3.2 per cent of GDP.</p> <p>31. The RBI will continue to remain vigilant and take whatever steps are necessary to mitigate the economic impact of COVID-19 and preserve financial stability. As I had stated earlier, all instruments &ndash; conventional and unconventional &ndash; are on the table.</p> <p>32. Before I conclude, let me reiterate that the Indian banking system is safe and sound. In the recent past, COVID-19 related volatility in the stock market has impacted share prices of banks as well, resulting in some panic withdrawal of deposits from a few private sector banks. It would be fallacious to link share prices to safety of deposits. As I have mentioned in my earlier interaction with the media, depositors of commercial banks including private sector banks need not worry on the safety of their funds. I would, therefore, urge members of public as well as the public authorities, who have deposits in private sector banks, not to resort to any panic withdrawal of their funds.</p> <p>33. In conclusion, let me say that, in spite of the very challenging environment, I remain optimistic. It is worthwhile bearing in mind that the macroeconomic fundamentals of the Indian economy are sound and, in fact, stronger than what they were in the aftermath of the global financial crisis &ndash; the fiscal deficit and the current account deficit are now much lower; inflation conditions are relatively benign; and financial volatility measured by change in stock prices from recent peaks and average daily change in the exchange rate of the rupee is distinctly lower. COVID-19 is upon us; but this too shall pass. We need to remain careful and take all precautionary measures. I leave you with this comforting thought. Stay clean. Stay safe. Go digital.</p> </td> </tr></table></td></tr> </table> <br /> </div> </div> </div> </div> </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" >&copy; 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 type="text/javascript" src="/js/Scroll.js"></script> <script type="text/javascript"> $(document).ready(function(){ $('img').each(function(key, val){ $(val).attr('src', $(val).attr('src').replace("http://", "https://")); }); var urls=window.location.href; var link1="https://rbi.org.in/Scripts/BS_ViewContent.aspx?Id=309"; var link2="https://www.rbi.org.in/Scripts/BS_ViewContent.aspx?Id=309"; urls=urls.toLowerCase(); link1=link1.toLowerCase(); link2=link2.toLowerCase(); if (urls==link1 || urls==link2) { window.location.href="https://rbi.org.in/Scripts/category.aspx"; } var date = new Date(); if (date.getDate() === 16) { if (date.getDate() <= 16 && date.getHours() <= 18 && date.getMinutes() <= 5) { document.getElementById("CurT").style.display = 'block'; document.getElementById("currentdata").style.display = 'block'; document.getElementById("FUTT").style.display = 'none'; document.getElementById("futuredata").style.display = 'none'; } if (date.getDate() >= 16 && date.getHours() >= 17 && date.getMinutes() >= 5) { document.getElementById("CurT").style.display = 'none'; document.getElementById("currentdata").style.display = 'none'; document.getElementById("FUTT").style.display = 'block'; document.getElementById("futuredata").style.display = 'block'; } } else { document.getElementById("CurT").style.display = 'block'; document.getElementById("currentdata").style.display = 'block'; document.getElementById("FUTT").style.display = 'none'; document.getElementById("futuredata").style.display = 'none'; } }); </script>

Pages: 1 2 3 4 5 6 7 8 9 10