-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
655 lines (549 loc) · 30.4 KB
/
index.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
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>Retirement Calculator</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
<meta name="description" content="Retirement savings calculator that uses the formula FV = PV (1 + R)ⁿ to help users plan for retirement and calculate retirement income.">
<link rel="preload" href="./assets/fonts/inter-v12-latin-regular.woff2" as="font" crossorigin type="font/woff2">
<link rel="preload" href="./assets/fonts/inter-v12-latin-500.woff2" as="font" crossorigin type="font/woff2">
<link rel="preload" href="./assets/fonts/inter-v12-latin-600.woff2" as="font" crossorigin type="font/woff2">
<link rel="preload" href="./assets/fonts/inter-v12-latin-800.woff2" as="font" crossorigin type="font/woff2">
<script type="text/javascript">
window._ = document.getElementById.bind(document);
window.$ = document.querySelector.bind(document);
window.$$ = document.querySelectorAll.bind(document);
window.defaultSystem = "imperial";
localStorage.setItem("theme", "light");
</script>
<link rel="stylesheet" href="./assets/css/main.min.css" />
<script src="./assets/js/all-calculators.js" defer></script>
</head>
<body style="background-color: transparent !important; min-height: 0 !important">
<div style="width: 100%;">
<div style="width:350px;float:left;padding: 15px;">
<div class="calculator-settings">
<div class="calculator-setting" id="calculator_form">
<div class="calculator-content col">
<div class="input-wrapper row">
<label class="input col apr-calculator,401k-calculator,retirement-calculator,annuity-calculator">
<div class="dropdown-wrapper">
<div class="input-field row " tabindex="0">
<select class="input-field__text" onchange="switchTab(this)" id="retirement-calculator">
<option value="How much to retire" >
How much to retire
</option>
<option value="How to save for retirement?" >
How to save for retirement?
</option>
<option value="How much can be withdrawn?" >
How much can be withdrawn?
</option>
<option value="How long can your money last?" >
How long can your money last?
</option>
</select>
</div>
</div>
</label> </div>
<div class="input-wrapper row tab tab--active" data-tab="0">
<label class="input col apr-calculator,401k-calculator,retirement-calculator,annuity-calculator ">
<p class="input__title">Current Age</p>
<div class="input-field row">
<input type="text" class="input-field__input" placeholder="" id="current_age" value="35" />
<span class="input-field__hint">years</span>
</div>
</label> <label class="input col apr-calculator,401k-calculator,retirement-calculator,annuity-calculator ">
<p class="input__title">Planned Retirement</p>
<div class="input-field row">
<input type="text" class="input-field__input" placeholder="" id="planned_retirement" value="65" />
<span class="input-field__hint">years</span>
</div>
</label> </div>
<div class="input-wrapper row tab tab--active" data-tab="0">
<label class="input col apr-calculator,401k-calculator,retirement-calculator,annuity-calculator ">
<p class="input__title">Life Expectancy</p>
<div class="input-field row">
<input type="text" class="input-field__input" placeholder="" id="life_expectancy" value="85" />
<span class="input-field__hint">79 in U.S. on average</span>
</div>
</label> </div>
<div class="input-wrapper row tab tab--active" data-tab="0">
<label class="input col apr-calculator,401k-calculator,retirement-calculator,annuity-calculator ">
<p class="input__title">Expected Social Security Income</p>
<div class="input-field row">
<span class="input-field__hint">$</span>
<input type="text" class="input-field__input" placeholder="" id="expected_social_security_income" value="1200" />
<span class="input-field__hint">per month</span>
</div>
</label> </div>
<div class="input-wrapper row tab tab--active" data-tab="0">
<label class="input col apr-calculator,401k-calculator,retirement-calculator,annuity-calculator ">
<p class="input__title">Other Income After Retirement</p>
<div class="input-field row">
<span class="input-field__hint">$</span>
<input type="text" class="input-field__input" placeholder="" id="other_income_after_retirement" value="300" />
<span class="input-field__hint">per month</span>
</div>
</label> </div>
<div class="input-wrapper row tab tab--active" data-tab="0">
<label class="input col apr-calculator,401k-calculator,retirement-calculator,annuity-calculator ">
<p class="input__title">Average Investment Return</p>
<div class="input-field row">
<input type="text" class="input-field__input" placeholder="" id="average_investment_return" value="6" />
<span class="input-field__hint">%</span>
</div>
</label> </div>
<div class="input-wrapper row tab tab--active" data-tab="0">
<label class="input col apr-calculator,401k-calculator,retirement-calculator,annuity-calculator ">
<p class="input__title">Inflation Rate (Annual)</p>
<div class="input-field row">
<input type="text" class="input-field__input" placeholder="" id="inflation_rate" value="3" />
<span class="input-field__hint">%</span>
</div>
</label> </div>
<div class="input-wrapper row tab tab--active" data-tab="0">
<label class="input col apr-calculator,401k-calculator,retirement-calculator,annuity-calculator ">
<p class="input__title">Your Current Income</p>
<div class="input-field row">
<span class="input-field__hint">$</span>
<input type="text" class="input-field__input" placeholder="" id="current_income" value="70000" />
<span class="input-field__hint">per year</span>
</div>
</label> </div>
<div class="input-wrapper row tab tab--active" data-tab="0">
<label class="input col apr-calculator,401k-calculator,retirement-calculator,annuity-calculator ">
<p class="input__title">Income Needed After Retirement</p>
<div class="input-field row">
<input type="text" class="input-field__input" placeholder="" id="income_needed_after_retirement" value="70" />
<span class="input-field__hint">%</span>
</div>
</label> </div>
<div class="input-wrapper row tab tab--active" data-tab="0">
<label class="input col apr-calculator,401k-calculator,retirement-calculator,annuity-calculator ">
<p class="input__title">Your current retirement savings</p>
<div class="input-field row">
<span class="input-field__hint">$</span>
<input type="text" class="input-field__input" placeholder="" id="current_income_savings" value="" />
</div>
</label> </div>
<div class="input-wrapper row tab tab--active" data-tab="0">
<label class="input col apr-calculator,401k-calculator,retirement-calculator,annuity-calculator ">
<p class="input__title">Future retirement savings</p>
<div class="input-field row">
<input type="text" class="input-field__input" placeholder="" id="future_retirement_savings" value="10" />
<span class="input-field__hint">%</span>
</div>
</label> </div>
<div class="input-wrapper row tab" data-tab="1">
<label class="input col apr-calculator,401k-calculator,retirement-calculator,annuity-calculator ">
<p class="input__title">Current Age</p>
<div class="input-field row">
<input type="text" class="input-field__input" placeholder="" id="current_age_2" value="35" />
<span class="input-field__hint">years</span>
</div>
</label> <label class="input col apr-calculator,401k-calculator,retirement-calculator,annuity-calculator ">
<p class="input__title">Planned Retirement</p>
<div class="input-field row">
<input type="text" class="input-field__input" placeholder="" id="planned_retirement_2" value="65" />
<span class="input-field__hint">years</span>
</div>
</label> </div>
<div class="input-wrapper row tab" data-tab="1">
<label class="input col apr-calculator,401k-calculator,retirement-calculator,annuity-calculator ">
<p class="input__title">Amount Needed at the Retirement Age</p>
<div class="input-field row">
<span class="input-field__hint">$</span>
<input type="text" class="input-field__input" placeholder="" id="amount_needed" value="800000" />
</div>
</label> </div>
<div class="input-wrapper row tab" data-tab="1">
<label class="input col apr-calculator,401k-calculator,retirement-calculator,annuity-calculator ">
<p class="input__title">Your Retirement Savings Now</p>
<div class="input-field row">
<span class="input-field__hint">$</span>
<input type="text" class="input-field__input" placeholder="" id="retirement_saving" value="30000" />
</div>
</label> </div>
<div class="input-wrapper row tab" data-tab="1">
<label class="input col apr-calculator,401k-calculator,retirement-calculator,annuity-calculator ">
<p class="input__title">Average Investment Return</p>
<div class="input-field row">
<input type="text" class="input-field__input" placeholder="" id="average_Investment_return_2" value="6" />
<span class="input-field__hint">%</span>
</div>
</label> </div>
<div class="input-wrapper row tab" data-tab="2">
<label class="input col apr-calculator,401k-calculator,retirement-calculator,annuity-calculator ">
<p class="input__title">Current Age</p>
<div class="input-field row">
<input type="text" class="input-field__input" placeholder="" id="current_age_3" value="35" />
<span class="input-field__hint">years</span>
</div>
</label> <label class="input col apr-calculator,401k-calculator,retirement-calculator,annuity-calculator ">
<p class="input__title">Planned Retirement</p>
<div class="input-field row">
<input type="text" class="input-field__input" placeholder="" id="planned_retirement_3" value="65" />
<span class="input-field__hint">years</span>
</div>
</label> </div>
<div class="input-wrapper row tab" data-tab="2">
<label class="input col apr-calculator,401k-calculator,retirement-calculator,annuity-calculator ">
<p class="input__title">Life Expectancy</p>
<div class="input-field row">
<input type="text" class="input-field__input" placeholder="" id="life_expectancy_2" value="85" />
<span class="input-field__hint">79 in U.S. on average</span>
</div>
</label> </div>
<div class="input-wrapper row tab" data-tab="2">
<label class="input col apr-calculator,401k-calculator,retirement-calculator,annuity-calculator ">
<p class="input__title">Your Retirement Savings Now</p>
<div class="input-field row">
<span class="input-field__hint">$</span>
<input type="text" class="input-field__input" placeholder="" id="retirement_saving_2" value="30000" />
</div>
</label> </div>
<div class="input-wrapper row tab" data-tab="2">
<label class="input col apr-calculator,401k-calculator,retirement-calculator,annuity-calculator ">
<p class="input__title">Annual Contribution</p>
<div class="input-field row">
<span class="input-field__hint">$</span>
<input type="text" class="input-field__input" placeholder="" id="annual_contribution" value="6000" />
</div>
</label> </div>
<div class="input-wrapper row tab" data-tab="2">
<label class="input col apr-calculator,401k-calculator,retirement-calculator,annuity-calculator ">
<p class="input__title">Monthly Contribution</p>
<div class="input-field row">
<span class="input-field__hint">$</span>
<input type="text" class="input-field__input" placeholder="" id="monthly_contribution" value="" />
</div>
</label> </div>
<div class="input-wrapper row tab" data-tab="2">
<label class="input col apr-calculator,401k-calculator,retirement-calculator,annuity-calculator ">
<p class="input__title">Average Investment Return</p>
<div class="input-field row">
<input type="text" class="input-field__input" placeholder="" id="average_Investment_return_3" value="6" />
<span class="input-field__hint">%</span>
</div>
</label> </div>
<div class="input-wrapper row tab" data-tab="2">
<label class="input col apr-calculator,401k-calculator,retirement-calculator,annuity-calculator ">
<p class="input__title">Inflation Rate (Annual)</p>
<div class="input-field row">
<input type="text" class="input-field__input" placeholder="" id="inflation_rate_2" value="3" />
<span class="input-field__hint">%</span>
</div>
</label> </div>
<div class="input-wrapper row tab" data-tab="3">
<label class="input col apr-calculator,401k-calculator,retirement-calculator,annuity-calculator ">
<p class="input__title">The Amount You Have</p>
<div class="input-field row">
<span class="input-field__hint">$</span>
<input type="text" class="input-field__input" placeholder="" id="amount_have" value="600000" />
</div>
</label> </div>
<div class="input-wrapper row tab" data-tab="3">
<label class="input col apr-calculator,401k-calculator,retirement-calculator,annuity-calculator ">
<p class="input__title">You Plan to Withdraw</p>
<div class="input-field row">
<span class="input-field__hint">$</span>
<input type="text" class="input-field__input" placeholder="" id="plan_withdraw" value="5000" />
<span class="input-field__hint">per month</span>
</div>
</label> </div>
<div class="input-wrapper row tab" data-tab="3">
<label class="input col apr-calculator,401k-calculator,retirement-calculator,annuity-calculator ">
<p class="input__title">Average Investment Return</p>
<div class="input-field row">
<input type="text" class="input-field__input" placeholder="" id="average_Investment_return_4" value="6" />
<span class="input-field__hint">%</span>
</div>
</label> </div>
</div>
<div class="calculator-content calculator-content--gray calculator-content--footer calculator-content--small row tab tab--active" data-tab="0">
<button class="button button--primary ml-auto" onclick="calculate(this); animateElements();" data-action="calculate" id="action-button">Calculate</button>
</div>
<script type="text/javascript" src="./assets/js/lib/chartjs/chart.min.js" id="chartjs_lib" defer></script>
<script type="text/javascript" src="./assets/js/chart.js" id="chartjs_script" defer></script>
<script type="text/javascript" src="./assets/js/calculator.js" defer></script>
<div class="calculator-content calculator-content--gray calculator-content--footer calculator-content--small row tab " data-tab="1">
<button class="button button--primary ml-auto" onclick="calculate2(this); animateElements();" data-action="calculate2" id="action-button">Calculate</button>
</div>
<script type="text/javascript" src="./assets/js/lib/chartjs/chart.min.js" id="chartjs_lib" defer></script>
<script type="text/javascript" src="./assets/js/chart.js" id="chartjs_script" defer></script>
<div class="calculator-content calculator-content--gray calculator-content--footer calculator-content--small row tab " data-tab="2">
<button class="button button--primary ml-auto" onclick="calculate3(this); animateElements();" data-action="calculate3" id="action-button">Calculate</button>
</div>
<script type="text/javascript" src="./assets/js/lib/chartjs/chart.min.js" id="chartjs_lib" defer></script>
<script type="text/javascript" src="./assets/js/chart.js" id="chartjs_script" defer></script>
<div class="calculator-content calculator-content--gray calculator-content--footer calculator-content--small row tab " data-tab="3">
<button class="button button--primary ml-auto" onclick="calculate4(this); animateElements();" data-action="calculate4" id="action-button">Calculate</button>
</div>
<script type="text/javascript" src="./assets/js/lib/chartjs/chart.min.js" id="chartjs_lib" defer></script>
<script type="text/javascript" src="./assets/js/chart.js" id="chartjs_script" defer></script>
</div>
</div>
</div>
<div style="float:left;padding: 15px; overflow: scroll;">
<div class="calculator-result calculator-result--error col" id="error-box">
<div class="row">
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM8.70711
7.29289C8.31658 6.90237 7.68342 6.90237 7.29289 7.29289C6.90237 7.68342 6.90237 8.31658 7.29289 8.70711L8.58579 10L7.29289 11.2929C6.90237 11.6834 6.90237 12.3166 7.29289
12.7071C7.68342 13.0976 8.31658 13.0976 8.70711 12.7071L10 11.4142L11.2929 12.7071C11.6834 13.0976 12.3166 13.0976 12.7071 12.7071C13.0976 12.3166 13.0976 11.6834 12.7071
11.2929L11.4142 10L12.7071 8.70711C13.0976 8.31658 13.0976 7.68342 12.7071 7.29289C12.3166 6.90237 11.6834 6.90237 11.2929 7.29289L10 8.58579L8.70711 7.29289Z" fill="#F87171" class="dark:fill-red-200"></path>
</svg>
<p class="calculator-error__title">There was an error with your calculation.</p>
</div>
<div class="col" id="error-list"></div>
</div> <span id="calculator_result"><div class="calculator-result col tab tab--active" data-tab="0">
<p class="table-cell table-cell--table-dark table-cell--only-title">Result</p>
<div class="table-cell table-cell--age table-cell--only row">
<div class="col chart__text animate">
<p class="result-text" id="total-saving">$553,407 at Age 65</p>
<p class="result-text result-text--small-loan" id="needed-total">Savings Needed at 65: $1,516,653</p>
<p class="result-text result-text--small-loan" id="total-without-inflation">Equivalent Purchase Power Now: $624,841</p>
<p class="result-text result-text--small-loan" id="lifestyle-after-retirement">Lifestyle after Retirement: $55,198</p>
</div>
<div class="chart-wrapper chart-wrapper--donut chart-wrapper--donut-row">
<canvas id="chartLoanSimple" class="chart chart--donut" height="200px"></canvas>
<div class="chart__donut-legend chart__donut-legend--col">
<div class="chart__donut-legend-item">
<div class="result-chart result-chart--yellow"></div>
<p class="result-text result-text--small">You will have</p>
</div>
<div class="chart__donut-legend-item">
<div class="result-chart result-chart--purple"></div>
<p class="result-text result-text--small">You will need</p>
</div>
</div>
</div>
</div>
<div class="result-table__wrapper">
<table class="result-table">
<thead class="dark">
<tr>
<th class="dark indigo animate" colspan="3" id="monthly-income-savings">MONTHLY INCOME AFTER RETIREMENT (IF SAVED $553,407):
</th>
</tr>
</thead>
<tbody>
<tr>
<th></th>
<th>ACTUAL AMOUNT</th>
<th>TODAY'S MONEY</th>
</tr>
<tr>
<th>Total</th>
<td id="total-monthly" class="animate">$4,600</td>
<td id="total-monthly-2" class="animate">$1,895</td>
</tr>
<tr>
<th>From Savings</th>
<td id="monthly-from-saving" class="animate">$3,100</td>
<td id="monthly-from-saving-2" class="animate">$1,277</td>
</tr>
<tr>
<th>From Social Security</th>
<td id="monthly-from-social" class="animate">$1,200</td>
<td id="monthly-from-social-2" class="animate">$494</td>
</tr>
<tr>
<th>From Other Income</th>
<td id="monthly-from-other" class="animate">$300</td>
<td id="monthly-from-other-2" class="animate">$124</td>
</tr>
</tbody>
</table>
<table class="result-table">
<thead class="dark">
<tr>
<th class="dark indigo animate" colspan="3" id="monthly-income-needed">MONTHLY INCOME AFTER RETIREMENT (IF SAVED $1,516,653):
</th>
</tr>
</thead>
<tbody>
<tr>
<th></th>
<th>ACTUAL AMOUNT</th>
<th>TODAY'S MONEY</th>
</tr>
<tr>
<th>Total</th>
<td id="total-monthly-needed" class="animate">$9,911</td>
<td id="total-monthly-needed-2" class="animate">$4,083</td>
</tr>
<tr>
<th>From Savings</th>
<td id="monthly-from-saving-needed" class="animate">$8,411</td>
<td id="monthly-from-saving-needed-2" class="animate">$3,465</td>
</tr>
<tr>
<th>From Social Security</th>
<td id="monthly-from-social-needed" class="animate">$1,200</td>
<td id="monthly-from-social-needed-2" class="animate">$494</td>
</tr>
<tr>
<th>From Other Income</th>
<td id="monthly-from-other-needed" class="animate">$300</td>
<td id="monthly-from-other-needed-2" class="animate">$124</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="calculator-result col tab" data-tab="1">
<div class="result-table__wrapper">
<table class="result-table">
<thead class="dark">
<tr>
<th class="dark indigo" colspan="2" id="monthly-payment-2">IF YOU SAVE EVERY MONTH UNTIL 65</th>
</tr>
</thead>
<tbody>
<tr>
<th>Amount to Save Every Month</th>
<td id="save-every-month" class="animate">$644.11</td>
</tr>
<tr>
<th>Total Principal</th>
<td id="save-every-month-principal" class="animate">$261,880.23</td>
</tr>
<tr>
<th>Total Interest</th>
<td id="save-every-month-interest" class="animate">$538,119.77</td>
</tr>
<tr>
<th class="dark indigo" colspan="2" id="yearly-payment-2">IF YOU SAVE EVERY YEAR UNTIL 65</th>
</tr>
<tr>
<th>Amount to Save Every Year</th>
<td id="save-every-year" class="animate">$7,939.66</td>
</tr>
<tr>
<th>Total Principal</th>
<td id="save-every-year-principal" class="animate">$268,189.86</td>
</tr>
<tr>
<th>Total Interest</th>
<td id="save-every-year-interest" class="animate">$531,810.14</td>
</tr>
<tr>
<th class="dark indigo" colspan="2">IF YOU HAVE IT NOW</th>
</tr>
<tr>
<th>Additional Amount Needed</th>
<td id="you-have" class="animate">$109,288.10</td>
</tr>
<tr>
<th>Total Principal</th>
<td id="you-have-principal" class="animate">$139,288.10</td>
</tr>
<tr>
<th>Total Interest</th>
<td id="you-have-interest" class="animate">$660,711.90</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="calculator-result col tab" data-tab="2">
<div class="result-table__wrapper">
<table class="result-table">
<thead class="dark">
<tr>
<th class="dark indigo" colspan="2">Result</th>
</tr>
</thead>
<tbody>
<tr>
<th id="balance-retirement-title">Balance at the retirement age of 65</th>
<td id="balance-retirement" class="animate">$646,653.85</td>
</tr>
<tr>
<th>Equivalent to current purchase power of</th>
<td id="today-balance-retirement" class="animate">$266,412.83</td>
</tr>
<tr>
<th id="withdraw-monthly-title">The amount you can withdraw monthly at 65 and increase 3% annually
</th>
<td id="withdraw-monthly" class="animate">$3,573.24</td>
</tr>
<tr>
<th>Equivalent to current purchase power of</th>
<td id="today-withdraw-monthly" class="animate">$1,472.13</td>
</tr>
<tr>
<th id="withdraw-monthly-title-65-85">The amount you can withdraw monthly from 65 to 85</th>
<td id="withdraw-monthly-65-85" class="animate">$4,573.73</td>
</tr>
<tr>
<th id="withdraw-monthly-title-65">At age 65, equivalent to current purchase power of</th>
<td id="withdraw-monthly-65" class="animate">$1,884.32</td>
</tr>
<tr>
<th id="withdraw-monthly-title-85">At age 85, equivalent to current purchase power of</th>
<td id="withdraw-monthly-85" class="animate">$1,043.30</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="calculator-result col tab" data-tab="3">
<div class="result-table__wrapper">
<div class="result" id="result-4-wrap">
<p class="table-cell table-cell--table-dark table-cell--only-title">Result</p>
<div class="table-cell table-cell--age table-cell--only row">
<div class="col result-text animate" id="result-4">If withdraw $5,000 per month, $600,000 can last 15 years and 0.7 months.
</div>
</div>
</div>
<table class="result-table" id="result-table-4">
<thead class="dark">
<tr>
<th class="dark indigo">WITHDRAW LENGTH</th>
<th class="dark indigo">WITHDRAW AMOUNT</th>
</tr>
</thead>
<tbody id="withdraw-table" class="animate">
<tr>
<th>5 years</th>
<td>$11,555.39/month</td>
</tr>
<tr>
<th>10 years</th>
<td>$6,613.44/month</td>
</tr>
<tr>
<th>15 years</th>
<td>$5,011.76/month</td>
</tr>
<tr>
<th>20 years</th>
<td>$4,243.75/month</td>
</tr>
<tr>
<th>25 years</th>
<td>$3,807.73/month</td>
</tr>
<tr>
<th>30 years</th>
<td>$3,536.22/month</td>
</tr>
<tr>
<th>35 years</th>
<td>$3,357.34/month</td>
</tr>
</tbody>
</table>
</div>
</div>
</span>
</div>
</div>
<script async src="./assets/js/lib/math.min.js"></script>
<script defer src="./assets/js/functions.js"></script>
</body>
</html>