Skip to main content

JENNIFER GALE JONES, AAMS®
Investment Advisor Representative
Senior Wealth Manager

Printed from: www.pi.finance

Net Worth

What Is Your Current Net Worth?

Determining your net worth can help you develop a clearer picture of your financial situation. One important tool is a balance sheet, which summarizes your assets and liabilities and reveals your net worth. This calculator was designed to help you get a handle on your current financial situation.

Assets:

(Indicate the present dollar value for the items you own.)

Assets:

(Indicate the present dollar value for the items you own.)

Liabilities:

(Indicate the dollar amount you still owe.)

Liabilities:

(Indicate the dollar amount you still owe.)

You may be surprised at how much or how little you have once you calculate the figures. If your net worth is less than you expected, don’t be discouraged. There are a number of steps we can help you take right away to begin building your net worth.

Skip Table Information
Your Results
Description Amount
Your total assets: $0
Your total liabilities: $0
Your net worth: $0

Are your assets and liabilities divided up as you expected? For example, does your credit card debt account for more of your overall liabilities than you realized? The key to building net worth over time is to take action to reduce your liabilities and by employing the principles of sound financial management to help grow your assets.

Assets

Liabilities

<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.5.htm'); changeSpecificHrefs('/preview/contact_us', '/preview/Contact-Us.5.htm'); changeSpecificHrefs('https://admin.emeraldconnect.com/preview/contact_us/', 'https://admin.emeraldconnect.com/preview/Contact-Us.5.htm'); changeSpecificHrefs('https://admin.emeraldconnect.com/preview/contact_us', 'https://admin.emeraldconnect.com/preview/Contact-Us.5.htm'); changeSpecificHrefs('https://admin2.emeraldconnect.com/preview/contact_us/', 'https://admin2.emeraldconnect.com/preview/Contact-Us.5.htm'); changeSpecificHrefs('https://admin2.emeraldconnect.com/preview/contact_us', 'https://admin2.emeraldconnect.com/preview/Contact-Us.5.htm'); changeSpecificHrefs('https://www.letsplanyourretirement.com/contact_us/', 'https://www.letsplanyourretirement.com/Contact-Us.5.htm'); changeSpecificHrefs('https://www.letsplanyourretirement.com/contact_us', 'https://www.letsplanyourretirement.com/Contact-Us.5.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(.customsection5)') { $('body.customsection5 .map-address').load('contact_us #hcard'); }