www.fraction.com Open in urlscan Pro
54.194.170.100  Public Scan

Submitted URL: http://caledonhomebuyers.com.dagency.com/
Effective URL: https://www.fraction.com/
Submission: On January 04 via api from DE — Scanned from DE

Form analysis 3 forms found in the DOM

Name: wf-form-Zip-Code-FormGET

<form id="wf-form-Zip-Code-Form" name="wf-form-Zip-Code-Form" data-name="Zip Code Form" method="get" class="hero-form-wrapper" aria-label="Zip Code Form"><input type="text" class="hero-form-input w-input" maxlength="256" name="name" data-name="Name"
    placeholder="Enter your postal code" id="name">
  <div data-delay="0" data-hover="false" fs-selectcustom-element="dropdown" class="category-select-dropdown hide-for-now w-dropdown">
    <div class="category-select w-dropdown-toggle" id="w-dropdown-toggle-3" aria-controls="w-dropdown-list-3" aria-haspopup="listbox" aria-expanded="false" role="button" tabindex="0">
      <div class="flag-text">🇨🇦</div><img loading="lazy" src="https://assets.website-files.com/625dbcce19e14f11c2b08a8c/625e7143ae0f7cb21a8c4d2a_caret-down.svg" alt="grey arrow pointing down" class="select-icon">
    </div>
    <nav class="category-select-list w-dropdown-list" id="w-dropdown-list-3" aria-labelledby="w-dropdown-toggle-3" role="listbox" aria-multiselectable="false"><select id="zip-code-country-select" name="zip-code-country-select"
        data-name="zip code country select" required="" class="select-filter-field w-select" style="display: none;">
        <option value="Canada">🇨🇦</option>
        <option value="USA">🇺🇸</option>
      </select>
      <div class="nice-select select-filter-field w-select" tabindex="0"><span class="current">🇨🇦</span>
        <ul class="list">
          <li data-value="Canada" class="option selected">🇨🇦</li>
          <li data-value="USA" class="option">🇺🇸</li>
        </ul>
      </div><a href="#" class="select-filter-item w--current" tabindex="0" role="option" aria-selected="true">🇨🇦</a><a href="#" class="select-filter-item" tabindex="-1" role="option" aria-selected="false">🇺🇸</a>
    </nav>
  </div>
</form>

Name: wf-form-CalculatorGET

<form id="wf-form-Calculator" name="wf-form-Calculator" data-name="Calculator" method="get" aria-label="Calculator"><input type="text" class="calculator-input w-input" maxlength="256" name="Calculator-2" data-name="Calculator 2"
    placeholder="Ex. $1,500,000" id="Calculator-2" required=""></form>

Name: email-formGET

<form id="email-form" name="email-form" data-name="Email Form" method="get" class="pricing-detailed comparison" aria-label="Email Form">
  <div>Compare <span class="bold-span">Fraction</span> to</div><select id="comparison-field" name="comparison-field" data-name="comparison-field" class="select-field home-comparison w-select" style="display: none;">
    <option value="Home equity line of credit">Home equity line of credit</option>
    <option value="Reverse mortgage">Reverse mortgage</option>
  </select>
  <div class="nice-select select-field home-comparison w-select" tabindex="0"><span class="current">Home equity line of credit</span>
    <ul class="list">
      <li data-value="Home equity line of credit" class="option selected">Home equity line of credit</li>
      <li data-value="Reverse mortgage" class="option">Reverse mortgage</li>
    </ul>
  </div>
  <div class="hidden-embed w-embed">
    <style>
      .iti.iti--allow-dropdown {
        display: block;
      }
    </style>
    <style>
      :root {
        /* ----------- Colors ----------- */
        --list-bg-color: #fff;
        --list-text-color: #000000;
        --border-color-active: #3A86FF;
        /* Active State */
        --border-color-hover: #3A86FF;
        /* Select Field could be the same as your form field border color */
        --list-item-bg-color: #F3F3F4;
        /* ----------- Spacing ----------- */
        --list-padding: 12px 5px;
        /* This is the top and bottom padding for the dropdown list */
        --list-item-padding: 9px 15px;
      }

      .input-select-field {
        background-position: right 10px center !important;
      }

      .nice-select {
        -webkit-tap-highlight-color: transparent;
        box-sizing: border-box;
        clear: both;
        position: relative;
        text-align: left !important;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap;
      }

      .nice-select:hover {
        border-color: #82c882;
      }

      .nice-select:active,
      .nice-select.open,
      .nice-select:focus {
        border-color: #82c882;
      }

      .nice-select:active span.current,
      .nice-select.open span.current,
      .nice-select:focus span.current {
        color: #82c882;
      }

      .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
      }

      .nice-select .list {
        min-width: 100%;
        overflow: scroll;
        background-color: var(--list-bg-color);
        color: var(--list-text-color);
        border-radius: 5px;
        /*box-shadow: 0px 9px 24px rgba(15, 15, 15, 0.2), 0px 3px 6px rgba(15, 15, 15, 0.1);*/
        border: 1px solid rgba(15, 15, 15, 0.05);
        box-sizing: border-box;
        margin-top: 2px;
        opacity: 0;
        overflow: hidden;
        padding: var(--list-padding);
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9;
      }

      .nice-select .list:hover .option:not(:hover) {
        background-color: transparent !important;
      }

      .nice-select .option {
        border-radius: 4px;
        cursor: pointer;
        font-weight: 500;
        line-height: var(--list-item-line-height);
        list-style: none;
        min-height: var(--list-item-min-height);
        outline: none;
        padding: var(--list-item-padding);
        text-align: left;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        margin-bottom: 1px;
      }

      .nice-select .option:last-child {
        margin-bottom: 0px;
      }

      /*
  .nice-select .option:first-child {
    display: none;
  }
*/
      span.current {
        color: #82c882;
      }

      .nice-select .option:hover,
      .nice-select .option.focus,
      .nice-select .option.selected.focus {
        background-color: #E6F4E6;
      }
    </style>
  </div>
