曹逸雯
2013年7月29日 10:40
");
$(".story_photo .videoPlay").hover (
function(){$(this).css({"opacity":"0"})},
function(){$(this).css({"opacity":"1"})}
)
}
//照片區塊出現
$(".story_photo").fadeIn(1000);
//寫入第一張照片
var firstimg = $(".story_photo img:first").attr("rel");
$(".story_photo img:first").attr("src",firstimg);
$(".story_photo li:not(:first)").hide();
//判斷是否有多張照片,寫入開關
var li_nums = $(".story_photo li").length;
var openclose = '
更多照片 '
if (li_nums > 1) {
$(".story_photo .p_switcher").append(openclose);
}
//控制錨點
if (li_nums > 1) {
$('.open_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
$('.close_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
} else {
$(".story_photo img").css("cursor","none").attr("title","");//一張圖時
$(".p_switcher").hide();
}
//點擊圖片或開關,展開其他圖片
$("a.open_close").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
if (video_link>0){ // 如果有影音,點圖連到影音頁
$(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標
$(".story_photo img, .story_photo .videoPlay").click(function(){
var videoURL = $(".story_photo .video_link a").attr("href");
location.href=videoURL;
});
} else { //沒影音時,點圖展開其它圖
if (li_nums > 1) {//一張圖以上
$(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標
}
$(".story_photo img").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
}
//-------------------
});
-
中央銀行金融穩定報告警告,新北市、桃園的房市恐被迫下修,面臨泡沫化。
記者曹逸雯/台北報導
暑假是大學新生四處找房子,以及大學生搬家換租屋處的旺季,尤其是學校宿舍不足的私立學校,在外租屋幾乎已成為學生們的共同選擇,因此也吸引建商在大學城周邊推出一些以學生收租套房為訴求的建案,甚至打出前2年免費代租代管的方案,其中又以學生人數相當多的淡江大學周邊最為普遍,租金投報率更達4.1%最高,是雙北市大學周邊套房投報率最高的。
根據全球資產管理公司調查統計,雙北市大學周邊獨立套房租售行情,月租金平均落在5,500至2萬元之間,若以售價來看,每間套房價格約在160萬至1,200萬元不等,價格落差極大。
其中,以師大周邊的套房最貴,月租金達1萬5,000至2萬元,售價約在850萬至1,200萬元;淡江大學附近則相對實惠,月租金約在5,500至8,500元,售價約在160萬至250萬元,因此吸引不少建商在淡江大學附近推出學生出租套房的收益產品。
若換算為投報率,雙北市以淡江大學附近的租金投報率達4.1%最高,實踐大學的租金投報率1.63%最低,全球資產管理公司專案經理王維宏表示,由於市區的房價持續上揚,台北市的大學出租套房,投報率普遍已落在1.6~2.3%之間,若與台北市辦公室平均2.5%的投報率相比,稱不上誘人。
不過,位於新北市的淡江大學及輔仁大學的投報率仍可達3~4%以上的水準,若以投報率來挑選,新北市的學生套房是收益較好的產品。
至於要如何聰明投資學生套房?王維宏建議,除了考量投報率外,第一,可從學生人數較多的大學來挑選,目前學生人數較多的大學通常是歷史悠久的傳統名校,是學生選填志願時較容易排在前面的學校,因此入學人數較不受少子化影響。
其次,應選擇校內宿舍較少的大學,因為學生向外租屋的需求會相對較強,假如標的周邊有2、3所以上的大專院校,那學生租屋的需求會更大;第三,選擇校區離市區較遠的學校,由於通勤距離較長,因此學生選擇住宿的比例也會大幅提高,比較不怕找不到學生承租。
關鍵字:
房市
出租套房
投報率
租金
售價
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
留言列表