CINXE.COM
History
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <link rel="shortcut icon" href="/content/dam/wbr-redesign/logos/wbg-favicon.png" type="image/png"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <meta charset="utf-8" /> <title>History</title> <meta name="keywords" content=""/> <meta name="description" content="The Explore History describes the history of World Bank Group and provides access to a number of informative sites and resources, such as the Past Presidents Profiles, World Bank Group Historical Timeline, and a collection of online exhibits. "/> <meta name="language" content="en"/> <link rel="canonical" href='https://www.worldbank.org/en/archive/history'/> <meta property="og:title" content="History"/> <meta property="og:site_name" content="World Bank"/> <meta property="og:description" content="The Explore History describes the history of World Bank Group and provides access to a number of informative sites and resources, such as the Past Presidents Profiles, World Bank Group Historical Timeline, and a collection of online exhibits. "/> <meta property="og:type" content="article"/> <meta property="og:test" content="https://www.worldbank.org/content/dam/wbr/share-logo/social-share.jpg"/> <meta property="og:image:type" content="image/jpg" /> <meta property="og:image:width" content="1200" /> <meta property="og:image:height" content="630" /> <meta property="og:image" content="https://www.worldbank.org/content/dam/wbr/share-logo/social-share.jpg"/> <meta property="og:url" content="https://www.worldbank.org/en/archive/history"/> <meta name="twitter:card" content="summary"/> <meta name="twitter:site" content="World Bank"/> <meta name="twitter:title" content="History"/> <meta name="twitter:description" content="The Explore History describes the history of World Bank Group and provides access to a number of informative sites and resources, such as the Past Presidents Profiles, World Bank Group Historical Timeline, and a collection of online exhibits. "/> <meta name="twitter:image:src" content="https://www.worldbank.org/content/dam/wbr/share-logo/social-share.jpg"/> <meta name="dcterms.title" content="History" /> <meta name="dcterms.type" content="Text/HTML" /> <meta name="dcterms.identifier" content="https://www.worldbank.org/en/archive/history"/> <meta name="dcterms.language" content="en" /> <script src="/etc.clientlibs/worldbankgroup/clientlibs/vendor/jquery.js"></script> <script src="//assets.adobedtm.com/223f6e2cf7c9/3eb6c9b72a93/launch-7bc0cdc67098.min.js" async></script> <link rel="stylesheet" href="/etc.clientlibs/worldbankgroup/clientlibs/vendor/jquery.css" type="text/css"> <link rel="stylesheet" href="/etc.clientlibs/worldbankgroup/clientlibs/clientlibs-archive.css" type="text/css"> </head> <script> var pagelang='en'; var modal_Title='Live Now'; var modal_Header='WORLD BANK LIVE'; var join_Msg='Join Now'; var cid_Code='?intcid=wbw_xpl_liveoverlay_en_ext'; </script> <link rel="stylesheet" href="/etc.clientlibs/worldbankgroup/clientlibs/clientlibs-liveevent-popup.css" type="text/css"> <script src="/etc.clientlibs/worldbankgroup/clientlibs/clientlibs-liveevent-popup.js"></script> <div class="wb_metadata"> </div> <body> <div id="wbg-aem-target" class="wbg-aem-target"></div> <header> <a tabindex="0" id="skip-to-main-content" class="visually-hidden focusable" href="#main">Skip to Main Navigation</a> <div class="lp__navbar lp__navbar_default "> <div class="container"> <!-- Begin G01v1 Global Header --> <div class="lp__navbar_header"> <a href="https://www.worldbank.org" class="lp__navbar_brand"><img title="The World Bank logo" alt="The World Bank logo" src="/content/dam/wbr/logo/logo-wb-header-en.svg" class="img-responsive"> </a> <!--<a href="https://www.worldbank.org" class="lp__navbar_brand hidden-lg"><img title="The World Bank logo" alt="The World Bank logo" src="/content/dam/wbr/logo-1/logo-wb.svg" class="img-responsive"> </a>--> <div class="lp__navbar_text"><a href="https://www.worldbank.org/en/archive/home">Archives</a></div> </div><!-- End Logo Section --> <div class="lp__menuButton"> <button type="button" class="lp__navbar_toggle collapsed" data-toggle="collapse" data-target="#menuItems" aria-expanded="false" aria-controls="menuItems" aria-label="menu"> </button> </div> <!-- End toggle menu Section --> <div class="lp__menulist_wrappper lp__megamenu"> <div class="lp__navbar_collapse collapse lp__megamenu" id="menuItems"> <nav class="megamenu"> <ul class="lp__navbar_nav" id="lp__megamenu"> <li class="lp__megamenu_list"><a href="https://www.worldbank.org/en/archive/history" class="lp__megamenu_item active">EXPLORE HISTORY</a></li> <li class="lp__megamenu_list"><a href="https://www.worldbank.org/en/archive/digital-collections" class="lp__megamenu_item">DIGITAL COLLECTIONS</a></li> <li class="lp__megamenu_list"><a href="https://www.worldbank.org/en/archive/access-the-catalog" class="lp__megamenu_item">ACCESS THE CATALOG</a></li> <li class="lp__megamenu_list"><a href="https://www.worldbank.org/en/archive/using-the-archives" class="lp__megamenu_item">USING THE ARCHIVES</a></li> <li class="lp__megamenu_list"><a href="https://www.worldbank.org/en/archive/aboutus" class="lp__megamenu_item">ABOUT US</a></li> </ul> </nav> </div> </div> <!-- End G01v1 Global Header --> </div> </div> </header> <script> $(document).ready(function() { var activeLink =$(".lp__megamenu li" ).first().children("a").attr('href'); var url = window.location.href; if (typeof activeLink !== 'undefined'){ $(".lp__megamenu li").each(function(index, obj) { $(this).children("a").removeClass("active focus"); if ($(this).children("a").attr('href') == url){ $(this).children("a").addClass("active focus"); } }); } }); let navSections = document.querySelector(".nav-sections .default-content-wrapper"); if (navSections) { fetch("https://extdataportal.worldbank.org/api/ext/en/trending.json").then(res => res.json()).then(response => { if (response && response.hasOwnProperty("data")) { let trendingData = response["data"]; let trendingPage = trendingData[Math.floor(Math.random() * trendingData.length)]; let trendingText = navSections.querySelector("p span:nth-child(2)"); if (trendingText) { trendingText.innerHTML = trendingPage.Text; } let trendingLink = navSections.querySelector("a"); if (trendingLink) { trendingLink.setAttribute('href', trendingPage.Link); } } }).catch(err => console.log(err)); } </script> <input type="hidden" name="wcmmode" class="WCMmode" value="DISABLED"> <main id="main"> <div class="lang-toggler language_toggler parbase"> <div class="lp__breadcrumb "> <div class="container"> <div class="row"> <div class="col-lg-6 col-md-5 col-sm-5 col-xs-6"> <nav aria-label="Breadcrumb" class="lp-page-title"> <ol class="lp__breadcrumb_list"> <li class="lp__breadcrumb_list_item "><a class="l1-breadcrumb" href="https://www.worldbank.org/en/archive/home">Archives</a></li> <li class="lp__breadcrumb_list_item hidden-sm hidden-xs"><a class="l1-breadcrumb" href="https://www.worldbank.org/en/archive/history">Explore History</a></li> </ol> </nav> </div> <!-- End Page Title --> <div class="col-lg-6 col-md-7 col-sm-7 col-xs-6"> <!--START: Mobile language switch --> <div class="lp__pageing_mobile hidden-lg hidden-md"> <span class="lang-lable" id="exp_elem">This page in: </span> <div class="lp__dropdown_group lp-lang-toggler"> <button class="lang-filter-label" data-toggle="dropdown" aria-expanded="false" aria-haspopup="listbox" aria-labelledby="exp_elem exp_button" id="exp_button"> English </button> <ul class="lp__dropdown_menu dropdown-menu" aria-labelledby="exp_elem"> <li lang="fr"><a class="dropdown-item" href="https://www.banquemondiale.org/fr/archive/history">Français</a></li> <li lang="es"><a class="dropdown-item" href="https://www.bancomundial.org/es/archive/history">Español</a></li> <li lang="ar"><a class="dropdown-item" href="https://www.albankaldawli.org/ar/archive/history">العربية</a></li> <li lang="ru"><a class="dropdown-item" href="https://www.vsemirnyjbank.org/ru/archive/history">Русский</a></li> <li lang="zh"><a class="dropdown-item" href="https://www.shihang.org/zh/archive/history">中文</a></li> <li lang="pt"><a class="dropdown-item" href="https://www.worldbank.org/pt/archive/history">Português</a></li> </ul> </div> </div> <!--END: Mobile language switch --> <div class="lp__pagein_toggle hidden-sm hidden-xs "> <!--START: desktop language switch --> <span class="page-in">This page in:</span> <span class="selected-language">English</span> <ul> <li lang="fr"> <a class="dropdown-item" href="https://www.banquemondiale.org/fr/archive/history">Français</a> </li> <li lang="es"> <a class="dropdown-item" href="https://www.bancomundial.org/es/archive/history">Español</a> </li> <li lang="ar"> <a class="dropdown-item" href="https://www.albankaldawli.org/ar/archive/history">العربية</a> </li> <li lang="ru"> <a class="dropdown-item" href="https://www.vsemirnyjbank.org/ru/archive/history">Русский</a> </li> <li lang="zh"> <a class="dropdown-item" href="https://www.shihang.org/zh/archive/history">中文</a> </li> <li class="lp__more_list lp__dropdown"> <button type="button" class="lp__lang_moreitem lp__dropdown_toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" id="more-language" aria-label="more language list"></button> <div class="lp__dropdown_menu dropdown-menu"> <ul> <li lang="pt"> <a class="dropdown-item" href="https://www.worldbank.org/pt/archive/history">Português</a> </li> </ul> </div> </li> </ul> </div> <!--END: desktop anguage switch --> </div> <!-- End of lang toggler --> </div> </div> </div> <div class="clearix"></div> <script> $(document).ready(function() { var cuurpage = "/content/worldbankgroup/archive/en/history"; var pageLocale = "en"; var activeLink =$(".lp__breadcrumb li" ).first().children("a").attr('href'); if (typeof activeLink !== 'undefined'){ $(".lp__megamenu li.lp__megamenu_list a, .lp__megamenu li.lp__megamenu_list").removeClass("active"); //adedd for D&R to Highlight menu if(cuurpage.indexOf('publication/documents-reports') !== -1 && (cuurpage.indexOf("http") !== -1 || cuurpage.indexOf("https") !== -1)){ activeLink = "/" + activeLink.split("/").slice(3).join("/"); }//end $(".lp__megamenu li.lp__megamenu_list").each(function(index, obj) { if ($(this).children("a").attr('href') == activeLink){ $(this).children("a").addClass("active"); } }); } var isCPF = "false"; var activeLink = ""; if (isCPF == "true" && typeof activeLink !== 'undefined'){ $(".lp__megamenu li.lp__megamenu_list a, .lp__megamenu li.lp__megamenu_list").removeClass("active"); $(".lp__megamenu li.lp__megamenu_list").each(function(index, obj) { if ($(this).children("a").text().toLowerCase().trim() == activeLink.toLowerCase().trim()) { $(this).addClass("active"); $(this).children("a").addClass("active"); } }); } }); </script> </div> <div class="par parsys"><div class="supergrid parbase section"> <div class="full-row-arcpattern-img full-row-blue-components" style="padding: 64px 0px 32px 0px; "> <div class="container"> <div class=""> <div class="par parsys"><div class="redesign_title parbase section"> <div class="lp__heading_v1 "> <h1 class='h1 '>Explore History</h1> </div> <div class="clearfix" aria-hidden="true"></div> </div> </div> </div> </div> </div> </div> <div class="supergrid parbase section"> <div class="full-row-subnav wrap__archive_nav" style=" "> <div class="container"> <div class=""> <div class="par parsys"><div class="eds_tab parbase section"> <nav class="lp__page_nav" aria-label="sub navigation of history page"> <!-- Begin Dropdown-v2 components --> <ul class="lp__page_navlist"> <li id="sr__page_navitem0 3" class="lp__page_navitem 0 active "><a href="/en/archive/history" aria-current="page">Overview</a></li> <li id="sr__page_navitem1 2" class="lp__page_navitem 0 "><a href="/en/archive/history/exhibits">Exhibits</a></li> <li id="sr__page_navitem2 2" class="lp__page_navitem 0 "><a href="/en/archive/history/past-presidents">Past Presidents</a></li> <li id="sr__page_navitem3 2" class="lp__page_navitem 0 "><a href="/en/archive/history/past-presidents-speeches">Past Presidents' Speeches</a></li> <li id="sr__page_navitem4 2" class="lp__page_navitem 0 "><a href="/en/archive/history/timeline">Timeline</a></li> <li id="sr__page_navitem5 2" class="lp__page_navitem 0 "><a href="/en/archive/history/development-reflections">Development Reflections</a></li> </ul> </nav> <div class="lp__dropdown"> <span class="lp__dropdown_label sr-only" id="sr__page_mobile_navdropdown">Select a EDS Sub navigation page <span class="sr-only">selecting option, leaving this page</span></span> <div class="lp__dropdown_group lp__primary_dropdown lp__primary_inverse_dropdown lp__page_navmobile"> <button class="lp__dropdown_toggle" data-toggle="dropdown" aria-haspopup="true" aria-labelledby="sr__page_mobile_navdropdown" id="sr__page_mobile_navdropdown_button" aria-expanded="false">Overview</button> <ul class="lp__dropdown_menu dropdown-menu" aria-labelledby="sr__page_mobile_navdropdown"> <li class="active">Overview</li><li><a class="dropdown-item" href="/en/archive/history/exhibits">Exhibits</a></li><li><a class="dropdown-item" href="/en/archive/history/past-presidents">Past Presidents</a></li><li><a class="dropdown-item" href="/en/archive/history/past-presidents-speeches">Past Presidents' Speeches</a></li><li><a class="dropdown-item" href="/en/archive/history/timeline">Timeline</a></li><li><a class="dropdown-item" href="/en/archive/history/development-reflections">Development Reflections</a></li> </ul> </div> </div> <script> $(document).ready(function() { $('.lp__page_navitem a').each(function(i){ if($(this).attr('href').indexOf(window.location.href)>-1){ $(this).parent().addClass('active'); $(this).parent().siblings().removeClass('active'); } }); }); </script></div> </div> </div> </div> </div> </div> <div class="supergrid parbase section"> <div class="full-row-nospace" style=" "> <div class=""> <div class=""> <div class="par parsys"><div class="redesign_title parbase section"> </div> <div class="gridlayout parbase section"> <div class="row "> </div> <div class="clearfix" aria-hidden="true"></div> <div style="margin-bottom: 0px"></div> </div> <div class="archiveRedesign_color_card section"> <div class="fsbanner hidden-md hidden-sm hidden-xs" id="expand-card" style="display: block;"> <div class="lp__primary_image_colorcard_cta column-width orange__color" start="1" style="min-height: 576px; width: 1153px; z-index: 0; left: 0px;"> <div class="col-lg-15 col-md-15 col-sm-12 col-xs-12 pad-0 "> <div class="lp__card_img" > <picture> <source type="image/webp" media="(min-width:992px)" srcset="/content/dam/sites/archive/img/768x768/History-page-square-1944-Bretton-Woods.jpg" data-curtaincloseimg="/content/dam/sites/archive/img/768x768/History-page-square-1944-Bretton-Woods.jpg" data-curtainopenimg="/content/dam/sites/archive/img/1440x300/History-page-rectangle-1944-bretton-woods.jpg?wid=1440&hei=300&qlt=85,0&resMode=sharp&fmt=webp" class=" img-responsive"> <source media="(min-width:992px)" srcset="/content/dam/sites/archive/img/768x768/History-page-square-1944-Bretton-Woods.jpg" class="img-responsive" data-curtaincloseimg="/content/dam/sites/archive/img/768x768/History-page-square-1944-Bretton-Woods.jpg" data-curtainopenimg="/content/dam/sites/archive/img/1440x300/History-page-rectangle-1944-bretton-woods.jpg?wid=1440&hei=300&qlt=85,0&resMode=sharp&fmt=webp"> <img src="/content/dam/sites/archive/img/768x768/History-page-square-1944-Bretton-Woods.jpg" alt="The World Bank" title="The World Bank" class="lp-cover img-responsive"> </picture> </div> <div class="lp__card_content"> <h2 id="sr__colorcard_title1"> <span class="lp__hammer name" style="display: block;">JULY 1944</span> <span class="lp__historycard_title"><a href="#">BRETTON WOODS CONFERENCE</a></span> </h2> <div class="lp__card_description"><p>In July 1944 – one year before the end of World War II – delegates from 44 countries met for <a href="https://timeline.worldbank.org/#event-bretton-woods-conference-begins">the United Nations Monetary and Financial Conference</a> held at the Mount Washington Hotel in Bretton Woods, New Hampshire. The conference aimed to create the framework for post-war international economic cooperation and reconstruction. The intellectual leaders at the conference were John Maynard Keynes (Adviser to the Treasury in the United Kingdom), and Harry Dexter White (Assistant Secretary of the Treasury in the United States).</p> <p>While the conference resulted in the formation of two institutions, the International Monetary Fund (IMF) and the International Bank for Reconstruction and Development (World Bank), the creation of the World Bank was not the primary focus. The majority of time and effort was spent on the IMF Commission under Harry Dexter White’s leadership. The work of the World Bank Commission, on the other hand, occurred only in the last few days of the conference. Its articles of agreement - primarily drafted by John Maynard Keynes – included rebuilding the economies of countries devastated by war and increasing the economic development of developing countries.</p> </div> <button class="lp__cta_link" aria-expanded="false" aria-labelledby="sr__colorcard_title1"></button> </div> </div> </div> <div class="lp__primary_image_colorcard_cta column-width purple__color" start="2" style="min-height: 576px; width: 1153px; z-index: 0; left: 0px;"> <div class="col-lg-15 col-md-15 col-sm-12 col-xs-12 pad-0 "> <div class="lp__card_img" > <picture> <source type="image/webp" media="(min-width:992px)" srcset="/content/dam/sites/archive/img/768x768/History-page-square-Builder-Engineer.jpg" data-curtaincloseimg="/content/dam/sites/archive/img/768x768/History-page-square-Builder-Engineer.jpg" data-curtainopenimg="/content/dam/sites/archive/img/1440x300/History-page-rectangle-builder-engineer.jpg?wid=1440&hei=300&qlt=85,0&resMode=sharp&fmt=webp" class=" img-responsive"> <source media="(min-width:992px)" srcset="/content/dam/sites/archive/img/768x768/History-page-square-Builder-Engineer.jpg" class="img-responsive" data-curtaincloseimg="/content/dam/sites/archive/img/768x768/History-page-square-Builder-Engineer.jpg" data-curtainopenimg="/content/dam/sites/archive/img/1440x300/History-page-rectangle-builder-engineer.jpg?wid=1440&hei=300&qlt=85,0&resMode=sharp&fmt=webp"> <img src="/content/dam/sites/archive/img/768x768/History-page-square-Builder-Engineer.jpg" alt="The World Bank" title="The World Bank" class="lp-cover img-responsive"> </picture> </div> <div class="lp__card_content"> <h2 id="sr__colorcard_title1"> <span class="lp__hammer name" style="display: block;">1946 - 1967</span> <span class="lp__historycard_title"><a href="#">THE WORLD BANK AS BUILDER AND ENGINEER</a></span> </h2> <div class="lp__card_description"><p>The <a href="https://timeline.worldbank.org/#event-world-bank-approves-first-loan-for-reconstruction">Bank’s first loan</a> was to France and loans to other European countries followed. But when the 1947 Marshall Plan took over post-war reconstruction efforts in Europe, the Bank quickly shifted to funding infrastructure projects around the world in sectors such as power, irrigation, and transportation. The <a href="https://documents.worldbank.org/en/publication/documents-reports/documentdetail/308691468185347709/world-bank-s-first-development-loans-to-chile-1948">first loan to a non-European country</a> was to Chile in 1948 for $13.5M USD for hydroelectric power generation. The Bank also initiated a technical assistance program and in 1955 <a href="https://timeline.worldbank.org/?field_timeline_target_id=All&combine=#event-world-bank-establishes-economic-development-institute" target="_blank">established the Economic Development Institute</a> to provide training to officials from member countries.</p> <p>During the early years, the Bank evolved to meet the needs of its members. In 1956, <a href="https://timeline.worldbank.org/?field_timeline_target_id=All&combine=#event-international-finance-corporation-ifc-founded">the International Finance Corporation (IFC) was established</a> to focus exclusively on the private sector, and in 1960 <a href="https://timeline.worldbank.org/?field_timeline_target_id=All&combine=#event-international-development-association-ida-created">the International Development Association (IDA) was created</a> to provide resources for less creditworthy members. The <a href="https://timeline.worldbank.org/?field_timeline_target_id=All&combine=#event-ifc-makes-its-first-investment">IFC’s first loan</a> was to Brazil, in the amount of $2M USD, for the manufacture of electrical equipment. The Bank also <a href="https://www.worldbank.org/en/archive/history/exhibits/The-World-Banks-Role-as-Mediator-in-the-1950s">mediated three international disputes</a> that had an economic element: the nationalization of Iran’s oil industry; the development of the Indus River Water system; and the financing for the Aswan High Dam on the Nile.</p> </div> <button class="lp__cta_link" aria-expanded="false" aria-labelledby="sr__colorcard_title1"></button> </div> </div> </div> <div class="lp__primary_image_colorcard_cta column-width blue__color" start="3" style="min-height: 576px; width: 1153px; z-index: 0; left: 0px;"> <div class="col-lg-15 col-md-15 col-sm-12 col-xs-12 pad-0 "> <div class="lp__card_img" > <picture> <source type="image/webp" media="(min-width:992px)" srcset="/content/dam/sites/archive/img/768x768/History-page-square-confront-poverty-field.jpg" data-curtaincloseimg="/content/dam/sites/archive/img/768x768/History-page-square-confront-poverty-field.jpg" data-curtainopenimg="/content/dam/sites/archive/img/1440x300/History-page-rectangle-confront-proverty-field.jpg?wid=1440&hei=300&qlt=85,0&resMode=sharp&fmt=webp" class=" img-responsive"> <source media="(min-width:992px)" srcset="/content/dam/sites/archive/img/768x768/History-page-square-confront-poverty-field.jpg" class="img-responsive" data-curtaincloseimg="/content/dam/sites/archive/img/768x768/History-page-square-confront-poverty-field.jpg" data-curtainopenimg="/content/dam/sites/archive/img/1440x300/History-page-rectangle-confront-proverty-field.jpg?wid=1440&hei=300&qlt=85,0&resMode=sharp&fmt=webp"> <img src="/content/dam/sites/archive/img/768x768/History-page-square-confront-poverty-field.jpg" alt="The World Bank" title="The World Bank" class="lp-cover img-responsive"> </picture> </div> <div class="lp__card_content"> <h2 id="sr__colorcard_title1"> <span class="lp__hammer name" style="display: block;">1968 - 1981</span> <span class="lp__historycard_title"><a href="#">THE WORLD BANK CONFRONTS POVERTY</a></span> </h2> <div class="lp__card_description"><p>By the 1970s, over 40% of people in developing countries lived in absolute poverty. In response, the World Bank’s projects aimed to help the poor directly. World Bank President Robert McNamara coined the term “absolute poverty” in <a href="https://www.worldbank.org/en/archive/president-mcnamara-1973-nairobia-speech">his 1973 Annual Meeting speech</a>, and was the first to communicate the World Bank’s twin goals: “…to accelerate economic growth and to reduce poverty.” (<a href="https://documents.worldbank.org/en/publication/documents-reports/documentdetail/297241468339565863/world-development-report-1978">World Development Report, 1978</a>). These concepts transformed the Bank into the institution focused on development that we know today.</p> <p>Lending to member countries increased twelve-fold between 1968 and 1981, and expanded into new sectors: environment, rural development, water, sanitation, education, and others. <a href="https://www.worldbank.org/en/archive/history/exhibits/A-Bold-Vision-to-Defeat-River-Blindness">The global effort to eradicate river blindness</a> is one example of how the Bank worked to improve the lives of the poor, which was different from the large infrastructure projects that were done in the Bank’s first 20 years. <a href="https://projects.worldbank.org/en/projects-operations/project-detail/P006246">The first loan for the environment</a> was in 1971 for pollution control in Brazil, and the Bank subsequently built environmental safeguards into its process. During the 1970s economists were the primary advisers in the Bank, but staff with different skills in anthropology, sociology, environmental science and other sectors were hired to provide even more expertise to clients.</p> </div> <button class="lp__cta_link" aria-expanded="false" aria-labelledby="sr__colorcard_title1"></button> </div> </div> </div> <div class="lp__primary_image_colorcard_cta column-width green__color" start="4" style="min-height: 576px; width: 1153px; z-index: 0; left: 0px;"> <div class="col-lg-15 col-md-15 col-sm-12 col-xs-12 pad-0 "> <div class="lp__card_img" > <picture> <source type="image/webp" media="(min-width:992px)" srcset="/content/dam/sites/archive/img/768x768/History-page-square-economies-transition2.jpg" data-curtaincloseimg="/content/dam/sites/archive/img/768x768/History-page-square-economies-transition2.jpg" data-curtainopenimg="/content/dam/sites/archive/img/1440x300/History-page-rectangle-economies-transition.jpg?wid=1440&hei=300&qlt=85,0&resMode=sharp&fmt=webp" class=" img-responsive"> <source media="(min-width:992px)" srcset="/content/dam/sites/archive/img/768x768/History-page-square-economies-transition2.jpg" class="img-responsive" data-curtaincloseimg="/content/dam/sites/archive/img/768x768/History-page-square-economies-transition2.jpg" data-curtainopenimg="/content/dam/sites/archive/img/1440x300/History-page-rectangle-economies-transition.jpg?wid=1440&hei=300&qlt=85,0&resMode=sharp&fmt=webp"> <img src="/content/dam/sites/archive/img/768x768/History-page-square-economies-transition2.jpg" alt="The World Bank" title="The World Bank" class="lp-cover img-responsive"> </picture> </div> <div class="lp__card_content"> <h2 id="sr__colorcard_title1"> <span class="lp__hammer name" style="display: block;">1982 - 1994</span> <span class="lp__historycard_title"><a href="#">ECONOMIES IN TRANSITION AND STRUCTURAL ADJUSTMENT</a></span> </h2> <div class="lp__card_description"><p>The 1980s and 90s brought additional challenges related to oil shocks, debt crises and environmentalism, and the Bank reacted by bringing new skills and safeguards into its work, as well as structural adjustment. <a href="https://timeline.worldbank.org/?field_timeline_target_id=All&combine=#event-first-structural-adjustment-loan-approved">Structural adjustment loans</a> came with policy conditions, such as fiscal discipline, tax reform and liberalization of foreign direct investment; but while they were intended to improve the policy and institutional environment in which the loans were made, their overall effectiveness was debated internally and in the client community.</p> <p>In the 1990s, the Bank assisted former Soviet nations to redirect their economies after the dissolution of the Union of Soviet Socialist Republics, and <a href="https://timeline.worldbank.org/?field_timeline_target_id=All&combine=#event-post-soviet-states-join-the-world-bank-group">many of these newly sovereign nations became World Bank members</a>. In 1991, <a href="https://timeline.worldbank.org/?field_timeline_target_id=All&combine=#event-the-global-environment-facility-gef-launches">the Global Environment Facility (GEF) was established</a> to further the focus on safeguarding the environment, and in 1996 <a href="https://timeline.worldbank.org/?field_timeline_target_id=All&combine=#event-the-heavily-indebted-poor-countries-initiative-approved">the Heavily Indebted Poor Countries debt initiative was approved</a> to enable poor countries to focus on sustainable development and reducing poverty. The World Bank added another institution to the group when <a href="https://timeline.worldbank.org/?field_timeline_target_id=All&combine=#event-world-bank-group-establishes-multilateral-investment-guarantee-agency">the Multilateral Investment Guarantee Agency (MIGA) was formed</a> in 1988 to provide political risk insurance and credit enhancement to investors and lenders.</p> </div> <button class="lp__cta_link" aria-expanded="false" aria-labelledby="sr__colorcard_title1"></button> </div> </div> </div> <div class="lp__primary_image_colorcard_cta column-width red__color" start="5" style="min-height: 576px; width: 1153px; z-index: 0; left: 0px;"> <div class="col-lg-15 col-md-15 col-sm-12 col-xs-12 pad-0 "> <div class="lp__card_img" > <picture> <source type="image/webp" media="(min-width:992px)" srcset="/content/dam/sites/archive/img/768x768/History-page-square-sustainable-development.jpg" data-curtaincloseimg="/content/dam/sites/archive/img/768x768/History-page-square-sustainable-development.jpg" data-curtainopenimg="https://worldbank.scene7.com/is/image/worldbankprod/History-page-rectangle-sustainable-development?wid=1440&hei=300&qlt=85,0&resMode=sharp&fmt=webp" class=" img-responsive"> <source media="(min-width:992px)" srcset="/content/dam/sites/archive/img/768x768/History-page-square-sustainable-development.jpg" class="img-responsive" data-curtaincloseimg="/content/dam/sites/archive/img/768x768/History-page-square-sustainable-development.jpg" data-curtainopenimg="https://worldbank.scene7.com/is/image/worldbankprod/History-page-rectangle-sustainable-development?wid=1440&hei=300&qlt=85,0&resMode=sharp&fmt=webp"> <img src="/content/dam/sites/archive/img/768x768/History-page-square-sustainable-development.jpg" alt="The World Bank" title="The World Bank" class="lp-cover img-responsive"> </picture> </div> <div class="lp__card_content"> <h2 id="sr__colorcard_title1"> <span class="lp__hammer name" style="display: block;">1995 - NOW</span> <span class="lp__historycard_title"><a href="#">SUSTAINABLE DEVELOPMENT AND GLOBAL PARTNERSHIPS</a></span> </h2> <div class="lp__card_description"><p>During the late 1990s, the World Bank moved back into the areas of conflict prevention, post-conflict reconstruction, and assistance for countries to redirect their economies after major political change. This period also brought concern about the impact of government corruption on the effectiveness of lending operations, which led the World Bank to adopt an anti-corruption strategy under President James Wolfensohn. Wolfensohn gave <a href="https://www.worldbank.org/en/archive/history/exhibits/Remembering-President-James-Wolfensohn#4">a ground-breaking speech on the “cancer of corruption”</a> at the 1996 annual meetings, and under his leadership the focus on country accountability and ownership of development work became central with <a href="https://timeline.worldbank.org/#event-executive-directors-endorse-comprehensive-development-framework">the Comprehensive Development Framework</a>.</p> <p>The mid-2000s ushered in the idea of the World Bank as a knowledge institution, and by 2010, the Open Agenda guided the Bank to a more transparent approach to development. In collaboration with the United Nations’ Millennium Development Goals in 2000, and subsequently <a href="https://timeline.worldbank.org/?field_timeline_target_id=All#event-world-bank-group-endorses-the-adoption-of-the-sustainable-development-goals-sdgs">the Sustainable Development Goals in 2015</a>, the World Bank moved into the new century emphasizing community-driven development and aid coordination, working to safeguard vulnerable groups, and mitigating the impact of climate change.</p> </div> <button class="lp__cta_link" aria-expanded="false" aria-labelledby="sr__colorcard_title1"></button> </div> </div> </div> </div> <div class="full-row-white-components hidden-lg"> <div class="container"> <div class="lp__event_card orange__color lp__text_left"> <div class="row"> <div class="col-lg-7 col-md-7 col-sm-12 col-xs-12"> <div class="lp__event_card_wrap"> <div class="lp__event_time ">JULY 1944</div> <div class="lp__event_card_content"> <h2 class="h2">BRETTON WOODS CONFERENCE</h2> <div class="lp__event_description"><p>In July 1944 – one year before the end of World War II – delegates from 44 countries met for <a href="https://timeline.worldbank.org/#event-bretton-woods-conference-begins">the United Nations Monetary and Financial Conference</a> held at the Mount Washington Hotel in Bretton Woods, New Hampshire. The conference aimed to create the framework for post-war international economic cooperation and reconstruction. The intellectual leaders at the conference were John Maynard Keynes (Adviser to the Treasury in the United Kingdom), and Harry Dexter White (Assistant Secretary of the Treasury in the United States).</p> <p>While the conference resulted in the formation of two institutions, the International Monetary Fund (IMF) and the International Bank for Reconstruction and Development (World Bank), the creation of the World Bank was not the primary focus. The majority of time and effort was spent on the IMF Commission under Harry Dexter White’s leadership. The work of the World Bank Commission, on the other hand, occurred only in the last few days of the conference. Its articles of agreement - primarily drafted by John Maynard Keynes – included rebuilding the economies of countries devastated by war and increasing the economic development of developing countries.</p> </div> </div> </div> </div> <div class="col-lg-5 col-md-5 col-sm-12 col-xs-12"> <div class="lp__event_card_img"> <img src="/content/dam/sites/archive/img/768x768/History-page-square-1944-Bretton-Woods.jpg" alt="The World Bank" title="The World Bank" class=" img-responsive"> </div> </div> </div> </div> <div class="lp__event_card purple__color lp__text_right"> <div class="row"> <div class="col-lg-7 col-md-7 col-sm-12 col-xs-12"> <div class="lp__event_card_wrap"> <div class="lp__event_time ">1946 - 1967</div> <div class="lp__event_card_content"> <h2 class="h2">THE WORLD BANK AS BUILDER AND ENGINEER</h2> <div class="lp__event_description"><p>The <a href="https://timeline.worldbank.org/#event-world-bank-approves-first-loan-for-reconstruction">Bank’s first loan</a> was to France and loans to other European countries followed. But when the 1947 Marshall Plan took over post-war reconstruction efforts in Europe, the Bank quickly shifted to funding infrastructure projects around the world in sectors such as power, irrigation, and transportation. The <a href="https://documents.worldbank.org/en/publication/documents-reports/documentdetail/308691468185347709/world-bank-s-first-development-loans-to-chile-1948">first loan to a non-European country</a> was to Chile in 1948 for $13.5M USD for hydroelectric power generation. The Bank also initiated a technical assistance program and in 1955 <a href="https://timeline.worldbank.org/?field_timeline_target_id=All&combine=#event-world-bank-establishes-economic-development-institute" target="_blank">established the Economic Development Institute</a> to provide training to officials from member countries.</p> <p>During the early years, the Bank evolved to meet the needs of its members. In 1956, <a href="https://timeline.worldbank.org/?field_timeline_target_id=All&combine=#event-international-finance-corporation-ifc-founded">the International Finance Corporation (IFC) was established</a> to focus exclusively on the private sector, and in 1960 <a href="https://timeline.worldbank.org/?field_timeline_target_id=All&combine=#event-international-development-association-ida-created">the International Development Association (IDA) was created</a> to provide resources for less creditworthy members. The <a href="https://timeline.worldbank.org/?field_timeline_target_id=All&combine=#event-ifc-makes-its-first-investment">IFC’s first loan</a> was to Brazil, in the amount of $2M USD, for the manufacture of electrical equipment. The Bank also <a href="https://www.worldbank.org/en/archive/history/exhibits/The-World-Banks-Role-as-Mediator-in-the-1950s">mediated three international disputes</a> that had an economic element: the nationalization of Iran’s oil industry; the development of the Indus River Water system; and the financing for the Aswan High Dam on the Nile.</p> </div> </div> </div> </div> <div class="col-lg-5 col-md-5 col-sm-12 col-xs-12"> <div class="lp__event_card_img"> <img src="/content/dam/sites/archive/img/768x768/History-page-square-Builder-Engineer.jpg" alt="The World Bank" title="The World Bank" class=" img-responsive"> </div> </div> </div> </div> <div class="lp__event_card blue__color lp__text_left"> <div class="row"> <div class="col-lg-7 col-md-7 col-sm-12 col-xs-12"> <div class="lp__event_card_wrap"> <div class="lp__event_time ">1968 - 1981</div> <div class="lp__event_card_content"> <h2 class="h2">THE WORLD BANK CONFRONTS POVERTY</h2> <div class="lp__event_description"><p>By the 1970s, over 40% of people in developing countries lived in absolute poverty. In response, the World Bank’s projects aimed to help the poor directly. World Bank President Robert McNamara coined the term “absolute poverty” in <a href="https://www.worldbank.org/en/archive/president-mcnamara-1973-nairobia-speech">his 1973 Annual Meeting speech</a>, and was the first to communicate the World Bank’s twin goals: “…to accelerate economic growth and to reduce poverty.” (<a href="https://documents.worldbank.org/en/publication/documents-reports/documentdetail/297241468339565863/world-development-report-1978">World Development Report, 1978</a>). These concepts transformed the Bank into the institution focused on development that we know today.</p> <p>Lending to member countries increased twelve-fold between 1968 and 1981, and expanded into new sectors: environment, rural development, water, sanitation, education, and others. <a href="https://www.worldbank.org/en/archive/history/exhibits/A-Bold-Vision-to-Defeat-River-Blindness">The global effort to eradicate river blindness</a> is one example of how the Bank worked to improve the lives of the poor, which was different from the large infrastructure projects that were done in the Bank’s first 20 years. <a href="https://projects.worldbank.org/en/projects-operations/project-detail/P006246">The first loan for the environment</a> was in 1971 for pollution control in Brazil, and the Bank subsequently built environmental safeguards into its process. During the 1970s economists were the primary advisers in the Bank, but staff with different skills in anthropology, sociology, environmental science and other sectors were hired to provide even more expertise to clients.</p> </div> </div> </div> </div> <div class="col-lg-5 col-md-5 col-sm-12 col-xs-12"> <div class="lp__event_card_img"> <img src="/content/dam/sites/archive/img/768x768/History-page-square-confront-poverty-field.jpg" alt="The World Bank" title="The World Bank" class=" img-responsive"> </div> </div> </div> </div> <div class="lp__event_card green__color lp__text_right"> <div class="row"> <div class="col-lg-7 col-md-7 col-sm-12 col-xs-12"> <div class="lp__event_card_wrap"> <div class="lp__event_time ">1982 - 1994</div> <div class="lp__event_card_content"> <h2 class="h2">ECONOMIES IN TRANSITION AND STRUCTURAL ADJUSTMENT</h2> <div class="lp__event_description"><p>The 1980s and 90s brought additional challenges related to oil shocks, debt crises and environmentalism, and the Bank reacted by bringing new skills and safeguards into its work, as well as structural adjustment. <a href="https://timeline.worldbank.org/?field_timeline_target_id=All&combine=#event-first-structural-adjustment-loan-approved">Structural adjustment loans</a> came with policy conditions, such as fiscal discipline, tax reform and liberalization of foreign direct investment; but while they were intended to improve the policy and institutional environment in which the loans were made, their overall effectiveness was debated internally and in the client community.</p> <p>In the 1990s, the Bank assisted former Soviet nations to redirect their economies after the dissolution of the Union of Soviet Socialist Republics, and <a href="https://timeline.worldbank.org/?field_timeline_target_id=All&combine=#event-post-soviet-states-join-the-world-bank-group">many of these newly sovereign nations became World Bank members</a>. In 1991, <a href="https://timeline.worldbank.org/?field_timeline_target_id=All&combine=#event-the-global-environment-facility-gef-launches">the Global Environment Facility (GEF) was established</a> to further the focus on safeguarding the environment, and in 1996 <a href="https://timeline.worldbank.org/?field_timeline_target_id=All&combine=#event-the-heavily-indebted-poor-countries-initiative-approved">the Heavily Indebted Poor Countries debt initiative was approved</a> to enable poor countries to focus on sustainable development and reducing poverty. The World Bank added another institution to the group when <a href="https://timeline.worldbank.org/?field_timeline_target_id=All&combine=#event-world-bank-group-establishes-multilateral-investment-guarantee-agency">the Multilateral Investment Guarantee Agency (MIGA) was formed</a> in 1988 to provide political risk insurance and credit enhancement to investors and lenders.</p> </div> </div> </div> </div> <div class="col-lg-5 col-md-5 col-sm-12 col-xs-12"> <div class="lp__event_card_img"> <img src="/content/dam/sites/archive/img/768x768/History-page-square-economies-transition2.jpg" alt="The World Bank" title="The World Bank" class=" img-responsive"> </div> </div> </div> </div> <div class="lp__event_card red__color lp__text_left"> <div class="row"> <div class="col-lg-7 col-md-7 col-sm-12 col-xs-12"> <div class="lp__event_card_wrap"> <div class="lp__event_time ">1995 - NOW</div> <div class="lp__event_card_content"> <h2 class="h2">SUSTAINABLE DEVELOPMENT AND GLOBAL PARTNERSHIPS</h2> <div class="lp__event_description"><p>During the late 1990s, the World Bank moved back into the areas of conflict prevention, post-conflict reconstruction, and assistance for countries to redirect their economies after major political change. This period also brought concern about the impact of government corruption on the effectiveness of lending operations, which led the World Bank to adopt an anti-corruption strategy under President James Wolfensohn. Wolfensohn gave <a href="https://www.worldbank.org/en/archive/history/exhibits/Remembering-President-James-Wolfensohn#4">a ground-breaking speech on the “cancer of corruption”</a> at the 1996 annual meetings, and under his leadership the focus on country accountability and ownership of development work became central with <a href="https://timeline.worldbank.org/#event-executive-directors-endorse-comprehensive-development-framework">the Comprehensive Development Framework</a>.</p> <p>The mid-2000s ushered in the idea of the World Bank as a knowledge institution, and by 2010, the Open Agenda guided the Bank to a more transparent approach to development. In collaboration with the United Nations’ Millennium Development Goals in 2000, and subsequently <a href="https://timeline.worldbank.org/?field_timeline_target_id=All#event-world-bank-group-endorses-the-adoption-of-the-sustainable-development-goals-sdgs">the Sustainable Development Goals in 2015</a>, the World Bank moved into the new century emphasizing community-driven development and aid coordination, working to safeguard vulnerable groups, and mitigating the impact of climate change.</p> </div> </div> </div> </div> <div class="col-lg-5 col-md-5 col-sm-12 col-xs-12"> <div class="lp__event_card_img"> <img src="/content/dam/sites/archive/img/768x768/History-page-square-sustainable-development.jpg" alt="The World Bank" title="The World Bank" class=" img-responsive"> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="supergrid parbase section"> <div class="full-row-gray-components" style=" "> <div class="container"> <div class="wrap__heading_h2"> <div class="par parsys"><div class="reference parbase section"> <div style="display:inline;" class="cq-dd-paragraph"> <div class="gridlayout parbase"> <div class="row "> <div class="col-md-3 col-sm-12 col-lg-3 col-xs-12 colsplit 2"> <div class=" lp__heading_h2" > <div class="grid_3_par_0 parsys"> <div style="padding-left:0px;padding-right:0px;" class="remove-padding-grid" > <div class="redesign_related section"> <div class="lp__link_list section "> <h2 class='h2'>Explore History</h2> <div class="lp__link_listwrapper"> <ul> <li class="lp__link_list_item"> <a target="" data-customlink="nl:body content" data-text="Exhibits" href="https://www.worldbank.org/en/archive/history/exhibits"> <i class="none" aria-hidden="true"></i> Exhibits</a> <li class="lp__link_list_item"> <a target="" data-customlink="nl:body content" data-text="Past Presidents" href="https://www.worldbank.org/en/archive/history/past-presidents"> <i class="none" aria-hidden="true"></i> Past Presidents</a> <li class="lp__link_list_item"> <a target="" data-customlink="nl:body content" data-text="Past Presidents’ Speeches" href="https://www.worldbank.org/en/archive/history/past-presidents-speeches"> <i class="none" aria-hidden="true"></i> Past Presidents’ Speeches</a> <li class="lp__link_list_item"> <a target="" data-customlink="nl:body content" data-text="Historical Timeline" href="https://www.worldbank.org/en/archive/history/timeline"> <i class="none" aria-hidden="true"></i> Historical Timeline</a> <li class="lp__link_list_item"> <a target="" data-customlink="nl:body content" data-text="Country Historical Profiles" href="https://countryhistoricalprofiles.worldbank.org/?year=2023"> <i class="none" aria-hidden="true"></i> Country Historical Profiles</a> </ul> </div> </div> <style></style> </div> </div> </div> </div> </div> <div class="col-md-3 col-sm-12 col-lg-3 col-xs-12 colsplit 2"> <div class=" " > <div class="grid_3_par_1 parsys"> <div style="padding-left:0px;padding-right:0px;" class="remove-padding-grid" > <hr class="hidden-lg hidden-md " aria-hidden="true"> <div class="redesign_related section"> <div class="lp__link_list section "> <h2 class='h2'>Discover the Archives</h2> <div class="lp__link_listwrapper"> <ul> <li class="lp__link_list_item"> <a target="" data-customlink="nl:body content" data-text="Archives Catalog" href="https://www.worldbank.org/en/archive/access-the-catalog"> <i class="none" aria-hidden="true"></i> Archives Catalog</a> <li class="lp__link_list_item"> <a target="" data-customlink="nl:body content" data-text="Digital Collections" href="https://www.worldbank.org/en/archive/digital-collections"> <i class="none" aria-hidden="true"></i> Digital Collections</a> <li class="lp__link_list_item"> <a target="" data-customlink="nl:body content" data-text="Multimedia Catalog" href="https://archivesmultimedia.worldbank.org/en/home"> <i class="none" aria-hidden="true"></i> Multimedia Catalog</a> <li class="lp__link_list_item"> <a target="" data-customlink="nl:body content" data-text="Oral History" href="https://oralhistory.worldbank.org/"> <i class="none" aria-hidden="true"></i> Oral History</a> <li class="lp__link_list_item"> <a target="" data-customlink="nl:body content" data-text="Documents & Reports" href="https://documents.worldbank.org/en/publication/documents-reports"> <i class="none" aria-hidden="true"></i> Documents & Reports</a> <li class="lp__link_list_item"> <a target="" data-customlink="nl:body content" data-text="Projects & Operations" href="https://projects.worldbank.org/"> <i class="none" aria-hidden="true"></i> Projects & Operations</a> <li class="lp__link_list_item"> <a target="" data-customlink="nl:body content" data-text="Web Archives" href="https://www.worldbank.org/en/webarchives"> <i class="none" aria-hidden="true"></i> Web Archives</a> </ul> </div> </div> <style></style> </div> </div> </div> </div> </div> <div class="col-md-3 col-sm-12 col-lg-3 col-xs-12 colsplit 2"> <div class=" " > <div class="grid_3_par_2 parsys"> <div style="padding-left:0px;padding-right:0px;" class="remove-padding-grid" > <hr class="hidden-lg hidden-md " aria-hidden="true"> <div class="redesign_related section"> <div class="lp__link_list section "> <h2 class='h2'>Doing Research</h2> <div class="lp__link_listwrapper"> <ul> <li class="lp__link_list_item"> <a target="" data-customlink="nl:body content" data-text="World Bank Group Information Research Guide" href="https://libguides.worldbank.org/WBGInfoguide"> <i class="none" aria-hidden="true"></i> World Bank Group Information Research Guide</a> <li class="lp__link_list_item"> <a target="" data-customlink="nl:body content" data-text="Overview of Archival Holdings" href="https://www.worldbank.org/en/archive/using-the-archives/overview-of-archival-holdings"> <i class="none" aria-hidden="true"></i> Overview of Archival Holdings</a> <li class="lp__link_list_item"> <a target="" data-customlink="nl:body content" data-text="Using Our Finding Aids" href="https://www.worldbank.org/en/archive/using-the-archives/using-our-finding-aids"> <i class="none" aria-hidden="true"></i> Using Our Finding Aids</a> <li class="lp__link_list_item"> <a target="" data-customlink="nl:body content" data-text="Request Access to Holdings" href="https://www.worldbank.org/en/archive/using-the-archives/request-access-to-holdings"> <i class="none" aria-hidden="true"></i> Request Access to Holdings</a> <li class="lp__link_list_item"> <a target="" data-customlink="nl:body content" data-text="Visit the Archives" href="https://www.worldbank.org/en/archive/using-the-archives/visit-the-archives"> <i class="none" aria-hidden="true"></i> Visit the Archives</a> <li class="lp__link_list_item"> <a target="" data-customlink="nl:body content" data-text="Terms of Use, Reproduction, and Citation" href="https://www.worldbank.org/en/archive/using-the-archives/terms-of-use-reproduction-and-citation"> <i class="none" aria-hidden="true"></i> Terms of Use, Reproduction, and Citation</a> </ul> </div> </div> <style></style> </div> </div> </div> </div> </div> <div class="col-md-3 col-sm-12 col-lg-3 col-xs-12 colsplit 2"> <div class=" " > <div class="grid_3_par_3 parsys"> <div style="padding-left:0px;padding-right:0px;" class="remove-padding-grid" > <hr class="hidden-lg hidden-md " aria-hidden="true"> <div class="redesign_related section"> <div class="lp__link_list section "> <h2 class='h2'>About Us</h2> <div class="lp__link_listwrapper"> <ul> <li class="lp__link_list_item"> <a target="" data-customlink="nl:body content" data-text="Access to Information Policy" href="https://policies.worldbank.org/en/policies/all/ppfdetail/3693"> <i class="none" aria-hidden="true"></i> Access to Information Policy</a> <li class="lp__link_list_item"> <a target="" data-customlink="nl:body content" data-text="AMS 10:11: Management of Records" href="https://documents.worldbank.org/en/publication/documents-reports/documentdetail/568301468326225648/management-of-records-policy"> <i class="none" aria-hidden="true"></i> AMS 10:11: Management of Records</a> <li class="lp__link_list_item"> <a target="" data-customlink="nl:body content" data-text="Records Management Program" href="https://www.worldbank.org/en/archive/aboutus/records-management-program"> <i class="none" aria-hidden="true"></i> Records Management Program</a> <li class="lp__link_list_item"> <a target="" data-customlink="nl:body content" data-text="Digital Preservation Program" href="https://www.worldbank.org/en/archive/aboutus/digital-preservation-program"> <i class="none" aria-hidden="true"></i> Digital Preservation Program</a> <li class="lp__link_list_item"> <a target="" data-customlink="nl:body content" data-text="Digitization Program" href="https://www.worldbank.org/en/archive/aboutus/digitization-program"> <i class="none" aria-hidden="true"></i> Digitization Program</a> <li class="lp__link_list_item"> <a target="" data-customlink="nl:body content" data-text="Professional Engagement" href="https://www.worldbank.org/en/archive/aboutus/professional-engagement"> <i class="none" aria-hidden="true"></i> Professional Engagement</a> </ul> </div> </div> <style></style> </div> </div> </div> </div> </div> </div> <div class="clearfix" aria-hidden="true"></div> <div style="margin-bottom: 0px"></div> </div> </div></div> <div class="gridlayout parbase section"> <div class="row "> <div class="col-md-3 colsplit 2"> <div class=" " > <div class="grid_3_par_0 parsys"> <div style="padding-left:0px;padding-right:0px;" class="remove-padding-grid" > <div class="redesign_related section"> <style></style> </div> </div> </div> </div> </div> <div class="col-md-3 colsplit 2"> <div class=" " > <div class="grid_3_par_1 parsys"> <div style="padding-left:0px;padding-right:0px;" class="remove-padding-grid" > <div class="redesign_related section"> <style></style> </div> </div> </div> </div> </div> <div class="col-md-3 colsplit 2"> <div class=" " > <div class="grid_3_par_2 parsys"> <div style="padding-left:0px;padding-right:0px;" class="remove-padding-grid" > <div class="redesign_related section"> <style></style> </div> </div> </div> </div> </div> <div class="col-md-3 colsplit 2"> <div class=" " > <div class="grid_3_par_3 parsys"> <div style="padding-left:0px;padding-right:0px;" class="remove-padding-grid" > <div class="redesign_related section"> <style></style> </div> </div> </div> </div> </div> </div> <div class="clearfix" aria-hidden="true"></div> <div style="margin-bottom: 36px"></div> </div> </div> </div> </div> </div> </div> </div> </main> <!-- Begin Global footer --> <footer class="simplified-footer"> <div class="row full-row-footer-components"> <div class="container"> <div class="lp__footer_top"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="lp__footer_bottom"> <div class="row"> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12"> <div class="lp__listinline"> <ul> <li class="disclaimer"><a href="https://www.worldbank.org/en/about/legal">Legal</a></li> <li class="disclaimer"><a href="https://www.worldbank.org/en/about/legal/privacy-notice">Privacy Notice</a></li> <li class="disclaimer"><a href="https://www.worldbank.org/en/who-we-are/site-accessibility">Site Accessibility</a></li> <li class="disclaimer"><a href="https://www.worldbank.org/en/access-to-information">Access to Information</a></li> <li class="disclaimer"><a href="https://www.worldbank.org/en/about/careers">Jobs</a></li> <li class="disclaimer"><a href="https://www.worldbank.org/en/about/contacts">Contact</a></li> </ul> </div> </div><!-- End disclaimer--> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12"> <div class="lp__footer_fraud"> <ul> <li><a href="https://www.worldbank.org/en/about/legal/scams">SCAM ALERT</a></li> <li><a href="https://www.worldbank.org/en/about/unit/integrity-vice-presidency/report-an-allegation">REPORT FRAUD OR CORRUPTION</a></li> </ul> </div> </div> </div> </div><!-- End disclaimer and copy right --> </div> </div><!-- End footer Bottom row --> </div> </div> </div> <!-- End Top Footer --> <!-- Begin bottom Footer --> <div class="row full-row-footer-black-components"> <div class="container"> <div class="row"> <div class="lp__footer_bottom_left"> <div class="col-md-12 col-sm-12 col-xs-12"> <ul> <li><a href="https://www.worldbank.org"> <img src="/content/dam/wbr-redesign/logos/logo-wbg-footer-en.svg" class="footer-logo" title="Image" alt="The World Bank Group Logo"></a> </li> <li><a class="lp__wbgpartnership" title="International Bank for Reconstruction and Development" href="https://www.worldbank.org/en/who-we-are/ibrd">IBRD</a></li> <li><a class="lp__wbgpartnership" title="International Development Association" href="https://ida.worldbank.org/">IDA</a></li> <li><a class="lp__wbgpartnership" title="International Finance Corporation" href="https://www.ifc.org/">IFC</a></li> <li><a class="lp__wbgpartnership" title="Multilateral Investment Guarantee Agency" href="https://www.miga.org/">MIGA</a></li> <li><a class="lp__wbgpartnership" title="International Centre for Settlement of Investment Disputes" href="https://icsid.worldbank.org/">ICSID</a></li> </ul> </div> </div><!-- End logo and Wbg partnership --> <div class="lp__copyright"> <div class="col-md-12 col-sm-12 col-xs-12"> © <span id="footer-year"></span> <script language="JavaScript"> <!-- Begin var time=new Date(); var year=time.getYear(); if (year < 2000) year = year + 1900; document.getElementById("footer-year").innerHTML = year; // End --> </script> The World Bank Group, All Rights Reserved. </div> </div><!-- End dropdown and fraud --> </div> </div> </div> </footer> <!-- End Global footer --> <script src="/etc/designs/wbr/components/wbgajax.js"></script> <div data-ajax-component-wbg data-url="/wbg/aem/service/ampopup" data-ajax-query-parameters='language=en&pageName=/content/worldbankgroup/archive/en/history' ></div> <script src="/etc.clientlibs/worldbankgroup/clientlibs/clientlibs-archive.js"></script> <!--cookie consent starts--> <section id="cookieconsentpopup" class="lp__cookie_tooltip" style="display: none;"> <div class="container"> <p>This site uses cookies to optimize functionality and give you the best possible experience. If you continue to navigate this website beyond this page, cookies will be placed on your browser. To learn more about cookies, <a href="https://www.worldbank.org/en/about/legal/privacy-notice">click here</a>. </p> <button type="button" class="close accept-consent" aria-label="close cookies policy notification" tabindex="0"> <span aria-hidden="true">×</span> </button> </div> </section> <script defer src="/etc/designs/wbrrdesign/clientlibs-wbrredsign/js/cookie-consent.js"></script> <!--cookie consent ends--> <script type="text/javascript"> var appInsights=window.appInsights||function(a){ function b(a){c[a]=function(){var b=arguments;c.queue.push(function(){c[a].apply(c,b)})}}var c={config:a},d=document,e=window;setTimeout(function(){var b=d.createElement("script");b.src=a.url||"https://az416426.vo.msecnd.net/scripts/a/ai.0.js",d.getElementsByTagName("script")[0].parentNode.appendChild(b)});try{c.cookie=d.cookie}catch(a){}c.queue=[];for(var f=["Event","Exception","Metric","PageView","Trace","Dependency"];f.length;)b("track"+f.pop());if(b("setAuthenticatedUserContext"),b("clearAuthenticatedUserContext"),b("startTrackEvent"),b("stopTrackEvent"),b("startTrackPage"),b("stopTrackPage"),b("flush"),!a.disableExceptionTracking){f="onerror",b("_"+f);var g=e[f];e[f]=function(a,b,d,e,h){var i=g&&g(a,b,d,e,h);return!0!==i&&c["_"+f](a,b,d,e,h),i}}return c }({ instrumentationKey:"2ddee9f8-57ef-4c0e-8810-a2f743116654" }); window.appInsights=appInsights,appInsights.queue&&0===appInsights.queue.length&&appInsights.trackPageView(); </script> <script type="text/javascript" src="/etc/designs/wbg/clientlib/js/WebStatsUtil.js?q=nocache"></script> <script> var filters = [], queryParamValue,section=[],sFilters="",sSection=""; var query_string = window.location.search; var paramMap = { 'displayconttype_exact': 'type', 'topic_exact': 'topic', 'admreg_exact':'region', 'count_exact':'country', 'strdate':'startdate', 'enddate':'enddate', 'lang_exact':'language', 'tf':'timeframe', 'docty_exact':'document type', 'lang_spoken_exact':'languages spoken', 'job_title_exact':'role', 'unit_exact':'unit', 'first_name_AlphaBucket_exact':'first name', 'surname_AlphaBucket_exact':'last name', 'sector_exact':'sector', 'status_exact':'status', 'majdocty_exact':'major document type', 'majtheme_exact':'theme', 'teratopic_exact':'topic' }; if(query_string){ var queryPair = query_string.slice(1).split('&'); for (var i = 0; i < queryPair.length; i++) { queryParamValue = queryPair[i].split('=')[1]; queryParamName = queryPair[i].split('=')[0]; if((typeof paramMap[queryParamName]!='undefined') && (queryParamName!='lang_exact') && (queryParamName!='pastevents') && (queryParamName!='futureevents') && (queryParamName!='srt') && (queryParamName!='qterm') && (queryParamName!='x')&&(queryParamName!='y')){ section.push(paramMap[queryParamName]); } if((queryParamName!='qterm') && (queryParamName!='futureevents') && (queryParamName!='pastevents') && (queryParamName!='srt') && (queryParamName!='os') && (queryParamName!='x') && (queryParamName!='lang_exact') &&(queryParamName!='y')){ if(queryParamValue != ''){ filters.push(queryParamValue); } } } sFilters = filters.join(':'); sSection = section.join(':'); sSection = decodeURIComponent(sSection); sSection = sSection.replace(new RegExp("\\+","g"),' '); //s.eVar50= section; sFilters = decodeURIComponent(sFilters); sFilters = sFilters.replace(new RegExp("\\+","g"),' '); //s.list1 =filters; } </script> <script> var wbgData = wbgData || {}; wbgData.page = { pageInfo: { pageName: "content:worldbankgroup:archive:en:history", pageCategory: "content page", pageUid: "01e17318-e7f4-4419-a1f1-61977aee04f9", pageFirstPub: "06-04-2021", pageLastMod: "12-04-2024", contentType:"Other", topicTag:"", hier1:"ecrcc~other~archive", channel:"its oral history ext", webpackage:"", }, sectionInfo: { siteSection: "other", subsectionP2:"archive", subsectionP3:"", subsectionP4:"", subsectionP5:"" } }, wbgData.site = { siteInfo: { siteLanguage: "en", siteCountry: "", siteEnv: "prod", userIpaddressType:"10.48.0.166", siteRegion:"", siteType:"main", }, techInfo: { cmsType: "AEM", bussVPUnit: "ECRCC", bussUnit: "ECRCC", bussUserGroup: "External", bussAgency: "ibrd" } } </script> <script type="text/javascript"> var wbgDataOld = {}; wbgDataOld.page= { pageInfo: { pageName: "content:worldbankgroup>archive>en>history", pageTitle:"History", pageDate:"2021/06/03", hier1: "ecrcc~other~archive", hier2: "wbg~en~english~other~archive", server:"10.48.0.136", channel:"its oral history ext" }, docInfo: { docAuthor: "",//Document author docDate:"",//Document date docRegion:"",//Region docCountry:"" }, teragramInfo: { teragramTopic:"", teragramKeyword:"" }, siteInfo: { siteSection:"other", subSection1:"other~archive", subSection2:"other~archive", subSection3:"other~archive", siteLanguage:"English", siteRank:"1", contentType:"other" }, packageInfo:{ webpackage:"" }, vpuInfo: { vpuLegacy:"ECRCC", vpu:"ECRCC" }, } var opsAanalytics ={ "projectId" :"NODATA", "upi":"NODATA", "pageName":"other", "tabName":"other", "serverDate":"", "clientDate":new Date().getTime(), "totalResponseTime":"", "pageUrl":(document.URL).replace("https://","").replace("http://",""), "userAgent" :navigator.userAgent, "server":"www.worldbank.org", "appId":"wbgext", "key1":"archive", "key2":"", "key3":"", "key4":"", "key5":"", "key6":"Anonymous", "key7":"", "key8":"", "key9":"", "key10":"" }; </script> <div id="wbg-aem-target-end" class="wbg-aem-target-end"></div> </body> </html>