</form>

Text Content

🎉  Fraction named Mortgage Lender of the Year by the Canadian Lenders
Association  ➝

Why Fraction?The costStories
Learn
FRACTION BASICS
Application process
Funding process
Post-funding process
RESOURCES
Blog
FAQs
Testimonials
Company
About us
Our story
Join the team
Careers
Partner with us
Support
Contact us
support@fraction.com
+1 (800) 785-0263


Get startedLogin





TAP INTO YOUR HOME. BUILD YOUR FUTURE.

Unlock your equity. Spend less on mortgage payments and save more for the things
that matter.

🇨🇦
🇨🇦🇺🇸
🇨🇦
 * 🇨🇦
 * 🇺🇸

🇨🇦🇺🇸
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Get an estimate


What can I say, very helpful staff and made sure you understood the contract.
They outlined the process and timelines so everything went smoothly.

Manny A.

Life changing. Amazing for someone who is self-employed with equity available.

Lazaros

The process was unbelievably quick. I was a little disappointed in the appraisal
but everything else was perfect. I'm extremely happy.

Robert W.

The underwriter was amazing on this! He helped us guide the client through the
entire process and answered any questions

Julie B.

I had a very positive experience and would highly recommend using fraction.

Cathy L.

Featured in




WHY HOMEOWNERS CHOOSE FRACTION

Live payment free

Eliminate mortgage payments faster by tapping into your home equity.

Tackle debt

Reduce how much you spend on paying back debt by up to 50% by eliminating
monthly payments.

Diversify your income

Use your home equity to invest, purchase an investment property, or even fund a
new business venture.

Purchase a second home

Let your home equity fund a second or vacation home, or even invest in your
child’s first home.

Retirement, on your terms

Create a steady income stream, age in place or even renovate an existing home.

Ready to live payment free?
Get started


...AND WHY THEY STAY WITH FRACTION

No monthly payments, flexible terms, and no prepayment penalties.
Interest rate is variable and based on your home’s appreciation.
Fraction works with primary, secondary, and investment properties.


OUR PROCESS

Our platform makes it easy to achieve your financial goals. 100% online or over
the phone.


01


APPLY

In just 5 minutes, get an estimate of how much equity you can unlock. It’s
completely free and won’t affect your credit score.


02


APPROVE

After a credit check and application review, we’ll send you an agreement for
your review. Once reviewed and following an official home appraisal, we'll
confirm your loan details.


03


RECEIVE FUNDS

And just like that, you can tap into your home equity. Spend it, save it, or
invest it.


04


CHECK-IN

Every 5 years, you can refinance or pay your loan back at anytime, at no
additional cost.


WANT A FULL BREAKDOWN OF OUR PROCESS?

Visit the cost page


WE’RE MAKING A LOT OF PEOPLE HAPPY

We were very pleased with Fraction

We were very pleased with Fraction. We were looking for a reverse mortgage but
told we didn't qualify. Fractions is the same idea but has better options. We
were explained everything thoroughly and could easily contact them when we had
questions. We were always treated with respect. Completely satisfied!!!

James & Wendy
Excellent Option

A fair, flexible and life changing option. Highly recommend Fraction.

Stanley
Excellent service.

