justgl@coronadobeach.com
Log in
Call Today: 619.813.7193
Coronado Cays
  • Home
  • About Us
    • Meet Gerri-lynn
    • Home Loan Expert
    • Reviews
  • Properties
    • Featured Properties
    • Sold Properties
  • Communities
    • Communities Overview
    • Coronado Cays
    • Coronado Shores
    • Coronado Village
    • Imperial Beach
    • Neighborhood Connection
  • Logo
  • Sellers and Buyers
    • Downtown Innovation Center
    • What's My Home Worth?
    • Seller Concierge
    • Seller Tips & Resources
    • Mortgage & Financing
    • Buyer Concierge
    • Buyer Tips & Resources
    • Junk Removal
  • Market News
  • Contact Us
Pacific Sothebys
  • Home
  • About Us
    • Meet Gerri-lynn
    • Home Loan Expert
    • Reviews
  • Properties
    • Featured Properties
    • Sold Properties
  • Communities
    • Communities Overview
    • Coronado Cays
    • Coronado Shores
    • Coronado Village
    • Imperial Beach
    • Neighborhood Connection
  • Logo
  • Sellers and Buyers
    • Downtown Innovation Center
    • What's My Home Worth?
    • Seller Concierge
    • Seller Tips & Resources
    • Mortgage & Financing
    • Buyer Concierge
    • Buyer Tips & Resources
    • Junk Removal
  • Market News
  • Contact Us

Mortgage And Financing

Mortgage And Financing

Mortgage And Financing

Mortgage And Financing

Mortgage And Financing

Financing

Your Home Purchase

Whether you are looking at a condo in Coronado or a house in San Diego, buying a home usually involves obtaining a mortgage loan unless you are downsizing your home or have equity for the full purchase amount, in which case you would not need a loan. It is important to figure out just how much property you can afford to spend your money on as well as maintain without overstepping your budget so that you do not waste time looking at homes that you will not be able to support. A simple and critical thing to do is to plan ahead for typical expenses related to buying a home such as your utilities, property taxed, strata fees, maintenance expenses, and any obvious renovations if the house needs them.

The best recommendation Gerri-Lynn Fives can give is to get a pre-approved for financing by a mortgage professional at the very beginning of the home buying process. Along with my partnership between myself and local mortgage brokers and financial institutions in Coronado and the greater San Diego area ensure that you are getting the best rates available and will put you in a position of power by being a serious cash buyer.

Feel free to contact me with any questions or concerns you may have in regards to financing your home purchase or to request a list of recommended mortgage professionals. To contact Gerri-Lynn or fill out a Home Buyer Concierge checklist to and get started, please click on the links provided.

Mortgage Calculator

