Loading... This will take up to 1 minute to load as we search 1,612,889 laws and gather statistics about the number of laws, word count, percentage of laws, and more, for each of 93 countries.

Analytics for All Matching Laws Individual Results in Search Engine »

Methodology Notes:

The graphs on this page include all laws that match the search query. To see the exact laws included, use this link to search Global-Regulation.com. Laws were sourced exclusively from the national legislative portals. Some laws are translated into English using a combination of the commercial Google & Microsoft translation services. PDF laws are converted to text before analysis. The laws available depend on the digitization efforts of each country and are heavily weighted towards post-1990 laws. State/provincial laws are merged into the national results for Canada & the US. A complete description of the coverage is provided here.

Feature Note:

Graphs can be saved (in PNG format) by hovering the mouse over the graph and then clicking the camera icon that will appear in the top right.

Methodology Notes:

The above graph shows the percentage of each country's laws that matched the search. Not all of any given country's laws are available but in most cases the laws in our system are a fair sample of recent laws for the given jurisdiction.

Methodology Notes:

The above graph provides a ballpark estimate of each jurisdiction's regulatory complexity for the given search. Page counts have been normalized by dividing the total number of words by 250.

Feature Note:

Hover over a bubble to see the number of pages of regulations and the percentage of laws that match the search.

Heatmap of Relative Regulatory Complexity

Unusually Complicated Laws          
Long Laws          
Typical Length for Country          
Shorter Laws          
Unusually Simple Laws          
0-25 Laws 26-100 Laws 101-250 Laws 251-500 Laws 501+ Laws
Source: Global-Regulation.com.

Methodology Notes:

The above heatmap groups laws into categories. The x-axis is grouped according to the ratio of the mean number of words in laws matching the given search and the mean overall for the given country. The y-axis shows the number of laws that match the search.

Feature Note:

The heatmap cannot be downloaded as an image.

Methodology Notes:

United States federal & state laws are omitted from the above graph because codified laws make publication dates difficult to ascertain. Countries with less than 10 laws (with known publication years) matching the search are not shown.

Feature Note:

Click any country in the legend to toggle its display on the graph.

Sources

The analytics above were generated from a statistical analysis of all laws that matched your search. Below you will see the top matching results by country as an overview of the sources that went into the above graphs.

To see all of the individual search results and filter the data yourself, you can go to the search engine component of Global-Regulation.

This list will be populated in a few seconds... Loading data...

Regulatory Mastery

with ✨ AI-Powered Insights

Effortlessly navigate the ever-changing landscape of regulation, compliance and law.

Made for simplicity

Regnet's intuitive platform streamlines your workflow, ensuring you never miss a critical update. It’s as easy as.

Review your suggestions

Set your alerts including topics and jurisdictions of interest

Set your preferences

Receive AI-curated regulatory snippets and updates

Share and collaborate

Prioritize, annotate, and share with your team

App preview
Trusted by Leading Professionals Across Many Industries

Gain the competitive edge

Unlock the power of AI-driven insights and take control of your regulatory landscape.

All the features you need

Take Command

The dashboard is your command center for monitoring and acting on the latest regulatory developments. Get AI-curated snippets from the topics and jurisdictions most relevant to your needs.

Memorise and Maintain

Maintain a comprehensive repository of the most relevant regulatory content. Easily search, filter, and reference snippets, ensuring you never lose valuable institutional knowledge.

Collaborate Seamlessly

Streamline team efforts across complex compliance content. Create dedicated project workspaces, share relevant snippets and notes, keeping your team aligned every step of the way.

Never Miss a Beat

Stay ahead of the curve with real-time notifications on regulatory changes. AI monitoring ensures you are among the first to know about updates in your areas.

Safeguard Your Data

Easily control who can access your snippets and content with user access permissions. Allow team members access to specific projects or entire organisation.

Streamline Your Workflow

Tailor features to your unique workflow requirements. Customize notification preferences, filters, and integration settings for a seamless experience.

Flexible Plans for Every Need

All plans renew automatically each month. You can cancel anytime.

Basic

Free

  • 1 Individual Project
  • 1 Alert Topics
  • 3 Searches per day
  • No commitment
  • Upgrade anytime

Essential

$40 / month

  • 1 Individual Project
  • 1 Shared Project*
  • Unlimited Alerts Topics
  • Unlimited Searches
  • Cancel Anytime

*Invite one user to your shared project

Team

$275 / month

  • 2 Corporate Projects
  • Up to 6 Users
  • Unlimited Alerts Topics
  • Unlimited Searches
  • Upgrade Anytime

Enterprise

Contact us

  • Unlimited Corporate Projects
  • Unlimited Users
  • Unlimited Alerts Topics
  • Unlimited Searches
  • Dedicated Account Manager
; var data; //Result of API call $(document).ready(function(){ function logVisitor(){ $.get('log_visitor.php?p=World+Law+Analytics+%7C+rule+of+law&r='+document.referrer+'&q=rule+of+law&fc=&fy='); } window.setTimeout(logVisitor,2000); $.getJSON('api/statistics/get.json.php?',{q:"rule of law",q_token:"18c2b7f3875895068ef17334089ef8d0"},function(result){ if(typeof result.success != 'undefined'){ $('#loading').hide(); if(result.cached) console.log('Cached'); data = result.search_data; if(typeof data != 'undefined' && (typeof data.total_num_results != 'undefined' && data.total_num_results > 0)){ $('.search-result-count').html(data.total_num_results.toLocaleString("en-US")); $('#no-results-msg').slideUp(); $('#loading').remove(); //Wait five seconds then render the sources if(typeof data.search_results != 'undefined'){ setTimeout(function(){ $('#results').empty(); $('#results').append('
FlagCountry (click to jump to)Results Shown BelowResults Analysed
'); $.each(data.search_results,function(country,rows){ var anchor = country.replace(/[^a-z0-9]/gi,''); $('#results').append(''); $('#results-toc').append(''+country+''+rows.length+''+Math.max(rows.length,data.country_stats[country].count)+''); $('#results').append('

'+country+' ('+rows.length+' shown of '+Math.max(rows.length,data.country_stats[country].count)+' analysed)

'); $.each(rows,function(i,row){ var temp = '
'; temp += ''; temp += ""+row.title+"
"; if(country == 'United States' && typeof row.province != 'undefined') temp += ' State: '+row.province; else if(country == 'Canada' && typeof row.province != 'undefined') temp += ' Province: '+row.province; if(typeof row.published_date!='undefined') temp += 'Published: '+row.published_date; else if(typeof row.published_year!='undefined') temp += 'Published: '+row.published_year; temp+='
'; $('#results').append(temp); $('#results').append('
'); }); }); },4000); } }else{ //No results $('#search-result-count').html('0'); $('#no-results-msg').slideDown(); if(typeof result.success != 'undefined' && typeof result.success == false){ if(typeof result.msg != 'undefined') $('#no-results-msg').prepend('

Error: '+result.msg+'

'); } } //console.log(data); //Num of laws render_law_counts(); render_law_percentage(); render_bubble_graph(); render_years(); //render_all_country_years(); render_heatmap(); } else{ console.log('Error:'+result.msg); $('#no-results-msg').slideDown(); alert('An error occurred while attempting to run the analytics for your search. This product is currently in beta so please let us know that you encountered an error.'); } }); }); var rolled_up = false; function rollup(){ $('#loading').show(); return window.confirm("You have 2 free searches remaining"); }