99999久久久久久亚洲,欧美人与禽猛交狂配,高清日韩av在线影院,一个人在线高清免费观看,啦啦啦在线视频免费观看www

熱線電話:13121318867

登錄
首頁職業(yè)發(fā)展多只大數(shù)據(jù)基金本周發(fā)行_數(shù)據(jù)分析師
多只大數(shù)據(jù)基金本周發(fā)行_數(shù)據(jù)分析師
2015-04-20
收藏

   多只大數(shù)據(jù)基金本周發(fā)行_數(shù)據(jù)分析師


本周,數(shù)家基金公司將發(fā)行大數(shù)據(jù)基金產(chǎn)品。其中,博時(shí)招財(cái)一號(hào)大數(shù)據(jù)保本基金(以下簡稱招財(cái)一號(hào))已確定將于4月21日開始銷售,額度為40億。緊接著,22日,南方大數(shù)據(jù)100基金也將首發(fā),限額10億元。與此同時(shí),博時(shí)旗下另一只與指數(shù)掛鉤的淘金大數(shù)據(jù)100指數(shù)基金也已獲批,靜待發(fā)行。

記者發(fā)現(xiàn),上述本周即將發(fā)行的基金雖然都有“大數(shù)據(jù)”頭銜,但卻不盡相同。博時(shí)招財(cái)一號(hào)大數(shù)據(jù)保本基金的保本周期為二年,以二年期定期存款稅后收益率作為基金業(yè)績比較基準(zhǔn),在保障保本周期到期時(shí)本金安全的前提下,有效控制風(fēng)險(xiǎn),追求基金資產(chǎn)的穩(wěn)定增值。同時(shí),由于該基金只在螞蟻金服旗下招財(cái)寶平臺(tái)發(fā)售,而招財(cái)寶平臺(tái)具有變現(xiàn)功能,所以博時(shí)招財(cái)一號(hào)是少有的可隨時(shí)變現(xiàn)的保本基金產(chǎn)品。南方大數(shù)據(jù)100基金則是一只指數(shù)基金,其掛鉤的大數(shù)據(jù)100指數(shù)是由南方基金、新浪財(cái)經(jīng)、深證信息公司三方聯(lián)合發(fā)布的,基于財(cái)經(jīng)媒體與社交平臺(tái)挖掘投資情緒,并應(yīng)用于指數(shù)選樣的策略指數(shù)。i100指數(shù)成份股由投資者情緒和市場走勢所驅(qū)動(dòng),與代表大盤藍(lán)籌的滬深300、代表成長風(fēng)格的創(chuàng)業(yè)板指等恒定風(fēng)格指數(shù)不一樣。Wind數(shù)據(jù)顯示,i100指數(shù)今年以來漲幅達(dá)59.7%,同期上證綜指漲幅24.72%,滬深300指數(shù)漲幅22.94%。近一年i100指數(shù)上漲126.6%,大幅跑贏上證綜指、滬深300等傳統(tǒng)主流指數(shù)。

數(shù)據(jù)分析咨詢請掃描二維碼

若不方便掃碼,搜微信號(hào):CDAshujufenxi

數(shù)據(jù)分析師資訊
更多

OK
客服在線
立即咨詢
客服在線
立即咨詢
') } function initGt() { var handler = function (captchaObj) { captchaObj.appendTo('#captcha'); captchaObj.onReady(function () { $("#wait").hide(); }).onSuccess(function(){ $('.getcheckcode').removeClass('dis'); $('.getcheckcode').trigger('click'); }); window.captchaObj = captchaObj; }; $('#captcha').show(); $.ajax({ url: "/login/gtstart?t=" + (new Date()).getTime(), // 加隨機(jī)數(shù)防止緩存 type: "get", dataType: "json", success: function (data) { $('#text').hide(); $('#wait').show(); // 調(diào)用 initGeetest 進(jìn)行初始化 // 參數(shù)1:配置參數(shù) // 參數(shù)2:回調(diào),回調(diào)的第一個(gè)參數(shù)驗(yàn)證碼對象,之后可以使用它調(diào)用相應(yīng)的接口 initGeetest({ // 以下 4 個(gè)配置參數(shù)為必須,不能缺少 gt: data.gt, challenge: data.challenge, offline: !data.success, // 表示用戶后臺(tái)檢測極驗(yàn)服務(wù)器是否宕機(jī) new_captcha: data.new_captcha, // 用于宕機(jī)時(shí)表示是新驗(yàn)證碼的宕機(jī) product: "float", // 產(chǎn)品形式,包括:float,popup width: "280px", https: true // 更多配置參數(shù)說明請參見:http://docs.geetest.com/install/client/web-front/ }, handler); } }); } function codeCutdown() { if(_wait == 0){ //倒計(jì)時(shí)完成 $(".getcheckcode").removeClass('dis').html("重新獲取"); }else{ $(".getcheckcode").addClass('dis').html("重新獲取("+_wait+"s)"); _wait--; setTimeout(function () { codeCutdown(); },1000); } } function inputValidate(ele,telInput) { var oInput = ele; var inputVal = oInput.val(); var oType = ele.attr('data-type'); var oEtag = $('#etag').val(); var oErr = oInput.closest('.form_box').next('.err_txt'); var empTxt = '請輸入'+oInput.attr('placeholder')+'!'; var errTxt = '請輸入正確的'+oInput.attr('placeholder')+'!'; var pattern; if(inputVal==""){ if(!telInput){ errFun(oErr,empTxt); } return false; }else { switch (oType){ case 'login_mobile': pattern = /^1[3456789]\d{9}$/; if(inputVal.length==11) { $.ajax({ url: '/login/checkmobile', type: "post", dataType: "json", data: { mobile: inputVal, etag: oEtag, page_ur: window.location.href, page_referer: document.referrer }, success: function (data) { } }); } break; case 'login_yzm': pattern = /^\d{6}$/; break; } if(oType=='login_mobile'){ } if(!!validateFun(pattern,inputVal)){ errFun(oErr,'') if(telInput){ $('.getcheckcode').removeClass('dis'); } }else { if(!telInput) { errFun(oErr, errTxt); }else { $('.getcheckcode').addClass('dis'); } return false; } } return true; } function errFun(obj,msg) { obj.html(msg); if(msg==''){ $('.login_submit').removeClass('dis'); }else { $('.login_submit').addClass('dis'); } } function validateFun(pat,val) { return pat.test(val); }