www.phhmortgage.com Open in urlscan Pro
34.204.221.117  Public Scan

Submitted URL: https://url.us.m.mimecastprotect.com/s/inKeCM82WPiw14pBCkuuDV?domain=phhmortgage.com
Effective URL: https://www.phhmortgage.com/
Submission: On May 14 via api from US — Scanned from US

Form analysis 6 forms found in the DOM

GET /search

<form action="/search" method="get" novalidate="novalidate">
  <div class="searchcontainer">
    <div class="input-group inputclass">
      <label for="searchText" class="d-none">search</label>
      <input type="text" id="searchText" name="searchText" autocomplete="off" class="form-control inputclass txtSearch" placeholder="Search by keyword...">
      <div class="input-group-append pl-2">
        <button class="btn btn-success iconcolor customsearchicon" onclick="redirectSearchResults();" type="submit" disabled="disabled">
          <span class="fa fa-search text-decoration-none"></span>
          <span style="display:none">Search</span>
        </button>
      </div>
      <div class="input-group-append pl-2">
        <a class="btn fa fa-times d-flex align-items-center text-decoration-none closeicon" href="javascript:void(0)" title="Search Submit Close" onclick="openSearch();"></a>
      </div>
    </div>
  </div>
</form>

GET /search

<form action="/search" method="get" novalidate="novalidate">
  <div class="searchcontainer">
    <div class="input-group inputclass">
      <label for="searchTextValue" class="d-none">search</label>
      <input type="text" id="searchTextValue" autocomplete="off" name="searchText" class="form-control inputclass" placeholder="Search by Keyword...">
      <div class="input-group-append pl-2">
        <button class="btn btn-success iconcolor" type="submit">
          <span class="fa fa-search" title="Submit Search"></span>
          <span style="display:none">Search</span>
        </button>
      </div>
      <div class="input-group-append pl-2">
        <button class="btn p-0" onclick="openSearch();" type="submit">
          <a class="btn fa fa-times d-flex align-items-center text-decoration-none closeicon" href="javascript:void(0)" title="Search Close" aria-label="search close button">
                                                        <span></span>
                                                        <span style="display:none">Search</span>
                                                    </a>
        </button>
      </div>
    </div>
  </div>
</form>

