When an estranged couple opts to air their dirty linen on the scales of justice, the fate of their matrimonial home forms a major part of their anticipated separation. The judge, in their Solomonic wisdom, has to decide who walks away with the keys – or if the unit can be divided.
While such cases are a possibility for a couple, excerpts of a joint report from the Sacco Societies Regulatory Authority (Sasra), Financial Sector Deepening (FSD) Kenya and the Kenya Mortgage Refinance Company (KMRC) show that joint loan accounts offer a better pathway in home ownership.
Bold Reporting Takes Time, Courage and Investment. Stand With Us.
Support Bold Journalism
Unlimited access to all premium content
Uninterrupted ad-free browsing experience
Mobile-optimized reading experience
Weekly Newsletters
MPesa, Airtel Money and Cards accepted
Already a subscriber? Log in
`;
} else {
teaserEl.innerHTML = “”;
}
activeEl.innerHTML = “”;
paywallEl.style.display = “block”;
} else if (now >= saleStart && now <= saleEnd) {
paywallEl.style.display = “none”;
var diffToEnd = saleEnd – now;
var totalSeconds = Math.floor(diffToEnd / 1000);
var days = Math.floor(totalSeconds / (24 * 3600));
var hours = Math.floor((totalSeconds % (24 * 3600)) / 3600);
var minutes = Math.floor((totalSeconds % 3600) / 60);
var seconds = totalSeconds % 60;
activeEl.innerHTML = `
Offer ends in…
${days}Days
${String(hours).padStart(2,’0′)}Hours
${String(minutes).padStart(2,’0′)}Minutes
${String(seconds).padStart(2,’0′)}Seconds
Subscribe Now & Save
`;
} else {
teaserEl.innerHTML = “”;
activeEl.innerHTML = “”;
paywallEl.style.display = “block”;
}
}
function formatTime(ms) {
let totalSeconds = Math.floor(ms / 1000);
const days = Math.floor(totalSeconds / (3600 * 24));
totalSeconds %= 3600 * 24;
const hours = Math.floor(totalSeconds / 3600);
totalSeconds %= 3600;
const minutes = Math.floor(totalSeconds / 60);
const seconds = totalSeconds % 60;
return `${days}d ${hours}h ${minutes}m ${seconds}s`;
}
updateFlashSale();
setInterval(updateFlashSale, 1000);
Follow The Standard
channel
on WhatsApp
When an estranged couple opts to air their dirty linen on the scales of justice, the fate of their matrimonial home forms a major part of their anticipated separation. The judge, in their Solomonic wisdom, has to decide who walks away with the keys – or if the unit can be divided.
Follow The Standard
channel
on WhatsApp
By Graham Kajilwa
