CINXE.COM
The Norwegian Transparency Act
<!DOCTYPE html> <html lang="en" class="large-screen-ready"> <head> <meta charset="UTF-8"> <meta name="viewport" content="initial-scale=1, width=device-width"> <link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png"> <meta name="robots" content="noindex, nofollow"> <meta property="og:image" content="/img/og/og-img--opera-software.png"> <meta property="og:type" content="website"> <meta name="description" content="The Norwegian Transparency Act"> <meta property="og:title" content="The Norwegian Transparency Act | Opera"> <meta property="og:description" content="The Norwegian Transparency Act"> <!-- put current page url below --> <meta property="og:url" content="legal.opera.com"> <meta name="twitter:title" content="The Norwegian Transparency Act | Opera"> <meta name="twitter:description" content="The Norwegian Transparency Act"> <meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:site" content="@opera"> <meta name="twitter:image" content="/img/og/og-img--opera-software.png"> <meta property="vk:image" content="/img/opera-150.png"> <link rel="stylesheet" type="text/css" media="all" href="/css/styles.css"/> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script src="/js/LanguageSelector.js"></script> <title>The Norwegian Transparency Act</title> </head> <body class="legal-doc"> <main class="privacy-page"> <section class="section-main my5"> <div class="wrapper container-fluid"> <div class="breadcrumbs"> <div class="breadcrumbs__container"> <div class="breadcrumbs__crumb breadcrumbs__logo breadcrumbs__sep"> <a href="https://opera.com"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> <path fill="#B3B3B3" fill-rule="evenodd" d="M8.03 0a7.97 7.97 0 0 1 5.302 2.036 5.773 5.773 0 0 0-3.206-.98c-1.905 0-3.612.945-4.76 2.436-.884 1.044-1.457 2.587-1.496 4.32v.377c.04 1.732.612 3.275 1.497 4.32 1.147 1.49 2.854 2.435 4.759 2.435 1.17 0 2.265-.357 3.203-.978-2.049.997-3.962.297-4.594-.14 2.015-.441 3.538-2.878 3.538-5.826 0-2.948-1.523-5.385-3.538-5.827.632-.436 2.545-1.136 4.597-.136a7.979 7.979 0 0 1 2.662 5.655L16 8c0 2.37-1.03 4.499-2.668 5.963l-.002.001-.226.196a7.967 7.967 0 0 1-5.485 1.83A8 8 0 0 1 8 0h.03z"></path> </svg> </a> </div> <ol itemscope="" itemtype="https://schema.org/BreadcrumbList"><li itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="breadcrumbs__sep"><div class="breadcrumbs__crumb"><a itemprop="item" href="/" class="hover-line"><span itemprop="name" class="hover-line__element">Opera Legal Documents</span></a><meta itemprop="position" content="1"></div></li><li itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="breadcrumbs__sep"><div class="breadcrumbs__crumb"><a itemprop="item" href="/transparency/" class="hover-line"><span itemprop="name" class="hover-line__element">Transparency</span></a><meta itemprop="position" content="1"></div></li><li itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="breadcrumbs__sep"><div class="breadcrumbs__crumb"><a itemprop="item" href="/transparency/transparency-act/" class="hover-line"><span itemprop="name" class="hover-line__element">The Norwegian Transparency Act</span></a><meta itemprop="position" content="1"></div></li></ol> </div> </div> <h1 id="the-norwegian-transparency-act">The Norwegian Transparency Act</h1> <p><em>Last updated: June 26, 2024</em></p> <p>The Norwegian Transparency Act (the “<strong>Act</strong>”) promotes respect for basic human rights and decent working conditions and also imposes a duty on certain companies to inform and publish how they work to ensure basic human rights and decent working conditions, both in their own businesses as well as in their supply chains. Opera Norway AS has concluded that it is covered by the Act.</p> <p><strong>Due diligence assessments.</strong> In accordance with the Act, Opera will carry out due diligence assessments of the risks associated with Opera’s business of potential violation of basic human rights or decent working conditions by Opera, its suppliers, or its business partners. The results of these due diligence assessments will be reported and made public annually. You may access Opera’s reports below.</p> <p><strong>Information requests.</strong> You have the right to request information about how Opera handles potential negative consequences on basic human rights and decent working conditions. You may do so by sending an e-mail to <a href="compliance@opera.com">compliance@opera.com</a>. You do not have to provide any reason for your request, but doing so can contribute to a more comprehensive response to your request. Opera will strive to respond to your request within three weeks whenever reasonably possible.</p> <p>Reporting violations. If you believe that Opera has not fulfilled its obligations to provide you with adequate information under the Act, you should first report the matter to Opera by email to <a href="compliance@opera.com">compliance@opera.com</a>. If you are still not satisfied, you may submit a complaint to the Norwegian Consumer Authority <a href="https://skjema.onacos.no/forbrukertilsynet/skjema/FO0031/Klage_p_brudd_p_penhetslovens_informasjonsplikt">here</a>.</p> <h1 id="reports">Reports</h1> <ul> <li><a href="/transparency/transparency-act/reports/transparency_report_2023.pdf">Transparency Act Report 2023</a></li> <li><a href="/transparency/transparency-act/reports/transparency_report_2022.pdf">Transparency Act Report 2022</a></li> </ul> <script> var acc = document.getElementsByClassName("accordion"); var i; for (i = 0; i < acc.length; i++) { acc[i].addEventListener("click", function() { this.classList.toggle("active"); var panel = this.nextElementSibling; if (panel.style.display === "block") { panel.style.display = "none"; } else { panel.style.display = "block"; } }); } </script> </div> </section> </main> <footer class="hf hf__footer"> <div class="language-selector float-container"> <select id="langSelector"> <option value="" style="display:none">Language</option> <option value="en" selected>English</option><option value="pt-br" >Português</option><option value="de" >Deutsch</option><option value="pl" >Polski</option><option value="es" >Español</option><option value="ua" >українська</option> </select> <script type="text/javascript"> $(document).on("change", "#langSelector", function () { var s = $(this).children("option:selected").val(); if (s === 'en') { window.location.pathname = "/transparency/transparency-act/"; } else { window.location.pathname = "/" + s + "/transparency/transparency-act/"; } }); </script> </div> <div class="wrapper container-fluid"> <div class="breadcrumbs"> <div class="breadcrumbs__container"> <div class="breadcrumbs__crumb breadcrumbs__logo breadcrumbs__sep"> <a href="https://opera.com"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> <path fill="#B3B3B3" fill-rule="evenodd" d="M8.03 0a7.97 7.97 0 0 1 5.302 2.036 5.773 5.773 0 0 0-3.206-.98c-1.905 0-3.612.945-4.76 2.436-.884 1.044-1.457 2.587-1.496 4.32v.377c.04 1.732.612 3.275 1.497 4.32 1.147 1.49 2.854 2.435 4.759 2.435 1.17 0 2.265-.357 3.203-.978-2.049.997-3.962.297-4.594-.14 2.015-.441 3.538-2.878 3.538-5.826 0-2.948-1.523-5.385-3.538-5.827.632-.436 2.545-1.136 4.597-.136a7.979 7.979 0 0 1 2.662 5.655L16 8c0 2.37-1.03 4.499-2.668 5.963l-.002.001-.226.196a7.967 7.967 0 0 1-5.485 1.83A8 8 0 0 1 8 0h.03z"></path> </svg> </a> </div> <ol itemscope="" itemtype="https://schema.org/BreadcrumbList"><li itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="breadcrumbs__sep"><div class="breadcrumbs__crumb"><a itemprop="item" href="/" class="hover-line"><span itemprop="name" class="hover-line__element">Opera Legal Documents</span></a><meta itemprop="position" content="1"></div></li><li itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="breadcrumbs__sep"><div class="breadcrumbs__crumb"><a itemprop="item" href="/transparency/" class="hover-line"><span itemprop="name" class="hover-line__element">Transparency</span></a><meta itemprop="position" content="1"></div></li><li itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="breadcrumbs__sep"><div class="breadcrumbs__crumb"><a itemprop="item" href="/transparency/transparency-act/" class="hover-line"><span itemprop="name" class="hover-line__element">The Norwegian Transparency Act</span></a><meta itemprop="position" content="1"></div></li></ol> </div> </div> <div class="footer__bottom"> <div class="footer__company-box center-xs start-md color--black-30"> <p class="footer__company-box-p">© 1995-2024 Opera Norway AS</p> <p class="footer__company-box-p">All rights reserved</p> </div> </div> </div> </footer> </body> </html>