{"id":29107,"date":"2023-08-14T13:20:07","date_gmt":"2023-08-14T13:20:07","guid":{"rendered":"https:\/\/prelive-tdw.visibleone.app\/insight-and-news\/will-the-real-bondholder-please-stand-up-unravelling-the-locus-standi-of-global-note-investors-in-winding-up-petitions\/"},"modified":"2025-09-22T03:06:41","modified_gmt":"2025-09-22T03:06:41","slug":"will-the-real-bondholder-please-stand-up-unravelling-the-locus-standi-of-global-note-investors-in-winding-up-petitions","status":"publish","type":"insight-and-news","link":"https:\/\/www.tannerdewitt.com\/zh-hant\/insight-and-news\/will-the-real-bondholder-please-stand-up-unravelling-the-locus-standi-of-global-note-investors-in-winding-up-petitions\/","title":{"rendered":"Will the Real Bondholder Please Stand Up? Unravelling the Locus Standi of Global Note Investors in Winding-Up Petitions"},"content":{"rendered":"\n    \n\n<div style=\"background-image:url('https:\/\/www.tannerdewitt.com\/wp-content\/themes\/tanner-de-witt\/images\/insightdetails.jpeg')\"\n    class=\"insight-news-detail-hero\" id=\"insight-news-detail-hero\">\n\n\t\t<div style=\"background-color:\" class=\"insight-news-detail-hero-overlay \"><\/div>\n            <div class=\"z-[0]\">\n                <div class=\"insight-news-breadcrumbs flex items-end practice-areas-featured-breadcrumbs \">\n                    <a class=\"page-link no-underline\" href=\"https:\/\/www.tannerdewitt.com\/zh-hant\/\">Home<\/a>                <\/div>\n\n\n                <div class=\"hero-title\">\n                    <h1>\n                        Will the Real Bondholder Please Stand Up? Unravelling the Locus Standi of Global Note Investors in Winding-Up Petitions                    <\/h1>\n                <\/div>\n                \n                    <div style=\"\" class=\"hero-date \">\n\n                        <span class=\"month\">Aug<\/span>\n                        <span class=\"day\">14<\/span>\n                        <span class=\"year\">2023<\/span>\n                    <\/div>\n\n            <\/div>\n    \n\n    \n\n\n\n<\/div>\n\n\n\n<script >\n    (function () {\n        document.addEventListener(\"DOMContentLoaded\", () => {\n\n            const breadCrumbsContainer = Array.from(document.querySelectorAll(\".practice-areas-featured-breadcrumbs\"));\n\n            breadCrumbsContainer.forEach(container => {\n                const breadCrumbLinks = Array.from(container.querySelectorAll('.page-link'));\n                const breadCrumbSeperators = Array.from(container.querySelectorAll('.separator'));\n\n                if (Array.from(breadCrumbLinks).length === 1) {\n                    const homeNode = breadCrumbLinks[0];\n\n                    if (!homeNode) {\n                        return\n                    }\n\n                    const postTypeNode = homeNode.cloneNode(true);\n                    postTypeNode.textContent = \"Insights and News\";\n                    container.insertAdjacentHTML('beforeend', `<span class=\"separator practice-areas-featured-breadcrumb-item-slash\">\/<\/span>`)\n                    container.insertAdjacentElement('beforeend', postTypeNode)\n                    breadCrumbLinks.push(postTypeNode);\n\n                    if (\"Insights\") {\n                        const categoryNode = homeNode.cloneNode(true);\n\n                        categoryNode.textContent = \"Insights\";\n                        container.insertAdjacentHTML('beforeend', `<span class=\"separator practice-areas-featured-breadcrumb-item-slash\">\/<\/span>`)\n                        container.insertAdjacentElement('beforeend', categoryNode)\n                        breadCrumbLinks.push(categoryNode);\n                    }\n\n\n                    const titleNode = homeNode.cloneNode(true);\n\n                    titleNode.textContent = \"Will the Real Bondholder Please Stand Up? Unravelling the Locus Standi of Global Note Investors in Winding-Up Petitions\";\n                    container.insertAdjacentHTML('beforeend', `<span class=\"separator practice-areas-featured-breadcrumb-item-slash\">\/<\/span>`)\n                    container.insertAdjacentElement('beforeend', titleNode)\n                    breadCrumbLinks.push(titleNode);\n\n\n\n\n                }\n\n                breadCrumbLinks.forEach((link, index) => {\n\n                    link.classList.add('practice-areas-featured-breadcrumb-item-name');\n                    const origin = window.location.origin;\n                    const href = window.location.href;\n\n                    const originSplitter = window.location.href.includes(\"insight-and-news\") ? \"insight-and-news\" : window.location.href.includes('insights-and-news') ? \"insights-and-news\" : \"\"\n\n                    const paths = href.split(originSplitter);\n                    const links = paths[1].split(\"\/\").filter(Boolean)\n\n\n                    const resolvedOrigin = originSplitter ? (href.split(originSplitter)[0] || \"\") : (origin + \"\/\")\n\n                    if (index === 0) {\n\n                        if (!originSplitter) {\n                            link.href = origin\n                        } else {\n                            link.href = resolvedOrigin;\n                        }\n\n\n                    } else if (index === 1) {\n                        link.href = resolvedOrigin + originSplitter\n\n                    }\n                    else if (index === 2) {\n                        console.log(links)\n                        link.href = resolvedOrigin + originSplitter + \"\/\" + (links[0] || \"\")\n                    }\n                    else if (index === 3) {\n\n                        link.href = resolvedOrigin + originSplitter + \"\/\" + (links[0] || \"\") + \"\/\" + (links[1] || \"\")\n\n                    }\n\n\n\n                    \/\/ const words = link.textContent.split(\" \")\n                    \/\/ if (words.length > 4) {\n                    \/\/     link.textContent = words.slice(0, 4).join(\" \") + \"...\"\n                    \/\/ }\n\n                })\n\n                breadCrumbSeperators.forEach(separator => {\n                    separator.textContent = \"\/\"\n                    separator.classList.add('practice-areas-featured-breadcrumb-item-slash')\n                });\n\n\n            })\n\n\n        })\n        removeDivTag()\n    })();\n\n    function removeDivTag() {\n        console.log(\"remasfljas\");\n        const editorContainer = document.querySelector(\".editor-wysiwyg\");\n        \/\/ editorContainer.innerText = editorContainer.innerText.replace(\"<\/div>\", \"\")\n        Array.from(editorContainer.childNodes).forEach(el => {\n            if (el.textContent.includes(\"<\/div>\")) {\n                el.textContent = \"\"\n            }\n        })\n    }\n<\/script>\n<div class=\"editor-wysiwyg my-[40px]\">\n<div class=\"single-section\"><div class=\"single-section\">\n<p><strong>Introduction<\/strong><\/p>\n<p>In a landmark decision issued in July, <em>Re Leading Holdings Group Limited<\/em> [2023] HKCFI 1770, the Hong Kong Courts addressed, for the first time, the right of an investor of a global note to present a winding-up petition as a contingent creditor.<\/p>\n<p><strong>The Case<\/strong><\/p>\n<p>The relevant company was incorporated in the Cayman Islands and was listed on the Hong Kong Stock Exchange. It issued 12% Senior Notes which were due in 2022 and the petitioner was the beneficial owner of a sub-interest in those notes.<\/p>\n<p>The company defaulted on 27 June 2022, which led to the presentation of a petition.<\/p>\n<p>The key issue before the Court of First Instance was whether the petitioner, as a beneficial owner of the notes, had the right (the standing) to present the petition. Ultimately, the Court found that it did not. \u00a0<\/p>\n<p>The Court distinguished between the rights of a beneficiary of trust property, and the rights of an equitable assignee to sue. Contrary to potentially conflicting authority, it clarified that although it is possible for an equitable assignee to present a winding-up petition, the same reasoning does not apply to a trust beneficiary under the global note structure.<\/p>\n<p>Global note structures, such as the one featured in this case, are a type of debt security commonly used in international finance. In a typical global note structure, only the trustee can take enforcement action against the note\u2019s issuer. This structure ensures that all bondholders act collectively through the trustee, preventing individual bondholders from acting unilaterally.<\/p>\n<p>The Court stated it was important to respect the integrity of the global note structure to avoid the duplicity of actions, and in this context, the Court described the global note structure as a \u201cseamless regime\u201d.<\/p>\n<p>The reason for the distinction is because a bondholder, like the beneficiary of trust property, does not have a direct contractual relationship with the issuer and so cannot sue it directly to enforce a debt. By contrast, an equitable debt assignee is the property\u2019s true owner, with a personal right to enforce the debt, and the assignor is a bare trustee.<\/p>\n<p>Relying on the recent Cayman Grand Court decision in <em>Re Shinsun Holdings (Group) Co., Ltd<\/em>, the Court held that the petitioner cannot be characterised as a contingent creditor as the Company did not owe it an \u201cexisting obligation\u201d. In a situation involving a contingent creditor, an obligation (or liability) owed would arise only on the happening of a future event.<\/p>\n<p>The situation would be different, however, if an individual account holder (such as the petitioner) had been entitled to require the holder to exchange the global note for a definitive bond (e.g., consequent on the company\u2019s default on a debt), under which they acquired direct rights to sue.<\/p>\n<p>In a very recent British Virgin Islands High Court, <em>Cithara Global Multi-Strategy SPC v Haimen Zhongnan Investment Development (International) Co. Ltd.<\/em>, the Court cast doubt on the statement in <em>Shinshun<\/em> that a contingent creditor must have a direct contractual claim. It observed that the \u201cmodern trend\u201d was to recognise an \u201cexpanded definition of contingent obligation\u201d.<\/p>\n<p>Nonetheless, even in <em>Cithara<\/em>, the Court\u2019s finding that the creditor had standing turned on the fine print of the indenture. Under its terms, the ultimate beneficial holder became entitled to enforce its claim against the issuer by obtaining a certificated note following which the debt becoming immediately due and payable. The Court concluded that this effectively \u201cremove[d] the intermediaries from the chain between it [i.e., the beneficial holder] and the issuer\u201d.<\/p>\n<p><strong>Conclusion<\/strong><\/p>\n<p>This case is an important decision offering guidance on when a noteholder of global notes would have standing to present a winding-up petition. It is always necessary to focus on the terms of the applicable indenture as different terms can lead to different conclusions.\u00a0<\/p>\n<p class=\"has-text-align-right\"><strong><em>Ian De Witt, Tim Au, and Elizabeth Chan<\/em><\/strong><\/p>\n<p>If you would like to discuss any of the matters raised in this article, please contact:<\/p>\n<p><a href=\"https:\/\/www.tannerdewitt.com\/our-people\/ian-de-witt\/\">Ian De Witt<\/a><\/p>\n<p>Partner |\u00a0<a href=\"mailto:pamelamak@tannerdewitt.com\" rel=\"noreferrer noopener\" target=\"_blank\">pamelamak@tannerdewitt.com<\/a><a href=\"mailto:padraigwalsh@tannerdewitt.com\" rel=\"noreferrer noopener\" target=\"_blank\">padraigwalsh@tannerdewitt.com<\/a> <\/p>\n<p><a href=\"https:\/\/www.tannerdewitt.com\/our-people\/tim-au\/\">Tim Au<\/a><\/p>\n<p>Partner |\u00a0<a href=\"mailto:timau@tannerdewitt.com\" rel=\"noreferrer noopener\" target=\"_blank\">timau@tannerdewitt.com<\/a><\/p>\n<p>Disclaimer: This publication is general in nature and is not intended to constitute legal advice. You should seek professional advice before taking any action in relation to the matters dealt with in this publication. This article was last updated on 14 August 2023.<\/p>\n\n<\/div><\/div>\n\n<\/div>\n\n\n\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Introduction In a landmark decision issued in July, Re Leading Holdings Group Limited [2023] HKCFI 1770, the Hong Kong Courts addressed, for the first time, the right of an investor of a global note to present a winding-up petition as a contingent creditor. The Case The relevant company was incorporated in the Cayman Islands and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"template":"","meta":{"_acf_changed":false,"footnotes":""},"tags":[],"insight-category":[1121],"insight-month":[1152],"insight-practice-area":[1122],"insight-year":[1161],"class_list":["post-29107","insight-and-news","type-insight-and-news","status-publish","hentry","insight-category-legal-updates-and-insights","insight-month-august","insight-practice-area-restructuring-and-insolvency","insight-year-1161"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.tannerdewitt.com\/zh-hant\/wp-json\/wp\/v2\/insight-and-news\/29107","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tannerdewitt.com\/zh-hant\/wp-json\/wp\/v2\/insight-and-news"}],"about":[{"href":"https:\/\/www.tannerdewitt.com\/zh-hant\/wp-json\/wp\/v2\/types\/insight-and-news"}],"author":[{"embeddable":true,"href":"https:\/\/www.tannerdewitt.com\/zh-hant\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":1,"href":"https:\/\/www.tannerdewitt.com\/zh-hant\/wp-json\/wp\/v2\/insight-and-news\/29107\/revisions"}],"predecessor-version":[{"id":30327,"href":"https:\/\/www.tannerdewitt.com\/zh-hant\/wp-json\/wp\/v2\/insight-and-news\/29107\/revisions\/30327"}],"wp:attachment":[{"href":"https:\/\/www.tannerdewitt.com\/zh-hant\/wp-json\/wp\/v2\/media?parent=29107"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.tannerdewitt.com\/zh-hant\/wp-json\/wp\/v2\/tags?post=29107"},{"taxonomy":"insight-category","embeddable":true,"href":"https:\/\/www.tannerdewitt.com\/zh-hant\/wp-json\/wp\/v2\/insight-category?post=29107"},{"taxonomy":"insight-month","embeddable":true,"href":"https:\/\/www.tannerdewitt.com\/zh-hant\/wp-json\/wp\/v2\/insight-month?post=29107"},{"taxonomy":"insight-practice-area","embeddable":true,"href":"https:\/\/www.tannerdewitt.com\/zh-hant\/wp-json\/wp\/v2\/insight-practice-area?post=29107"},{"taxonomy":"insight-year","embeddable":true,"href":"https:\/\/www.tannerdewitt.com\/zh-hant\/wp-json\/wp\/v2\/insight-year?post=29107"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}