​ function get_interest_factor($year_term, $monthly_interest_rate) { global $base_rate; $factor = 0; $base_rate = 1 + $monthly_interest_rate; $denominator = $base_rate; for ($i=0; $i // If the form is complete, we'll start the math if ($form_complete) { // We'll set all the numeric values to JUST // numbers - this will delete any dollars signs, // commas, spaces, and letters, without invalidating // the value of the number $sale_price = ereg_replace( "[^0-9.]", "", $sale_price); $annual_interest_percent = eregi_replace("[^0-9.]", "", $annual_interest_percent); $year_term = eregi_replace("[^0-9.]", "", $year_term); $down_percent = eregi_replace("[^0-9.]", "", $down_percent); if (((float) $year_term Sale Price of Home, Length of Motgage and Annual Interest Rate"; } if (!$error) { $month_term = $year_term * 12; $down_payment = $sale_price * ($down_percent / 100); $annual_interest_rate = $annual_interest_percent / 100; $monthly_interest_rate = $annual_interest_rate / 12; $financing_price = $sale_price - $down_payment; $monthly_factor = get_interest_factor($year_term, $monthly_interest_rate); $monthly_payment = $financing_price / $monthly_factor; } } else { if (!$sale_price) { $sale_price = $default_sale_price; } if (!$annual_interest_percent) { $annual_interest_percent = $default_annual_interest_percent; } if (!$year_term) { $year_term = $default_year_term; } if (!$down_percent) { $down_percent = $default_down_percent; } if (!$show_progress) { $show_progress = $default_show_progress; } } if ($error) { print("" . $error . "

\n"); $form_complete = false; }?>
This mortgage calculator can be used to figure out monthly payments of a home mortgage loan, based on the home's sale price, the term of the loan desired, buyer's down payment percentage, and the loan's interest rate. This calculator factors in PMI (Private Mortgage Insurance) for loans where less than 20% is put as a down payment. Also taken into consideration are the town property taxes, and their effect on the total monthly mortgage payment.
// If the form has already been calculated, the $down_payment // and $monthly_payment variables will be figured out, so we // can show them in this table if ($form_complete && $monthly_payment) { ?> if ($down_percent } ?> $assessed_price = ($sale_price * .85); $residential_yearly_tax = ($assessed_price / 1000) * 14; $residential_monthly_tax = $residential_yearly_tax / 12; if ($pmi_per_month) { $pmi_text = "PMI and "; } ?> } ?>
Purchase & Financing Information
Sale Price of Home: (In Dollars)
Percentage Down: %
Length of Mortgage: years
Annual Interest Rate: %
Explain Calculations: > Show me the calculations and amortization
 
Mortgage Payment Information
Down Payment: echo "\$" . number_format($down_payment, "2", ".", ","); ?>
Amount Financed: echo "\$" . number_format($financing_price, "2", ".", ","); ?>
Monthly Payment: echo "\$" . number_format($monthly_payment, "2", ".", ","); ?>
(Principal & Interest ONLY)
 
Since you are putting LESS than 20% down, you will need to pay PMI (Private Mortgage Insurance), which tends to be about $55 per month for every $100,000 financed (until you have paid off 20% of your loan). This could add echo "\$" . number_format($pmi_per_month, "2", ".", ","); ?> to your monthly payment.
Monthly Payment: echo "\$" . number_format(($monthly_payment + $pmi_per_month), "2", ".", ","); ?>
(Principal & Interest, and PMI)
Residential (or Property) Taxes are a little harder to figure out... In Massachusetts, the average resedential tax rate seems to be around $14 per year for every $1,000 of your property's assessed value.

Let's say that your property's assessed value is 85% of what you actually paid for it - echo "\$" . number_format($assessed_price, "2", ".", ","); ?>. This would mean that your yearly residential taxes will be around echo "\$" . number_format($residential_yearly_tax, "2", ".", ","); ?> This could add echo "\$" . number_format($residential_monthly_tax, "2", ".", ","); ?> to your monthly payment.
TOTAL Monthly Payment: echo "\$" . number_format(($monthly_payment + $pmi_per_month + $residential_monthly_tax), "2", ".", ","); ?>
(including echo $pmi_text; ?> residential tax)
// This prints the calculation progress and // the instructions of HOW everything is figured // out if ($form_complete && $show_progress) { $step = 1;?>

echo $step++; ?> The down payment = The price of the home multiplied by the percentage down divided by 100 (for 5% down becomes 5/100 or 0.05)

$ echo number_format($down_payment,"2",".",","); ?> = $ echo number_format($sale_price,"2",".",","); ?> X ( echo $down_percent; ?> / 100)
echo $step++; ?> The interest rate = The annual interest percentage divided by 100

echo $annual_interest_rate; ?> = echo $annual_interest_percent; ?>% / 100
The monthly factor = The result of the following formula:
echo $step++; ?> The monthly interest rate = The annual interest rate divided by 12 (for the 12 months in a year)

echo $monthly_interest_rate; ?> = echo $annual_interest_rate; ?> / 12
echo $step++; ?> The month term of the loan in months = The number of years you've taken the loan out for times 12

echo $month_term; ?> Months = echo $year_term; ?> Years X 12
echo $step++; ?> The montly payment is figured out using the following formula:
Monthly Payment = echo number_format($financing_price, "2", "", ""); ?> * ( echo number_format($monthly_interest_rate, "4", "", ""); ?> / (1 - ((1 + echo number_format($monthly_interest_rate, "4", "", ""); ?>)-( echo $month_term; ?>))))

The amortization breaks down how much of your monthly payment goes towards the bank's interest, and how much goes into paying off the principal of your loan.

// Set some base variables $principal = $financing_price; $current_month = 1; $current_year = 1; // This basically, re-figures out the monthly payment, again. $power = -($month_term); $denom = pow((1 + $monthly_interest_rate), $power); $monthly_payment = $principal * ($monthly_interest_rate / (1 - $denom)); print("

Amortization For Monthly Payment: \$" . number_format($monthly_payment, "2", ".", ",") . " over " . $year_term . " years
\n"); print("\n"); // This LEGEND will get reprinted every 12 months $legend = "\t\n"; $legend .= "\t\t\n"; $legend .= "\t\t\n"; $legend .= "\t\t\n"; $legend .= "\t\t\n"; $legend .= "\t\n"; echo $legend; // Loop through and get the current month's payments for // the length of the loan while ($current_month \n"); print("\t\t\n"); print("\t\t\n"); print("\t\t\n"); print("\t\t\n"); print("\t\n"); ($current_month % 12) ? $show_legend = FALSE : $show_legend = TRUE; if ($show_legend) { print("\t\n"); print("\t\t\n"); print("\t\n"); $total_spent_this_year = $this_year_interest_paid + $this_year_principal_paid; print("\t\n"); print("\t\t\n"); print("\t\t\n"); print("\t\n"); print("\t\n"); print("\t\t\n"); print("\t\n"); $current_year++; $this_year_interest_paid = 0; $this_year_principal_paid = 0; if (($current_month + 6) \n"); }?>
MonthInterest PaidPrincipal PaidRemaing Balance
" . $current_month . "\$" . number_format($interest_paid, "2", ".", ",") . "\$" . number_format($principal_paid, "2", ".", ",") . "\$" . number_format($remaining_balance, "2", ".", ",") . "
Totals for year " . $current_year . "
 \n"); print("\t\t\tYou will spend \$" . number_format($total_spent_this_year, "2", ".", ",") . " on your house in year " . $current_year . "
\n"); print("\t\t\t\$" . number_format($this_year_interest_paid, "2", ".", ",") . " will go towards INTEREST
\n"); print("\t\t\t\$" . number_format($this_year_principal_paid, "2", ".", ",") . " will go towards PRINCIPAL
\n"); print("\t\t
 

Start Your Search
Search
Buyers Guide
Search
Sellers Guide
Sell

Contact

Gerri-Lynn Fives

Gerri-Lynn Fives

Do you have questions? We look forward to hearing from you. Contact Gerri-Lynn at 619-813-7193. To know more about Gerri-Lynn Fives, Click the button below to get the full information you need.

​​​​​​​Click Here

Information

888 West Ash St
San Diego, CA 92101

619-813-7193
Send Message
DRE# 01274657

Follow Us

Send A Message

Form submitted successfully!
You are missing required fields.
Dynamic Error Description
There was an error processing this form.
Pacific Sothebys
This information is deemed reliable but not guaranteed. You should rely on this information only to decide whether or not to further investigate a particular property. BEFORE MAKING ANY OTHER DECISION, YOU SHOULD PERSONALLY INVESTIGATE THE FACTS (e.g. square footage and lot size) with the assistance of an appropriate professional. You may use this information only to identify properties you may be interested in investigating further. All uses except for personal, non-commercial use in accordance with the foregoing purpose are prohibited. Redistribution or copying of this information, any photographs or video tours is strictly prohibited. This information is derived from the Internet Data Exchange (IDX) service provided by Sandicor®. Displayed property listings may be held by a brokerage firm other than the broker and/or agent responsible for this display. The information and any photographs and video tours and the compilation from which they are derived is protected by copyright. Compilation © 2016 Sandicor®, Inc.

2017 © Gerri-Lynn Fives Pacific Sotheby's International Realty - ALL RIGHTS RESERVED - POWERED BY powered by Roya.com

Send A Message

Form submitted successfully!
You are missing required fields.
Dynamic Error Description
There was an error processing this form.

Login


Forgot Password?

OR

Sign in with Facebook Sign in with Google


Looking to create an account ?
Already have an account? Login

Save Search


Saved Searches

    Modal title

    One fine body…

    Update Profile