NOWnews.com 今日新聞網
2013年7月18日 14:35
");
$(".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();
});
}
//-------------------
});
-
在美國國債市場開始遭遇多種利空的5月份,美國第一大「債主」逆勢大手筆增持美債,並自美國財政部有統計資料以來持有美國國債總量首次突破1.3兆美元關口,創下歷史之最。
大陸新聞中心/綜合報導
在美國國債市場開始遭遇多種利空的5月份,美國第一大『債主』逆勢大手筆增持美債,並自美國財政部有統計資料以來持有美國國債總量首次突破1.3兆美元關口,創下歷史之最。
根據第一財經日報報導,美國財政部7月16日公布資料顯示,大陸5月所持美國國債環比增加252億美元,總計13159億美元,穩居世界各國之首。大陸5月占各國所持美國債總額的比例為23.2%,明顯高於4月的22.3%。
據美國財政部修正後的資料,2013年前5個月大陸總計增持美國債955億美元,大幅超過2012年大陸全年淨增持的685億美元美債。
5月美國國債持有量名列第二的日本,持倉量由4月的11127億美元降至11110億美元,減持17億美元,已連續第三個月減少。而總量仍連續13個月居於1.1兆關口之上。與此同時,美國國債持有量排名前列的多個國家和地區,均在本月有了不同程度的減持。
自美聯儲在5月第一次釋放或將加快退出QE步伐的信號之後,美國國債市場不僅波動劇烈,同時正經歷一輪大規模的拋售潮。對美聯儲放緩量化寬鬆政策(QE)的擔憂使得各路資金紛紛撤離美債市場,就連全球央行也爭相開始拋售美債。美國萊頓債券市場研究公司經濟學家卡蘭戴爾表示,一些面臨貨幣壓力的新興市場國家需要賣出短期美國國債以干預外匯市場。
不過對於擁有著龐大外匯儲備的大陸而言,美債是最不可或缺的安全資產之一。
市場分析人士普遍認為,大陸購買美債的根本目的是保證其外匯資產的流動性和安全性,長期來看,大陸對美債的購買行為主要取決於大陸未來外匯儲備規模的積累,與國債的收益無直接關係。
在過去的兩個月,美國10年期國債收益率已從5月初的1.63% 一度飆升至7月5日最高的2.72%上方。截至昨(16)日記者發稿時,美國10年期國債收益率為2.53%。值得注意的是,從歷史資料來看,當前美國中長期國債的收益率仍處於歷史最低水平。隨著美國經濟的溫和復甦,美聯儲退出非常規的債券購買計劃不可避免,美債收益率也或將在未來幾年中回歸到4%~5%的正常水平。
關鍵字:
大陸
逆勢
美國
國債
QE
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
留言列表