CINXE.COM

<?php $thispage="/IAME-Roundtable-June2017"; $paywalled="#PAYWALLED#"; require("cookie.php"); require("func_paywall.php"); ?> <!doctype html> <html> <head> <?php require("content_head.php"); ?> <title></title> <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE"> <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> <meta name="keywords" content=""> <meta name="description" content=""> <?php if ($paywalled=="1"){ print("<meta name=\"robots\" content=\"noindex\">\r\n"); print("<meta name=\"robots\" content=\"nofollow\">\r\n"); } ?> <script language="javascript"> function ian() { alert("OK"); document.getElementById('picone').style.backgroundImage="url(https://www.insuranceassetmanagement.net/iam/images/pa-conference-468x60.gif)"; } function bottom_features(sDirection) { var bottom_images = new Array(); bottom_images[0] = '/pa/images/'; bottom_images[1] = '/pa/images/'; bottom_images[2] = '/pa/images/'; bottom_images[3] = '/pa/images/'; var currentimage=parseInt(document.getElementById('currentbottomfeaturecount').value); if (sDirection == 'left') { var newimage = currentimage-1; var newimage2 = currentimage; } if (sDirection == 'right') { var newimage = currentimage+1; var newimage2 = currentimage+2; } if (newimage < 0) { newimage=0; newimage2=1; } if (newimage >= 0 && bottom_images[newimage2] != '/pa/images/'){ document.getElementById('picone').style.backgroundImage="url("+bottom_images[newimage]+")"; document.getElementById('pictwo').style.backgroundImage="url("+bottom_images[newimage2]+")"; document.getElementById('currentbottomfeaturecount').value = newimage; } else { //alert('At the end'); } } function news_videos(sDirection) { alert(sDirection); var news_images = new Array(); var news_url = new Array(); news_images[0] = '/pa/images/'; news_images[1] = '/pa/images/'; news_images[2] = '/pa/images/'; news_images[3] = '/pa/images/'; news_url[0] = ''; news_url[1] = ''; news_url[2] = ''; news_url[3] = ''; var currentnewsvideo=parseInt(document.getElementById('currentnewsvideocount').value); if (sDirection == 'left') { var newvideo = currentnewsvideo-1; } if (sDirection == 'right') { var newvideo = currentnewsvideo+1; } if (newvideo < 0) { newvideo=0; } if (newvideo >= 0 && news_url[newvideo] != ''){ document.getElementById('newspic').src=news_images[newvideo]; //document.getElementById('newspictwo').style.backgroundImage="url("+news_images[newvideo2]+")"; document.getElementById('currentnewsvideocount').value = newvideo; document.getElementById('newspichref').href=news_url[newvideo]; } else { //alert('At the end'); } } </script> <style> /* POP UP CSS Code */ .popScroll { position:fixed; z-index:100; top:0; display: table; text-align: center; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.56); } .popup { z-index: 10; width:420px; height:330px; position:relative; margin:150px auto; display:block; text-align:center; -moz-background-clip: padding; -o-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; /* prevents bg color from leaking outside the border */ background-color: #fff; /* layer fill content */ -moz-box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */ -webkit-box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */ -o-box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */ box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */ -webkit-transform-origin:top center; -moz-transform-origin:top center; -o-transform-origin:top center; transform-origin:top center; -webkit-animation: iconosani 1.2s forwards; animation: iconosani 1.2s forwards; -moz-animation: iconosani 1.2s forwards; -o-animation: iconosani 1.2s forwards; } @-webkit-keyframes iconosani { 0% { -webkit-transform: perspective(800px) rotateX(-90deg); -moz-transform: perspective(800px) rotateX(-90deg); -o-transform: perspective(800px) rotateX(-90deg); opacity: 1; } 40% { -webkit-transform: perspective(800px) rotateX(30deg); -moz-transform: perspective(800px) rotateX(30deg); -o-transform: perspective(800px) rotateX(30deg); opacity: 1; } 70% { -webkit-transform: perspective(800px) rotateX(-10deg); -moz-transform: perspective(800px) rotateX(-10deg); -o-transform: perspective(800px) rotateX(-10deg); } 100% { -webkit-transform: perspective(800px) rotateX(0deg); -moz-transform: perspective(800px) rotateX(0deg); -o-transform: perspective(800px) rotateX(0deg); opacity: 1; } } .popScroll h1 { position: relative; color: #fff; font-size: 26px; font-weight: 500; text-align: center; border-top: solid 4px #590000; padding: 15px 10px; text-transform: uppercase; background: #9f0404; } .popScroll .uninstalltext { font-size: 17px; font-weight: 400; margin: 15px; } .jscontact { font-size: 13px; margin-top: 40px; text-align: left; margin-left: 10px; } </style> </head> <body> <script src="/adblocker/blockadblock.js"></script> <script> function adBlockNotDetected() { $('#block-adb-enabled').hide(); $('#block-adb-not-enabled').show(); document.getElementById( 'popScroll' ).style.display = 'none'; } function adBlockDetected() { $('#block-adb-enabled').show(); $('#block-adb-not-enabled').hide(); document.getElementById( 'popScroll' ).style.display = 'block'; } if(typeof blockAdBlock === 'undefined') { adBlockDetected(); } else { blockAdBlock.setOption({ debug: true }); blockAdBlock.onDetected(adBlockDetected).onNotDetected(adBlockNotDetected); } function checkAgain() { $('#block-adb-enabled').hide(); $('#block-adb-not-enabled').hide(); // setTimeout 300ms for the recheck is visible when you click on the button setTimeout(function() { if(typeof blockAdBlock === 'undefined') { adBlockDetected(); } else { blockAdBlock.onDetected(adBlockDetected).onNotDetected(adBlockNotDetected); blockAdBlock.check(); } }, 300); } </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/highlight.min.js"></script> <script> $('pre code').each(function(i, block) { hljs.highlightBlock(block); }); </script> <!-- popup --> <div style="display:none;" class="popScroll" id="popScroll"> <div class="popup"> <h1>WE HAVE DETECTED AN ADBLOCKER!</h1> <div style="margin-top:20px;"><i style="font-size:80px;color:#bd0808;" class="fa fa-frown-o" aria-hidden="true"></i></div> <p class="uninstalltext">Please Uninstall/Remove Adblocker in order to use our website!</p> <p class="jscontact"><a href="mailto:ian@ellisrobertsonmedia.com,junaid.shakoor@perspectivepublishing.com?subject=Adblocker Issue"> <i class="fa fa-envelope-o" style="margin-right:5px;" aria-hidden="true"></i>Contact</a> </p> </div> </div> <style> .loginheader { border-bottom: 1px solid #e1e1e1; position: fixed; right: 0; left: 0; top: 0; padding:6px; z-index: 100; background-color: #fdfdfd; } .logintext a { float:right; text-transform:uppercase; font-family:roboto; font-weight:500; font-size:14px; margin-top: 6px; margin-right:15px; } .signuptext a { float: right; text-transform: uppercase; font-family: roboto; font-weight: 500; font-size: 14px; padding: 5px 15px; color: white; background-color: #af0710; } .welcometext { float:right; text-transform:uppercase; font-family:roboto; font-weight:500; font-size:12px; } .welcometext span { font-weight:bold; font-size:14px; font-family:roboto; color:#af0710; } .membersincetext { float:left; text-transform:uppercase; font-family:roboto; font-weight:400; font-size:10px; margin-top:2px; } </style> <?php $ip_address = $_SERVER['REMOTE_ADDR']; ?> <?php //$loggedin = "Y"; if ($loggedin == "Y") { ?> <div class="loginheader"> <?php if ($cookie_name != "") { ?> <div class="welcometext"><i class="fa fa-user-circle-o" aria-hidden="true"></i> Welcome, <span><?php print($cookie_name); ?></span></div> <?php } ?> <?php if ($cookie_datejoined != "") { ?> <div class="membersincetext"><i class="fa fa-bookmark" aria-hidden="true"></i> Member Since <?php print($cookie_datejoined); ?></div> <?php } ?> </div> <div style="width:100%; height:20px; clear:both; padding-top:35px;"></div> <?php } else{ ?> <div class="loginheader"> <div class="signuptext"><a href="/iam/pricing.php">Sign Up</a></div> <div class="logintext"><a href="/iam/login_form.php"><i class="fa fa-sign-in" aria-hidden="true"></i> Login</a></div> </div> <div style="width:100%; height:20px; clear:both; padding-top:45px;"></div> <?php } ?> <a href="/index.html"><div id="adbanner1"> </div></a> <?php include('main_menu.php'); ?> <div class="content-wrapper"> <div id="mainRight"> <!-- <a href=""><img src="http://www.charitytimes.com/ct/images/6441_Aon_charities120x600.gif"></a> <a href=""><img src="http://www.retail-systems.com/rs/images/TS-retail-120x600-debt-collection.jpg"></a> <a href=""><img src="http://www.retail-systems.com/rs/images/web_rbte_120x600_uk_1401.jpg"></a>--> <center> <A HREF="https://www.insuranceassetmanagement.net/iam/link.php?url= https://insuranceassetmanagement.net/awards/index.php&title=&thispage=<?php print("$thispage"); ?>" ALT="Insurance Asset Management Awards 2019"><img src="https://www.insuranceassetmanagement.net/iam/../../iam/images/120x600_IAM-Awards2019_book-table_mpu.gif" border="0""></a> <A HREF="https://www.insuranceassetmanagement.net/iam/link.php?url= &title=&thispage=<?php print("$thispage"); ?>" ALT=""></a> </center> <div id="ian_spacer" name="ian_spacer" style="width:100%; min-height:10px; line-height:10px;"></div> <center> <A HREF="https://www.insuranceassetmanagement.net/iam/link.php?url= https://insuranceassetmanagement.net/conference/&title=&thispage=<?php print("$thispage"); ?>" ALT="Insurance Asset Management Conference"><img src="https://www.insuranceassetmanagement.net/iam/../../iam/images/120x600_IAM_conference2019_register_now.gif" border="0""></a> <A HREF="https://www.insuranceassetmanagement.net/iam/link.php?url= &title=&thispage=<?php print("$thispage"); ?>" ALT=""></a> </center> <div id="ian_spacer" name="ian_spacer" style="width:100%; min-height:10px; line-height:10px;"></div> <center> <A HREF=" &title=&thispage=<?php print("$thispage"); ?>" ALT=""></a> <A HREF=" &title=&thispage=<?php print("$thispage"); ?>" ALT=""></a> </center> <div id="ian_spacer" name="ian_spacer" style="width:100%; min-height:10px; line-height:10px;"></div> <center> <A HREF=" &title=&thispage=<?php print("$thispage"); ?>" ALT=""></a> <A HREF=" &title=&thispage=<?php print("$thispage"); ?>" ALT=""></a> </center> <div id="ian_spacer" name="ian_spacer" style="width:100%; min-height:10px; line-height:10px;"></div> <center> <A HREF=" &title=&thispage=<?php print("$thispage"); ?>" ALT=""></a> <A HREF=" &title=&thispage=<?php print("$thispage"); ?>" ALT=""></a> </center> <div id="ian_spacer" name="ian_spacer" style="width:100%; min-height:10px; line-height:10px;"></div> <center> <A HREF=" &title=&thispage=<?php print("$thispage"); ?>" ALT=""></a> <A HREF=" &title=&thispage=<?php print("$thispage"); ?>" ALT=""></a> </center> <div id="ian_spacer" name="ian_spacer" style="width:100%; min-height:10px; line-height:10px;"></div> <center> <A HREF=" &title=&thispage=<?php print("$thispage"); ?>" ALT=""></a> <A HREF=" &title=&thispage=<?php print("$thispage"); ?>" ALT=""></a> </center> <div id="ian_spacer" name="ian_spacer" style="width:100%; min-height:10px; line-height:10px;"></div> <center> <A HREF=" &title=&thispage=<?php print("$thispage"); ?>" ALT=""></a> <A HREF=" &title=&thispage=<?php print("$thispage"); ?>" ALT=""></a> </center> <div id="ian_spacer" name="ian_spacer" style="width:100%; min-height:10px; line-height:10px;"></div> <center> <A HREF=" &title=&thispage=<?php print("$thispage"); ?>" ALT=""></a> <A HREF=" &title=&thispage=<?php print("$thispage"); ?>" ALT=""></a> </center> <div id="ian_spacer" name="ian_spacer" style="width:100%; min-height:10px; line-height:10px;"></div> <center> <A HREF=" &title=&thispage=<?php print("$thispage"); ?>" ALT=""></a> <A HREF=" &title=&thispage=<?php print("$thispage"); ?>" ALT=""></a> </center> <div id="ian_spacer" name="ian_spacer" style="width:100%; min-height:10px; line-height:10px;"></div> <center> <A HREF=" &title=&thispage=<?php print("$thispage"); ?>" ALT=""></a> <A HREF=" &title=&thispage=<?php print("$thispage"); ?>" ALT=""></a> </center> </div> <div id="headerWrapper"> <div id="headerLeft"> <a href="mailto:joel.whitefoot@perspectivepublishing.com?subject=IAM Subscribe to Newsletter&body=Please subscribe me to your IAM Newsletter"> <h5><i style="padding-right: 4px;border-right: solid #d6121b 2px;" class="fa fa-envelope-o" aria-hidden="true"></i> Subscribe to our e-newsletter</h5> </a> <a href="https://twitter.com/IAM_insurance" target="_blank"> <h5><i style="color: #42c0fb; padding-right: 6px;border-right: solid #42c0fb 2px;" class="fa fa-twitter" aria-hidden="true"></i> Follow us on Twitter</h5> </a> <a href="https://www.perspectivepublishing.com/privacy_policy.html" target="_blank"> <h5><i style="color: #559dc5;padding-right: 7px;border-right: solid #559dc5 2px;" class="fa fa-info-circle" aria-hidden="true"></i> Privacy and cookies</h5> </a> <h6><i class="fa fa-building-o" aria-hidden="true"></i> Established 2016</h6> </div> <a href="index.php"> <div id="headerCenter"></div> </a> <div id="headerRight"> <a> <h5><i class="fa fa-clock-o" aria-hidden="true"></i> <?php $today=date("l d F Y"); print("$today"); ?></h5> </a> </div> <div id="headerRightMagazine"> <?php include("digital-edition-header.php"); ?> </div> </div> <div id="breakingNewsWrapper"> <div id="breakingNews" name="breakingNews"> <a href="" style="margin-top:3px;"><h4>LATEST NEWS </h4><i style="color:#d6121b;float:right;line-height:26px;padding-right:5px;" class="fa fa-arrow-circle-right" aria-hidden="true"></i></a> <ul id="newsTicker" style="margin-top:3px;"> <li><a href="/iam/Court-Ruling-puts-UK-insurers-annuity-book-disposals-at-risk.php">Court Ruling puts UK insurers’ annuity book disposals at risk</a></li> <li><a href="/iam/IAIS-must-focus-on-systemic-activities-of-insurance-sector-as-a-whole-body-argues.php">IAIS must focus on systemic activities of insurance sector ‘as a whole’, body argues</a></li> <li><a href="/iam/IFRS-17-delay-would-lead-to-significant-additional-costs-GDV-warns.php">IFRS 17 delay would lead to ‘significant additional costs”, GDV warns</a></li> <li><a href="/iam/Swiss-fund-market-value-rises-by-16pc-in-July.php">Swiss fund market value rises by 1.6% in July</a></li> <li><a href="/iam/Insurance-bodies-write-to-EC-to-ensure-level-playing-field-with-ICS.php">Insurance bodies write to EC to ensure level playing field with ICS</a></li> </ul> </div> </div> <div id="adbanner2"> <a href="https://www.insuranceassetmanagement.net/iam/link.php?url= https://insuranceassetmanagement.net/iam/pricing.php"><img src="https://www.insuranceassetmanagement.net/iam/../../iam/images/728x90_InsuranceAssetManagementClub_join_mpu.gif" border="0"" style="margin: 0 0 0 200px; width: auto; height: auto;"></a> </div> <div id="mainWrapper"> <div id="mainLeft"> <div id="mainLeftFullStory"> <div id="adbanner3" style="margin-bottom:30px;"><a href="https://www.insuranceassetmanagement.net/iam/link.php?url= https://insuranceassetmanagement.net/conference/"><img src="https://www.insuranceassetmanagement.net/iam/../../iam/images/728x90_IAM_conference2019_register-now-12-07-2019.gif" border="0""></a></div> <h1></h1> <div id="mainLeftFullStoryAuthor"> <h6>16/02/2017</h6> </div> <p></p> </div> <ul class="soc"> <li> <a class="soc-twitter" target="_BLANK" href="http://twitter.com/share?text=&url=https://www.insuranceassetmanagement.net/IAME-Roundtable-June2017"></a> </li> <li> <a class="soc-linkedin" target="_BLANK" href="http://www.linkedin.com/shareArticle?url=https://www.insuranceassetmanagement.net/IAME-Roundtable-June2017"></a> </li> <li> <a class="soc-facebook" target="_BLANK" href="http://www.facebook.com/sharer/sharer.php?u=https://www.insuranceassetmanagement.net/IAME-Roundtable-June2017"></a> </li> <li> <a class="soc-google" target="_BLANK" href="https://plus.google.com/share?url=https://www.insuranceassetmanagement.net/IAME-Roundtable-June2017"></a> </li> </ul> <!--<BR> <div id="socialwrapper" style="margin-bottom: 30px; width:540px;"> <div id="twitter1" style="width:100px; float: left;"> <a href="https://twitter.com/share" class="twitter-share-button">Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> </div> <div id="linkedin1" style="width:100px; float: left;"> <script src="http://platform.linkedin.com/in.js" type="text/javascript"></script> <script type="IN/Share" data-counter="right"></script> </div> </div> <BR>--> <div id="adbanner3" style="margin-bottom:30px;"><a href="https://www.insuranceassetmanagement.net/iam/link.php?url= https://insuranceassetmanagement.net/conference/"><img src="https://www.insuranceassetmanagement.net/iam/../../iam/images/728x90_IAM_conference2019_register-now-12-07-2019.gif" border="0""></a></div> <div id="mainLeftFullStoryRelated"> <h2>Related Articles</h2> <!--<div class="mainLeftFullStoryRelatedStory"> <a href="article.php"><img src="img/arrow-box.gif"/><h1>Guidance should be 'demonstrably impartial' for pensioners, Treasury Committee says</h1><h3>23 May 2014</h3></a> </div>--> <?php $thiskeywords=""; ?> <?php require("func_more_like.php"); ?> </div> </div> <!-- ir main center--> <div id="mainCenter"> <div class="jswrap4"><div class="jstitle4"><i style="color:#c50810;" class="fa fa-play-circle" aria-hidden="true"></i> Emerging Market Debt</div><div class="jswrap5"><video class="jsvideo4" poster="images/280x170_bnp-still.jpg" controls="" width="100%"><source src="jwplayer/IAM-interview_BNP-Paribas-Sep2018.mp4" type="video/mp4"><source src="/jwplayer/" type="video/ogg"> Your browser does not support HTML5 video.</video></div><div class="jswrap6"><div class="jstext4">Editor Adam Cadle talks to BNP Paribas Asset Management head of emerging markets debt Bryan Carter about the asset class and the opportunities in this space</div></div></div> <div id="ian_spacer" name="ian_spacer" style="width:100%; min-height:10px; line-height:10px;"></div> <a href="/Pictet-roundtable.php" class="link-06c"></a> <p class="rightsmall"><a href="https://www.insuranceassetmanagement.net/iam/link.php?url=https://www.insuranceassetmanagement.net/iam/Digital-editions/IAM-June2019-Pictet-roundtable.pdf"><img src="https://www.insuranceassetmanagement.net/iam/Banners/300x250_IAMA-roundtable-Pictet-June2019.gif" alt="Pictet-roundtable" width="300" height="300" border="0" /></a></p> <a href="/iam/right-feature-ceo-review-mpu-ir-ac-1" class="link-06c"></a> <p class="rightsmall"><a href="https://www.insuranceassetmanagement.net/iam/link.php?url=https://insuranceassetmanagement.net/iam/report-European-insurance-companies-remuneration.php"><img src="https://www.insuranceassetmanagement.net/iam/images/300x250_Ceo-salary-research-mpu.gif" alt="European insurance companies renumeration" width="300" height="300" border="0" /></a></p> <a href="/European-Loans-roundtable.php" class="link-06c"></a> <p class="rightsmall"><a href="https://www.insuranceassetmanagement.net/iam/link.php?url=https://www.insuranceassetmanagement.net/iam/Banners/Wellis-Fargo-European-Loans-roundtable-Feb2019.pdf"><img src="https://www.insuranceassetmanagement.net/iam/Banners/300x250_IAMA-roundtable-feb2019.gif" alt="European Loans roundtable" width="300" height="300" border="0" /></a></p> <div class="jswrap4"><div class="jstitle4"><i style="color:#c50810;" class="fa fa-play-circle" aria-hidden="true"></i> HSBC: Asian credit</div><div class="jswrap5"><video class="jsvideo4" poster="images/HSBC-29-03-2018-280x170.jpg" controls="" width="100%"><source src="jwplayer/IAM-HSBC-Interview1.mp4" type="video/mp4"><source src="/jwplayer/" type="video/ogg"> Your browser does not support HTML5 video.</video></div><div class="jswrap6"><div class="jstext4">Adam Cadle talks to HSBC Global Asset Management global head of insurance segment Andries Hoekema and head of insurance business EMEA Deepak Seeburrun about investing in Asian credit for European insurers</div></div></div> <div id="ian_spacer" name="ian_spacer" style="width:100%; min-height:10px; line-height:10px;"></div> <div id="mainCenterMostReadTopBar">Most read stories...</div> <div id="mainCenterMostReadWrapper"> <div id="mainCenterMostReadStories"> <?php require("func_most_read.php"); ?> </div> </div> <div id="ian_spacer" name="ian_spacer" style="width:100%; min-height:10px; line-height:10px;"></div> <div class="jswrap4"><div class="jstitle4"><i style="color:#c50810;" class="fa fa-play-circle" aria-hidden="true"></i> HSBC: Solvency II</div><div class="jswrap5"><video class="jsvideo4" poster="images/HSBCvidintStill.jpg" controls="" width="100%"><source src="jwplayer/Iame-final.mp4" type="video/mp4"><source src="/jwplayer/" type="video/ogg"> Your browser does not support HTML5 video.</video></div><div class="jswrap6"><div class="jstext4">Adam Cadle talks to HSBC Global Asset Management global head of insurance segment Andries Hoekema and head of insurance business EMEA Deepak Seeburrun about Solvency II optimisation</div></div></div> <div id="ian_spacer" name="ian_spacer" style="width:100%; min-height:10px; line-height:10px;"></div> <div id="mainCenterMostReadTopBar">Financial Results</div> <div id="mainCenterMostReadWrapper" style="border: none;"> <div id="mainCenterMostReadStories"> <a href="/iam/Avivas-GI-net-premiums-rise-by-11pc-SII-ratio-increases.php"><h1><i style="color:#c50810;" class="fa fa-arrow-circle-right" aria-hidden="true">&nbsp;</i>Aviva's GI net premiums rise by 11%; SII ratio increases</h1></a> <a href="/iam/Derivative-performance-hits-Munich-Res-investment-returns.php"><h1><i style="color:#c50810;" class="fa fa-arrow-circle-right" aria-hidden="true">&nbsp;</i>Derivative performance hits Munich Re's investment returns</h1></a> <a href="/iam/Admirals-UK-international-insurance-turnover-grows-Solvency-ratio-rises-by-19pc.php"><h1><i style="color:#c50810;" class="fa fa-arrow-circle-right" aria-hidden="true">&nbsp;</i>Admiral's UK/international insurance turnover grows; Solvency ratio rises by 19%</h1></a> </div> <div style="margin-top:5px;" id="mainLeftOtherStoriesBannerBottom"><a style="font-size: 11.8px;" href="/iam/financial_results_list.php"><i class="fa fa-chevron-right" aria-hidden="true"></i> Click here for more financial results...</a></div> </div> <div id="ian_spacer" name="ian_spacer" style="width:100%; min-height:10px; line-height:10px;"></div> <div id="mainCenterWorldMarketsTopBar"><span>World Markets</span> (15 minute+ time delay)</div> <div id="mainCenterWorldMarkets"> <!-- <div> <div>FTSE</div> <div>100 6679.45</div> <div><img src="img/world-markets_red-arrow.gif"></div> <div>-59.14</div> </div> <div> <div>Dow Jones IA</div> <div>15959.96</div> <div><img src="img/world-markets_green-arrow.gif"></div> <div>59.14</div> </div> <div> <div>NASDAQ</div> <div>3948.9</div> <div><img src="img/world-markets_green-arrow.gif"></div> <div>27.63</div> </div> <div> <div>DAX 30</div> <div>9182.69</div> <div><img src="img/world-markets_red-arrow.gif"></div> <div>-19.38</div> </div> <div> <div>CAC40</div> <div>4251.68</div> <div><img src="img/world-markets_red-arrow.gif"></div> <div>-16.69</div> </div> <div> <div>AEX</div> <div>608.6</div> <div><img src="img/world-markets_red-arrow.gif"></div> <div>-2.29</div> </div> --> <?php require("ftse_live_feed.php"); ?> </div> <div id="ian_spacer" name="ian_spacer" style="width:100%; min-height:10px; line-height:10px;"></div> <a href="/BNP-Paribas-roundtable.php" class="link-06c"></a> <p class="rightsmall"><a href="https://www.insuranceassetmanagement.net/iam/link.php?url=https://www.insuranceassetmanagement.net/iam/Roundtables/IAM-Roundtable-BNP_Paribas.pdf"><img src="https://www.insuranceassetmanagement.net/iam/Roundtables/300x250_IAMA-roundtable-Paribas.gif" alt="BNP Paribas roundtable" width="300" height="300" border="0" /></a></p> <div id="ian_spacer" name="ian_spacer" style="width:100%; min-height:10px; line-height:10px;"></div> <a href="/ETFs-roundtable.php" class="link-06c"></a> <p class="rightsmall"><a href="https://www.insuranceassetmanagement.net/iam/link.php?url=https://www.insuranceassetmanagement.net/iam/Banners/IAM-ETFs-Roundtable.pdf"><img src="https://www.insuranceassetmanagement.net/iam/Banners/300x250_IAMA-roundtable-august2018-state-street.gif" alt="ETFs roundtable" width="300" height="300" border="0" /></a></p> <div id="ian_spacer" name="ian_spacer" style="width:100%; min-height:10px; line-height:10px;"></div> <a href="/IAME-Roundtable-May2018.php" class="link-06c"></a> <p class="rightsmall"><a href="https://www.insuranceassetmanagement.net/iam/link.php?url=https://www.insuranceassetmanagement.net/iam/Banners/Iam-May2018-roundtable.pdf"><img src="https://www.insuranceassetmanagement.net/iam/Banners/300x250_IAM-roundtable-may2018.gif" alt="Iame roundtable May 2018" width="300" height="300" border="0" /></a></p> <div id="ian_spacer" name="ian_spacer" style="width:100%; min-height:10px; line-height:10px;"></div> <a href="/IAME-Roundtable-June2017" class="link-06c"></a> <p class="rightsmall"><a href="https://insuranceassetmanagement.net/eblasts/roundtable_june2017/IAME-roundtable-June2017-digital-edition.pdf"><img src="https://insuranceassetmanagement.net/eblasts/roundtable_june2017/300x250_IAMA-roundtable-june2017-vs2.gif" alt="iame-roundtable2017" width="300" height="300" border="0" /></a><br /> </body></p> <div id="ian_spacer" name="ian_spacer" style="width:100%; min-height:10px; line-height:10px;"></div> <a href="" class="link-06c"></a> <p class="rightsmall"></p> <div id="ian_spacer" name="ian_spacer" style="width:100%; min-height:10px; line-height:10px;"></div> <a href="" class="link-06c"></a> <p class="rightsmall"></p> <div id="ian_spacer" name="ian_spacer" style="width:100%; min-height:10px; line-height:10px;"></div> <a href="" class="link-06c"></a> <p class="rightsmall"></p> </div> </div> <!-- ir end of main center--> </div> <?php require("content_footer.php"); ?> <script> $(function(){ $("ul#newsTicker").liScroll({travelocity: 0.05}); }); </script> <input type="hidden" name="currentbottomfeaturecount" id="currentbottomfeaturecount" value="0"> <script language="javascript"> document.getElementById('breakingNewsWrapper').style.display = "block"; </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10