Burford Capital is the leading global finance and asset management firm focused on law. Its businesses include litigation finance and risk management, asset recovery and a wide range of legal finance and advisory activities. Burford is publicly traded on the New York Stock Exchange (NYSE: BUR) and the London Stock Exchange (LSE: BUR), and it works with companies and law firms around the world from its offices in New York, London, Chicago, Washington, DC, Singapore, Dubai and Hong Kong.

/*umx-dollar-fix*/window.$ = window.$ || window.jQuery; // REVEAL SPONSOR BIO // Open $(document).on('click', '.sponsor .sponsor-card .sponsor-title .sponsor-open', function (e) { e.preventDefault(); var $sponsor = $(this).closest('.sponsor'); $sponsor.find('.sponsor-card').addClass('hide'); $sponsor.find('.sponsor-info').removeClass('hide'); }); // Close: return to initial state $(document).on('click', '.sponsor .sponsor-info .sponsor-close', function (e) { e.preventDefault(); var $sponsor = $(this).closest('.sponsor'); $sponsor.find('.sponsor-info').addClass('hide'); $sponsor.find('.sponsor-card').removeClass('hide'); }); // REMOVE PROFILE PHOTO LINK $(document).ready(function() { $(".um .um-profile-photo a.um-profile-photo-img").removeAttr("href"); });