{"id":3242,"date":"2026-05-03T18:36:38","date_gmt":"2026-05-03T23:36:38","guid":{"rendered":"https:\/\/www.edtij.com\/en\/?p=3242"},"modified":"2026-05-03T18:37:20","modified_gmt":"2026-05-03T23:37:20","slug":"en-economic-substance-panama-multinational-groups","status":"publish","type":"post","link":"https:\/\/www.edtij.com\/en\/en-economic-substance-panama-multinational-groups\/","title":{"rendered":"Economic Substance in Panama: What Multinational Groups Must Know"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code><\/code><\/pre>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Economic Substance in Panama: What Multinational Groups Must Know | EDTIJ<\/title>\n<meta name=\"description\" content=\"Panama introduces economic substance requirements for passive income for the first time. Understand the impact on multinational groups, holding companies, and regional structures before the law takes effect.\">\n<meta name=\"keywords\" content=\"economic substance Panama, multinational groups, Panama holding companies, Fiscal Code reform, OECD Pillar Two, SEM EMMA Panama\">\n<link rel=\"canonical\" href=\"https:\/\/www.edtij.com\/en\/economic-substance-panama-multinational-groups\">\n<link rel=\"alternate\" hreflang=\"es\" href=\"https:\/\/www.edtij.com\/sustancia-economica-panama-grupos-multinacionales\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&#038;family=Lora:ital,wght@0,400;0,500;1,400&#038;family=Barlow+Condensed:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --black: #1A1A1A;\n    --dark: #2C2C2C;\n    --mid: #555555;\n    --light: #999999;\n    --rule: #CCCCCC;\n    --alt: #F4F4F4;\n    --white: #FFFFFF;\n    --red: #8a0000;\n    --max-w: 860px;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'Lora', Georgia, serif;\n    font-size: 17px;\n    line-height: 1.78;\n    color: var(--black);\n    background: var(--white);\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .top-bar {\n    background: var(--black);\n    padding: 10px 32px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 16px;\n  }\n  .top-bar-left {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    letter-spacing: 0.12em;\n    color: var(--light);\n    text-transform: uppercase;\n  }\n  .lang-switcher { display: flex; gap: 6px; align-items: center; }\n  .lang-switcher a {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    text-decoration: none;\n    padding: 4px 10px;\n    border: 1px solid #444;\n    color: var(--light);\n    transition: all 0.2s;\n  }\n  .lang-switcher a.active { background: var(--red); border-color: var(--red); color: var(--white); }\n  .lang-switcher a:hover:not(.active) { border-color: var(--light); color: var(--white); }\n\n  .article-wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 24px 80px; }\n\n  .article-header { padding: 60px 0 40px; border-bottom: 1px solid var(--rule); }\n  .article-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px; font-weight: 600;\n    letter-spacing: 0.16em; text-transform: uppercase;\n    color: var(--red); margin-bottom: 20px;\n    display: flex; align-items: center; gap: 10px;\n  }\n  .article-label::after { content: ''; display: block; height: 1px; width: 40px; background: var(--red); }\n  .article-title {\n    font-family: 'Playfair Display', Georgia, serif;\n    font-size: clamp(28px, 4.5vw, 42px); font-weight: 700;\n    line-height: 1.18; color: var(--black);\n    margin-bottom: 20px; letter-spacing: -0.01em;\n  }\n  .article-subtitle {\n    font-family: 'Lora', Georgia, serif;\n    font-size: 19px; font-weight: 400; font-style: italic;\n    color: var(--mid); line-height: 1.55;\n    margin-bottom: 32px; max-width: 720px;\n  }\n  .article-meta {\n    display: flex; flex-wrap: wrap; gap: 6px 20px; align-items: center;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--light);\n  }\n  .article-meta .sep { color: var(--rule); }\n  .article-meta a { color: var(--red); text-decoration: none; }\n  .article-meta a:hover { text-decoration: underline; }\n\n  .article-body { padding: 48px 0; }\n  .article-body p { margin-bottom: 22px; color: var(--black); }\n\n  .section-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px; font-weight: 700;\n    letter-spacing: 0.18em; text-transform: uppercase;\n    color: var(--red); margin: 56px 0 6px;\n    display: flex; align-items: center; gap: 10px;\n  }\n  .section-label::before { content: ''; display: block; height: 1px; width: 24px; background: var(--red); }\n  h2.section-title {\n    font-family: 'Playfair Display', Georgia, serif;\n    font-size: clamp(20px, 3vw, 26px); font-weight: 700;\n    color: var(--black); line-height: 1.28;\n    margin-bottom: 24px; letter-spacing: -0.01em;\n  }\n\n  .callout { border-left: 3px solid var(--red); padding: 20px 28px; margin: 36px 0; background: var(--alt); }\n  .callout p { font-style: italic; color: var(--mid); margin: 0; font-size: 16.5px; line-height: 1.7; }\n\n  .note-box { border: 1px solid var(--rule); border-top: 3px solid var(--black); padding: 22px 28px; margin: 36px 0; }\n  .note-box-label { font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mid); margin-bottom: 10px; }\n  .note-box p { font-size: 15.5px; color: var(--dark); margin: 0; }\n\n  .table-wrap { overflow-x: auto; margin: 32px 0; border: 1px solid var(--rule); }\n  table { width: 100%; border-collapse: collapse; font-size: 14.5px; }\n  thead tr { background: var(--black); color: var(--white); }\n  thead th { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; font-size: 12px; padding: 13px 16px; text-align: left; border: none; }\n  tbody tr:nth-child(even) { background: var(--alt); }\n  tbody tr:nth-child(odd) { background: var(--white); }\n  tbody td { padding: 13px 16px; border-bottom: 1px solid var(--rule); color: var(--dark); vertical-align: top; line-height: 1.55; font-family: 'Lora', Georgia, serif; }\n  tbody td:first-child { font-weight: 500; color: var(--black); }\n\n  .badge { display: inline-block; font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 9px; border-radius: 2px; }\n  .badge-high { background: #f5e6e6; color: var(--red); }\n  .badge-med  { background: #f5f0e6; color: #7a5a00; }\n  .badge-low  { background: #e8f0e8; color: #2a5a2a; }\n\n  .steps { margin: 32px 0; }\n  .step { display: grid; grid-template-columns: 48px 1fr; gap: 0 20px; margin-bottom: 4px; align-items: stretch; }\n  .step-num { background: var(--black); color: var(--white); font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 700; display: flex; align-items: center; justify-content: center; min-height: 52px; flex-shrink: 0; }\n  .step-content { border-bottom: 1px solid var(--rule); padding: 14px 0 14px 4px; }\n  .step-title { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--red); margin-bottom: 4px; }\n  .step-content p { font-size: 15px; color: var(--mid); margin: 0; line-height: 1.6; }\n\n  .questions-block { background: var(--alt); border: 1px solid var(--rule); padding: 32px 36px; margin: 40px 0; }\n  .questions-block-label { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red); margin-bottom: 20px; }\n  .questions-block ul { list-style: none; padding: 0; }\n  .questions-block li { font-family: 'Lora', Georgia, serif; font-size: 15.5px; color: var(--dark); line-height: 1.65; padding: 12px 0 12px 20px; border-bottom: 1px solid var(--rule); position: relative; }\n  .questions-block li:last-child { border-bottom: none; }\n  .questions-block li::before { content: '?'; position: absolute; left: 0; top: 13px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px; color: var(--red); }\n\n  .conclusion-block { background: var(--black); color: var(--white); padding: 48px 48px; margin: 56px 0 0; }\n  .conclusion-block .conclusion-label { font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--rule); margin-bottom: 20px; }\n  .conclusion-block p { color: rgba(255,255,255,0.88); font-size: 16.5px; margin-bottom: 18px; line-height: 1.75; }\n  .conclusion-block p:last-child { margin-bottom: 0; }\n  .conclusion-block .author-line { margin-top: 32px; padding-top: 24px; border-top: 1px solid #333; }\n  .conclusion-block .author-name { font-family: 'Playfair Display', Georgia, serif; font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 2px; }\n  .conclusion-block .author-role { font-family: 'Barlow Condensed', sans-serif; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--light); }\n  .conclusion-block .author-role a { color: var(--rule); text-decoration: none; }\n  .conclusion-block .author-role a:hover { color: var(--white); }\n\n  .seo-footer { margin-top: 56px; padding-top: 28px; border-top: 1px solid var(--rule); }\n  .seo-footer-label { font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--light); margin-bottom: 8px; }\n  .seo-footer p { font-size: 13px; color: var(--light); line-height: 1.6; }\n\n  @media (max-width: 640px) {\n    .top-bar { padding: 10px 16px; flex-direction: column; align-items: flex-start; gap: 8px; }\n    .article-wrap { padding: 0 16px 60px; }\n    .article-header { padding: 40px 0 28px; }\n    .conclusion-block { padding: 36px 24px; }\n    .questions-block { padding: 24px 20px; }\n    .step { grid-template-columns: 40px 1fr; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- TOP BAR -->\n<div class=\"top-bar\">\n  <span class=\"top-bar-left\">EDTIJ &mdash; Corporate &amp; Tax Law<\/span>\n  <div class=\"lang-switcher\">\n    <a href=\"https:\/\/www.edtij.com\/sustancia-economica-panama-grupos-multinacionales\">ES<\/a>\n    <a href=\"#\" class=\"active\">EN<\/a>\n  <\/div>\n<\/div>\n\n<div class=\"article-wrap\">\n\n  <!-- HEADER -->\n  <header class=\"article-header\">\n    <div class=\"article-label\">International Taxation &mdash; Risks &amp; Contingencies<\/div>\n    <h1 class=\"article-title\">Economic Substance in Panama: What Multinational Groups Must Know Before the Law Takes Effect<\/h1>\n    <p class=\"article-subtitle\">The Fiscal Code reform bill introduces, for the first time, a condition on Panama&#8217;s territoriality principle. Its impact on holdings, licensing platforms, and investment vehicles is immediate.<\/p>\n    <div class=\"article-meta\">\n      <span>EDTIJ<\/span>\n      <span class=\"sep\">&middot;<\/span>\n      <span>May 2026<\/span>\n      <span class=\"sep\">&middot;<\/span>\n      <span>By <strong>Marisel Della Togna<\/strong><\/span>\n      <span class=\"sep\">&middot;<\/span>\n      <a href=\"https:\/\/www.edtij.com\/sustancia-economica-panama-grupos-multinacionales\">Leer en espa&ntilde;ol<\/a>\n    <\/div>\n  <\/header>\n\n  <!-- BODY -->\n  <div class=\"article-body\">\n\n    <div class=\"section-label\">I<\/div>\n    <h2 class=\"section-title\">Introduction<\/h2>\n\n    <p>Panama is facing a structural transformation in its corporate taxation model. The Fiscal Code reform bill submitted by the Ministry of Economy and Finance introduces, for the first time in the country&#8217;s legislative history, economic substance requirements for entities generating passive income from foreign sources.<\/p>\n\n    <p>This reform is not a minor technical amendment. It introduces a new condition that Panama&#8217;s tax system imposes on structures that have historically operated with full legitimacy under the territoriality principle. Understanding its scope, implications, and timeline is essential for any multinational group with a presence in Panama.<\/p>\n\n    <div class=\"callout\">\n      <p>Panama&#8217;s territoriality principle does not disappear under this reform. But it becomes conditional. And that distinction has a direct impact on thousands of currently active structures.<\/p>\n    <\/div>\n\n    <div class=\"section-label\">II<\/div>\n    <h2 class=\"section-title\">What Does the Bill Propose?<\/h2>\n\n    <p>The bill introduces a new Chapter I-A into the Fiscal Code under which entities receiving certain types of passive income from foreign sources must demonstrate genuine economic substance in Panama to maintain the favorable tax treatment currently applicable to that income.<\/p>\n\n    <p>The income categories covered include dividends, interest, royalties and other intellectual property rights, capital gains, and income from real estate. Entities that fail to demonstrate sufficient economic substance will be classified as <em>non-qualified entities<\/em> and will be subject to a <strong>15% tax on gross income<\/strong>.<\/p>\n\n    <div class=\"section-label\">III<\/div>\n    <h2 class=\"section-title\">What Constitutes Economic Substance?<\/h2>\n\n    <p>The bill establishes that a qualified entity must concurrently demonstrate the following elements:<\/p>\n\n    <div class=\"table-wrap\">\n      <table>\n        <thead>\n          <tr>\n            <th style=\"width:34%\">Element<\/th>\n            <th>Description<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td>Qualified personnel<\/td>\n            <td>Employees or directors with adequate knowledge and compensation commensurate with their functions in Panama.<\/td>\n          <\/tr>\n          <tr>\n            <td>Physical facilities<\/td>\n            <td>Offices or physical spaces appropriate for the type of activity carried out.<\/td>\n          <\/tr>\n          <tr>\n            <td>Strategic decision-making<\/td>\n            <td>Key management decisions must be made within Panamanian territory.<\/td>\n          <\/tr>\n          <tr>\n            <td>Linked operating costs<\/td>\n            <td>Operating expenses must bear a reasonable relationship to the income generated.<\/td>\n          <\/tr>\n          <tr>\n            <td>Annual reporting<\/td>\n            <td>Entities must submit an annual economic substance report to the competent authorities.<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n\n    <div class=\"note-box\">\n      <div class=\"note-box-label\">Technical Note<\/div>\n      <p>The rule does not establish fixed numerical thresholds. The assessment will be qualitative and proportional to the nature and volume of each entity&#8217;s activity. This margin of discretion makes preventive legal counsel particularly relevant.<\/p>\n    <\/div>\n\n    <div class=\"section-label\">IV<\/div>\n    <h2 class=\"section-title\">Who Is Affected and Who Is Not?<\/h2>\n\n    <p>The bill directly affects legal entities incorporated in Panama or with Panamanian tax residence that receive passive income from foreign sources without demonstrating sufficient economic substance. Among the structures that warrant particular attention:<\/p>\n\n    <div class=\"table-wrap\">\n      <table>\n        <thead>\n          <tr>\n            <th style=\"width:62%\">Structure Type<\/th>\n            <th>Exposure Level<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td>Family holdings receiving dividends from foreign subsidiaries<\/td>\n            <td><span class=\"badge badge-high\">High<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>Companies holding intellectual property licensed to regional group<\/td>\n            <td><span class=\"badge badge-high\">High<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>Passive investment vehicles (equities, bonds, funds)<\/td>\n            <td><span class=\"badge badge-high\">High<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>Multinational groups with headquarters or co-headquarters in Panama<\/td>\n            <td><span class=\"badge badge-med\">Medium-high<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>SEM and EMMA entities with mixed activities (operational + passive)<\/td>\n            <td><span class=\"badge badge-med\">Medium<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>Entities with operational activities already reported to supervisory bodies<\/td>\n            <td><span class=\"badge badge-low\">Low \u2014 subject to analysis<\/span><\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n\n    <div class=\"callout\">\n      <p>Existing special regimes \u2014 SEM, Colon Free Zone, Panama Pacifico \u2014 have their own economic presence requirements. It is necessary to analyze whether these requirements also satisfy the new economic substance test or whether additional documentation will be required.<\/p>\n    <\/div>\n\n    <div class=\"section-label\">V<\/div>\n    <h2 class=\"section-title\">Concrete Tax Implications<\/h2>\n\n    <p>For entities classified as non-qualified, the most immediate impact is the application of a 15% tax on gross passive income. This rate is consistent with the global minimum tax established under Pillar Two of the OECD\/G20 framework.<\/p>\n\n    <p>However, its application to gross rather than net income may be significantly more burdensome for structures with low net margins, such as certain intercompany financing vehicles or pass-through investment funds.<\/p>\n\n    <p>Additionally, the bill expands the criteria for determining when a foreign company has a permanent establishment in Panama, which may create additional tax obligations for groups currently operating through dependent representatives or employees authorized to conclude contracts.<\/p>\n\n    <div class=\"section-label\">VI<\/div>\n    <h2 class=\"section-title\">The Time Factor: Why Act Now<\/h2>\n\n    <p>The Government of Panama has communicated that <strong>June 2026<\/strong> is the critical deadline for this law to be enacted. The objective is for Panama to receive a favorable assessment from the European Union in October 2026 and be removed from its list of non-cooperative jurisdictions.<\/p>\n\n    <p>This means the window for preventive planning is limited. Structures that need to be reinforced, reorganized, or documented require time to implement changes in a genuine and sustainable manner.<\/p>\n\n    <div class=\"steps\">\n      <div class=\"step\">\n        <div class=\"step-num\">1<\/div>\n        <div class=\"step-content\">\n          <div class=\"step-title\">Legal Diagnosis<\/div>\n          <p>Identify which entities in Panama receive passive income from foreign sources and under which category.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"step-num\">2<\/div>\n        <div class=\"step-content\">\n          <div class=\"step-title\">Existing Substance Assessment<\/div>\n          <p>Review which substance elements your structure already has and identify specific gaps.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"step-num\">3<\/div>\n        <div class=\"step-content\">\n          <div class=\"step-title\">Reinforcement Plan Design<\/div>\n          <p>Define what needs to be implemented: personnel, office space, board minutes protocol, operating cost policy.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"step-num\">4<\/div>\n        <div class=\"step-content\">\n          <div class=\"step-title\">Documented Implementation<\/div>\n          <p>Execute changes and document them from day one. All evidence counts in a future inspection.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"step-num\">5<\/div>\n        <div class=\"step-content\">\n          <div class=\"step-title\">Annual Report Preparation<\/div>\n          <p>Anticipate the new reporting obligation and be ready from the first applicable fiscal period.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"section-label\">VII<\/div>\n    <h2 class=\"section-title\">Questions the Legislative Debate Must Still Answer<\/h2>\n\n    <p>At the time of writing, the bill remains under discussion in the National Assembly. Several points require clarification in the final text:<\/p>\n\n    <div class=\"questions-block\">\n      <div class=\"questions-block-label\">Legal Certainty Questions<\/div>\n      <ul>\n        <li>How does the new rule interact with existing regulated special regimes \u2014 SEM, EMMA \u2014 that already have their own substance requirements and report to their regulatory bodies? Will dual compliance burdens arise?<\/li>\n        <li>Is the 15% on gross income the final and only tax, or can it accumulate with dividend taxes and other levies?<\/li>\n        <li>What will the qualified personnel threshold be for a holding structure that, by its nature, does not require intensive operations?<\/li>\n        <li>What will the mechanism and recipient authority for the annual substance report be?<\/li>\n        <li>Will there be a transition or grace period for adapting existing structures before the rule takes full effect?<\/li>\n      <\/ul>\n    <\/div>\n\n    <p>These are not obstructionist questions. They are questions of legal certainty. The difference between a well-executed reform and one that generates more uncertainty than clarity lies precisely in how they are answered.<\/p>\n\n  <\/div><!-- \/article-body -->\n\n  <!-- CONCLUSION -->\n  <div class=\"conclusion-block\">\n    <div class=\"conclusion-label\">Conclusion<\/div>\n    <p>The economic substance reform under debate in Panama is necessary, technically consistent with international standards, and broadly positive for the reputation of Panama&#8217;s tax system.<\/p>\n    <p>But its impact on currently legitimate and active structures is real. Ignoring it is not a responsible option for any multinational group with a presence in Panama.<\/p>\n    <p>At EDTIJ, we are closely monitoring the legislative process. If your structures in Panama generate passive income from foreign sources, we recommend initiating a preventive review with our team before the rule takes effect.<\/p>\n    <p>The time to act is not after the rule imposes a tax you did not anticipate.<\/p>\n    <div class=\"author-line\">\n      <div class=\"author-name\">Marisel Della Togna<\/div>\n      <div class=\"author-role\">Partner &mdash; Escobar, Della Togna, Icaza &amp; Jurado &middot; <a href=\"https:\/\/www.edtij.com\">www.edtij.com<\/a><\/div>\n    <\/div>\n  <\/div>\n\n  <!-- SEO FOOTER -->\n  <div class=\"seo-footer\">\n    <div class=\"seo-footer-label\">Article Information<\/div>\n    <p><strong>Target keyword:<\/strong> economic substance Panama multinational groups &nbsp;&middot;&nbsp; <strong>Slug:<\/strong> \/en\/economic-substance-panama-multinational-groups &nbsp;&middot;&nbsp; <strong>Category:<\/strong> International Taxation<\/p>\n  <\/div>\n\n<\/div><!-- \/article-wrap -->\n\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Economic Substance in Panama: What Multinational Groups Must Know | EDTIJ EDTIJ &mdash; Corporate &amp; Tax Law ES EN International Taxation &mdash; Risks &amp; Contingencies Economic Substance in Panama: What Multinational Groups Must Know Before the Law Takes Effect The Fiscal Code reform bill introduces, for the first time, a condition on Panama&#8217;s territoriality principle. [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":3243,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6,7],"tags":[],"class_list":["post-3242","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-article","category-laws"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Economic Substance in Panama: What Multinational Groups Must Know -<\/title>\n<meta name=\"description\" content=\"Panama&#039;s economic substance bill would require genuine local presence for passive income tax benefits \u2014 or a 15% gross income tax. What multinational groups need to know now.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.edtij.com\/en\/en-economic-substance-panama-multinational-groups\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Economic Substance in Panama: What Multinational Groups Must Know -\" \/>\n<meta property=\"og:description\" content=\"Panama&#039;s economic substance bill would require genuine local presence for passive income tax benefits \u2014 or a 15% gross income tax. What multinational groups need to know now.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.edtij.com\/en\/en-economic-substance-panama-multinational-groups\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-03T23:36:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-03T23:37:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.edtij.com\/en\/wp-content\/uploads\/2026\/05\/40f8aeb4-6417-4c72-850b-e9e33ea90aa6.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"960\" \/>\n\t<meta property=\"og:image:height\" content=\"960\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin23\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin23\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.edtij.com\\\/en\\\/en-economic-substance-panama-multinational-groups\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.edtij.com\\\/en\\\/en-economic-substance-panama-multinational-groups\\\/\"},\"author\":{\"name\":\"admin23\",\"@id\":\"https:\\\/\\\/www.edtij.com\\\/en\\\/#\\\/schema\\\/person\\\/0158ea68f5157c26ac251df4daa7f827\"},\"headline\":\"Economic Substance in Panama: What Multinational Groups Must Know\",\"datePublished\":\"2026-05-03T23:36:38+00:00\",\"dateModified\":\"2026-05-03T23:37:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.edtij.com\\\/en\\\/en-economic-substance-panama-multinational-groups\\\/\"},\"wordCount\":1146,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.edtij.com\\\/en\\\/en-economic-substance-panama-multinational-groups\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.edtij.com\\\/en\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/40f8aeb4-6417-4c72-850b-e9e33ea90aa6.jpg\",\"articleSection\":[\"Article\",\"laws\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.edtij.com\\\/en\\\/en-economic-substance-panama-multinational-groups\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.edtij.com\\\/en\\\/en-economic-substance-panama-multinational-groups\\\/\",\"url\":\"https:\\\/\\\/www.edtij.com\\\/en\\\/en-economic-substance-panama-multinational-groups\\\/\",\"name\":\"Economic Substance in Panama: What Multinational Groups Must Know -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.edtij.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.edtij.com\\\/en\\\/en-economic-substance-panama-multinational-groups\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.edtij.com\\\/en\\\/en-economic-substance-panama-multinational-groups\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.edtij.com\\\/en\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/40f8aeb4-6417-4c72-850b-e9e33ea90aa6.jpg\",\"datePublished\":\"2026-05-03T23:36:38+00:00\",\"dateModified\":\"2026-05-03T23:37:20+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.edtij.com\\\/en\\\/#\\\/schema\\\/person\\\/0158ea68f5157c26ac251df4daa7f827\"},\"description\":\"Panama's economic substance bill would require genuine local presence for passive income tax benefits \u2014 or a 15% gross income tax. What multinational groups need to know now.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.edtij.com\\\/en\\\/en-economic-substance-panama-multinational-groups\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.edtij.com\\\/en\\\/en-economic-substance-panama-multinational-groups\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.edtij.com\\\/en\\\/en-economic-substance-panama-multinational-groups\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.edtij.com\\\/en\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/40f8aeb4-6417-4c72-850b-e9e33ea90aa6.jpg\",\"contentUrl\":\"https:\\\/\\\/www.edtij.com\\\/en\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/40f8aeb4-6417-4c72-850b-e9e33ea90aa6.jpg\",\"width\":960,\"height\":960,\"caption\":\"Signature: 5H5BRFQuvg\\\/e+uB+Muz3CBiqe3Y\\\/Qjd3NV6FW+cCC+FfzLt5ZWamMKfSQ1faRQWaX1KkZ3\\\/0y8sSx4203GaYuvMBH+83s23K1vnDCmTEhba85TJj1YHJH8+AFoq7\\\/ia\\\/EptOAJygaqlfhxlMyUkjnk3bI1wz92w0XonsJZwMcxTIAgJ7ES9+fIjKyWGVWTujdlr5iJVCsqR5\\\/0tvNfXMviX7H2ajdnR3jDcYMp1Buigto5WjLMqFX+zjley7VPsVR5p5w2txU2tbyrpNalUZ91asBm+GIaTViFZY9YIiPVIC9MWFrNyKsDghukDw2F1LTMXH8ERzXBwXZ6qJduko243mj07t9zKfxHj6ZpaPIFzjVRBspSJ2jrtRaOuubvUkVvsvxlDB74YHhyGW\\\/jP5+p2fWlPPuBtB3V8PVlas22iwUX4FBx0GlynnkAE+RqVy9CzAWk3Dmjzw5Y2GROMM8OlQfxALDSTdW\\\/IfqlRGI2kD\\\/66cWuzIgXvgoxMWCOfL5+EvJm1EZglFPlLn9U7XjpoMvXd6s2jBA3+riIgSxSoX9\\\/mu4OWUzdEKBck4Uwlui1296tWgwpEgdZVtZmm28g==\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.edtij.com\\\/en\\\/en-economic-substance-panama-multinational-groups\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.edtij.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Economic Substance in Panama: What Multinational Groups Must Know\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.edtij.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.edtij.com\\\/en\\\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.edtij.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.edtij.com\\\/en\\\/#\\\/schema\\\/person\\\/0158ea68f5157c26ac251df4daa7f827\",\"name\":\"admin23\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7e74e660650ec888994388bc85ce89befcadfc95725a76a2e389f46764785e50?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7e74e660650ec888994388bc85ce89befcadfc95725a76a2e389f46764785e50?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7e74e660650ec888994388bc85ce89befcadfc95725a76a2e389f46764785e50?s=96&d=mm&r=g\",\"caption\":\"admin23\"},\"url\":\"https:\\\/\\\/www.edtij.com\\\/en\\\/author\\\/admin23\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Economic Substance in Panama: What Multinational Groups Must Know -","description":"Panama's economic substance bill would require genuine local presence for passive income tax benefits \u2014 or a 15% gross income tax. What multinational groups need to know now.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.edtij.com\/en\/en-economic-substance-panama-multinational-groups\/","og_locale":"en_US","og_type":"article","og_title":"Economic Substance in Panama: What Multinational Groups Must Know -","og_description":"Panama's economic substance bill would require genuine local presence for passive income tax benefits \u2014 or a 15% gross income tax. What multinational groups need to know now.","og_url":"https:\/\/www.edtij.com\/en\/en-economic-substance-panama-multinational-groups\/","article_published_time":"2026-05-03T23:36:38+00:00","article_modified_time":"2026-05-03T23:37:20+00:00","og_image":[{"width":960,"height":960,"url":"https:\/\/www.edtij.com\/en\/wp-content\/uploads\/2026\/05\/40f8aeb4-6417-4c72-850b-e9e33ea90aa6.jpg","type":"image\/jpeg"}],"author":"admin23","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin23","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.edtij.com\/en\/en-economic-substance-panama-multinational-groups\/#article","isPartOf":{"@id":"https:\/\/www.edtij.com\/en\/en-economic-substance-panama-multinational-groups\/"},"author":{"name":"admin23","@id":"https:\/\/www.edtij.com\/en\/#\/schema\/person\/0158ea68f5157c26ac251df4daa7f827"},"headline":"Economic Substance in Panama: What Multinational Groups Must Know","datePublished":"2026-05-03T23:36:38+00:00","dateModified":"2026-05-03T23:37:20+00:00","mainEntityOfPage":{"@id":"https:\/\/www.edtij.com\/en\/en-economic-substance-panama-multinational-groups\/"},"wordCount":1146,"commentCount":0,"image":{"@id":"https:\/\/www.edtij.com\/en\/en-economic-substance-panama-multinational-groups\/#primaryimage"},"thumbnailUrl":"https:\/\/www.edtij.com\/en\/wp-content\/uploads\/2026\/05\/40f8aeb4-6417-4c72-850b-e9e33ea90aa6.jpg","articleSection":["Article","laws"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.edtij.com\/en\/en-economic-substance-panama-multinational-groups\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.edtij.com\/en\/en-economic-substance-panama-multinational-groups\/","url":"https:\/\/www.edtij.com\/en\/en-economic-substance-panama-multinational-groups\/","name":"Economic Substance in Panama: What Multinational Groups Must Know -","isPartOf":{"@id":"https:\/\/www.edtij.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.edtij.com\/en\/en-economic-substance-panama-multinational-groups\/#primaryimage"},"image":{"@id":"https:\/\/www.edtij.com\/en\/en-economic-substance-panama-multinational-groups\/#primaryimage"},"thumbnailUrl":"https:\/\/www.edtij.com\/en\/wp-content\/uploads\/2026\/05\/40f8aeb4-6417-4c72-850b-e9e33ea90aa6.jpg","datePublished":"2026-05-03T23:36:38+00:00","dateModified":"2026-05-03T23:37:20+00:00","author":{"@id":"https:\/\/www.edtij.com\/en\/#\/schema\/person\/0158ea68f5157c26ac251df4daa7f827"},"description":"Panama's economic substance bill would require genuine local presence for passive income tax benefits \u2014 or a 15% gross income tax. What multinational groups need to know now.","breadcrumb":{"@id":"https:\/\/www.edtij.com\/en\/en-economic-substance-panama-multinational-groups\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.edtij.com\/en\/en-economic-substance-panama-multinational-groups\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.edtij.com\/en\/en-economic-substance-panama-multinational-groups\/#primaryimage","url":"https:\/\/www.edtij.com\/en\/wp-content\/uploads\/2026\/05\/40f8aeb4-6417-4c72-850b-e9e33ea90aa6.jpg","contentUrl":"https:\/\/www.edtij.com\/en\/wp-content\/uploads\/2026\/05\/40f8aeb4-6417-4c72-850b-e9e33ea90aa6.jpg","width":960,"height":960,"caption":"Signature: 5H5BRFQuvg\/e+uB+Muz3CBiqe3Y\/Qjd3NV6FW+cCC+FfzLt5ZWamMKfSQ1faRQWaX1KkZ3\/0y8sSx4203GaYuvMBH+83s23K1vnDCmTEhba85TJj1YHJH8+AFoq7\/ia\/EptOAJygaqlfhxlMyUkjnk3bI1wz92w0XonsJZwMcxTIAgJ7ES9+fIjKyWGVWTujdlr5iJVCsqR5\/0tvNfXMviX7H2ajdnR3jDcYMp1Buigto5WjLMqFX+zjley7VPsVR5p5w2txU2tbyrpNalUZ91asBm+GIaTViFZY9YIiPVIC9MWFrNyKsDghukDw2F1LTMXH8ERzXBwXZ6qJduko243mj07t9zKfxHj6ZpaPIFzjVRBspSJ2jrtRaOuubvUkVvsvxlDB74YHhyGW\/jP5+p2fWlPPuBtB3V8PVlas22iwUX4FBx0GlynnkAE+RqVy9CzAWk3Dmjzw5Y2GROMM8OlQfxALDSTdW\/IfqlRGI2kD\/66cWuzIgXvgoxMWCOfL5+EvJm1EZglFPlLn9U7XjpoMvXd6s2jBA3+riIgSxSoX9\/mu4OWUzdEKBck4Uwlui1296tWgwpEgdZVtZmm28g=="},{"@type":"BreadcrumbList","@id":"https:\/\/www.edtij.com\/en\/en-economic-substance-panama-multinational-groups\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.edtij.com\/en\/"},{"@type":"ListItem","position":2,"name":"Economic Substance in Panama: What Multinational Groups Must Know"}]},{"@type":"WebSite","@id":"https:\/\/www.edtij.com\/en\/#website","url":"https:\/\/www.edtij.com\/en\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.edtij.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.edtij.com\/en\/#\/schema\/person\/0158ea68f5157c26ac251df4daa7f827","name":"admin23","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/7e74e660650ec888994388bc85ce89befcadfc95725a76a2e389f46764785e50?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/7e74e660650ec888994388bc85ce89befcadfc95725a76a2e389f46764785e50?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7e74e660650ec888994388bc85ce89befcadfc95725a76a2e389f46764785e50?s=96&d=mm&r=g","caption":"admin23"},"url":"https:\/\/www.edtij.com\/en\/author\/admin23\/"}]}},"_links":{"self":[{"href":"https:\/\/www.edtij.com\/en\/wp-json\/wp\/v2\/posts\/3242","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.edtij.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.edtij.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.edtij.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.edtij.com\/en\/wp-json\/wp\/v2\/comments?post=3242"}],"version-history":[{"count":2,"href":"https:\/\/www.edtij.com\/en\/wp-json\/wp\/v2\/posts\/3242\/revisions"}],"predecessor-version":[{"id":3245,"href":"https:\/\/www.edtij.com\/en\/wp-json\/wp\/v2\/posts\/3242\/revisions\/3245"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.edtij.com\/en\/wp-json\/wp\/v2\/media\/3243"}],"wp:attachment":[{"href":"https:\/\/www.edtij.com\/en\/wp-json\/wp\/v2\/media?parent=3242"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.edtij.com\/en\/wp-json\/wp\/v2\/categories?post=3242"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.edtij.com\/en\/wp-json\/wp\/v2\/tags?post=3242"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}