Free Equity Release Calculator
<h1>Equity release calculator range</h1>
<p>You can quickly calculate how much equity you could release from your home with our equity
release calculator range. To get you started, why not use our quick calculator, to get an idea
of the maximum you could borrow?</p>
<br>
<div class="calculator-form">
<script title='{"calculator":"equityRelease@ers","iframe":false,"showDetails":false,"pageTitle":"Lump Sum Equity Release Calculator", "providerCalcName":"", "associatedSiteID":"", "className":""}' src='https://www.equityreleasesupermarket.com//widgetv2/loader.js' type="ceebd3da861439467dbc0607-text/javascript">
</script>
</div>
<script type="ceebd3da861439467dbc0607-text/javascript">
$(document).ready(function () {
let locationPathName = window.location.pathname;
let regExpCalculatorsUrl = new RegExp('\/(calculators)\/[^ "]+$');
let regExpPlansUrl = new RegExp('\/(plans)\/[^ "]+$');
let resultRegExpTestCalculator = regExpCalculatorsUrl.test(locationPathName);
let resultRegExpTestPlans = regExpPlansUrl.test(locationPathName);
let textInAppendBlock = 'How much money could I release?';
if (resultRegExpTestCalculator) {
let lastPathInUrl = getLastPathInUrl(locationPathName);
switch (lastPathInUrl) {
case 'voluntary-repayments':
textInAppendBlock = 'How much money could I save?';
break;
case 'equity-remaining':
textInAppendBlock = 'How much equity could I retain?';
break;
case 'switch-plans':
textInAppendBlock = 'How much money could I save?';
break;
}
} else if (resultRegExpTestPlans) {
let lastPathInUrl = getLastPathInUrl(locationPathName);
if ('voluntary-repayment' === lastPathInUrl) {
textInAppendBlock = 'How much money could I save?';
}
}
$('body').append('<div class="scrollTo_button" id="scrollTo" style="display: none;">' + textInAppendBlock + '<i class="w-icon _arrow"></i></div>');
let interval = setInterval(function() {
if ($('.w-calculator').length) {
$('#scrollTo').css({
display: isStickyButtonIsLocatedAboveCalculator()
? 'none' : 'block',
});
clearInterval(interval);
}
}, 100);
$(window).on('scroll', function (event) {
$('#scrollTo').css({
display: isStickyButtonIsLocatedAboveCalculator(window.scrollY)
? 'none' : 'block',
});
});
$("#scrollTo").click(function () {
$([document.documentElement, document.body]).animate({
scrollTop: $(".calc-widget").offset().top - 20
}, 2000);
$('#scrollTo').addClass('hider');
});
function getLastPathInUrl(url) {
let lastIndexOf = url.lastIndexOf('/') + 1;
return url.substring(lastIndexOf);
}
});
function isStickyButtonIsLocatedAboveCalculator(currentScrollPosition = null)
{
currentScrollPosition = currentScrollPosition === null ? $(window).scrollTop() : currentScrollPosition;
let formPositionY = $('.calculator-form').offset().top,
toPositionY = formPositionY + $('.calculator-form').outerHeight(),
clientBottom = $(window).height() - $('.scrollTo_button').outerHeight()
;
return (clientBottom + currentScrollPosition > formPositionY
&& clientBottom + currentScrollPosition < toPositionY);
}
</script>
<script type="ceebd3da861439467dbc0607-text/javascript">
let isInitialized = false;
let redirectUrl = null;
function revertLinks() {
$('a').not('.overlay a').each(function () {
var link = $(this).attr('rel');
$(this).attr('href', link);
$(this).removeAttr('rel');
});
}
function hideOverlay() {
$('.overlay').addClass('hide-overlay');
window.overlayBlock = true;
}
function scrollToForm() {
$([document.documentElement, document.body]).animate({
scrollTop: $("h3.w-calculator__title.w-details").offset().top
}, 1000);
}
function breakHREFs() {
$('a').not('.overlay a').each(function () {
let link = $(this).attr('href');
if (undefined !== link && '#' !== link.charAt(0)) {
$(this).attr('rel', link);
$(this).attr('href', '#');
$(this).on('click', function () {
if (undefined !== $(this).attr('rel')) {
$('.overlay').removeClass('hide-overlay');
redirectUrl = $(this).attr('rel');
}
});
}
});
}
function fixHREFs() {
$('a').not('.overlay a').each(function () {
let link = $(this).attr('rel');
if (undefined !== link) {
$(this).attr('href', link);
$(this).removeAttr('rel');
}
});
}
function showOverlay() {
$('.overlay').removeClass('hide-overlay');
}
function continueRedirect() {
if (redirectUrl) {
window.location = redirectUrl;
redirectUrl = null;
}
}
function init() {
document.addEventListener("mouseleave", function (event) {
let indexOfType = localStorage.getItem('indexOfType');
if (
overlayBlock == false &&
(
event.clientY <= 0 || event.clientX <= 0 ||
(event.clientX >= window.innerWidth || event.clientY >= window.innerHeight)
)
&& indexOfType < 1
) {
showOverlay();
}
});
$('span.close-btn').on('click', function () {
hideOverlay();
fixHREFs();
continueRedirect();
});
$('.backdrop').on('click', function () {
hideOverlay();
fixHREFs();
continueRedirect();
});
$('.overlay a.c-button._icon').on('click', function () {
hideOverlay();
scrollToForm();
fixHREFs();
});
breakHREFs();
$(document).on('click', '.w-calculator button:contains("Calculate"),' +
'.w-calculator button:contains("See your results")', function () {
fixHREFs();
});
}
window.overlayBlock = false;
function setIndexOTypeInLocalStorage(indexOfType) {
localStorage.removeItem('indexOfType');
localStorage.setItem('indexOfType', indexOfType.toString());
}
(function () {
const send = XMLHttpRequest.prototype.send;
$('body').append(`<div class="overlay hide-overlay">
<div class="backdrop"></div>
<div class="content">
<span class="close-btn">×</span>
<div class="c-services__description-img">
<img src="https://www.equityreleasesupermarket.com/slicing/resources/images/specialist.png" class="img-specialist" alt="please don't go!">
</div>
<p class="c-services__description-title" style="background-color: white; font-size: 40px; margin-bottom: 20px; margin-top: -12px;">Please don't go!</p>
<p>You’ll know how much money you could release in just a few seconds. </p>
<p>We also need your email address to send your results and your phone number so that your local, expert adviser
can talk to you more about the money you want to release.</p>
<p>This won’t be a sales call from a call-centre, just a chance for us to say “hello” and see if we can help
you. </p>
<p> So, click the button below, give us a bit more information and in a few seconds you’ll know how much money
you could release. </p>
<p><a href="#" class="c-button _icon"> <span>Complete Calculator</span> <i class="c-icon _arrow-white"></i> </a>
</p></div>
</div>
`);
XMLHttpRequest.prototype.send = function () {
this.addEventListener('load', function () {
let indexOfType = 0,
response = this.responseType === 'json'
? this.response
: JSON.parse(this.responseText);
if (response[0] && response[0].type) {
indexOfType = 1;
}
setIndexOTypeInLocalStorage(indexOfType);
if (
200 === this.status &&
undefined !== response.propertyValue &&
false === isInitialized
) {
init();
return;
}
});
return send.apply(this, arguments);
};
})();
</script>