nonqmpricer.com Open in urlscan Pro
209.151.149.238  Public Scan

Submitted URL: http://pull.xmr3.com/p/349-70FD/60026310/https-nonqmpricer.com-.html
Effective URL: https://nonqmpricer.com/
Submission: On December 05 via manual from US — Scanned from CA

Form analysis 3 forms found in the DOM

<form id="pricerForm" novalidate="novalidate">
  <div class="container">
    <div class="row" id="pricer-form-title">
      <div class="col my-auto">
        <p class="text-center">QUICK QUOTE</p>
      </div>
    </div>
    <div class="row">
      <div class="col-lg">
        <div class="input-group mb-3">
          <label for="incomeDoc" class="col-sm-3 col-form-label">Income Doc</label>
          <div class="col-sm-9">
            <select class="custom-select" name="incomeDoc">
              <option selected="" value="FullDocumentation">Full Doc</option>
              <option value="AltLimitedDoc">Full Doc: 12 Mo. (Limited)</option>
              <option value="Income24Mo1099">1099: 24 Mo.</option>
              <option value="Income12Mo1099">1099: 12 Mo.</option>
              <option value="BankStatements12MoPersonal">Bank Stmts: 12 Mo. Personal</option>
              <option value="BankStatements12MoBusiness">Bank Stmts: 12 Mo. Business</option>
              <option value="BankStatements24MoPersonal">Bank Stmts: 24 Mo. Personal</option>
              <option value="BankStatements24MoBusiness">Bank Stmts: 24 Mo. Business</option>
              <option value="AssetDepletion">Asset Depletion / Utilization</option>
              <option value="PnL12MoCpaPrepared">PnL: 12 Mo. CPA Prepared</option>
              <option value="DebtServiceCoverageRatio">DSCR</option>
            </select>
          </div>
        </div>
        <div class="input-group mb-3">
          <label for="purpose" class="col-sm-3 col-form-label">Purpose</label>
          <div class="col-sm-9">
            <select class="custom-select" name="purpose">
              <option selected="" value="Purchase">Purchase</option>
              <option value="NoCashOutRefinance">R/T Refi</option>
              <option value="CashOutRefinance">C/O Refi</option>
              <option value="CashOutDebtConsolidation">Debt Consolidation</option>
            </select>
          </div>
        </div>
        <div class="input-group mb-3">
          <label for="occupancy" class="col-sm-3 col-form-label">Occupancy</label>
          <div class="col-sm-9">
            <select class="custom-select" name="occupancy" id="occupancy" onchange="showPrePaymentPenalty(this);">
              <option value="Primary">Primary</option>
              <option value="Secondary">Second Home</option>
              <option value="Investment">Investment</option>
            </select>
            <label id="occupancy-error" class="error" for="occupancy" style="display: none"></label>
          </div>
        </div>
        <div class="input-group mb-3" id="prepayhidden_div" style="display:none;">
          <label for="prePaymentPenaltySelect" class="col-sm-3 col-form-label">Prepayment Penalty</label>
          <div class="col-sm-9">
            <select class="custom-select" name="prePaymentPenaltySelect" id="prePaymentPenaltySelect" onchange="setPrePaymentPenalty(this);">
              <option value="36">3 Year</option>
              <option value="0">No Prepay</option>
            </select>
            <label id="prePaymentPenaltySelect-error" class="error" for="prePaymentPenaltySelect" style="display: none"></label>
          </div>
        </div>
        <div class="input-group mb-3">
          <label for="propertyType" class="col-sm-3 col-form-label">Property Type</label>
          <div class="col-sm-9">
            <select class="custom-select" name="propertyType">
              <option selected="" value="SingleFamily">SFR</option>
              <option value="TwoToFourUnits">2-4 Family</option>
              <option value="Townhouse">Townhouse</option>
              <option value="Pud">PUD</option>
              <option value="Condominium">Condo</option>
            </select>
          </div>
        </div>
        <div class="input-group mb-3">
          <label for="state" class="col-sm-3 col-form-label">State</label>
          <div class="col-sm-9">
            <select class="custom-select" id="state" name="state" title="Please select" onchange="getCounties();">
              <option value="">Please Select</option>
              <option value="AR">AR</option>
              <option value="AZ">AZ</option>
              <option value="CA">CA</option>
              <option value="CO">CO</option>
              <option value="CT">CT</option>
              <option value="DC">DC</option>
              <option value="DE">DE</option>
              <option value="FL">FL</option>
              <option value="GA">GA</option>
              <option value="ID">ID</option>
              <option value="IL">IL</option>
              <option value="IN">IN</option>
              <option value="KS">KS</option>
              <option value="MD">MD</option>
              <option value="MI">MI</option>
              <option value="MN">MN</option>
              <option value="MS">MS</option>
              <option value="NC">NC</option>
              <option value="NJ">NJ</option>
              <option value="NV">NV</option>
              <option value="OK">OK</option>
              <option value="OR">OR</option>
              <option value="PA">PA</option>
              <option value="SC">SC</option>
              <option value="TN">TN</option>
              <option value="TX">TX</option>
              <option value="UT">UT</option>
              <option value="VA">VA</option>
              <option value="WA">WA</option>
            </select>
            <label id="state-error" class="error" for="state" style="display: none"></label>
          </div>
        </div>
        <div class="input-group mb-3">
          <label for="county" class="col-sm-3 col-form-label">County</label>
          <div class="col-sm-9">
            <select class="custom-select" id="county" name="county" title="Please select">
              <option value="">Please Select</option>
            </select>
            <label id="county-error" class="error" for="county" style="display: none"></label>
          </div>
        </div>
      </div>
      <div class="col-lg">
        <div class="input-group mb-3">
          <label for="loanAmount" class="col-sm-3 col-form-label">Loan Amount</label>
          <div class="col-sm-9">
            <div class="input-group">
              <div class="input-group-prepend">
                <span class="input-group-text">$</span>
              </div>
              <input class="form-control money" id="loanAmount" name="loanAmount" placeholder="Loan Amount">
            </div>
            <label id="loanAmount-error" class="error" for="loanAmount" style="display: none"></label>
          </div>
        </div>
        <div class="input-group mb-3">
          <label for="ltv" class="col-sm-3 col-form-label">LTV</label>
          <div class="col-sm-9">
            <div class="input-group">
              <input type="number" class="form-control" id="ltv" name="ltv" placeholder="LTV ex. 80" step="0.01">
              <div class="input-group-append">
                <span class="input-group-text">%</span>
              </div>
            </div>
            <label id="ltv-error" class="error" for="ltv" style="display: none"></label>
          </div>
        </div>
        <div class="input-group mb-3">
          <label for="fico" class="col-sm-3 col-form-label">FICO</label>
          <div class="col-sm-9">
            <input type="number" class="form-control" id="fico" name="fico" placeholder="FICO ex. 350-850. 0 for no FICO." step="1">
            <label id="fico-error" class="error" for="fico" style="display: none"></label>
          </div>
        </div>
        <!--div class="input-group mb-3">
                                        <label for="bankruptcy" class="col-sm-3 col-form-label">Bankruptcy</label>
                                        <div class="col-sm-9">
                                            <select class="custom-select" name="bankruptcy">
                                                <option selected value="None">None</option>
                                                <option value="NotSettled">Not Settled (&lt;12)</option>
                                                <option value="Settled">Settled (&lt;12)</option>
                                                <option value="OnePlus">1+ years</option>
                                                <option value="TwoPlus">2+ years</option>
                                                <option value="ThreePlus">3+ years</option>
                                                <option value="FourPlus">4+ years</option>
                                                <option value="FivePlus">5+ years</option>
                                                <option value="SixPlus">6+ years</option>
                                                <option value="SevenPlus">7+ years</option>
                                            </select>
                                        </div>
                                    </div>
									<div class="input-group mb-3">
                                        <label for="bankruptcyType" class="col-sm-3 col-form-label">Bankruptcy Type</label>
                                        <div class="col-sm-9">
                                            <select class="custom-select" name="bankruptcyType">
                                                <option selected value="None">None</option>
                                                <option value="SevenOrEleven">Chapter 7/11</option>
                                                <option value="Thirteen">Chapter 13</option>
                                            </select>
                                        </div>
                                    </div>
                                    <div class="input-group mb-3 custom-tooltip">
                                        <label for="creditEvent" class="col-sm-3 col-form-label">Housing Events</label>
                                        <div class="col-sm-9">
                                            <select class="custom-select" name="creditEvent">
                                                <option selected value="None">None</option>
                                                <option value="NotSettled">Not Settled (&lt;12)</option>
                                                <option value="Settled">Settled (&lt;12)</option>
                                                <option value="OnePlus">1+ years</option>
                                                <option value="TwoPlus">2+ years</option>
                                                <option value="ThreePlus">3+ years</option>
                                                <option value="FourPlus">4+ years</option>
                                                <option value="FivePlus">5+ years</option>
                                                <option value="SixPlus">6+ years</option>
                                                <option value="SevenPlus">7+ years</option>
                                            </select>
                                        </div>
                                        <span class="tooltiptext">ex. Short Sale or Deed-in-Lieu</span>
                                    </div>
                                    <div class="input-group mb-3">
                                        <label for="mortgageLate" class="col-sm-3 col-form-label">Mortgage Lates</label>
                                        <div class="col-sm-9">
                                            <select class="custom-select" name="mortgageLate">
                                                <option selected value="NoOccurrences">0X30X12</option>
                                                <option value="OneOrMoreOccurrences30">≥ 1X30X12</option>
                                                <option value="OneOrMoreOccurrences60">≥ 1X60X12</option>
                                                <option value="OneOrMoreOccurrences90">≥ 1X90X12</option>
                                                <option value="OneOrMoreOccurrences120">≥ 1X120X12</option>
                                            </select>
                                        </div>
                                    </div-->
        <div class="input-group mb-3">
          <label for="dti" class="col-sm-3 col-form-label">DTI/DSCR</label>
          <div class="col-sm-9">
            <div class="input-group">
              <input type="number" class="form-control" id="dti" name="dti" placeholder="ex. DTI: 43 / DSCR: 1.50" step="0.01" min="0" max="100">
              <div class="input-group-append">
                <span class="input-group-text">%</span>
              </div>
            </div>
          </div>
        </div>
        <!--                                     <div class="input-group mb-3">
                                        <label for="foreignNatl" class="col-sm-3 col-form-label">Foreign Natl.</label>
                                        <div class="col-sm-9">
                                            <select class="custom-select" name="foreignNatl">
                                                <option value="ForeignNational">Yes</option>
                                                <option selected value="UsCitizen">No</option>
                                            </select>
                                        </div>
                                    </div> -->
        <div class="input-group mb-3">
          <label for="foreignNatl" class="col-sm-3 col-form-label">Citizenship</label>
          <div class="col-sm-9">
            <select class="custom-select" name="foreignNatl" id="foreignNatl" onchange="getForeignNatl();">
              <option selected="" value="UsCitizen">US Citizen</option>
              <option value="PermanentResidentAlien">Perm. Resident</option>
              <option value="NonPermanentResidentAlien">Non-Perm. Resident</option>
              <option value="ForeignNational">Foreign National</option>
            </select>
          </div>
        </div>
        <div class="input-group mb-3">
          <label for="hasIndividualTaxpayerIdNumber" class="col-sm-3 col-form-label">ITIN</label>
          <div class="col-sm-9">
            <select class="custom-select" name="hasIndividualTax
											payerIdNumber" id="hasIndividualTaxpayerIdNumber">
              <option value="true">Yes</option>
              <option selected="" value="false">No</option>
            </select>
          </div>
        </div>
        <div class="input-group mb-3">
          <label for="SelfEmployed" class="col-sm-3 col-form-label">Self-Employed</label>
          <div class="col-sm-9">
            <select class="custom-select" name="SelfEmployed" id="SelfEmployed">
              <option value="true">Yes</option>
              <option selected="" value="false">No</option>
            </select>
          </div>
        </div>
        <div hidden="" class="input-group mb-3">
          <input type="hidden" class="form-control" name="TargetPrice" placeholder="TargetPrice" value="100.000">
          <input type="hidden" class="form-control" name="TransactionId" placeholder="TransactionId" value="7d5f7a3a-2235-4e40-a4e9-76326429038a">
          <input type="hidden" class="form-control" name="bankruptcy" id="bankruptcy" placeholder="bankruptcy" value="None">
          <input type="hidden" class="form-control" name="Foreclosure" id="Foreclosure" placeholder="Foreclosure" value="None">
          <input type="hidden" class="form-control" name="CashInHand" placeholder="CashInHand" value="1000">
          <input type="hidden" class="form-control" name="CashOutAmount" placeholder="CashOutAmount" value="1000">
          <input type="hidden" class="form-control" name="ShortSalePreForeclosure" id="ShortSalePreForeclosure" placeholder="ShortSalePreForeclosure" value="None">
          <input type="hidden" class="form-control" name="DeedInLieu" id="DeedInLieu" placeholder="DeedInLieu" value="None">
          <input type="hidden" class="form-control" name="mortgageLate" id="mortgageLate" placeholder="mortgageLate" value="NoOccurrences">
          <input type="hidden" class="form-control" name="PrePaymentPenaltyTermInMonths" id="PrePaymentPenaltyTermInMonths" value="36">
          <!--input type="hidden" class="form-control" name="foreignNatl" placeholder="foreignNatl" value="No"-->
        </div>
      </div>
    </div>
    <div class="row" id="pricer-form-footer">
      <div class="col my-auto text-center">
        <button type="button" onclick="submitForm()" class="btn btn-submit btn-sm">See Results</button>
      </div>
    </div>
  </div>
