#!/usr/local/bin/perl print "Content-type: text/html\n\n"; print '
'; print "Enter the values below. The calculator will try to calculate what kind of income lenders will expect you to be making to qualify for the specific values. Property tax and home insurance numbers vary greatly by region and construction type.
| Total monthly lender payment: | \$ %7.2f |
| Total monthly debt payment: | \$ %7.2f |
| Total monthly PMI payment. %4.2f %% a year on \$ %7.0f loan Your down payment (%5.2f %%) | \$ %7.2f |
| With a down payment of \$ %9d on a purchase of \$ %9d\n",
$dp,$hv);
printf(" That's a downpayment of only %5.3f %% !\n", $dp/$hv*100); print " Sorry, but that is highly unprobable. (Most lenders require 3% down. With VA loans as a big exception) | |
| 28%% Qualifying income: | \$ %9.2f |
| 36%% Qualifying income: | \$ %9.2f |
| So Minimum Qualifying income: | \$ $req_inc_s |