<form id="frmMonthlyCalculators" novalidate="novalidate">
  <div class="row align-items-end tools">
    <div class="col-lg-6 inputheight">
      <div class="form-group dollars has-error">
        <label for="MonthlyPaymentCalc_HomePrice" class="d-flex justify-content-between align-items-center labeltext"> Price of Home <img src="/Content/images/information.svg" alt="MonthlyPayment PriceofHome" class="cursor-pointer"
            data-toggle="tooltip" data-placement="top" data-html="true" title="" tabindex="0" data-original-title="Enter the sale price or estimated value of the home">
        </label>
        <input autocomplete="off" class="form-control decimalMask" data-val="true" data-val-required="Purchase Price is required." id="MonthlyPaymentCalc_HomePrice" maxlength="10" name="MonthlyPaymentCalc.HomePrice"
          onkeypress="return CheckNumeric(this)" onkeyup="FormatCurrency(this)" pattern="[0-9]*" placeholder="200,000" type="text" value="">
      </div>
    </div>
    <div class="col-lg-6 inputheight">
      <div class="form-group dollars has-error">
        <label for="MonthlyPaymentCalc_LoanAmount" class="d-flex justify-content-between align-items-center labeltext"> Loan Amount <img src="/Content/images/information.svg" alt="LoanAmount" class="cursor-pointer" data-toggle="tooltip"
            data-placement="top" data-html="true" title="" tabindex="0" data-original-title="Enter the amount of the loan">
        </label>
        <input autocomplete="off" class="form-control decimalMask" data-val="true" data-val-required="Loan Amount is required." id="MonthlyPaymentCalc_LoanAmount" maxlength="10" name="MonthlyPaymentCalc.LoanAmount"
          onkeypress="return CheckNumeric(this)" onkeyup="FormatCurrency(this)" pattern="[0-9]*" placeholder="150,000" type="text" value="">
      </div>
    </div>
    <div class="col-lg-6 inputheight">
      <div class="form-group">
        <label for="MonthlyPaymentCalc_LoanTerm" class="d-flex justify-content-between align-items-center labeltext"> Loan Term <img src="/Content/images/information.svg" alt="LoanTerm" class="cursor-pointer" data-toggle="tooltip"
            data-placement="top" data-html="true" title="" tabindex="0" data-original-title="Select the term of the loan in years">
        </label>
        <!--[if IE 9 ]>
                                                <div class="ie9"> <![endif]-->
        <div class="custom-select-icon">
          <select class="form-control custom-select" data-val="true" data-val-required="The LoanTerm field is required." id="MonthlyPaymentCalc_LoanTerm" name="MonthlyPaymentCalc.LoanTerm">
            <option value="30">30</option>
            <option value="25">25</option>
            <option value="20">20</option>
            <option value="15">15</option>
            <option value="10">10</option>
          </select>
        </div>
      </div>
    </div>
    <div class="col-lg-6 inputheight">
      <div class="form-group percent">
        <label for="MonthlyPaymentCalc_InterestRate" class="d-flex justify-content-between align-items-center labeltext"> Interest Rate <img src="/Content/images/information.svg" alt="InterestRate" class="cursor-pointer" data-toggle="tooltip"
            data-placement="top" data-html="true" title="" tabindex="0" data-original-title="Enter the expected interest rate of the loan">
        </label>
        <input autocomplete="off" class="form-control numberMask" data-maxrate="15" data-val="true" data-val-maxrate="Please enter a value less than or equal to 15" data-val-minrate="Please enter a value greater than or equal to 1"
          data-val-required="Interest Rate is required." id="MonthlyPaymentCalc_InterestRate" max="15" maxlength="6" min="1" name="MonthlyPaymentCalc.InterestRate" onkeypress="return CheckNumeric(this)" pattern="^[+-]?\d+(,\d{2})?" placeholder="5"
          step="0.01" type="text" value="">
      </div>
    </div>
    <div class="col-lg-6 inputheight">
      <div class="form-group dollars">
        <label for="MonthlyPaymentCalc_PropertyTaxes" class="d-flex justify-content-between align-items-center labeltext"> Property Taxes <img src="/Content/images/information.svg" alt="PropertyTaxes" class="cursor-pointer" data-toggle="tooltip"
            data-placement="top" data-html="true" title="" tabindex="0" data-original-title="Enter the expected annual property taxes">
        </label>
        <input autocomplete="off" class="form-control decimalMask" data-val="true" data-val-required="Property Taxes is required." id="MonthlyPaymentCalc_PropertyTaxes" maxlength="10" name="MonthlyPaymentCalc.PropertyTaxes"
          onkeypress="return CheckNumeric(this)" onkeyup="FormatCurrency(this)" pattern="[0-9]*" placeholder="2,000" type="text" value="">
      </div>
    </div>
    <div class="col-lg-6 inputheight">
      <div class="form-group dollars">
        <label for="MonthlyPaymentCalc_HomeownersInsurance" class="d-flex justify-content-between align-items-center labeltext"> Homeowners Insurance <img src="/Content/images/information.svg" alt="HomeownersInsurance" class="cursor-pointer"
            data-toggle="tooltip" data-placement="top" data-html="true" title="" tabindex="0" data-original-title="Enter the expected annual homeowners insurance cost">
        </label>
        <input autocomplete="off" class="form-control decimalMask" data-val="true" data-val-required="Homeowners Insurance is required." id="MonthlyPaymentCalc_HomeownersInsurance" maxlength="10" name="MonthlyPaymentCalc.HomeownersInsurance"
          onkeypress="return CheckNumeric(this)" onkeyup="FormatCurrency(this)" pattern="[0-9]*" placeholder="2,000" type="text" value="">
      </div>
    </div>
  </div>
</form>