</form>

<form>
  <div class="form-group">
    <input type="text" class="form-control" id="user_name" placeholder="Full Name" name="user_name">
  </div>
  <div class="form-group">
    <input type="email" class="form-control" id="user_email" aria-describedby="emailHelp" placeholder="Email" name="user_email">
  </div>
  <div class="form-group">
    <input type="text" class="form-control" id="user_mobile" placeholder="Mobile Phone # (1 222 333 4444)" name="user_mobile">
    <p style="text-align:left;">*You need to enter 1 in front of the area code.</p>
  </div>
  <div class="form-group">
    <input type="text" class="form-control" id="user_nmls" placeholder="NMLS ID" name="user_nmls">
  </div>
  <button type="button" class="btn btn-primary btn-verify-code">Get Verification Code</button>
</form>

<form>
  <div class="form-group">
    <input type="text" class="form-control" id="user_code" placeholder="Verification Code" name="user_code">
  </div>
  <input type="hidden" class="service-id" value="">
  <button type="button" class="btn btn-primary btn-verify">Submit</button>
  <button type="button" class="btn btn-info btn-verify-code">Resend Code</button>
</form>

Text Content

Skip to content


GET YOUR NON-QM PRICED INSTANTLY.


THE SCIENCE OF DOING


NON-QM RIGHT!


