真正的互联网金融,是P2P借贷、众筹还有虚拟货币,这些才是互联网思维融入到了金融当中,互联网变革了……[详细]
第一,巨大的市场需求长期得不到满足,主要在个人信贷和小微金融里面;第二,基本条件的成熟....[详细]
风险是互联网金融的核心,我们所讲的风险,其实不光是说我们债券的信用风险,还有平台的专业性……[详细]
第一,征信引入网贷;第二,网贷的两率的认知误区;第三,第三方支付系统引入网贷;第四,网贷风控认知误区……[详细]
嘉宾演讲
论坛议程
|
“网贷神州行”投资人见面会暨网贷之家三周年庆 |
|
(10月18日下午 中国 北京 国际金融博物馆(北京市朝阳公园东5门))
|
|
主题 |
演讲人 |
职务 |
| 13:35-13:45 |
领导致辞 |
沈鸿 |
北京市金融工作局领导 |
| 13:45-13:55 |
主办方致辞 |
石鹏峰 |
网贷之家首席运营官 |
| 13:55-14:15 |
互联网金融的风险管理与征信 |
涂志云 |
信用宝创始人兼CEO |
| 14:15-14:35 |
P2P理财趋势:智能化&移动化 |
方以涵 |
宜信宜人贷总经理 |
| 14:35-14:55 |
网贷认知中的几个重大误区及应对策略 |
岳麓居士2008 |
资深投资人 |
| 14:55-15:00 |
三等奖(6名) |
|
|
| 15:00-15:20 |
庆祝仪式及茶歇 |
石鹏峰与嘉宾共同参与 |
|
|
争锋相对 第一轮【话题】是否应该承诺保本保息? |
| 14:45-15:45 |
|
石鹏峰 |
网贷之家首席运营官 |
|
|
王坤 |
短融网CEO |
|
圆桌讨论 |
许现良 |
易宝支付互联网金融行业线总经理 |
|
|
保镖 |
资深投资人 |
|
|
北风 |
资深投资人 |
|
|
姬哲 |
资深投资人 |
争锋相对 第二轮【话题】倒闭潮今年是否会再现? |
|
|
| 17:00-17:40 |
|
肖飒 |
大成律师事务所律师 |
|
圆桌讨论 |
谭阳 |
众信金融首席运营官 |
|
|
郭洪伟 |
积木盒子法务总监 |
|
|
曹胜利 |
资深投资人 |
|
|
刘丽莉 |
资深投资人 |
| |
|
刘晨虎 |
资深投资人 |
| 16:40-16:45 |
二等奖(3名) |
|
|
| 16:45-17:00 |
网贷知多少之你说我猜 |
|
互动环节 |
| 17:00-17:05 |
一等奖(1名) |
|
|
| 17:05-17:10 |
活动结束、合影留念 |
|
结束 |
微博热议
\n');
}
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
function fullScreeMediaInner_DoFSCommand(command, args) {
var fullScree_obj = InternetExplorer ? fullScreeMediaInner : document.fullScreeMediaInner;
switch(command){
case 'closeAD':
if(document.getElementById('fullScreeMedia').style.display!='none'){
publicMethod_obj.change('fullScreeMedia');
clearInterval(publicMethod_obj.fullClearMedia_obj);
}
break;
case 'enable':
fullScree_obj.SetVariable("enabled_str","1");
break;
}
}
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
document.write('\n');
}
/* public */
var publicMethod_obj=new Object();
publicMethod_obj.exchangeInner = function(){
if(document.getElementById(this.id)){
if(this.enabled){
document.getElementById(this.id).innerHTML=this.inner;
if(this.paddingTop){
document.getElementById(this.id).style.paddingTop=this.paddingTop+'px';
}
if(this.paddingBottom){
document.getElementById(this.id).style.paddingBottom=this.paddingBottom+'px';
}
if(this.paddingLeft){
document.getElementById(this.id).style.paddingLeft=this.paddingLeft+'px';
}
}
}
}
publicMethod_obj.onResize=function(){
if(this.maxWidth!=null&&hexunPageMode_obj.clientWidth>this.maxWidth){
var tempFrame=(hexunPageMode_obj.clientWidth-this.maxWidth)/2;
}else{
var tempFrame=0;
}
for(var loops in this.list_array){
if(document.getElementById(this.list_array[loops])&&document.getElementById(this.list_array[loops]).style.display!='none'){
var _scrollTop=window.pageYOffset?document.documentElement.scrollTop || window.pageYOffset:hexunPageMode_obj.scrollTop//2010.06.28修改
switch(this.align){
case 'left':
document.getElementById(this.list_array[loops]).style.left=tempFrame+this.marginX+'px';
break;
case 'right':
document.getElementById(this.list_array[loops]).style.left=hexunPageMode_obj.scrollLeft+hexunPageMode_obj.clientWidth-tempFrame-this.width-(this.marginX?this.marginX:0)+'px';
break;
case 'center':
document.getElementById(this.list_array[loops]).style.left=(hexunPageMode_obj.clientWidth-this.width)/2+hexunPageMode_obj.scrollLeft+'px';
break;
}
switch(this.valign){
case 'top':
document.getElementById(this.list_array[loops]).style.top=_scrollTop+(this.marginY?this.marginY:270)+'px';
break;
case 'bottom':
document.getElementById(this.list_array[loops]).style.top=hexunPageMode_obj.clientHeight+_scrollTop-this.height-(this.marginY?this.marginY:0)+'px';
break;
case 'center':
document.getElementById(this.list_array[loops]).style.top=(hexunPageMode_obj.clientHeight-this.height)/2+_scrollTop+'px';
break;
default :
document.getElementById(this.list_array[loops]).style.top=this.marginY+'px';
break;
}
}
}
}
publicMethod_obj.writeDiv=function(id1_str,id2_str,get_w,get_h,back_str,close_obj,replay_obj,static_bool){
var temp_str='
内容装载中...
';
if(replay_obj!=null){
temp_str+=publicMethod_obj.creatReplayBtn(replay_obj);
}
if(close_obj!=null){
temp_str+=publicMethod_obj.creatCloseBtn(close_obj);
}
temp_str+='
';
return temp_str;
}
publicMethod_obj.creatReplayBtn=function(replay_obj){
var temp_str='
';
return temp_str;
}
publicMethod_obj.creatCloseBtn=function(close_obj){
var temp_str='
'
return temp_str;
}
publicMethod_obj.change=function(close_str,next_str){
var _bool=true;
if(close_str!=null){
if(close_str=='streamMediaBShell'&&document.getElementById(close_str).style.display=='none'){
_bool=false;
}
document.getElementById(close_str).style.display='none';
if(close_str=='streamMediaBShell'){
if(publicMethod_obj.streamClearMedia_obj){clearInterval(publicMethod_obj.streamClearMedia_obj)};
}
//当关闭全屏时
if(close_str=='fullScreeMedia'){slideEffect.start('fullScreeMedia','up');
if(publicMethod_obj.fullClearMedia_obj){clearInterval(publicMethod_obj.fullClearMedia_obj)};
document.getElementById('topFullWidthBanner').style.display='block';
//如果对联广告存在,打开对联
if(document.getElementById('hexunCouplet01')){document.getElementById('hexunCouplet01').style.display="block"};
//如果翻卷广告存在,打开翻卷
if(document.getElementById('hexunFanJuan01')){
document.getElementById('hexunFanJuan01').style.display="block";
publicMethod_obj.change('scrollMediaSShell','scrollMediaBShell');
publicMethod_obj.gotoFrame('scrollMediaBInner',2);
if(document.getElementById('scrollMediaInner')&&InternetExplorer){
document.getElementById('scrollMediaInner').GotoFrame(6);
document.getElementById('scrollMediaInner').play();
}
};
//如果左侧logo存在,打开左logo
if(document.getElementById('leftFloatLogoShell01')){document.getElementById('leftFloatLogoShell01').style.display="block"};
//如果右侧logo存在,打开右logo
if(document.getElementById('rightFloatLogoShell01')){document.getElementById('rightFloatLogoShell01').style.display="block"};
//如果流媒体广告存在
if(document.getElementById('streamMediaBShell')&&document.getElementById('streamMediaSShell')){
if(document.getElementById('scrollMediaInner')&&InternetExplorer){
document.getElementById('bigFloatMediaInner').GotoFrame(1);
document.getElementById('bigFloatMediaInner').play();
}
publicMethod_obj.change('streamMediaSShell','streamMediaBShell');//关闭小logo,打开大logo
//播放时间结束后,关闭大logo,打开小logo
publicMethod_obj.streamClearMedia_obj=setInterval(function(){
clearInterval(publicMethod_obj.streamClearMedia_obj);
publicMethod_obj.change('streamMediaBShell','streamMediaSShell');
},publicMethod_obj.streamClearMedia_maxTimer);
}
}
}
if(next_str!=null&&_bool){
document.getElementById(next_str).style.display='block';
if(document.getElementById('streamMediaS')&&document.getElementById('streamMediaS').innerHTML=='空'){
document.getElementById('streamMediaSShell').style.display='none';
}
}
return false;
}
publicMethod_obj.replay=function(get_str,close_str,flash_str,maxTimer){
document.getElementById(get_str).style.display='block';
//var bigFloat_obj = InternetExplorer ? bigFloatMediaInner : document.bigFloatMediaInner;
//备:变量bigFloat_obj的返回方法修改过
var bigFloat_obj = InternetExplorer? document.bigFloatMediaInner : document.getElementById('bigFloatMediaInner');
if(close_str!=null){
document.getElementById(close_str).style.display='none';
}
if(close_str=='fullScreeMediaSShell'){ //fullScreen+LOGO
document.documentElement.scrollTop='0px';
document.getElementById('topFullWidthBanner').style.display='none';
if(document.getElementById('hexunCouplet01')){document.getElementById('hexunCouplet01').style.display="none"};
if(document.getElementById('hexunFanJuan01')){document.getElementById('hexunFanJuan01').style.display="none"};
if(document.getElementById('leftFloatLogoShell01')){document.getElementById('leftFloatLogoShell01').style.display="none"};
if(document.getElementById('rightFloatLogoShell01')){document.getElementById('rightFloatLogoShell01').style.display="none"};
}
if(flash_str=='dlLoaderBLeft01'){
publicMethod_obj.change('rightCoupletSShell01','rightCoupletBShell01');
if(document.getElementById('dlLoaderBLeft01')) {document.getElementById('dlLoaderBLeft01').GOTOTEST(2);}
if(document.getElementById('dlLoaderBRight01')) {document.getElementById('dlLoaderBRight01').GOTOTEST(2);}
}
if(flash_str=='dlLoaderBRight01'){
publicMethod_obj.change('leftCoupletSShell01','leftCoupletBShell01');
if(document.getElementById('dlLoaderBLeft01')) {document.getElementById('dlLoaderBLeft01').GOTOTEST(2);}
if(document.getElementById('dlLoaderBRight01')) {document.getElementById('dlLoaderBRight01').GOTOTEST(2);}
}
if(document.getElementById(flash_str)&&InternetExplorer){
document.getElementById(flash_str).GotoFrame(1);
document.getElementById(flash_str).Play();
var fo=document.getElementById(flash_str);
if(fo!=null){
fo.SetVariable("goon",1);
fo.SetVariable("firstPlay",0);
}
}
if(maxTimer&&close_str=='streamMediaSShell'){
if(publicMethod_obj.streamClearMedia_obj){
clearInterval(publicMethod_obj.streamClearMedia_obj);
}
publicMethod_obj.streamClearMedia_obj=setInterval(function(){
clearInterval(publicMethod_obj.streamClearMedia_obj);
publicMethod_obj.change(get_str,close_str);
},maxTimer);
}
if(maxTimer&&close_str=='fullScreeMediaSShell'){
if(publicMethod_obj.fullClearMedia_obj){
clearInterval(publicMethod_obj.fullClearMedia_obj);
}
publicMethod_obj.fullClearMedia_obj=setInterval(function(){
clearInterval(publicMethod_obj.fullClearMedia_obj);
publicMethod_obj.change(get_str,close_str);
},maxTimer);
}
}
publicMethod_obj.creatMediaAD=function(flash_bool,id_str,src_str,w_num,h_num,wmode,url_str){
if(flash_bool){
var temp_str='
'
}else{
var temp_str='
'
+'
';
}
return temp_str;
}
publicMethod_obj.openWindowBack=function() {
var popUpWin2 = open("/backscreen.htm", "popUpWin2", "width=770,height=550,top=4000,left=3000");
self.focus()
}
publicMethod_obj.showOfTime=function(){
for(var loops=0;loops
arguments[loops].s_date&&temp_date');
// left CoupletB 01
var temp_obj=new Object({id:'leftCoupletB01',enabled:true});
//temp_obj.inner=publicMethod_obj.creatMediaAD(true,'dlLoaderBLeft01','http://itv.hexun.com/lbi-html/ly/loader/duilian/loaderLeft100x300_beta1.swf?src_str=duilian100-300.swf&src_link=null&t='+Math.random(),100,300,'transparent','');
temp_obj.inner=publicMethod_obj.creatMediaAD(true,'dlLoaderBLeft01','http://itv.hexun.com/lbi-html/ly/2012/guangfabank/0626/loader100x300_beta1.swf?src_str=http://itv.hexun.com/lbi-html/ly/2012/guangfabank/0626/100x300.swf&src_link='+encodeURIComponent('空')+'&t='+Math.random(),100,300,'transparent','');
temp_obj.init=publicMethod_obj.exchangeInner;
temp_obj.width=100;
temp_obj.height=300;
//temp_obj.maxWidth=1160;
temp_obj.marginX=10;
temp_obj.marginY=123;
temp_obj.backgroud='#ffffff';
temp_obj.align='left';
temp_obj.valign=null;
temp_obj.onStage=publicMethod_obj.onResize;
temp_obj.list_array=new Array('leftCoupletBShell01');
temp_obj.onStage=publicMethod_obj.onResize;
var closeBottom_obj=new Object({color:'#333333',backgroud:'#EEEEEE',bold:'bold',decoration:'none',width:40,align:'left',instance:'hexunCouplet01'});
pageMedia_array.push(temp_obj);
pageFloatMedia_array.push(temp_obj);
document.write(publicMethod_obj.writeDiv('leftCoupletBShell01','leftCoupletB01',temp_obj.width,temp_obj.height,temp_obj.backgroud,closeBottom_obj));
// left CoupletS 01
var temp_obj=new Object({id:'leftCoupletS01',enabled:true});
temp_obj.inner=publicMethod_obj.creatMediaAD(true,'dlLoaderSLeft01','http://itv.hexun.com/lbi-html/ly/loader/duilian/loader25x300_beta1.swf?src_str=http://itv.hexun.com/lbi-html/ly/2012/guangfabank/0626/25x300.swf&src_link='+encodeURIComponent('空')+'&t='+Math.random(),25,300,'transparent','');
temp_obj.init=publicMethod_obj.exchangeInner;
temp_obj.width=25;
temp_obj.height=300;
//temp_obj.maxWidth=1160;
temp_obj.marginX=10;
temp_obj.marginY=123;
temp_obj.backgroud='#ffffff';
temp_obj.align='left';
temp_obj.valign=null;
temp_obj.onStage=publicMethod_obj.onResize;
temp_obj.list_array=new Array('leftCoupletSShell01');
temp_obj.onStage=publicMethod_obj.onResize;
var closeBottom_obj=new Object({color:'#333333',backgroud:'#EEEEEE',bold:'bold',decoration:'none',width:26,align:'left',instance:'hexunCouplet01'});
var replayBottom_obj=new Object({color:'#333333',backgroud:'#EEEEEE',bold:'bold',decoration:'none',width:26,align:'left',instance:'leftCoupletBShell01',closed:'leftCoupletSShell01',flash:'dlLoaderBLeft01'});
pageMedia_array.push(temp_obj);
pageFloatMedia_array.push(temp_obj);
document.write(publicMethod_obj.writeDiv('leftCoupletSShell01','leftCoupletS01',temp_obj.width,temp_obj.height,temp_obj.backgroud,closeBottom_obj,replayBottom_obj));
document.getElementById('leftCoupletSShell01').style.display='none';
// right CoupletB 01
var temp_obj=new Object({id:'rightCoupletB01',enabled:true});
//temp_obj.inner=publicMethod_obj.creatMediaAD(true,'dlLoaderBRight01','http://itv.hexun.com/lbi-html/ly/loader/duilian/loaderRight100x300_beta1.swf?src_str=100x300.swf&src_link='+encodeURIComponent('空')+'&t='+Math.random(),100,300,'transparent','');
temp_obj.inner=publicMethod_obj.creatMediaAD(true,'dlLoaderBRight01','http://itv.hexun.com/lbi-html/ly/2012/guangfabank/0626/loader100x300_beta1.swf?src_str=http://itv.hexun.com/lbi-html/ly/2012/guangfabank/0626/100x300.swf&src_link='+encodeURIComponent('空')+'&t='+Math.random(),100,300,'transparent','');
temp_obj.init=publicMethod_obj.exchangeInner;
temp_obj.width=100;
temp_obj.height=300;
//temp_obj.maxWidth=1160;
temp_obj.marginX=10;
temp_obj.marginY=123;
temp_obj.backgroud='#ffffff';
temp_obj.align='right';
temp_obj.valign=null;
temp_obj.onStage=publicMethod_obj.onResize;
temp_obj.list_array=new Array('rightCoupletBShell01');
temp_obj.onStage=publicMethod_obj.onResize;
var closeBottom_obj=new Object({color:'#333333',backgroud:'#EEEEEE',bold:'bold',decoration:'none',width:40,align:'right',instance:'hexunCouplet01'});
pageMedia_array.push(temp_obj);
pageFloatMedia_array.push(temp_obj);
document.write(publicMethod_obj.writeDiv('rightCoupletBShell01','rightCoupletB01',temp_obj.width,temp_obj.height,temp_obj.backgroud,closeBottom_obj));
// right CoupletS 01
var temp_obj=new Object({id:'rightCoupletS01',enabled:true});
temp_obj.inner=publicMethod_obj.creatMediaAD(true,'dlLoaderSRight01','http://itv.hexun.com/lbi-html/ly/loader/duilian/loader25x300_beta1.swf?src_str=http://itv.hexun.com/lbi-html/ly/2012/guangfabank/0626/25x300.swf&src_link='+encodeURIComponent('空')+'&t='+Math.random(),25,300,'transparent','');
temp_obj.init=publicMethod_obj.exchangeInner;
temp_obj.width=25;
temp_obj.height=300;
//temp_obj.maxWidth=1160;
temp_obj.marginX=10;
temp_obj.marginY=123;
temp_obj.backgroud='#ffffff';
temp_obj.align='right';
temp_obj.valign=null;
temp_obj.onStage=publicMethod_obj.onResize;
temp_obj.list_array=new Array('rightCoupletSShell01');
temp_obj.onStage=publicMethod_obj.onResize;
var closeBottom_obj=new Object({color:'#333333',backgroud:'#EEEEEE',bold:'bold',decoration:'none',width:26,align:'right',instance:'hexunCouplet01'});
var replayBottom_obj=new Object({color:'#333333',backgroud:'#EEEEEE',bold:'bold',decoration:'none',width:26,align:'left',instance:'rightCoupletBShell01',closed:'rightCoupletSShell01',flash:'dlLoaderBRight01'});
pageMedia_array.push(temp_obj);
pageFloatMedia_array.push(temp_obj);
document.write(publicMethod_obj.writeDiv('rightCoupletSShell01','rightCoupletS01',temp_obj.width,temp_obj.height,temp_obj.backgroud,closeBottom_obj,replayBottom_obj));
document.getElementById('rightCoupletSShell01').style.display='none';
document.write(' ');
}
/* page timeline */
if(document.getElementById('hexunBodyBaseDiv')==null){
document.write('