<form id="frmRefinanceCalculators" novalidate="novalidate">
  <div class="row align-items-end tools">
    <div class="col-lg-6 inputheight">
      <div class="form-group dollars has-error">
        <label for="RefinanceCalc_CurrentLoanBalance" class="d-flex justify-content-between align-items-center labeltext"> Current Balance <img src="/Content/images/information.svg" alt="CurrentLoanBalance" class="cursor-pointer"
            data-toggle="tooltip" data-placement="top" data-html="true" title="" tabindex="0" data-original-title="This is the current principal balance or payoff amount.">
        </label>
        <input autocomplete="off" class="form-control decimalMask" data-val="true" data-val-required="Current Loan balance is required." id="RefinanceCalc_CurrentLoanBalance" maxlength="10" name="RefinanceCalc.CurrentLoanBalance"
          onkeypress="return CheckNumeric(this)" onkeyup="FormatCurrency(this)" pattern="[0-9]*" placeholder="150,000" type="text" value="">
      </div>
    </div>
    <div class="col-lg-6 inputheight">
      <div class="form-group has-error percent">
        <label for="RefinanceCalc_CurrentInterestRate" class="d-flex justify-content-between align-items-center labeltext"> Current Loan Interest Rate <img src="/Content/images/information.svg" alt="CurrentInterestRate" class="cursor-pointer"
            data-toggle="tooltip" data-placement="top" data-html="true" title="" tabindex="0" data-original-title="This should include principal + interest + PMI (if applicable). You should exclude taxes and insurance.">
        </label>
        <input autocomplete="off" class="form-control numberMask" data-maxrate="50" data-val="true" data-val-maxrate="Please enter a value less than or equal to 50" data-val-minrate="Please enter a value greater than or equal to 1"
          data-val-required="Please enter a value greater than or equal to 1" id="RefinanceCalc_CurrentInterestRate" max="50" maxlength="6" min="1" name="RefinanceCalc.CurrentInterestRate" pattern="[0-9]*" placeholder="5" type="text" value="">
      </div>
    </div>
    <div class="col-lg-6 inputheight">
      <div class="form-group">
        <label for="RefinanceCalc_CurrentMonthlyPayment" class="d-flex justify-content-between align-items-center labeltext"> Current Monthly Payment <img src="/Content/images/information.svg" alt="Current Monthly Payment" class="cursor-pointer"
            data-toggle="tooltip" data-placement="top" data-html="true" title="" tabindex="0" data-original-title="This should include principal + interest + PMI (if applicable). You should include taxes and insurance.">
        </label>
        <input autocomplete="off" class="form-control decimalMask" data-val="true" data-val-required="Current Monthly Payment is required." id="RefinanceCalc_CurrentMonthlyPayment" maxlength="10" name="RefinanceCalc.CurrentMonthlyPayment"
          onkeypress="return CheckNumeric(this)" onkeyup="FormatCurrency(this)" pattern="[0-9]*" placeholder="2,000" type="text" value="">
      </div>
    </div>
    <div class="col-lg-6 inputheight">
      <div class="form-group dollars">
        <label for="RefinanceCalc_HomeValue" class="d-flex justify-content-between align-items-center labeltext"> Current Estimated Value of Property <img src="/Content/images/information.svg" alt="Home Value" lass="cursor-pointer"
            data-toggle="tooltip" data-placement="top" data-html="true" title="" tabindex="0"
            data-original-title="If you are unsure of your current appraised value of your home, consider what similar homes in your area are selling for, which may be helpful in determining current value">
        </label>
        <input autocomplete="off" class="form-control decimalMask" data-val="true" data-val-required="Estimated Home Value is required." id="RefinanceCalc_HomeValue" maxlength="10" name="RefinanceCalc.HomeValue" onkeypress="return CheckNumeric(this)"
          onkeyup="FormatCurrency(this)" pattern="[0-9]*" placeholder="200,000" type="text" value="">
      </div>
    </div>
    <div class="col-lg-6 inputheight">
      <div class="form-group">
        <label for="RefinanceCalc_RefiTerm" class="d-flex justify-content-between align-items-center labeltext"> Loan Term <img src="/Content/images/information.svg" alt="Refi Term" class="cursor-pointer" data-toggle="tooltip" data-placement="top"
            data-html="true" title="" tabindex="0" data-original-title="Your current term is the number of months originally set by your lender to pay off your existing mortgage.">
        </label>
        <div class="custom-select-icon">
          <select class="form-control custom-select" data-val="true" data-val-required="The RefiTerm field is required." id="RefinanceCalc_RefiTerm" name="RefinanceCalc.RefiTerm">
            <option value="30">30</option>
            <option value="25">25</option>
            <option value="20">20</option>
            <option value="15">15</option>
            <option value="10">10</option>
          </select>
          <small class="help-block" data-bv-validator="notEmpty" data-bv-for="term" data-bv-result="NOT_VALIDATED" style="display: none;">Loan Term is required.</small>
        </div>
      </div>
    </div>
    <div class="col-lg-6 inputheight">
      <div class="form-group dollars">
        <label for="RefinanceCalc_RefiLoanAmount" class="d-flex justify-content-between align-items-center labeltext"> Estimated Amount of New Loan <img src="/Content/images/information.svg" alt="Refi Loan Amount" class="cursor-pointer"
            data-toggle="tooltip" data-placement="top" data-html="true" title="" tabindex="0" data-original-title="This is the amount that you would like to borrower for your new loan.">
        </label>
        <input autocomplete="off" class="form-control decimalMask" data-val="true" data-val-required="Refinance Loan Amount is required." id="RefinanceCalc_RefiLoanAmount" maxlength="10" name="RefinanceCalc.RefiLoanAmount"
          onkeypress="return CheckNumeric(this)" onkeyup="FormatCurrency(this)" pattern="[0-9]*" placeholder="85,000" type="text" value="">
      </div>
    </div>
    <div class="col-lg-6 inputheight">
      <div class="form-group percent">
        <label for="RefinanceCalc_RefiInterestRate" class="d-flex justify-content-between align-items-center labeltext"> Interest Rate of New Loan <img src="/Content/images/information.svg" alt="Refi Interest Rate" class="cursor-pointer"
            data-toggle="tooltip" data-placement="top" data-html="true" title="" tabindex="0" data-original-title="This is the interest rate for the new loan that you expect to receive.">
        </label>
        <input autocomplete="off" class="form-control numberMask" data-maxrate="100" data-val="true" data-val-maxrate="Please enter a value less than or equal to 100" data-val-minrate="Please enter a value greater than or equal to 1"
          data-val-required="Refinance Interest Rate is required." id="RefinanceCalc_RefiInterestRate" max="100" maxlength="10" name="RefinanceCalc.RefiInterestRate" onkeypress="return CheckNumeric(this)" pattern="[0-9]*" placeholder="4.5"
          type="text" value="">
      </div>
    </div>
  </div>
