Skip to main content

New Pension Scheme - More details

To know what is NPS and basic introductory details on the same, go to the previous post using the link given here.

Okay. I will be getting more than (at least risk-free?) 8% always right?
Simply, What are the benefits and returns in NPS?
Short Answer. No. There are many Pension Fund Management companies which will be managing your money on your behalf to get you returns for your Pension. It is again your choice to select the Pension Fund Management Companies. Based on the choice of the fund (Auto-Choice/Active Choice),
                    the returns has historically varied from 4% -26%.

But this cannot guarantee this will always give positive returns, as it have some equity exposure (for Active Choice, Asset Class E). But in the long run certainly, equities tend to outperform the debt and is always better.

Charges:
Remember this rule: If you invest more in NPS, you will end up having less charges as the charges are more or less static per year and the Fund Management charge is very less.

Charges - NPS

Compare the Fund Management charge with the index fund's Fund Management charge of 1.35%.
The Maintenance cost is similar to the demat account maintenance cost. In addition to above, demat charges will be applicable.

You can choose to have the 80% of the complete amount as the annuity and 20% in the fund as the lump-sum amount at the end of 60 or 70 as per your choice. The last year can be extended after due consideration and it is 70 years as of writing this article.

If you are not able to pay the minimum in any of the year, you have to pay an additional Rs.100/- as penalty to renew the account and the account becomes dormant otherwise.

The above details are completely for the Tier-I NPS account. This is the primary pension account introduced by NPS. This is of course illiquid. 

If one has Active Tier-I NPS account and want to use the NPS account for the short term as well, he can use the Tier-II NPS account.

For opening Tier-II NPS account, there should be Tier-I active NPS account.
Minimum while opening: Rs. 1000/-
Minimum per instance: Rs. 250/-
Minimum Account Balance at the end of FY: Rs. 2000/-
At-least one contributions in a year.

This Tier-II is a voluntary savings attached with Tier-I and not mandatory.


Comments

Popular posts from this blog

What does customer experience mean?

Customer experience is the experience of the customer from the period they came to know about the existence of the product until they finish using the product. For a hotel like Saravana Bhavan, the customer experience is from the point they came to know about its existence (the day they started) until they are associated with that particular customer (probably, forever for Saravana Bhavan but it depends on each of the customer). For a typical brokerage firm, it is all about how easy it is to open the account and the experience until the customer closes the account. For BSNL or Samsung, it is from when the customer gets to know about their products (the point when they want to buy it) until the time they stopped using it. Customer service is also part of it. Its all about the customer service, once the customer has become the owner of the product. Most of the times, I have seen, the Customer Experience is great until one procure the product or service and after that, because of t...

Nokia E51 WLAN Settings

Nokia E51 is a smart phone with almost all the features available in it. It looks really slim and comes in three colors. It has loads of features and highlight of them all is the connection through the Internet through WLAN. You can get a Internet connection from the service provider and ask for the wi-fi router. With the wi-fi router, you can connect to the Internet through various other devices like Laptop, Nokia E51 etc., You will be provided with the password for the WLAN connection and only if you enter the password correctly you will be connected to the Internet through that WLAN. As you may expect, this password will be asked only when you connect to Internet through this WLAN for the very first time. In Laptop/Computer, you have Network settings to identify and modify the settings if wrongly entered. But this is somewhat tricky in case of Nokia E51! In Nokia E51, You have the option of Browse WLAN right at the home page for you. If you have customized for something different, u...

Ant - Class org.apache.tools.ant.taskdefs.ConditionTask doesn't support the "else" attribute.

This post is all about this error and on how to resolve this error. Just to give some background: Apache Ant is a Java-based build tool. For more information on Apache Ant, you can visit Apache Ant . The recent version is Apache Ant is Ant 1.71 and can be downloaded from here. We can add a else attribute in the conditionTask for making a choice. Coming back to the error that you have encountered: Class org.apache.tools.ant.taskdefs.ConditionTask doesn't support the "else" attribute. This can happen if you have Apache ant with a version less than 1.65 So, Make sure to update your ant to a version more than 1.65. Recent version, as I mentioned is, 1.71. Does this fix the problem that you encountered with ant? If yes, Great. No, then continue reading. We have other fix available for Class org.apache.tools.ant.taskdefs.ConditionTask doesn't support the "else" attribute. If you get this error even though you have the ant 1.65 or more, then the following informat...