Excellent service. Everything was executed perfectly great communication skills
with fraction in my mortgage broker and lawyers it certainly has given me great
comfort to have switched to fraction. The product that fraction offered me was
the perfect solution I am so happy that I made this choice.

Christian
An Ideal Product and Process

I find this product (being able to access equity and not having to make monthly
payments) as ideal for my financial situation at the present time. The process
was extremely seamless to follow, and the human interaction was cordial and
efficient.

Dieter
We found Fraction through our broker

We found Fraction through our broker. What an amazing product! We are mortgage
free and purchased a 2nd property but weren't prepared to start making huge
mortgage payments again. This worked perfectly for us.

A. Johns
Just what we needed when we needed it

My family and I were able to tap into the value in our home, which was not
available to us through standard lenders/banks. So far our expected interest
rate is holding as the central bank tackles inflation and raises rates. This
innovative product allowed us to get into a home we own and bought us time to
get our financial circumstance to where we could access traditional lending.
Just what we needed when we needed it

Charles C.
What an unbelievable deal!

I still can’t believe this incredible deal I got which made it possible to
purchase my retirement dream home. I have been telling everyone I know about
Fraction and recommending you. Thank you so much Daniel and all the professional
at Fraction! I look forward to doing more business with you in the future.

Daryl R.
Fraction has been the light at the end…

Fraction has been the light at the end of the tunnel for me, at least for now
and i look forward to a longer relationship

Elvin M.
Fraction was the ideal mortgage product for us…

“...Fraction offered us an opportunity that was best for us at this point in our
73-year-old lives, and with the house that we're living in. We're hoping for
continued appreciation of our home over the next 5 years, so that this deal will
turn out to be a 'win-win' for us, as well as for Fraction. They managed to come
up with a brilliant mortgage product, that segues perfectly into what the
current mortgage market does NOT offer.”

James K.
Great process and very friendly people.

From start to finish, my experience was no less than stellar. They explained the
process, the paperwork, what was going to happen from point to point. Saki was a
great guy to deal with and was very understanding of my specific issues and how
to overcome them. Highly recommend dealing with Fraction if you are looking for
this type of mortgage.

Jeff P.
I'm so grateful for Fraction.

I'm so grateful for fraction, it came right when I needed it. I didn't have to
wait till I was 55 years old, I am currently 50. They were helpful and quick,
they answered all my questions quickly and in detail. I will definitely do
business with them again in the future. Fraction has given me the chance to live
my dream life! Thank you Fraction.

Carlo S.
Win! Win! I have been dealing with Fraction for…

I have been dealing with Fraction for about 6 months now and have 5 properties
with them. They have helped my husband and I realize our dreams of owning 5
properties. Using the equity in our homes we are able to renovate the properties
to our liking. This benefits both Fraction and ourselves by increasing the value
of the homes. It's a win, I win!

Patricia L.

View all testimonials





FIND OUT HOW MUCH YOU CAN GET WITH FRACTION

Get an estimate



WHAT’S YOUR ESTIMATED HOME VALUE?

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.



YOU CAN GET UP TO $1,000,000 WITH A FRACTION MORTGAGE.

Apply now
Start again
 * No monthly payments.
 * No prepayment penalties.
 * No age restrictions.
 * Interest rate tied to home.




SEE IF FRACTION OPERATES IN YOUR AREA

We’re growing rapidly across North America.

Washington
British Columbia
Ontario
Don’t see your region?
Join our waitlist and be notified of when we arrive in your area!
Join our waitlist




HOW WE STACK UP AGAINST THE REST

Learn how Fraction is different from existing home financing options.

Compare Fraction to
Home equity line of creditReverse mortgage
Home equity line of credit
 * Home equity line of credit
 * Reverse mortgage


Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Home equity line of credit
No monthly payments
No monthly payments

Stay in your home
Stay in your home

Qualify at any age
Qualify at any age

No early buyout penalties
No early buyout penalties

Apply now
Interested in a pricing comparison between all these options?
Visit the cost page


Backed by top investors




INTERESTED IN LEARNING MORE?


OUR BLOG


FRACTION BASICS


THE FAQ'S


READY TO TAP INTO YOUR HOME EQUITY?

Applying for a Fraction Mortgage is free and fast. We’re talking 5 minutes, with
no impact on your credit score.

Get started onlineGive us a call
Excellent
80 reviews on



Resources
Get an estimateTestimonialsBlogFAQs
Fraction Basics
Application processFunding processPost-funding process
Company
Our storyCareersPartner with us
Support
Contact usPrivacy PolicyLicense


Fraction Lending, Inc.
‍ON FSRA #: 13439

BC BCFSA #: MB600547
© 2022 Fraction Technologies Inc.
Vancouver, Toronto, and Houston.