</form>

<form id="frmAffordability" novalidate="novalidate">
  <div class="row align-items-end tools">
    <div class="col-lg-6 inputheight">
      <div class="form-group dollars has-error">
        <label for="AffordabilityCalc_AnnualIncome" class="d-flex justify-content-between align-items-center labeltext"> Annual Income <img src="/Content/images/information.svg" alt="Annual Income" class="cursor-pointer" data-toggle="tooltip"
            data-placement="top" data-html="true" title="" tabindex="0"
            data-original-title="Enter your total household income per year before taxes are removed. Alimony, child support, or separate maintenance income need not be revealed if the borrower or co-borrower does not choose to have it considered as a basis for repayment of this loan.">
        </label>
        <input autocomplete="off" class="form-control decimalMask" data-minrate="0" data-val="true" data-val-minrate="Please enter a value greater than 0" data-val-required="Please enter your annual income" id="AffordabilityCalc_AnnualIncome"
          maxlength="10" name="AffordabilityCalc.AnnualIncome" onkeypress="return CheckNumeric(this)" onkeyup="FormatCurrency(this)" pattern="[0-9]*" placeholder="75,000" type="text" value="">
      </div>
    </div>
    <div class="col-lg-6 inputheight">
      <div class="form-group dollars has-error percent">
        <label for="AffordabilityCalc_MonthlyDebt" class="d-flex justify-content-between align-items-center labeltext"> Total Monthly Debts <img src="/Content/images/information.svg" alt="Monthly Debt" class="cursor-pointer" data-toggle="tooltip"
            data-placement="top" data-html="true" title="" tabindex="0"
            data-original-title="Enter the typical amount you spend each month on bills, student loans, credit cards, food, transportation, entertainment etc. Do not include payments for your current rent/mortgage payment, insurance and taxes.">
        </label>
        <input autocomplete="off" class="form-control decimalMask" data-minrate="0" data-val="true" data-val-minrate="Please enter a value greater than 0" data-val-required="Please enter your monthly debts" id="AffordabilityCalc_MonthlyDebt"
          maxlength="10" name="AffordabilityCalc.MonthlyDebt" onkeypress="return CheckNumeric(this)" onkeyup="FormatCurrency(this)" pattern="[0-9]*" placeholder="400" type="text" value="">
      </div>
    </div>
    <div class="col-lg-6 col-md-6 inputheight">
      <div class="form-group slider-styles">
        <label for="ex8" class="d-flex justify-content-between align-items-center labeltext"> Debt to Income Ratio <img src="/Content/images/information.svg" alt="Debt To Income Ratio" class="cursor-pointer" data-toggle="tooltip" data-placement="top"
            data-html="true" title="" tabindex="0"
            data-original-title="Calculate using your total monthly debt, divided by gross monthly income and shown as a percentage. This should include all debt commitments, including car loans, student loans and minimum credit card payments, together with your expected house payment (mortgage payment, insurance and taxes). Adjusting this slider and recalculating can help you to understand how a house payment fits into your budget.">
        </label>
        <div class="slider slider-horizontal" id="ex1Slider">
          <div class="slider-track">
            <div class="slider-track-low" style="left: 0px; width: 0%;"></div>
            <div class="slider-selection" style="left: 0%; width: 32.5581%; background-color: rgb(176, 209, 234);"></div>
            <div class="slider-track-high" style="right: 0px; width: 67.4419%;"></div>
            <div class="slider-handle min-slider-handle round" tabindex="0" style="left: 32.5581%;"></div>
            <div class="slider-handle max-slider-handle round hide" tabindex="0" style="left: 0%;"></div>
          </div>
          <div class="tooltip tooltip-main top in" style="left: 32.5581%; margin-left: -22.5px;">
            <div class="tooltip-arrow"></div>
            <div class="tooltip-inner">14</div>
          </div>
          <div class="tooltip tooltip-min top">
            <div class="tooltip-arrow"></div>
            <div class="tooltip-inner"></div>
          </div>
          <div class="tooltip tooltip-max top">
            <div class="tooltip-arrow"></div>
            <div class="tooltip-inner"></div>
          </div>
        </div><input autocomplete="off" data-slider-id="ex1Slider" data-slider-max="43" data-slider-min="0" data-slider-step="1" data-slider-value="14" data-toggle="tooltip" data-val="true" data-val-required="The DebtToIncomeRatio field is required."
          id="ex8" name="AffordabilityCalc.DebtToIncomeRatio" type="text" value="14" data-original-title="" title="" data="value: '14'" style="display: none;">
      </div>
    </div>
    <div class="col-lg-6 inputheight">
      <div class="form-group dollars">
        <label for="AffordabilityCalc_DownPayment" class="d-flex justify-content-between align-items-center labeltext"> Down Payment <img src="/Content/images/information.svg" alt="Down Payment" class="cursor-pointer" data-toggle="tooltip"
            data-placement="top" data-html="true" title="" tabindex="0"
            data-original-title="Enter the amount of cash or liquid assets that you have available to use as a down payment to fund your home purchase. Some loans require a minimum down payment based on the home sale price.">
        </label>
        <input autocomplete="off" class="form-control decimalMask" data-val="true" data-val-required="Please enter the down payment amount" id="AffordabilityCalc_DownPayment" maxlength="10" name="AffordabilityCalc.DownPayment"
          onkeypress="return CheckNumeric(this)" onkeyup="FormatCurrency(this)" pattern="[0-9]*" placeholder="0" type="text" value="">
      </div>
    </div>
    <div class="col-lg-6 inputheight">
      <div class="form-group percent">
        <label for="AffordabilityCalc_InterestRate" class="d-flex justify-content-between align-items-center labeltext"> Interest Rate <img src="/Content/images/information.svg" alt="Interest Rate" class="cursor-pointer" data-toggle="tooltip"
            data-placement="top" data-html="true" title="" tabindex="0" data-original-title="Enter the expected interest rate of the loan">
        </label>
        <input autocomplete="off" class="form-control numberMask" data-maxrate="15" data-val="true" data-val-maxrate="Please enter a value less than or equal to 15" data-val-minrate="Please enter a value greater than or equal to 1"
          data-val-required="Interest Rate is required." id="AffordabilityCalc_InterestRate" max="15" maxlength="6" min="1" name="AffordabilityCalc.InterestRate" onkeypress="return CheckNumeric(this)" pattern="^[+-]?\d+(,\d{2})?" placeholder="5"
          step="0.001" type="text" value="">
      </div>
    </div>
    <div class="col-lg-6 inputheight">
      <div class="form-group dollars percent">
        <label for="AffordabilityCalc_PropertyTaxes" class="d-flex justify-content-between align-items-center labeltext"> Property Taxes <img src="/Content/images/information.svg" alt="Property Taxes" class="cursor-pointer" data-toggle="tooltip"
            data-placement="top" data-html="true" title="" tabindex="0" data-original-title="Enter the expected annual cost of property taxes">
        </label>
        <input autocomplete="off" class="form-control decimalMask" data-minrate="0" data-val="true" data-val-minrate="Please enter a value greater than 0" data-val-required="Please enter the expected property taxes"
          id="AffordabilityCalc_PropertyTaxes" maxlength="10" name="AffordabilityCalc.PropertyTaxes" onkeypress="return CheckNumeric(this)" onkeyup="FormatCurrency(this)" pattern="[0-9]*" placeholder="1,000" type="text" value="">
      </div>
    </div>
    <div class="col-lg-6 inputheight">
      <div class="form-group dollars percent">
        <label for="AffordabilityCalc_HomeownersInsurance" class="d-flex justify-content-between align-items-center labeltext"> Homeowners Insurance <img src="/Content/images/information.svg" alt="Homeowners Insurance" class="cursor-pointer"
            data-toggle="tooltip" data-placement="top" data-html="true" title="" tabindex="0"
            data-original-title="Enter your total household income per year before taxes are removed. Alimony, child support, or separate maintenance income need not be revealed if the borrower or co-borrower does not choose to have it considered as a basis for repayment of this loan.">
        </label>
        <input autocomplete="off" class="form-control decimalMask" data-minrate="0" data-val="true" data-val-minrate="Please enter a value greater than 0" data-val-required="Please enter the homeowner's insurance"
          id="AffordabilityCalc_HomeownersInsurance" maxlength="10" name="AffordabilityCalc.HomeownersInsurance" onkeypress="return CheckNumeric(this)" onkeyup="FormatCurrency(this)" pattern="[0-9]*" placeholder="500" type="text" value="">
      </div>
    </div>
    <div class="col-lg-6 inputheight">
      <div class="form-group">
        <label for="AffordabilityCalc_Term" class="d-flex justify-content-between align-items-center labeltext"> Loan Term <img src="/Content/images/information.svg" alt="Term" class="cursor-pointer" data-toggle="tooltip" data-placement="top"
            data-html="true" title="" tabindex="0" data-original-title="Select the term of the loan in years">
        </label>
        <div class="custom-select-icon">
          <select class="form-control custom-select" data-val="true" data-val-required="The Term field is required." id="AffordabilityCalc_Term" name="AffordabilityCalc.Term">
            <option value="30">30</option>
            <option value="25">25</option>
            <option value="20">20</option>
            <option value="15">15</option>
            <option value="10">10</option>
          </select>
        </div>
      </div>
    </div>
  </div>