STILL LENDING.




WE NEVER STOPPED LENDING DURING COVID-19.

Access Quick Pricer


SINCE 1999 THE ONLY THING WE HAVE EVER DONE IS NON-QM. WE ARE THE OLDEST NON-QM
LENDER IN THE INDUSTRY.

We have the programs and pricing to help all your customers that do not fit the
traditional lending box.

Our 23 years of experience with Non-QM is here to help you close more loans and
it starts with our easy pricing engine. Our Account Executives will help you
navigate this growing segment of the mortgage market and make for easy closings.




FULL DOC


UP TO 90% ON BANK STATEMENTS AND UP TO $4MM


SELF-EMPLOYED WITH LIMITED TAXABLE INCOME


BANK STATEMENT PROGRAMS UP TO 90% LTV


FOREIGN NATIONAL DACA


ITIN PROGRAMS & DACA


NO INCOME INVESTOR


DSCR 80% UP TO $3.5MM


BANKRUPTCY, FORECLOSURE OR SHORT SALE


NOT A PROBLEM!


COMPLEX DEALS


620 MINIMUM FICO (600 + ITIN), NO SCORE, FIRST TIME INVESTORS, 50% MAX DTI,
CANNABIS-DERIVED INCOME, APPRAISAL TRANSFERS, NON-WARRANTABLE CONDOS,
MORTGAGE/RENT LATES

