Skip to main content

Pm Paul D.J. Morgis, CFP®, Ch FC, MBA
CERTIFIED FINANCIAL PLANNER™ professional

Printed from: www.pmiip.com

Savings Accumulation

How Much Money Are You on Track to Save?

If you currently have a savings plan in place, it’s important to know how much money you are on track to accumulate. As the saying goes, if you don’t know where you’re going, any road will take you there. Regardless of whether you’re saving for a long-term goal such as retirement or for a short-term goal such as a family vacation, it’s important to have a dollar figure in mind. This calculator is designed to help you estimate the future value of your current savings.

 

Will you accumulate enough savings to reach your goals? You may need to reexamine your savings plan and make some adjustments. You can change some of the variables to see how much savings you would accumulate under different scenarios.

Skip Table Information
Your Results
Description Amount
Total value of current savings: $0
Anticipated additional savings each year: $0
Total savings accumulated at end of period: $0

This chart shows the estimated savings accumulation using the after-tax rate of return you selected. Are you satisfied with the savings accumulation illustrated on the graph? If not, you may want to consider increasing the amount you save or decide whether you can afford to invest your savings more aggressively. If you want to accumulate more but aren’t sure how, we can help you develop a savings program that could help you bring your goals within reach.

Estimated Year by Year Savings Accumulation

The information provided is not specific investment advice, a guarantee of performance, or a recommendation. Rates of return will vary over time, particularly for long-term investments. Investments offering the potential for higher rates of return also involve a higher degree of risk.

<script> function changeSpecificHrefs(oldHref, newHref) { const allLinks = document.querySelectorAll('a'); // Iterate over the collection of links allLinks.forEach(link => { // Check if the link's current href matches the one you want to change if (link.href === oldHref) { // If it matches, set the new href link.href = newHref; // Or use setAttribute: link.setAttribute('href', newHref); } }); } document.addEventListener('DOMContentLoaded', function () { changeSpecificHrefs('contact_us', 'Contact-Us.10.htm'); changeSpecificHrefs('/preview/contact_us', '/preview/Contact-Us.10.htm'); changeSpecificHrefs('https://admin.emeraldconnect.com/preview/contact_us/', 'https://admin.emeraldconnect.com/preview/Contact-Us.10.htm'); changeSpecificHrefs('https://admin.emeraldconnect.com/preview/contact_us', 'https://admin.emeraldconnect.com/preview/Contact-Us.10.htm'); changeSpecificHrefs('https://admin2.emeraldconnect.com/preview/contact_us/', 'https://admin2.emeraldconnect.com/preview/Contact-Us.10.htm'); changeSpecificHrefs('https://admin2.emeraldconnect.com/preview/contact_us', 'https://admin2.emeraldconnect.com/preview/Contact-Us.10.htm'); changeSpecificHrefs('https://www.letsplanyourretirement.com/contact_us/', 'https://www.letsplanyourretirement.com/Contact-Us.10.htm'); changeSpecificHrefs('https://www.letsplanyourretirement.com/contact_us', 'https://www.letsplanyourretirement.com/Contact-Us.10.htm'); }); // Contact Validator $.validator.setDefaults({ submitHandler: function (e) { var _f = $('#form'); if (_f.find('.antispam input').val() != 'not spam') { // honeypot was populated. don't submit return false; } else { var url = 'form_proc.cfm'; var formData = $('#form').serializeArray(); $.post(url, formData).done(function (data) { console.log('Form submitted'); }); console.log(formData); // Clear fileds once form is submitted $('#form').closest('form').find('input[type=text], textarea').val(''); $('#form').fadeOut(); $('.contact-form').empty().hide().html( '

Thank you!

Your submission is complete

' ).fadeIn('slow'); } } }); // Equal to static Value $.validator.addMethod("equalStatic", function (value, element, param) { return this.optional(element) || value === param; }, "You must answer the question correctly"); $('#form').validate({ rules: { Name: 'required', Email: { required: true, email: true }, Message: 'required', Question: { required: true, equalStatic: '24' } }, messages: { Name: 'Name is Required', Email: 'Email Address is Incorrect', } }); if ('body:is(.customsection10)') { $('body.customsection10 .map-address').load('contact_us #hcard'); }