</form>

<form id="frmEmailResults" role="form" class="email-results-form bv-form form-section" novalidate="novalidate">
  <div class="row email-request-info">
    <div class="col-md-6 col-sm-12">
      <div class="col justify-content-center single-input form-group">
        <label for="FirstName" class="labeltext">First Name:</label>
        <input autocomplete="off" class="form-control input-text" data-val="true" data-val-required="Please Enter First Name" id="FirstName" name="FirstName" placeholder="Enter First Name" type="search" value="">
      </div>
    </div>
    <div class="col-md-6 col-sm-12">
      <div class="col justify-content-center single-input form-group">
        <label for="LastName" class="labeltext">Last Name:</label>
        <input autocomplete="off" class="form-control input-text" data-val="true" data-val-required="Please Enter Last Name" id="LastName" name="LastName" placeholder="Enter Last Name" type="search" value="">
      </div>
    </div>
    <div class="col-sm-12 col-lg-12">
      <div class="col justify-content-center single-input form-group">
        <label for="EmailAddress" class="labeltext">Email:</label>
        <input autocomplete="off" class="form-control input-text" data-val="true" data-val-regex="Please Enter Valid Email Address" data-val-required="Please Enter Valid Email Address" id="EmailAddress" name="EmailAddress"
          placeholder="Enter your Email" type="search" value="">
      </div>
    </div>
    <div class="col-md-12 col-sm-12">
      <div class="col justify-content-center">
        <label class="font-weight-normal">*By clicking submit you are consenting for PHH Mortgage to contact you by phone or email with updates on market news, special offers and new mortgage options that may be available to you.</label>
      </div>
    </div>
  </div>
  <div class="text-center input-conatiner-bg topspace cardshadow email-result-popup" style="display:none">
    <div class="text-container">
      <div class="pt-2 d-flex align-items-center justify-content-center">
        <img src="/Content/images/applynow_loader.gif" alt="Loader Text">
      </div>
      <p class="get-started-content">Thank you! Please wait while your request is being submitted</p>
    </div>
  </div>
  <div class="col-xs-12">
    <div class="email-success" style="display:none"> Email has been sent Successfully. </div>
    <div class="email-failure" style="display:none"> Email has not been sent, Please try again. </div>
  </div>
  <input type="hidden" id="ModalType" name="ModalType" value="">
