Welcome remarks by Ruurd Brouwer (CEO, TCX)
Fireside chat: Revisiting the Original Sin
Ugo Panizza (Professor of Economics, Graduate Institute of Int. and Development Studies) and Harald Hirschhofer (Senior Advisor, TCX)
by Judith Bogner (Master of Ceremony) and Lakshmi Shyam-Sunder (Chair of the Supervisory Board TCX & VP, World Bank Group)
by Steven Collet (Director of Sustainable Economic Development & Ambassador for Business and Development, Ministry of Foreign Affairs of the Netherlands)
Moderated by Marjeta Jager (Deputy Director General, European Commission) and by Judith Bogner (Master of Ceremony)
Panel discussion featuring the lenders:
Jürgen Rigterink (First Senior VP, EBRD)
Suzanne Gaboury (Director General, ADB)
Lakshmi Shyam-Sunder (VP, World Bank Group)
Maria Shaw-Barragan (Director for Lending in Africa, Caribbean, Pacific, Asia and Latin America, EIB)
Responses from the borrowers
Mirza Gelashivili (Deputy Minister of Finance, Georgia)
Valentina Antill (Citigroup)
Q&A
by Ann Pettifor (Political Economist and Author)
Featuring Arjan Dwarshuis (World Champion Bird Watching)
Moderated by Soren Andreasen (CEO, EDFI)
Panel discussion featuring:
Axel van Nederveen (Treasurer, EBRD)
Hélène Keraudren-Baube (CFO, Grameen Crédit Agricole)
Francoise Lombard (CEO, Proparco)
Tim Armbruster (Treasurer, KfW)
Moderated by Barbara Buchner (Global Managing Director, Climate Policy Initiative)
Panel discussion featuring:
Andrew Herscowitz (Chief Development Officer, US DFC)
Mansoor Hamayun (CEO, BBoxx)
Andrew Johnstone (Director & CEO, Climate Fund Managers)
Moderated by Othman Boukrami (Co-CIO & Head of Trading, TCX)
Panel discussion and Q&A featuring:
Isabelle Laurent (Deputy Treasurer & Head of Funding, EBRD)
Neha Gupta (MD, Bank of America Merrill Lynch)
Kevin Kime (Principal Financial Officer, Treasury, IFC)
Pim Arends (Senior Treasury Officer, FMO)
Moderated by Sony Kapoor (Macroeconomist & author, European University Institute)
Panel discussion and Q&A featuring:
Mirza Gelashivili (Deputy Minister of Finance Georgia)
Thor Jonasson (Deputy Division Chief, IMF)
Aude Pacatte (Director, Head of Portfolio Management EMEA, EBRD)
by Judith Bogner (Master of Ceremony)
A way out of the energy, climate, macro and development crisis—what role should local currency lending play?
by Sony Kapoor (Macroeconomist & Author, European University Institute)
by Ruurd Brouwer (CEO, TCX)
How to get to the Royal Tropical Institute
By public transport
From Central Station: tram 14 (stop Alexanderplein)
From Sloterdijk: tram 19 (stop Eerste van Swindenstraat)
From Muiderpoort station: tram 3 (stop Linnaeusstraat)
From Leidseplein: tram 7 (stop Alexanderplein)
By car
Parking
QPark Oostpoort which is only a 10 minute walk from the venue.
Where to stay in Amsterdam
If you are planning to stay the night in Amsterdam, the following hotels are in close proximity of the event venue:
The Manor Amsterdam
The Manor Amsterdam is a 4-star hotel located in a former civilian hospital, a unique building in the East of Amsterdam.
Arena Hotel
The Arena Hotel is a 4-star hotel located in Oosterpark, next to the event venue.
The Lancaster Hotel Amsterdam
The Lancaster Hotel is a 4-star hotel in an Amsterdam town house located across the Amsterdam Zoo.
Hotel V
Hotel V is a 4.5 star-hotel next to Amstel Station overlooking the Amstel river skyline.
Please note that we cannot assist or advice with respect to bookings and do not have a discount code.
//document jQuery( document ).ready(function() { // donot submit form on enter , allow enter button only for tex jQuery(document).on("keypress", ":input:not(textarea)", function(event) { return event.keyCode != 13; }); //animation effect // do not use previous password saved in broswer for passowrd field jQuery("input[type='password']").attr("autocomplete", "new-password");
//handle form submission //jQuery("form[name='wpdevart_frontend_form_1']").submit(function(e){ jQuery(document).on("submit", "form[name='wpdevart_frontend_form_1']", function(e) { //shortcode attributes e.g var atts = {"id":"1"}; var options = { //target:'#frontend_form_messages_1', // target element(s) to be updated with server response // other available options: url:"https://tcxevents.com/wp-admin/admin-ajax.php", // override for form's 'action' attribute //url:"https://tcxevents.com/wp-content/plugins/contact-forms-builder-pro/check-ajax.php", data:{'btn_send_form_email':'1','process_ajax':'1','atts':JSON.stringify(atts),'action':'get_post_information'}, //type: type // 'get' or 'post', override for form's 'method' attribute //dataType: null // 'xml', 'script', or 'json' (expected server response type) //clearForm: true , // clear all form fields after successful submit //resetForm: true , // reset the form after successful submit
// $.ajax options can be used here too, for example: //timeout: 3000
beforeSubmit: function() { jQuery("#loader-icon-1").show(); }, success:showResponse, // post-submit callback };
// inside event callbacks 'this' is the DOM element so we first // wrap it in a jQuery object and then invoke ajaxSubmit jQuery(this).ajaxSubmit(options);
// !!! Important !!! // always return false to prevent standard browser submit and page navigation return false; });
function showResponse(responseText, statusText, xhr, $form) { str = responseText; //replace first occurence str = str.replace("successmsg_", " "); // append response console.log($form) jQuery("#frontend_form_messages_1").text(" "); jQuery("#frontend_form_messages_1").append(str); jQuery(".notice-dismiss").click(function(){ self=this; jQuery(this).parent().parent().slideUp("normal"); setTimeout(function(){jQuery(self).parent().parent().remove()},600) }) /*setTimeout(function(){ //jQuery("#frontend_form_messages_1 .success_message1").fadeout(); jQuery("#frontend_form_messages_1 .success_message").fadeOut(); }, 5000);*/
// responseText , updates the div in target specified in options jQuery("#loader-icon-1").hide();
var matched = responseText.search('successmsg_'); if(matched != -1) {
var formId = "1"; grecaptcha.reset(); jQuery('#wpdevart-forms-1').hide(); return;
setTimeout(function(){ jQuery('#wpdevart-forms-1')[0].reset(); jQuery("#wpdevart-forms-"+formId).each(function() { jQuery(this).find(".input-file ").each(function(){ jQuery(this).find("input").val(""); }); jQuery(this).find(".file-upload-btn + span").each(function() { jQuery(this).text(" "); }); }); },100); } grecaptcha.reset(); return false;
} function showRequest() { return false; }
jQuery(document).on("click","[type=reset].ws-reset-form",function(e){ formId= jQuery(this).attr('data-attr'); //reset jQuery("#wpdevart-forms-"+formId).each(function(){ jQuery(this).find(".input-file ").each(function(){ jQuery(this).find("input").val(""); }); jQuery(this).find(".file-upload-btn + span").each(function(){ jQuery(this).text(" "); }); jQuery("#wpdevart-forms-"+formId)[0].reset(); }); grecaptcha.reset(); return false;
}); });