Calculators

At Âé¶¹AV, we believe that planning and managing your finances should be as simple as possible. Use our free financial calculators below to get started planning your finances today!

 

function SiteMigrationAlert(TVSURL) { var Notice = "This website provides these links as a convenience. "; Notice += "This website has no control over the linked websites or the content therein. "; Notice += "As such, This website has no liability arising out of linking to these websites "; Notice += "and the existence of such links does not constitute endorsement by this website."; if (confirm(Notice)) {window.open(TVSURL);} else {return false;} }
var QS = unescape(document.location.search); var subject; var body; if (QS.indexOf("CALCULATORID") == -1) { subject = "financial calculators"; body = "Hello,%0A%0ATake a look at these online financial calculators.%0A%0A" + escape(document.location.href); } else { subject = "financial calculation"; body = "Hello,%0A%0ATake a look at this online financial calculation.%0A%0A" + escape(document.location.href); } var imgsrc = 'https://www.timevaluecalculators.com/timevaluecalculators/images/email_icon.png'; var imgtitle = 'Email this to a friend'; var linktext = 'mail icon'; var link = '' + linktext + ''; document.write(link); print icon
#tabs { display: block; float: left; width: 100%; position:relative; left:15px; z-index:1; /*set over .panel*/ } a.tab { border-collapse: collapse; border-style: solid solid none solid; border-color: #014E84; border-width: 1px 1px 0px 1px; padding: 3px 1em 2px 1em; margin-top: 6px; margin-right: 2px; font-family: arial; text-decoration: none; float: left; color:#FFFFFF; background: #014E84 url('https://www.timevaluecalculators.com/images/gradient.png'); } a.tab:hover { background: #FFFFFF; color:#000000; } a.selectedTab { padding-top:6px; margin-top:1px; color:#000000; border-width: 3px 1px 1px 1px; border-bottom: solid 1px white; background:#FFFFFF; } .cTimeValue .panel { position:relative; border: solid 1px #014E84; background-color: #FFFFFF; padding: 5px; height: 430px; overflow: auto; display:none; z-index:0; /*set under #tabs*/ top:-1px; } .cTimeValue .selectedPanel { display: block; } .cTimeValue H2, .cTimeValue H3 { color:black; } .cTimeValue A { color:#014E84; font-size: 10pt; } .cTimeValue li { margin-bottom:5px; } var suites = new Array('Home', 'Personal', 'Investment', 'Retirement', 'Lease'); var suiteTitles = new Array('Home', 'Personal', 'Investment', 'Retirement', 'Lease'); var selectedTab = null; function showPanel(tab, name) { if (selectedTab) { selectedTab.className = 'tab'; } if (tab) { selectedTab = tab; selectedTab.className = 'tab selectedTab'; for(i = 0; i < suites.length; i++) { var panelID = 'panel' + suites[i]; document.getElementById(panelID).className = (name == panelID) ? 'panel selectedPanel': 'panel'; } } return false; } function createTabs() { document.writeln('
'); for(i = 0; i < suites.length; i++ ) { var panelID = 'panel' + suites[i]; var tabID = 'tab' + suites[i]; document.write('' + suiteTitles[i] + ''); } document.writeln('

'); } QS = unescape(document.location.search); if (QS.indexOf("CALCULATORID") == -1) {createTabs();}
// Developers: If you should have any questions or concerns // regarding the use of this script, please call // TimeValue Software Support at 800-426-4741 TEMPLATE_ID = "www.websterfirst.com_2"; CALCULATORID = ""; PASSTHROUGH = ""; HIDEFORMTAG = ""; TVCMOBILE = ""; ACCORDIANINPUT = ""; if (document.location.href.substring(0,5) == "https") { URL = "https://"; } else { URL = "http://";} URL += "www.TimeValueCalculators.com/timevaluecalculators/includes/calculators_script.js"; scriptTag = 'SCRIPT '; languageAttr = 'LANGUAGE="JavaScript" '; srcAttr = 'SR' + 'C="' + URL + '" '; //split for DNN typeAttr = 'TYPE="text/javascript" '; document.write('');

Your browser does not support JavaScript. Please enable JavaScript or click here to use the non-JavaScript calculators.

initMenu();
QS = unescape(document.location.search).toLowerCase(); var suite = 1 if(QS.indexOf("home")>0) {suite=1;} if(QS.indexOf("personal")>0) {suite=2;} if(QS.indexOf("investment")>0) {suite=3;} if(QS.indexOf("retirement")>0) {suite=4;} if(QS.indexOf("lease")>0) {suite=5;} switch (suite) { case 1: showPanel(document.getElementById('tabHome'), 'panelHome'); break; case 2: showPanel(document.getElementById('tabPersonal'), 'panelPersonal'); break; case 3: showPanel(document.getElementById('tabInvestment'), 'panelInvestment'); break; case 4: showPanel(document.getElementById('tabRetirement'), 'panelRetirement'); break; case 5: showPanel(document.getElementById('tabLease'), 'panelLease'); break; default: showPanel(document.getElementById('tabHome'), 'panelHome'); break; }