City to review downtown housing development incentives
Posted on
May 6, 2010
by
Norm Fisher, Royal LePage Vidorra
Star Phoenix reporter Dave Hutton says that the City of Saskatoon is reviewing downtown housing incentives in hopes of finding better ways to attract new residents to the area.
Over nearly a decade, the city has provided $4.8 million worth of tax abatements to people buying homes in various condo projects. Dave reports that this program has led to over $80 million dollars worth of re-development in eleven projects including the 2nd Avenue Lofts, the King George and the Rumley Distinctive Lofts. Apparently, the program has produced weaker than expected results with the total downtown population growing to just 4,200, well short of the city’s goal of 10,000 residents.
City planners are now looking at incentives that would more directly benefit developers.
I’m always happy to answer your Saskatoon real estate questions. All of my contact info is here. Please feel free to call or email.
Norm Fisher
Royal LePage Vidorra
The Saskatchewan REALTORS® Association (SRA) IDX Reciprocity listings are displayed in
accordance with SRA's MLS® Data Access Agreement and are copyright of the Saskatchewan REALTORS® Association (SRA).
The above information is from sources deemed reliable but should not be relied upon without independent verification.
The information presented here is for general interest only, no guarantees apply.
Trademarks are owned and controlled by the Canadian Real Estate Association (CREA).
Used under license.
MLS® System data of the Saskatchewan REALTORS® Association (SRA) displayed on this site is refreshed every 2 hours.
$(document).ready(function () {
var allBoxes = $("#mrp-container10 div.weblet_web-syndication").children("div");
transitionBox(null, allBoxes.first());
});
function transitionBox(from, to) {
function next() {
var nextTo;
if (to.is(":last-child")) {
nextTo = to.closest("#mrp-container10 .weblet_web-syndication").children("div").first();
} else {
nextTo = to.next();
}
to.fadeIn(500, function () {
setTimeout(function () {
transitionBox(to, nextTo);
}, 7000);
});
}
if (from) {
from.fadeOut(500, next);
} else {
next();
}
}