NON-QM PRICER

QUICK QUOTE

Income Doc
Full Doc Full Doc: 12 Mo. (Limited) 1099: 24 Mo. 1099: 12 Mo. Bank Stmts: 12 Mo.
Personal Bank Stmts: 12 Mo. Business Bank Stmts: 24 Mo. Personal Bank Stmts: 24
Mo. Business Asset Depletion / Utilization PnL: 12 Mo. CPA Prepared DSCR
Purpose
Purchase R/T Refi C/O Refi Debt Consolidation
Occupancy
Primary Second Home Investment
Prepayment Penalty
3 Year No Prepay
Property Type
SFR 2-4 Family Townhouse PUD Condo
State
Please Select AR AZ CA CO CT DC DE FL GA ID IL IN KS MD MI MN MS NC NJ NV OK OR
PA SC TN TX UT VA WA
County
Please Select
Loan Amount
$
LTV
%
FICO

DTI/DSCR
%
Citizenship
US Citizen Perm. Resident Non-Perm. Resident Foreign National
ITIN
Yes No
Self-Employed
Yes No

See Results


LoanNEX Error







Click to Download PDF
Email Broker Support
Visit ACCMortgage.com



Rate quoted for 20 Yr. Fixed, 25 Yr. Fixed, 30 Yr. Fixed, and 40 Yr. Fixed.