</form>

Text Content

Skip to content

Scam Alert! Postcards stating there are issues with mortgage accounts were not
sent by PHH. Get tips on how to secure your account.

Learn More
 * Personal
 * Business

 * Call Us
   * Customer Service: (800) 210-8849
   * Refinance: (800) 451-1895

 * Buy A Home
   * How To Get A Mortgage Pre-Approval
   * My Next Home
   * My First Home
   * My Investment Property
   * Home Purchase Checklist
 * Refinance
   * Cash Out Refinance
   * Lower My Monthly Payment
   * Reduce My Interest Rate
   * Shorten My Repayment Period
   * Home Equity Line of Credit
   * Refinancing Process
 * Additional Services
   * Accidental Death Insurance
   * First Protector Insurance
   * Flood Insurance
   * Home and Auto
   * Home Hero
   * Home Security
   * Homeowners Insurance
   * Identity Fraud Protection
   * Pet Hero
   * Visa Rewards Credit Card
 * Tools & Resources
   * Mortgage Learning Hub
   * Calculators
   * Mortgage Glossary
   * Homeowners Assistance
   * FAQs
   * Loan Options
 * About Us
   * Who We Are
   * Contact Us
   * Community
 * search
   Search
   
 * Loan Term:
   Login
   Mortgage Center Login Reverse Mortgage Login
 * Apply Now

