楊伶雯
2013年5月29日 11:21
");
$(".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();
});
}
//-------------------
});
-
第4檔寶島債,彰銀寶島債掛牌。(圖/元大寶來證提供)
記者楊伶雯/台北報導
彰銀寶島債29日正式在櫃買中心掛牌,為第4檔寶島債;彰銀指出,響應主管機關發展國內人民幣債券市場及該行業務發展需要,取得中長期穩定的人民幣資金,將先發行10億元人民幣金融債,期限3年,票面利率2.9%,每年單利計付息1次,委由元大寶來證券擔任銷售財務顧問。
彰銀表示,兩岸人民幣業務清算協議的簽署,開啟DBU開辦人民幣業務,目前DBU及OBU人民幣累積已達600億元以上資金存量,由於國內寶島債券發行量比較人民幣存款存量增幅相對小,投資人民幣收益率較佳且具有匯率升值預期下,人民幣投資商品仍為國內投資人資產配置的重點。
彰銀人民幣金融債,登錄於台灣集中保管結算所,在櫃買中心國際板掛牌交易,募集以法人為主,自然人可於募集完成後,透過證券商詢價購買,只要開立外幣綜合存款帳戶,就可利用集保帳戶,參與人民幣金融債的投資。
元大寶來證券指出,國內現有中國信託銀行、遠東新、東元電機、彰銀4檔寶島債, 彰銀信用評等佳,財務健全,經營穩健且具有政府持股的特色,本次發行利率2.9%,符合市場預期。彰化銀行屬國內銀行業龍頭,其所發行債券,預期將得到市場投資人的青睞。
統計目前寶島債券發行共4檔,中國信託銀行信用評等為twAA+,發行總額為10億元人民幣,3年期,票面利率2.9%;遠東新信用評等twA+,發行總額5億元人民幣,3年期,票面利率2.95%;東元電機信用評等twA,發行總額3億元人民幣,3年期,票面利率3%;彰銀信用評等twAA,發行總額10億元人民幣,3年期,票面利率2.9%。
關鍵字:
寶島債
中國信託
東元電機
遠東新
彰銀
櫃買中心
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
留言列表