Skip to main content

India's Economy pre and post Covid-19(Corona) pandemic

Before Corona (Covid-19) Pandemic

By Feb 2020, India had seen six successive quarters of declining GDP growth equalling the longest slowdown in the past 23 years. The GDP growth in second quarter of FY19-20 fiscal shrunk to 4.5% from 5% in the previous quarter. This was the sixth straight drop in India's quarterly GDP growth. 

The slowdown was expected to be the third slowdown since 1996 and will be the longest in the past 23 years if the Q3 GDP falls below 4.5%.


Note: From January 2015, the Central Statistics Office (CSO) updated base year for GDP calculation to 2011-12, replacing the old series base year of 2004-05.


After Corona and 5+ weeks of lockdown

During the Corona crisis and 5+ weeks of lockdown in response to contain it, we have already seen significant impact to Indian economy in various forms. Sensex and Nifty indices have crashed nearly 30-35% and BSE 500 stocks have crashed nearly 50% (before Corona, it had already crashed 50%) and many sectors have already seen significant impact, slowdown or complete halt of the economical activities.

World Bank has already cut down the FY21 growth to 1.5-2.8%; slowest since economic reforms three decades back.

Here is my own assessment of impact of Covid-19 and 5+ weeks of lockdown in India to India's Economy and each sector and how soon the recovery of each sector is likely to be.



Please do share your comments, if any.




Comments

Post a Comment

Popular posts from this blog

Office 2013 Installation Error : Code 1603

Wanted to share one error that I got while installing Microsoft Office Professional 2013 for which I had to spend almost 3 days to find the root cause. I also googled and found that many people have also faced the same issue but did not get if anyone had the solution. Sharing the solution that worked for me. Thanks to Dhaval Metrani, my colleague, who also helped me with this. If you get the following error in the log file (in the %temp% folder) while installing Office 2013 Failed to install product OSMMUI.msi ErrorCode: 1603  and the detail log shows ERROR: The network address is invalid then the same is because of Task Scheduler service is not enabled on the machine. 1603 is a generic error and some people have mentioned that the same could be related to deleting/renaming  %programdata% /Microsoft Help but the solution seemed to be related to Task Scheduler when the exact error was related to 'Network address invalid'. By default in Windows 7 and Windows Vista ...

Working with ExtJS and Java

If you are new to extjs then for you ExtJS is a cross-browser Javascript framework for building RIA (Rich Internet Application) based web application. It allows to use any server based technologies for building your application. In my application, I am using ExtJS 3.0 as client side technology, Java (JSP+Hibernate) as server side technology and MySQL 5.x as database. Here I will tell you how to setup the above tools and technologies. ExtJS Setup Download latest version of ExtJS from http://extjs.com/products/extjs/download.php . I am using ExtJS 3.0 in my application. If you are using 3.0 version then you can view the API Documentation online at http://extjs.com/deploy/ext-3.0-rc2/docs/ and you can download the API documentation from download page if you are using any older version than 3.0 Extract the contents to any local folders in your disk. ExtJS IDE Setup It is difficult to remember all ExtJS components and its functions, so we need an IDE for development. Although there are few...

jQuery Intellisense support in Eclipse 3.4.2

To have jQuery Intellisense feature in Eclipse, I tried to find out the way in Google and everyone suggested to use modified version of Eclipse WTP. After doing some research I found out another way of having jQuery Intellisense in Eclipse i.e. integrating Spket IDE with Eclipse. I am using Eclipse 3.4.2 Ganymede version. Download Download and Install Spket IDE and jQuery Download Spket plugin for Eclipse using Eclipse Update Manager, from Spket update site - http://www.spket.com/update/ Once the Spket IDE is installed then download jQuery from http://jquery.com/ and save in your local disk. Configure The steps to configure jQuery Intellisense are: Open Eclipse IDE Select the menu item Window > Preferences... to open the workbench preferences. Select the Spket > JavaScript Profile preference page to display the installed JavaScript Profiles. Click the New.. button. In the Name field, type jQuery (you can type anything) as the name for the new profile. Then click OK . Click th...