(800) 210-8849
Apply Now
search
Search
Search
Collapse
Buy A Home
How To Get A Mortgage Pre-Approval
My Next Home
 * Buying Process For Next Home
 * Benefits of Repeat Home Ownership
 * Careful Considerations

My First Home
 * Home Buying Process
 * Benefits for First-Time Homebuyers
 * Careful Considerations

My Investment Property
 * Property Buying Process
 * Benefits of an Investment Property
 * Careful Considerations

Home Purchase Checklist
Refinance
Cash Out Refinance
Lower My Monthly Payment
 * Benefits of Lowering Your Monthly Payment
 * How Low Can You Go?

Reduce My Interest Rate
 * Benefits of Reducing Your Interest
 * Careful Considerations
 * How Low Can You Go?
 * The Refinancing Process

Shorten My Repayment Period
 * Benefits of Shortening My Payment Period
 * Refinancing Process
 * The Long and Short Of It

Home Equity Line of Credit
Refinancing Process
Additional Services
Accidental Death Insurance
First Protector Insurance
Flood Insurance
Home and Auto
Home Hero
Home Security
Homeowners Insurance
Identity Fraud Protection
Pet Hero
Visa Rewards Credit Card
Tools & Resources
Mortgage Learning Hub
 * Home Equity 101: A Guide to Home Equity and How to Leverage It
 * Decoding Mortgage Loan Types: A Comprehensive Guide
 * What Is A Reverse Mortgage
 * What Is A Mortgage Rate Buydown and Can I Benefit?
 * Cash-Out Refinance: Using Home Equity to Pay Off Debt
 * Should I Get Pre-Approved Before Buying A House?
 * Your Adjustable-Rate Mortgage: Is it Time to Refinance to a Fixed Rate?
 * How to Get a Mortgage Pre-Approval for Buying a New Home
 * Cash-Out Mortgage Refinance: What It Is and How It Works
 * Cash-Out Refinance vs Home Equity Loans vs HELOCs – What’s the difference?
 * 7 Essential Tips For Buying Your Next Home
 * All About Your Credit
 * Tips on Buying a New Home from Real Estate Pros
 * 10 Things to Know Before Refinancing Your Mortgage
 * How Do I Get My Home Ready to Sell? 7 Easy Steps
 * What Are the Costs of Homeownership?
 * What is PMI (Private Mortgage Insurance) and Why Am I Paying It?

Calculators
 * Purchase
 * Refinance
 * Monthly Payment
 * Rent vs Buy
 * Payoff

Mortgage Glossary
Homeowners Assistance
 * Repayment Plan
 * Forbearance Plan
 * Natural Disaster
 * Loan Modification
 * Hardest Hit Fund
 * Pre-ForeClosure Sale
 * Deed in Lieu

FAQs
Loan Options
 * Adjustable Rate Mortgages
 * Fixed Rate Mortgages
 * More Loan Options

About Us
Who We Are
Contact Us
Community
Mortgage Center Login
Reverse Mortgage Login
Apply Now


YOUR HOME FOR REFINANCE AND PURCHASE LOANS

Get cash, lower your payment or buy your next home. Get started online!
 


PURCHASE




REFINANCE




CASH-OUT

See what our customers are saying about us:

Why Should You Choose PHH Mortgage?

PHH Mortgage is an industry-leading lender and servicer. Whether refinancing or
buying your next home, it's simple with PHH! Our PHH Rapid Refi and Purchase
Promise were designed to ensure a smooth and straightforward loan process,
whatever your goals. 

Our wide variety of loan types, including Conventional, FHA and VA loans plus
competitive rates mean our expert loan officers will find a mortgage that meets
you where you are. Talk to a PHH loan officer to check today's interest rates,
get a free, personalized Debt Consolidation Summary, or Pre-Approval on a new
purchase loan. If you're ready to get started, just use our easy online
application.

Homeownership Starts Here!®

Learn More
30 Years of Excellence
Dedicated professionals
Fast & Easy process
Wide Variety of Loan Options
Learn More


MORTGAGE CALCULATORS

View All Calculators
Purchase
Refinance
Monthly Payment
Price of Home
Loan Amount
Loan Term
30 25 20 15 10
Interest Rate
Property Taxes
Homeowners Insurance
Calculate Calculate
Current Balance
Current Loan Interest Rate
Current Monthly Payment
Current Estimated Value of Property
Loan Term
30 25 20 15 10 Loan Term is required.
Estimated Amount of New Loan
Interest Rate of New Loan
Calculate Calculate
Annual Income
Total Monthly Debts
Debt to Income Ratio
14


