	<script>
(function () {
    function getCookie(name) {
        const value = "; " + document.cookie;
        const parts = value.split("; " + name + "=");

        if (parts.length === 2) {
            return parts.pop().split(";").shift();
        }

        return null;
    }

    const ucitsCookie = getCookie("ucits");
    // Landing page
    if (window.location.pathname === "/") {
        if (ucitsCookie) {
            window.location.replace("/home/");
        }
    }
    // Any other page
    else {
        if (!ucitsCookie) {
            window.location.replace("/");
        }
    }
})();
</script>
	<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://www.doublelineucits.com/wp-sitemap.xsl" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://www.doublelineucits.com/news/bill-campbell-sur-les-marches-obligataires-face-aux-chocs-energetiques-et-a-la-mutation-structurelle/</loc><lastmod>2026-04-01T10:34:42-07:00</lastmod></url><url><loc>https://www.doublelineucits.com/news/bill-campbell-on-global-bond-markets-and-powells-parting-gift-bloomberg-tv/</loc><lastmod>2026-05-08T10:18:02-07:00</lastmod></url></urlset>