PROGRAM REQUIREMENTS

Loan Program Features and Descriptions Prime Program Highlights
 * Up to 90% LTV
 * Full Doc, 12-24 Bank Statement, 1099 Doc
 * 660 Minimum Score
 * Loan Amount to $3.5MM
 * 6 Month Reserves

Prime Plus Program Highlights
 * ITIN allowed: Passport, ITIN Card, Driver’s License Required
 * Up to 85% LTV
 * 600 Minimum Score
 * Full Doc or 1 Year P&L Income Verifications
 * 50 Maximum DTI
 * Prior Bankruptcy, Foreclosure or Short Sales are Allowed
 * Gift Funds Acceptable
 * 3 Months PITI Post-Closing Reserves Required

DSCR Program Highlights
 * Up to 80% LTV
 * 680 Minimum Score
 * DSCR > .75
 * Cash-out 65% to $1MM
 * 6 Month Reserves

2nd Chance Highlights
 * Up to 85% LTV
 * 620 Minimum Score
 * Multiple 30 Day lates allowed
 * Cash-out 70%
 * 3 Months Reserves
 * 2 Years from Housing Event

DISCLAIMER

The above information is intended to provide a brief overview of ACC Mortgage
Solutions, please refer to the individual Product Guides for full program
parameters.

This information is solely for mortgage professionals and should not be
distributed or provided to consumers or the general public. All information
stated is subject to change without notice. (www.nmlsconsumeraccess.org).



No Programs Match Criteria