Down Payment
Interest Rate
Property Taxes
Homeowners Insurance
Loan Term
30 25 20 15 10
Calculate Calculate

Your Results
Total Monthly Payment


MONTHLY PAYMENT


Get Started Email My Results

Results are based solely on the information you have provided; product may not
be available for all terms entered. These calculations are provided for
illustrative purposes only and do not reflect any closing costs or down payment.
If mortgage insurance payment is listed, illustrative payment is based upon a
conforming fixed loan for owner occupied, 1 unit dwelling for a borrower with a
credit score greater than 760. This is not a credit decision or a commitment to
lend. Please contact an experienced loan consultant at (800) 449-9536 for more
accurate and detailed information.

A monthly payment cannot be generated based upon the information provided.

Try one of these and recalculate:

 * Lowering your purchase price
 * Increasing your down payment
 * Changing the loan term

Still not seeing any values?  Please contact an experienced loan consultant at
(800) 449-9536 to find an option that fits your unique situation.
Your Results
Estimated Cost to Obtain a New Mortgage

Months to Break Even

Current Monthly Payment

Refinancing Payment

Principal + Interest

PMI

Changes in Monthly Payment


Get Started Email My Results

Results are based solely on the information you have provided; product may not
be available for all terms entered. These calculations are provided for
illustrative purposes only and do not reflect any closing costs or down payment.
If mortgage insurance payment is listed, illustrative payment is based upon a
conforming fixed loan for owner occupied, 1 unit dwelling for a borrower with a
credit score greater than 760. This is not a credit decision or a commitment to
lend. Please contact an experienced loan consultant at (800) 449-9536 for more
accurate and detailed information.

A monthly payment cannot be generated based upon the information provided.

Try one of these and recalculate:

 * Lowering your purchase price
 * Increasing your down payment
 * Changing the loan term

Still not seeing any values?  Please contact an experienced loan consultant at
(800) 449-9536 to find an option that fits your unique situation.
Your Results
You can afford a house up to


$50,770.00

Total Monthly Payment

$442.01

 * Principal + Interest
   $272.58
 * Property Taxes
   $83.33
 * Homeowner's Insurance
   $41.67
 * PMI
   $44.43

Get Started Email My Results
Results are based solely on the information you have provided; product may not
be available for all terms entered. These calculations are provided for
illustrative purposes only and do not reflect any closing costs or down payment.
If mortgage insurance payment is listed, illustrative payment is based upon a
conforming fixed loan for owner occupied, 1 unit dwelling for a borrower with a
credit score greater than 760. This is not a credit decision or a commitment to
lend. Please contact an experienced loan consultant at (800) 449-9536 for more
accurate and detailed information.

A monthly payment cannot be generated based upon the information provided.

Try one of these and recalculate:

 * Lowering your purchase price
 * Increasing your down payment
 * Changing the loan term

Still not seeing any values?  Please contact an experienced loan consultant at
(800) 449-9536 to find an option that fits your unique situation.


EMAIL MY RESULTS

× Close
First Name:
Last Name:
Email:
*By clicking submit you are consenting for PHH Mortgage to contact you by phone
or email with updates on market news, special offers and new mortgage options
that may be available to you.

Thank you! Please wait while your request is being submitted

Email has been sent Successfully.
Email has not been sent, Please try again.
Close Submit

LOAN OPTIONS

Call us first for great rates

Learn More

UNLOCK YOUR EQUITY

Turn your home's equity into cash

Discover how

PHH PURCHASE PROMISE

Get Pre-Approved, lock, shop and close on time!

Purchase Promise Benefits

PHH RAPID REFI

Check out our simple refinance process

PHH Rapid Refi Benefits
Loan Options
Loan Options
Loan Options
Loan Options

Need Help?

Call Us

800-210-8849

Need Help?

Call Us

800-210-8849

Ready to Buy or Refinance?

Get Started

Hello there, My name is Mort.

I'm here to help


Hi, thank you for visiting PHH Mortgage.
How can I help you today?
I am interested in a refinance or purchasing a new home.
I need help with my account such as making payments, managing escrow or billing
statements.

How can I help you today? My name is Mort!

 * State Licensing
 * Terms & Conditions
 * Your Privacy
 * State Disclosures
 * NMLS Consumer Access
 * Email Attachment Policy
 * Careers
 * Mortgage Glossary

© 2024 PHH Mortgage Corporation. All rights reserved.

PHH Mortgage Corporation, NMLS ID #2726
 * 
 * 

By clicking 'OK', you are leaving www.phhmortgage.com and entering a website
that PHH Mortgage does not control. PHH Mortgage has provided this link for your
convenience and is not responsible for the content, links, privacy policy, or
security policy of this website.

Ok Cancel