forked from jaswant-rajput/cash-classroom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
demo.html
406 lines (406 loc) · 19 KB
/
demo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
<div class="post">
<h2>1.1 – Why should I invest?</h2>
<p>Before we address the above question, let us understand what would happen if one chooses not to invest. Assume you earn Rs.50,000/- per month, and you spend Rs.30,000/-towards your day-to-day living; this can include expenses like housing, food, transport, shopping, medical, etc. The balance of Rs.20,000/- is your monthly surplus.</p>
<p><a href="http://zerodha.com/varsity/wp-content/uploads/2014/07/Ch1-title1.jpg"><img alt="Ch 1 Need to Invest" class="wp-image-125 size-full" decoding="async" fetchpriority="high" height="300" sizes="(max-width: 600px) 100vw, 600px" src="https://zerodha.com/varsity/wp-content/uploads/2014/07/Ch1-title1.jpg" srcset="https://zerodha.com/varsity/wp-content/uploads/2014/07/Ch1-title1.jpg 600w, https://zerodha.com/varsity/wp-content/uploads/2014/07/Ch1-title1-300x150.jpg 300w" width="600"/></a></p>
<p style="text-align: left;">For the sake of simplicity, let us ignore the tax effect in this discussion.</p>
<p>To drive the point across, let us make a few simple assumptions –</p>
<ol>
<li style="list-style-type: none;">
<ol>
<li>The employer is kind enough to give you a 10% salary hike every year.</li>
<li>The cost of living is likely to go up by 8% yearly.</li>
<li>You are 30 years old and plan to retire at 50, this translates to 20 working years.</li>
<li>You don’t intend to work after you retire.</li>
<li>Your expenses are fixed, and you don’t foresee any other expenses.</li>
<li> The balance cash of Rs.20,000/- per month is retained as hard cash.</li>
</ol>
</li>
</ol>
<p>Going by these assumptions, here is what the cash balance will look like in 20 years.</p>
<table>
<tbody>
<tr>
<th>Years</th>
<th>Yearly Income</th>
<th>Yearly Expense</th>
<th>Cash Retained</th>
</tr>
<tr>
<td>1</td>
<td>600,000</td>
<td>360,000</td>
<td>240,000</td>
</tr>
<tr>
<td>2</td>
<td>6,60,000</td>
<td>3,88,800</td>
<td>2,71,200</td>
</tr>
<tr>
<td>3</td>
<td>7,26,000</td>
<td>4,19,904</td>
<td>3,06,096</td>
</tr>
<tr>
<td>4</td>
<td>7,98,600</td>
<td>4,53,496</td>
<td>3,45,104</td>
</tr>
<tr>
<td>5</td>
<td>8,78,460</td>
<td>4,89,776</td>
<td>3,88,684</td>
</tr>
<tr>
<td>6</td>
<td>9,66,306</td>
<td>5,28,958</td>
<td>4,37,348</td>
</tr>
<tr>
<td>7</td>
<td>10,62,937</td>
<td>5,71,275</td>
<td>4,91,662</td>
</tr>
<tr>
<td>8</td>
<td>11,69,230</td>
<td>6,16,977</td>
<td>5,52,254</td>
</tr>
<tr>
<td>9</td>
<td>12,86,153</td>
<td>6,66,335</td>
<td>6,19,818</td>
</tr>
<tr>
<td>10</td>
<td>14,14,769</td>
<td>7,19,642</td>
<td>6,95,127</td>
</tr>
<tr>
<td>11</td>
<td>15,56,245</td>
<td>7,77,213</td>
<td>7,79,032</td>
</tr>
<tr>
<td>12</td>
<td>17,11,870</td>
<td>8,39,390</td>
<td>8,72,480</td>
</tr>
<tr>
<td>13</td>
<td>18,83,057</td>
<td>9,06,541</td>
<td>9,76,516</td>
</tr>
<tr>
<td>14</td>
<td>20,71,363</td>
<td>9,79,065</td>
<td>10,92,298</td>
</tr>
<tr>
<td>15</td>
<td>22,78,499</td>
<td>10,57,390</td>
<td>12,21,109</td>
</tr>
<tr>
<td>16</td>
<td>25,06,349</td>
<td>11,41,981</td>
<td>13,64,368</td>
</tr>
<tr>
<td>17</td>
<td>27,56,984</td>
<td>12,33,339</td>
<td>15,23,644</td>
</tr>
<tr>
<td>18</td>
<td>30,32,682</td>
<td>13,32,006</td>
<td>17,00,676</td>
</tr>
<tr>
<td>19</td>
<td>33,35,950</td>
<td>14,38,567</td>
<td>18,97,383</td>
</tr>
<tr>
<td>20</td>
<td>36,69,545</td>
<td><strong>15,53,652 </strong></td>
<td>21,15,893</td>
</tr>
<tr>
<th colspan="3" style="text-align: right;"><strong>Total Income</strong></th>
<th><strong>17,890,693</strong></th>
</tr>
</tbody>
</table>
<p>If one were to analyze these numbers, one would soon realize this is a scary situation. A few things are quite obvious –</p>
<ol>
<li style="list-style-type: none;">
<ol>
<li>After 20 years of hard work, you have accumulated Rs.1.7Crs.</li>
<li>Since your expenses are fixed, your lifestyle has not changed over the years, and you probably even suppressed your lifelong aspirations – a better home, car, vacations, etc.</li>
<li>After you retire, assuming the expenses will continue to grow at 8%, the retirement corpus of Rs.1.7Crs is good enough to sail you through roughly 8 years of post-retirement life. 8th year onwards, you will be in a tight spot with literally no savings left to back you up.</li>
</ol>
</li>
</ol>
<p>What would you do after you run out of money in 8 years? How do you fund your life? Is there a way to ensure that you collect a more considerable sum at the end of 20 years?</p>
<p>At this point, you may think that the assumptions are simple and that real life does not work like this. I agree, and I won’t dispute that fact. However, the point to note in the above calculation is that no investments are made, hence the cash retained has a flat or zero growth.</p>
<p>Let’s consider another scenario where instead of keeping the cash idle, you choose to invest the cash in an investment option that grows at, let’s say, 12% per annum. For example – in the first year, you retained Rs.240,000/- which, when invested at 12% per annum for 20 years (19 years assuming you invest at the end of 1st year), yields Rs.2,067,063/- at the end of the 20th year. For those interested in math, here is how that works –</p>
<p>= 240000*(1+12%)^(19)</p>
<p>= <strong>2067063</strong></p>
<p>Dont worry about the math at this point. We will explain that later in this module (and several other modules in Varsity). Here is how the table looks if you choose to invest.</p>
<table>
<tbody>
<tr>
<th>Years</th>
<th>Yearly Income</th>
<th>Yearly Expense</th>
<th>Cash Retained</th>
<th>Retained Cash Invested @12%</th>
</tr>
<tr>
<td>1</td>
<td>600,000</td>
<td>360,000</td>
<td>240,000</td>
<td> 20,67,063</td>
</tr>
<tr>
<td>2</td>
<td>6,60,000</td>
<td>3,88,800</td>
<td>2,71,200</td>
<td> 20,85,519</td>
</tr>
<tr>
<td>3</td>
<td>7,26,000</td>
<td>4,19,904</td>
<td>3,06,096</td>
<td> 21,01,668</td>
</tr>
<tr>
<td>4</td>
<td>7,98,600</td>
<td>4,53,496</td>
<td>3,45,104</td>
<td> 21,15,621</td>
</tr>
<tr>
<td>5</td>
<td>8,78,460</td>
<td>4,89,776</td>
<td>3,88,684</td>
<td> 21,27,487</td>
</tr>
<tr>
<td>6</td>
<td>9,66,306</td>
<td>5,28,958</td>
<td>4,37,348</td>
<td> 21,37,368</td>
</tr>
<tr>
<td>7</td>
<td>10,62,937</td>
<td>5,71,275</td>
<td>4,91,662</td>
<td> 21,45,363</td>
</tr>
<tr>
<td>8</td>
<td>11,69,230</td>
<td>6,16,977</td>
<td>5,52,254</td>
<td> 21,51,566</td>
</tr>
<tr>
<td>9</td>
<td>12,86,153</td>
<td>6,66,335</td>
<td>6,19,818</td>
<td> 21,56,069</td>
</tr>
<tr>
<td>10</td>
<td>14,14,769</td>
<td>7,19,642</td>
<td>6,95,127</td>
<td> 21,58,959</td>
</tr>
<tr>
<td>11</td>
<td>15,56,245</td>
<td>7,77,213</td>
<td>7,79,032</td>
<td> 21,60,318</td>
</tr>
<tr>
<td>12</td>
<td>17,11,870</td>
<td>8,39,390</td>
<td>8,72,480</td>
<td> 21,60,228</td>
</tr>
<tr>
<td>13</td>
<td>18,83,057</td>
<td>9,06,541</td>
<td>9,76,516</td>
<td> 21,58,765</td>
</tr>
<tr>
<td>14</td>
<td>20,71,363</td>
<td>9,79,065</td>
<td>10,92,298</td>
<td> 21,56,003</td>
</tr>
<tr>
<td>15</td>
<td>22,78,499</td>
<td>10,57,390</td>
<td>12,21,109</td>
<td> 21,52,012</td>
</tr>
<tr>
<td>16</td>
<td>25,06,349</td>
<td>11,41,981</td>
<td>13,64,368</td>
<td> 21,46,859</td>
</tr>
<tr>
<td>17</td>
<td>27,56,984</td>
<td>12,33,339</td>
<td>15,23,644</td>
<td> 21,40,611</td>
</tr>
<tr>
<td>18</td>
<td>30,32,682</td>
<td>13,32,006</td>
<td>17,00,676</td>
<td> 21,33,328</td>
</tr>
<tr>
<td>19</td>
<td>33,35,950</td>
<td>14,38,567</td>
<td>18,97,383</td>
<td> 21,25,069</td>
</tr>
<tr>
<td>20</td>
<td>36,69,545</td>
<td><strong>15,53,652 </strong></td>
<td>21,15,893</td>
<td> 21,15,893</td>
</tr>
<tr>
<th colspan="4" style="text-align: right;"><strong>Total cash after 20 years</strong></th>
<th> <strong>4,26,95,771 </strong></th>
</tr>
</tbody>
</table>
<p>Your cash balance has increased significantly with the decision to invest surplus cash. The cash balance has grown to Rs.4.26Crs from Rs.1.7Crs, a staggering 2.4x more than earlier (when you choose not to invest). Clearly, with the decision to invest, you are in a much better situation to deal with your post-retirement life.</p>
<p>Now, going back to the initial question of why invest? There are a few compelling reasons –</p>
<ol>
<li style="list-style-type: none;">
<ol>
<li><strong>Fight Inflation</strong> – By investing, one can deal better with the inevitable reality of life – the growing cost of living – generally referred to as Inflation.</li>
<li><strong>Create Wealth</strong> – By investing, one can build a bigger corpus by the end of the target period. In the above example, the period was up to retirement, but it can be anything – children’s education, marriage, house purchase, retirement holidays, etc</li>
<li><strong>Better life</strong> – To meet life’s financial aspirations.</li>
</ol>
</li>
</ol>
<h2>1.2 – Where to invest?</h2>
<p>Having figured out the reasons to invest, the next obvious question is – where would one invest, and what return can one expect with investing? When investing, one has to choose an <strong>asset class</strong> that suits the individual’s risk and returns profile. For example, one individual will be open to taking a lot of risk with his or her money, while another may want to take moderate risk, while another would want zero risk.</p>
<p>Think of an asset class as an investment vehicle defined by its risk and return characteristics. The following are some of the popular asset classes.</p>
<ol>
<li style="list-style-type: none;">
<ol>
<li>Fixed income instruments</li>
<li>Equity</li>
<li>Real estate</li>
<li>Commodities (precious metals)</li>
</ol>
</li>
</ol>
<h3><a><img alt="fixed-inst-icon" class="sub-img alignleft wp-image-163 size-full" decoding="async" height="131" src="http://zerodha.com/varsity/wp-content/uploads/2014/07/fixed-inst-icon.png" width="131"/> </a>Fixed Income Instruments</h3>
<p>Fixed-income instruments are investment avenues where your principal amount (the money you invest) is perceived to be safe. The entity pays an interest amount on the principal you invest. The bank’s fixed deposit scheme is the simplest example of a fixed investment instrument. The interest paid could be quarterly, semi-annual or annual. The capital is returned to the investor at the end of the investment period, also known as the maturity period.</p>
<p>A few examples for fixed-income instruments are –</p>
<ol>
<li>Bank’s Fixed deposits</li>
<li>Bonds issued by the Government of India (also called G Sec bonds and T Bills)</li>
<li>Bonds issued by Government related agencies such as GAIL, HUDCO, NHAI, etc</li>
<li>Bonds issued by corporate’s (Tata, Bajaj, Reliance, Adani)</li>
</ol>
<p>As of October 2022, the typical return from a fixed-income instrument (bank’s FD) varies between 5 – 6%. Government bonds offer about 5.5%, and a few corporate bonds offer nearly 9 or 10%. The rates across different instruments vary because of the risk varies. The Govt bonds are considered the safest investment, with zero risk to your investment, because, well, the govt can’t cheat and run away with your money. Corporate bonds are risky, though; investment in corporate bonds can go to zero, and we have seen plenty of such examples in the past.</p>
<h3><a href="http://zerodha.com/varsity/wp-content/uploads/2014/07/equity.png"> </a><img alt="equity-icon1" class="sub-img alignleft wp-image-164 size-full" decoding="async" height="131" src="http://zerodha.com/varsity/wp-content/uploads/2014/07/equity-icon1.png" width="131"/>Equity</h3>
<p>Investment in Equities involves buying shares of publicly listed companies. The shares are traded on the Bombay Stock Exchange (BSE) and the National Stock Exchange (NSE).</p>
<p>When an investor invests in equity, unlike a fixed-income instrument, there is no capital guarantee. However, as a trade-off, the returns from equity investment can be much better. Indian Equities have generated upwards of 12% CAGR (compound annual growth rate) over the past 10 to 15 years.</p>
<p>Investing in some of the best and most well-run Indian companies has yielded over 20% CAGR in the long term. Identifying such investment opportunities requires skill, hard work, and patience.</p>
<p> </p>
<h3><img alt="real-estate-icon" class="sub-img alignleft wp-image-161 size-full" decoding="async" height="131" src="http://zerodha.com/varsity/wp-content/uploads/2014/07/real-estate-icon.png" width="131"/></h3>
<h3>Real Estate</h3>
<p>Real Estate Investment involves transacting (buying and selling) commercial and non-commercial land. Typical examples include transacting in vacant plots, apartments, and commercial buildings. There are two income sources from real estate investments: Rental income and Capital appreciation of the investment amount. The rental yield typically varies between 2-3%, which is not so attractive, in my opinion. The appreciation in land prices is in select pockets and is not uniform.</p>
<p>The transaction procedure can be quite complex involving legal verification of documents. The cash outlay in real estate investment is usually quite large. There is no official metric to measure the returns generated by real estate. Hence it would be hard to comment on this.</p>
<h3><img alt="commodity-icon" class="sub-img alignleft wp-image-162 size-full" decoding="async" height="131" src="http://zerodha.com/varsity/wp-content/uploads/2014/07/commodity-icon.png" width="131"/></h3>
<h3>Commodity – Bullion</h3>
<p>Gold and silver are considered one of the most popular investment options. Gold and silver, over the long term, have appreciated. Investments in these metals have yielded a CAGR return of approximately 5-8% over the last 20 years. There are several ways to invest in gold and silver. One can invest in jewelry, Exchange Traded Funds (ETF), or <a href="https://tradingqna.com/t/what-are-sovereign-gold-bonds/6372">Sovereign Gold bonds</a>, popularly called as SGBs.</p>
<p>Going back to our initial example of investing the surplus cash, it would be interesting to see how much one would have saved by the end of 20 years, considering he can invest in any one – fixed income, equity, or bullion.</p>
<ol>
<li>By investing in fixed income at an average rate of 9% per annum (good corporate bond), the corpus would have grown to Rs.3.3Crs.</li>
<li>Investing in equities at an average rate of 15% per annum, the corpus would have grown to Rs.5.4Crs.</li>
<li>Investing in bullion at an average rate of 8% per annum, the corpus would have grown to Rs.3.09Crs.</li>
</ol>
<p>Equities tend to give you the best returns, especially when you have a multi-year investment perspective.</p>
<p>Many of you reading this may wonder why I’ve not considered Cryptocurrencies as an asset class. When you invest your hard-earned money, you need to ensure enough checks, balances, and regulatory frameworks to protect you as an investor. Crypto, lacks all these; hence I’d suggest you stay away from crypto (or any other fancy investment option) till there is a regulatory framework.</p>
<p>It is best if your investments have a mix of all asset classes. It is wise to diversify your investment among the various asset classes. The technique of allocating money across asset classes is termed ‘Asset Allocation’, and we will discuss asset allocation later in Varsity.</p>
<p>For instance, a young professional may take a higher risk given the age and years of investment available. Typically investors should allocate at least 60% of their investable amount in equity, 20% in precious metals, and 20% in fixed-income investments. The percentage mix changes based on risk profile and age. For example, a retired person could invest 80% in fixed income (Govt bonds maybe), 10% in equity markets, and 10% in precious metals.</p>
<h2>1.3 – Things to note before investing</h2>
<p>Investing is an integral part of financial planning, but before you start your investment journey, it is good to be aware of the following –</p>
<ol>
<li style="list-style-type: none;">
<ol>
<li>Risk and Return go hand in hand. Higher the risk, the higher the return. The lower the risk, the lower the return.</li>
<li>Investment in fixed income is a good option if you want to protect your principal amount. It is relatively less risky. However, you have the risk of losing money when you adjust the inflation return. Example – A fixed deposit that gives you 9% when the inflation is 10% means you lose a net of 1% per annum. Alternatively, the risk increases if you invest in a corporate fixed-income instrument.</li>
<li>Investment in Equities is a great option. It is known to beat inflation over a long period. Historically equity investment has generated returns close to 14-15%. However, equity investments can be risky.</li>
<li>Real Estate investment requires a significant outlay of cash and cannot be done with smaller amounts. Liquidity is another issue with real estate investment – you cannot buy or sell whenever you want.</li>
<li>Gold and silver are relatively safer, but the historical return on such investment has not been very encouraging.</li>
</ol>
</li>
</ol>
<p>You can download the <a href="https://zerodha.com/varsity/wp-content/uploads/2022/11/Module-1_Chapter-1_savings-comparision.xlsx">excel sheet</a> used in the chapter to generate the two tables.</p>
<p> </p>
<hr/>
<h3>Key takeaways from this chapter</h3>
<ol>
<li>One has to invest, to secure his or her’s financial future.</li>
<li>The corpus you build at the end of the investment period is sensitive to the return percentage. A slight variation in the rate can significantly impact the corpus.</li>
<li>Choose an instrument that best suits your risk and return appetite.</li>
<li>Equity should be a part of your investment if you want to beat inflation in the long run.</li>
<li>A good investment practice is to build a portfolio that mixes all asset classes.</li>
</ol>
<div class="clear"> </div>
</div>