Click to Download PDF
Email Broker Support
Visit ACCMortgage.com



Rate quoted 30 Yr. Fixed for P&L Only, ITIN, Prime, and DSCR.


PROGRAM REQUIREMENTS

Loan Program Features and Descriptions Prime Program Highlights
 * Up to 90% LTV
 * Full Doc, 12-24 Bank Statement, 1099 Doc
 * 660 Minimum Score
 * Loan Amount to $3.5MM
 * 6 Month Reserves

Prime Plus Program Highlights
 * ITIN allowed: Passport, ITIN Card, Driver’s License Required
 * Up to 85% LTV
 * 600 Minimum Score
 * Full Doc or 1 Year P&L Income Verifications
 * 50 Maximum DTI
 * Prior Bankruptcy, Foreclosure or Short Sales are Allowed
 * Gift Funds Acceptable
 * 3 Months PITI Post-Closing Reserves Required

DSCR Program Highlights
 * Up to 80% LTV
 * 680 Minimum Score
 * DSCR > .75
 * Cash-out 65% to $1MM
 * 6 Month Reserves

2nd Chance Highlights
 * Up to 85% LTV
 * 620 Minimum Score
 * Multiple 30 Day lates allowed
 * Cash-out 70%
 * 3 Months Reserves
 * 2 Years from Housing Event

DISCLAIMER

The above information is intended to provide a brief overview of ACC Mortgage
Solutions, please refer to the individual Product Guides for full program
parameters.

This information is solely for mortgage professionals and should not be
distributed or provided to consumers or the general public. All information
stated is subject to change without notice. (www.nmlsconsumeraccess.org).




NON-QM PRICER
Loading...


INFORMATION NEEDED

To gain access to the Non-QM Pricer, please fill out your information below. A
code will be sent to your mobile phone for verification, once the verification
code is entered you will gain access to the form.



*You need to enter 1 in front of the area code.


Get Verification Code


ENTER VERIFY CODE

Please enter verification code that you received.


Submit Resend Code


OUR PRODUCTS

Loan Product

Features and Descriptions

Prime Program

 * Up to 90% LTV Purchase/Rate-Term & 80% Cash Out
 * Primary, Secondary & Investment Properties
 * 50* max DTI
 * Gift Funds & Gifts of Equity allowed
 * Interest-Only option available
 * 6-12 months Reserves
 * Loan Amounts to 4M

Prime Plus Program

 * Up to 80% LTV Purchase/Rate-Term & 75% Cash Out
 * Primary & Properties
 * 620 Minimum FICO Score
 * No Score Allowed
 * Bankruptcy/Foreclosure/Short Sale - 24 months (exceptions considered)
 * Expired Green Cards/VISA/EADs allowed with documentation of extension request
 * 12 months documentation - Full Doc, P&L, 1099, Bank Statements
 * 1 year Self-Employment
 * 50 MAx DTI
 * Gift Funds & Gifts of Equity allowed
 * 3 Months Reserves
 * Loan Amounts to $1.5M




Prime Plus Program ITIN

 * Up to 80% LTV Purchase/Rate-Term & 75% Cash Out
 * Primary, Secondary & Investment Properties
 * 600 minimum FICO
 * No Score eligible
 * No minimum Tradeline requirements
 * Bankruptcy/Foreclosure/Short Sale - No Seasoning requirements
 * 12 months documentation - Full Doc, P&L
 * 50% max DTI (43% without compensating factors)
 * Gift Funds & Gifts of Equity allowed - No minimum Borrower contribution
 * No Reserves
 * Loan Amounts to $750,000

DSCR Program

 * Up to 80% LTV Purchase/Rate-Term & 75% Cash Out
 * Investment Properties only
 * 620 minimum FICO (Foreign National - No Score eligible)
 * No Income/Employment Verification
 * DSCR as low as .75 (Foreign National requires 1.00+)
 * Interest-Only option available
 * Cash Out up to $1M
 * 6-12 months Reserves
 * Loan Amounts to $3.5M (Foreign National to $1M)

