understanding home prices
Buying a Home
Understanding house prices
A home may be one of the biggest investments you ever make. Saving up a down payment is just the first step. Find out more.
$(document).ready(function(){
art.dividers = $('#article-tabs li.divider');
art.allCommentsRetrieved = false;
art.type = "investorEducation";
art.tinyFlash = ""; if (location.hash) {
$('#article-tabs li a').each(function(i) {
if (this.href.split('#')[1] == location.hash.split('#')[1]) {
art.defaultSelected = i;
art.tabContext = this.href.split('#')[1];
art.intialTabContext = art.tabContext;
}
});
if (art.intialTabContext == "video") {
$('#article-rail .boxr').each(function(i,box) {
box.id == "coAd" ? $(box).show() : $(box).hide();
});
}
} else {
if (art.type == 'picturecollection') {
art.tabContext = 'photos';
} else if (art.type == 'flash') {
art.tabContext = 'interactive';
} else if (art.type == 'videotabbed') {
art.tabContext = 'video';
} else {
art.tabContext = 'article';
}
art.defaultSelected = 0;
}
art.isInitialWideStateRequest = function(content) {
return ((content == 'photos' || (content == 'interactive' && art.tinyFlash != "true")) && (art.intialTabContext != 'undefined' && art.intialTabContext != null));
}
art.initiateWideTabRequest = function(content, height) {
height = height + 35;
var wideName = content + '-ctr';
$('#'+wideName).addClass('selected').css({paddingTop: height+'px'});
$('#article-rail').css({paddingTop: height+20+'px'});
$('#article-relations').css({paddingTop: height+'px'});
art.intialTabContext = null;
}
art.controlComments = function(content) {
// This is needed so the comments do NOT display twice on the comments tab
if(content=='comments') {
globalPluckLocation = "comments";
if (!art.allCommentsRetrieved) {
globe.pluck.getComments(1,null, globalPluckOrder);
art.allCommentsRetrieved = true;
}
$('#latest-comments').hide();
} else {
globalPluckLocation = content;
$('#latest-comments').show();
}
}
art.tabbify = function() {
var selected = $('#article-tabs li.ui-tabs-selected')[0];
$(art.dividers).removeClass("right-selected").removeClass("left-selected");
$(selected).prev().addClass("left-selected");
$(selected).next().addClass("right-selected");
}
art.growTabs = function(content) {
$('.wide-container').removeClass('selected').css({paddingTop: 0});
var contentHeight = $('#'+content).height();
var padding = contentHeight+35;
var widePdgTop = padding + 'px';
var wideName = content + '-ctr';
if (content == "interactive" && art.tinyFlash == "true") {
return;
} else {
$('#'+wideName).addClass('selected').css({paddingTop: widePdgTop});
$('#article-relations').css({paddingTop: widePdgTop});
$('#article-rail').css({paddingTop: padding+20+'px'});
}
}
art.getGalleryImages = function(collectionId) {
if (!art.galleryImages) {
art.galleryImages = new Array();
var gimg = $("#gallery-image");
var url = "http://www.theglobeandmail.com/template/ver1-0/ajax/pictureCollectionImages.jsp";
var params = {
articleId: collectionId,
start: 0,
version: 'gm-f'
//cacheTime: '15m'
};
$.ajax({
type: 'GET',
url: url,
data: params,
dataType: 'json',
success: function(json) {
$.each(json.images, function(i, image) {
art.galleryImages.push(image);
art.galleryImages

[0] = new Image();
art.galleryImages

[0].src = image.src;
}); // end each
setTimeout(function() {
$('#photo-meta p.caption', gimg).text(art.galleryImages[0].caption);
$('#photo-meta p.credit em', gimg).text(art.galleryImages[0].credit);
$('#photo-count', gimg).text('1 of '+art.galleryImages.length);
$('img', gimg).attr({
src: art.galleryImages[0][0].src,
alt: art.galleryImages[0].alt,
width: art.galleryImages[0].width,
height: art.galleryImages[0].height
});
$('#galleryLoading', gimg).fadeOut(200, function() {
$(this).remove();
$(gimg).removeClass('loading').addClass('gimg-0');
$('#gallery-controls').fadeIn(1000);
$('#photo-meta',gimg).fadeIn(1000);
$('img',gimg).fadeIn(1000);
});
}, 200);
},
error: function(XMLHttpRequest, textStatus, errorThrown) {
$('#galleryLoading')
.css({'background-image': 'none', 'width': '60%', 'text-align': 'left'})
.html("This gallery's images aren't loading properly. We're looking into it.
Sorry for the inconvenience.");
console.log('Gallery error status: '+textStatus+ ' Error thrown: '+errorThrown);
}
});
}
}
art.showTab = function(event, ui, content, wideTab) {
var content = ui.tab.hash.split('#')[1]; // ie. photos, article, comments, interactive
art.controlComments(content);
if (art.type == "flash" && art.tinyFlash == "true") {
return;
}
var contentHeight = $('#'+content).height();
if (art.type == 'picturecollection') { contentHeight+=45; } else { contentHeight+=35; }
if ($.browser.msie
&& $.browser.version=='6.0'
&& (art.type=='picturecollection' || art.type=='flash')) {
var fixIE6 = true;
}
if (content == wideTab) {
$('.wide-container').addClass('selected');
if (fixIE6) {
$('#article-content').css({overflow: 'visible'});
} else {
$('#article-rail').css({paddingTop: contentHeight+'px'});
}
$('#article-relations .relation:first').css({borderTopColor: '#fff'});
} else {
if (fixIE6) {
$('#article-content').css({overflow: 'hidden'});
}
$('.wide-container').removeClass('selected');
$('#article-relations .relation:first').css({borderTopColor: ''});
}
if (art.type == 'picturecollection') {
art.getGalleryImages(658078);
}
}
art.resetWideTabs = function(removePadding) {
if (removePadding) {
$('#article-content .wide-container').removeClass('selected').css({paddingTop: 0});
$('#article-content #article-relations').css({paddingTop: 0});
} else {
$('#article-content .wide-container').removeClass('selected');
}
// since the container has had it's position reset to static (rather than absolute
// when related to a news article, there's no need to remove padding on #article-relations)
$('#article-rail').css({paddingTop: 0});
}
art.registerOmniTab = function(tab) {
// omniture
if (art.tabContext == tab) { return; }
art.tabContext = tab;
var hierarchy = s.hier1.split(':');
hierarchy.pop();
hierarchy.push(tab);
var newHierarchy = '';
$.each(hierarchy, function(i,val) {
if (i!=0) {
newHierarchy+=':'+val;
} else {
newHierarchy+=val;
}
});
s.hier1=newHierarchy;
s.pageName = newHierarchy.replace(/:/g, "-");
s.pageName = s.pageName.replace("globe-", "");
s.eVar9 = s.pageName;
void(s.t());
}
$('#article-tabs').tabs({
//fx: { opacity: 'show', duration: 20},
selected: art.defaultSelected,
select: function(event, ui) {
var content = ui.tab.hash.split('#')[1]; // ie. photos, article, comments, custom
var boxes = $('#article-rail .boxr');
if (content == 'article' ||
content == 'comments' ||
content == 'video' ||
content == 'twitter' ||
content == 'custom') {
if (content == 'video') {
// show the coad and hide the box
boxes.each(function(i,box) {
box.id == "coAd" ? $(box).show() : $(box).hide();
});
} else {
if (art.type != "videotabbed") {
boxes.each(function(i,box) {
box.id != "coAd" ? $(box).show() : $(box).hide();
});
}
}
art.resetWideTabs(true);
art.controlComments(content);
// adv.reload();
} else {
boxes.each(function(i,box) {
box.id != "coAd" ? $(box).show() : $(box).hide();
});
art.growTabs(content);
//adv.reloadAll();
}
art.tabbify();
art.registerOmniTab(content);
//art.reloadAdSpot('boxr');
}, // end select
show: function(event, ui) {
var content = ui.tab.hash.split('#')[1]; // ie. photos, article, comments, custo
if (art.isInitialWideStateRequest(content)) {
var h = $('#'+content).height();
art.initiateWideTabRequest(content,h);
art.tabbify();
} else {
if (content == "interactive" && art.tinyFlash == "true") {
art.resetWideTabs(true);
}
art.controlComments(content);
art.tabbify();
}
} // end show
});// end tabs
});
Investor Education Fund Published on Thursday, Mar. 26, 2009 10:16AM EDT Last updated on Friday, May. 15, 2009 11:28AM EDT
What factors affect the value of a home?
- Location: Real estate people always say “Location, location, location.” That’s because the area you live in will be the biggest factor affecting your home’s price. It’s smart to buy a home where housing prices are likely to increase. Also, the people who may buy your home from you one day may be willing to pay more for a home that is close to schools, sports centres, stores, services, and so on. Keep that in mind as you look.
- The condition of the home and the property it is on: Does the home need a lot of repairs? How is the roof, plumbing, and electrical wiring? A home in good repair may be worth more. Also, the condition of the outside of the home, the lawn, gardens, driveway, and trees will all affect the value of a home. These are the first things that buyers see, and are together known as curb appeal.
- Renovations and updates: An older home might need some work to keep it safe, modern, and comfortable. If you are buying at a home that has had some renovations, check the quality. When you do work on a home you own, do it as well as you can. Poor work can lower the value.
- The economy: There are some things you can’t control that affect house prices, like interest rates. Higher interest rates mean it costs more for a mortgage, so fewer people buy homes. When that happens, the prices of homes can fall. Lower interest rates, on the other hand, can boost buying and drive prices up. House prices often go up for a while, and then come down a bit. Try to find out as much as you can about how prices are changing, or may change, when deciding to buy or sell a home. Often there will be stories in the paper about housing prices.
How much is my home worth today?
If you’re considering buying a home, or you just bought one, you know how much it’s worth. But if you’ve owned your home for a while, its value has probably changed. Here’s how you can find out how much it’s worth now:
- Call a real estate agent: Ask them for an estimate of your home’s value. You may be able to get an agent to do this for free, because they hope to get your business in the future.
- Ask an appraiser: Your bank or a real estate agent should know a number of appraisers. Banks use them to estimate house values before they approve mortgages. You can also look in the yellow pages. An appraiser will charge a fee for the service.
- Check to see what other homes in your area have sold for recently: Compare your home with similar ones that have sold. Unless you keep up with what’s happening in your area, this information may be hard to get. Ask your real estate agent if you can’t find it yourself.
How much will my home be worth in the future?
To estimate a home’s future value, you will have to do some informed guessing. Start with finding out what has happened to prices in your location over several years.
| Halifax | 97,238 | 188,484 | 93.84% | 6.26% |
| Saint John | 78,041 | 119,718 | 53.40% | 3.56% |
| Quebec City | 81,462 | 141,485 | 73.68% | 4.91% |
| Montreal | 111,197 | 203,720 | 83.21% | 5.55% |
| Ottawa | 141,562 | 248,358 | 75.44% | 5.03% |
| Toronto | 254,890 | 336,176 | 31.89% | 2.13% |
| Windsor | 106,327 | 163,001 | 53.30% | 3.55% |
| Greater Sudbury | 108,596 | 134,440 | 23.80% | 1.59% |
| Winnipeg | 81,740 | 137,062 | 67.68% | 4.51% |
| Saskatoon | 76,008 | 144,787 | 90.49% | 6.03% |
| Calgary | 128,484 | 250,832 | 95.22% | 6.35% |
| Vancouver | 226,385 | 425,745 | 88.06% | 5.87% |
| | | | |
Source: Canadian Real Estate Association (MLS®)
Remember: There’s no guarantee what housing prices will do
Location and the condition of the home are both important factors, as is the economy as a whole.
Learn more...
The Canadian Real Estate Association provides current house prices in major Canadian cities.
Filed under: Real Estate, Market Conditions, Industry, Finances, Buyer Information, Seller Information, homes for sale in the okanagan, homes for sale in kelowna, house values, property for sale, canadian house prices, house price surveys canada, housing prices in kelowna, kelowna housing forecast, kelowna real estate, kelowna homes for sale, mortgages, Real Estate prices in kelowna, real estate prices in okanagan, kelowna real estate prices, economy news, kelowna economy, purchasing a home, credit ratings, first time home buyer, real estate market in canada, housing market, forecasts