2nd Chance Program

 * Up to 85% LTV Purchase/Rate-Term & 75% Cash Out
 * Primary, Secondary & Investment Properties
 * 620 minimum FICO
 * Limited Tradelines allowed
 * Bankruptcy/Foreclosure/Short Sale - Seasoning as little as 1 day
 * 12 or 24 months documentation - Full Doc, 1099, Bank Statements
 * 50% max DTI
 * Gift Funds & Gifts of Equity allowed
 * Interest-Only option available
 * 3 months Reserves
 * Loan Amounts to $3M


WHERE WE ARE LICENSED

Owner Occupied States: • Arizona Mortgage Banker License #BK 0937856 •
California – DBO Finance Lender 603L142 • Colorado Mortgage Lender License •
Connecticut Mortgage Lender License ML-176724 • D.C. Dual Authority MLB176724 •
Delaware Lender #020786 • Florida Mortgage Lender Servicer # MLD953 • Georgia
Mortgage Lender License #46424 • Illinois Residential Mortgage License
MB.6761111 • Maryland Mortgage Lender License • MD Mortgage Lender #6625 •
Michigan 1st Mortgage Broker/Lender License #FL0022183 • Minnesota Residential
Mortgage Originator License # MN-MO-176724 • Nevada Mortgage Lender License 4619
• New Jersey NMLS 176724 • North Carolina Mortgage Lender License L-164875 •
Oregon Mortgage Lending License #ML-5825 • Pennsylvania Mortgage Lender License
51566 • South Carolina-BFI Mortgage Lender/Servicer License MLS-176724 •
Tennessee Mortgage License #181409 • Texas SML Mortgage Company License •
Virginia Lender Licensed by the Virginia State Corporate Commission as MC-1856 •
Washington Consumer Loan Company License

Mouse over map for licensing info

 ORANGE = PENDING  |  GREEN = LICENSED
west midwest east
Licensing Information

REVISED:  August 18, 2022

LICENSING

© 2022 All Credit Considered Mortgage, Inc. d/b/a ACC Mortgage · NMLS ID 176724
· 1801 Research Blvd., Suite 410, Rockville, MD  20850 · (877) 349-0501.  Not
all loan programs are available in all areas.  Program restrictions may apply. 
All rights reserved.  This is not an offer or extension of credit or a
commitment to lend.  Licenses are held as follows:  Connecticut Mortgage Lender
License ML-176724; Washington D.C. License #MLB176724; Delaware Lender License
#020786 ; Florida Mortgage Lender Servicer #MLD953; Georgia Mortgage Lender
License #46424; Idaho Mortgage Broker/Lender License #MBL-2080176724; Illinois
Residential Mortgage License MB.6761111; Indiana-DFI Mortgage Lending License
#40794; Maryland Mortgage Lender License #6625; Michigan 1st Mortgage
Broker/Lender License #FL0022183; Minnesota Residential Mortgage Originator
License # MN-MO-176724; Mississippi Mortgage Lender License 176724; Nevada
Mortgage Lender License 4619; New Jersey Residential Mortgage License; North
Carolina Mortgage Lender License L-164875; Oklahoma Mortgage Lender License
#ML012740; Oregon Mortgage Lending License #ML-5825; Pennsylvania Mortgage
Lender License 51566; South Carolina-BFI Mortgage Lender/Servicer License
MLS-176724; Tennessee Mortgage License #181409; Texas SML Mortgage Company
License; Utah-DFI Residential First Mortgage Notification; Virginia Lender
Licensed by the Virginia State Corporate Commission as MC-1856; Washington
Consumer Loan Company License #CL-176724; District of Columbia Mortgage Dual
Authority License #MLB176724.  

 

STATE LICENSING DETAILS

 1.  Arizona Mortgage Banker License #BK 0937856
 2.  California – DBO Residential Mortgage Lending Act License #41DBO-102821 
 3.  Colorado Mortgage Company Registration  
 4.  Connecticut Mortgage Lender License ML-176724
 5.  D.C. Mortgage Dual Authority License #MLB176724
 6.  Delaware Lender License #020786 
 7.  Florida Mortgage Lender Servicer #MLD953 
 8.  Georgia Mortgage Lender License #46424
 9.  Idaho Mortgage Broker/Lender License #MBL-2080176724
 10. Illinois Residential Mortgage License MB.6761111
 11. Indiana – DFI Mortgage Lending License #40794
 12. Maryland Mortgage Lender License #6625
 13. Michigan 1st Mortgage Broker/Lender License #FL0022183
 14. Minnesota Residential Mortgage Originator License # MN-MO-176724
 15. Nevada Mortgage Lender License 4619  
 16. New Jersey Residential Mortgage License
 17. North Carolina Mortgage Lender License L-164875 
 18. Oklahoma Mortgage Lender License #ML012740
 19. Oregon Mortgage Lending License #ML-5825 
 20. Pennsylvania Mortgage Lender License 51566
 21. South Carolina – BFI Mortgage Lender/Servicer License MLS-176724 
 22. Tennessee Mortgage License #181409
 23. Texas SML Mortgage Company License
     
     1. Figure: 7 TAC §80.200(b)
        “CONSUMERS WISHING TO FILE A COMPLAINT AGAINST A COMPANY OR A
        RESIDENTIAL MORTGAGE LOAN ORIGINATOR SHOULD COMPLETE AND SEND A
        COMPLAINT FORM TO THE TEXAS DEPARTMENT OF SAVINGS AND MORTGAGE LENDING, 
        COMPLAINT FORMS AND INSTRUCTIONS MAY BE OBTAINED FROM THE DEPARTMENT’S
        WEBSITE AT WWW.SML.TEXAS.GOV. A TOLL-FREE CONSUMER HOTLINE IS AVAILABLE
        AT 1-877-276-5550. THE DEPARTMENT MAINTAINS A RECOVERY FUND TO MAKE
        PAYMENTS OF CERTAIN ACTUAL OUT OF POCKET DAMAGES SUSTAINED BY BORROWERS
        CAUSED BY ACTS OF LICENSED RESIDENTIAL MORTGAGE LOAN ORIGINATORS. A
        WRITTEN APPLICATION FOR REIMBURSEMENT FROM THE RECOVERY FUND MUST BE
        FILED WITH AND INVESTIGATED BY THE DEPARTMENT PRIOR TO THE PAYMENT OF A
        CLAIM. FOR MORE INFORMATION ABOUT THE RECOVERY FUND, PLEASE CONSULT THE
        DEPARTMENT’S WEBSITE AT WWW.SML.TEXAS.GOV.”
 24. Utah – DFI Residential First Mortgage Notification
 25. Virginia Lender Licensed by the Virginia State Corporate Commission as
     MC-1856 
 26. Washington Consumer Loan Company License #CL-176724

 * Arizona
 * Arkansas
 * California
 * Colorado
 * Connecticut
 * D.C.
 * Delaware
 * Florida
 * Georgia
 * Idaho
 * Illinois
 * Indiana
 * Kansas
 * Maryland
 * Michigan
 * Minnesota
   Mississippi
 * Nevada
 * New Jersey
 * North Carolina
 * Oregon
 * Oklahoma
 * Pennsylvania
 * South Carolina
 * Tennessee
 * Texas
 * Utah
 * Virginia
 * Washington
 * 

ACC Mortgage
1801 Research Blvd, suite 410, Rockville, MD 20850

Direct: 1-877-353-2233 • E-Fax: 1-240-241-5160 • NMLS #176724

All Credit Considered Mortgage, Inc.
NMLS #176724
NMLS Consumer Access