Due diligence Definition | Legal Glossary | LexisNexis (2024)

Home / Legal / Glossary / Due diligence

See All Glossary Terms

See All Glossary Terms

  • practice notes (1963)
  • precedents (420)
  • News (2426)

GLOSSARY

Published by a LexisNexis Pensions expert

What does Due diligence mean?

Due diligence means that all reasonable precautions were taken and all due diligence was exercised to avoid the commission of the offence. This requires the defendant to produce evidence of the system and procedures it has devised in an effort to avoid unfair practices.

Pensions

Checks carried out before a major transaction takes place, eg when placing assets with a new asset manager. It involves a detailed examination of information not all publicly available prior to a transaction eg an acquisition of one company by another.

View the related practice notes about Due diligence

Pensions due diligence in share sales—an introduction

THIS PRACTICE NOTE APPLIES TO ALL PRIVATE SECTOR PENSION SCHEMESIn a share sale, the buyer purchases the issued share capital...

Read More

Pensions due diligence in business sales

THIS PRACTICE NOTE APPLIES TO ALL PRIVATE SECTOR PENSION SCHEMESBusiness sales (also referred to as asset sales) involve a seller...

Read More

Discover our 1963 Practice Notes on Due diligence

View the related precedents about Due diligence

Property due diligence report—share or asset purchase

...

Read More

Property due diligence questionnaire for share or asset purchases

...

Read More

Dive into our 420 Precedents related to Due diligence

View the related q&as about Due diligence

How might the European Commission proposal for new conflict of law rules for assigned claims impact the secondary loan market?

How might the European Commission proposal for new conflict of law rules for assigned claims impact the secondary...

Read More

Under each of the Data Protection Act 1998 and the General Data Protection Regulation (as it applies in the UK), can a data controller be fined for breaches of the controller’s obligations under that data protection law where that breach of law occurs due to the acts or omissions of a data processor?

Under each of the Data Protection Act 1998 and the General Data Protection Regulation (as it applies in the...

Read More

See the 272 Q&As about Due diligence

View the related News about Due diligence

Misleading consumer claims—the CMA puts down a marker ahead of the DMCC Act's implementation

Commercial analysis: The Competitive Market Authority (CMA) issued an open letter to the fashion retail sector, urging them to consider...

Read More

New EU withholding tax procedure rules agreed by Member States

MLex: EU governments, on 4 May 2024, agreed new rules, known as the FASTER initiative, that aim to make withholding...

Read More

Read the latest 2426 News articles on Due diligence

Speed up all aspects of your legal work with tools that help you to work faster and smarter. Win cases, close deals and grow your business–all whilst saving time and reducing risk.

Access this content for free with a 7 day trial of LexisNexis and benefit from:

  • Instant clarification on points of law
  • Smart search
  • Workflow tools
  • 41 practice areas

'); $('.cs_maintext2 a').remove() $('.cs_maintext2').append('GET CERTIFIED') } else { var retrievedSegment = localStorage.getItem('Ln_DB'); if (retrievedSegment != null && retrievedSegment != '' && retrievedSegment != undefined) { var lnDB = JSON.parse(retrievedSegment); var userCompany = lnDB["Company_Name"]; if (userCompany.toLowerCase().indexOf("university") > -1 || userCompany.toLowerCase().indexOf("college") > -1) { //change the header $('h4.glossary').text(userCompany + " GLOSSARY"); //remove trial from light house $('.button_grp .trailbtn').remove() //change section CTa to GET CERTIFIED $('.takefreetrialbtn a').remove(); $('.takefreetrialbtn').append('GET CERTIFIED') //change bottom CTA $('.freetrail_bottomtext .bottom_text').text("Quickly access all the law you need with our modern user-friendly tools. Develop your legal knowledge so you’re ready for the working world."); $('.takefreetrail_main button').remove(); $('.takefreetrail_main').append('Existing user? Sign-in'); $('.takefreetrail_main').css('width', 'fit-content'); //change RHS CTA $('#floating-rhs-cta').remove(); $('.rhs_side').append('

Due diligence Definition | Legal Glossary | LexisNexis (2) Login

'); $('.cs_maintext2 a').remove() $('.cs_maintext2').append('GET CERTIFIED') } } } } $('#accordion').on('hidden.bs.collapse', function () { $('#defaultdiv').show("50"); }); $('#accordion').on('shown.bs.collapse', function () { $('#defaultdiv').hide("0"); }); if (window.matchMedia("(max-width: 767px)").matches) { if (!($('.desktop-30').length > 0) ) { $('.sub-titles').hide(); } else { } } var countOfDocs = 1963 + 420 + 272 + 2426 + 0 + 0; if (countOfDocs > 0) { $('#total-doc-number').text(countOfDocs); } const url = "https://plus.lexis.com/api/document/collection/uk/id/5CYS-03P1-DXRG-71WJ-00000-00?context=1001073"; const parseResult = new DOMParser().parseFromString(url, "text/html"); const parsedUrl = parseResult.documentElement.textContent; const title = "due-diligence"; var utmParam = "?utm_source=psl_da_mkt&utm_medium=referral&utm_campaign=" + title; if (parsedUrl.indexOf('?') > -1) { utmParam = "&utm_source=psl_da_mkt&utm_medium=referral&utm_campaign=" + title; } var isArchived='False'; if (isArchived == 'True') { $("#login-psl").attr("href", parsedUrl + utmParam); $("#login-student-cta").attr("href", parsedUrl + utmParam); $("#login-student-rhs-cta").attr("href", parsedUrl + utmParam); $("#HDR-SP-SIGN-IN").attr("href", parsedUrl + utmParam); $(".signBtn.btn-popupArchived").attr("href", parsedUrl + utmParam); } else { $("#login-psl").attr("href", parsedUrl + utmParam); $("#login-student-cta").attr("href", parsedUrl + utmParam); $("#login-student-rhs-cta").attr("href", parsedUrl + utmParam); $("#HDR-SP-SIGN-IN").attr("href", parsedUrl + utmParam); $(".signBtn.btn-popupArchived").attr("href", parsedUrl + utmParam); } }); var btn = document.getElementById('speaker'); speechSynthesis.cancel() var u = new SpeechSynthesisUtterance(); var synth = window.speechSynthesis; var voices = []; voices = synth.getVoices().sort(function (a, b) { const aname = a.name.toUpperCase(), bname = b.name.toUpperCase(); if (aname < bname) return -1; else if (aname == bname) return 0; else return +1; }); var isDaniel = voices.filter(x => x.name == "Daniel UK English Male"); if (isDaniel.length <= 0) { var v = voices.filter(x => x.name == "Google UK English Male"); if (v.length <= 0) { u.voice = voices[0]; } else { u.voice = v[0]; } } else { u.voice = voices[0]; } u.text = 'Due diligence'; var t; u.onstart = function (event) { t = event.timeStamp; }; u.onend = function (event) { t = event.timeStamp - t; }; if (btn != null || btn != undefined) { btn.onclick = function () { speechSynthesis.speak(u); }; } //Set Timeout Function start setTimeout( function () { var isArchived='False'; if (isArchived == 'True') { document.getElementById("overlay").style.display = "block"; } }, 3000); //Set Timeout Function end

Powered by Lexis+®

  Case studies

"There's a good range of Risk and Compliance materials, checklists and outline frameworks in one place. I think that's the difference. Everything's much more searchable, it cuts time and we can find what we really want."

Southampton FC

Access all documents on Due diligence

GET ACCESS NOW

Due diligence Definition | Legal Glossary | LexisNexis (2024)

FAQs

Due diligence Definition | Legal Glossary | LexisNexis? ›

A definition of due diligence: The exercise of reasonable care in the course of business. According to Cambridge Dictionary, Due diligence meaning is: “The detailed examination of a company and its financial records, done before becoming involved in a business arrangement with it.” Read more.

What is the legal definition of due diligence? ›

Due Diligence is a process that involves risk and compliance check, conducting an investigation, review, or audit to verify facts and information about a particular subject.

What is the basic definition of due diligence? ›

Due diligence is an investigation, audit, or review performed to confirm facts or details of a matter under consideration. In the financial world, due diligence requires an examination of financial records before entering into a proposed transaction with another party.

What are the three elements of due diligence? ›

It involves conducting thorough research and analysis of various areas related to the company you are interested in purchasing. In this article, we'll discuss the three main types of due diligence – Financial, Operational/Management, and Legal – and explain why each one is important.

What is due diligence in Black's Law Dictionary? ›

Definition & Citations:

Such a measure of prudence, activity, or assiduity, as is properly to be expected from, and ordinarily exercised by, a reasonable and prudent man under the particular circ*mstances; not measured by any absolute standard, but depending on the relative facts of the special case.

What is an example of due diligence in law? ›

Examples of legal due diligence are careful examination of all material contracts, including partnership agreements, licensing agreements, guarantees, and loan and bank financing agreements. Protect yourself from critical risk in your next transaction.

What is due diligence for dummies? ›

Due diligence is the steps an organization takes to thoroughly investigate and verify an entity before initiating a business arrangement, whether that's with a vendor, a third party or a client. In the general business sense, due diligence means vetting issues that affect the business thoughtfully and carefully.

What are the 4 P's of due diligence? ›

The 4 P's of due diligence are People, Performance, Philosophy, and Process. These key elements form the foundation of a thorough due diligence process, covering aspects related to the team involved, performance metrics, investment philosophy, and the overall process followed.

What is the criteria for due diligence? ›

Areas to target for scrutiny in the due diligence checklist should include:
  • Historical Financial Statements. ...
  • Revenue and Expense Analysis. ...
  • Assets and Liabilities Review. ...
  • Taxation and Tax Compliance. ...
  • Debt and Financing Agreements. ...
  • Working Capital Analysis. ...
  • Financial Projections and Assumptions. ...
  • Cash Flow Analysis.

What are the principles of due diligence? ›

Due diligence involves ongoing communication

An enterprise should account for how it identifies and addresses actual or potential adverse impacts and should communicate accordingly. Information should be accessible to its intended audiences (e.g. stakeholders, investors, consumers, etc.)

What is the legal clause due diligence? ›

A due diligence investigation clause providing a purchaser with the right to perform due diligence investigations on the property after it has executed the purchase and sale agreement, including title searches and physical investigations on the property.

What is another term for due diligence? ›

Due Diligence Synonyms

Analysis, assessment, audit, examination, review, survey, verification, investigation.

What is a due diligence checklist? ›

This is a non-exhaustive list of information and documentation that will be needed in the due diligence process. As each investigation will differ in terms of needed materials, the below can serve as a preparatory guide.

What does due my diligence mean? ›

What does due diligence mean? Due diligence most generally means reasonable care and caution or the proper actions that a situation calls for, especially those that help to avoid harm or risk.

What is reasonable due diligence? ›

It is the diligence that is expected from someone who seeks to satisfy a legal requirement or discharge an obligation. Example: If you are a student and have an assignment due, reasonable diligence would mean that you start working on it well before the deadline, put in the necessary effort, and submit it on time.

What does due diligence mean in a real estate deal? ›

Quick Answer. In real estate, due diligence is the period of time between an accepted offer and closing. It gives you, the buyer, time to get an appraisal, a title search, perform property inspections and more, so you know you're getting what you're paying for.

Top Articles
7 cheese facts that will surprise you
Should you always tip 20 percent? Here's how much to give in any (and every) situation
Uti Hvacr
Room Background For Zepeto
East Cocalico Police Department
Pitt Authorized User
15 Types of Pancake Recipes from Across the Globe | EUROSPAR NI
My.doculivery.com/Crowncork
Citi Card Thomas Rhett Presale
Tamilblasters 2023
Large storage units
Lqse-2Hdc-D
Taylor Swift Seating Chart Nashville
Pvschools Infinite Campus
The Witcher 3 Wild Hunt: Map of important locations M19
Conan Exiles Thrall Master Build: Best Attributes, Armor, Skills, More
Sivir Urf Runes
Chastity Brainwash
Xxn Abbreviation List 2023
Georgia Vehicle Registration Fees Calculator
CANNABIS ONLINE DISPENSARY Promo Code — $100 Off 2024
Heart and Vascular Clinic in Monticello - North Memorial Health
The 15 Best Sites to Watch Movies for Free (Legally!)
Roanoke Skipthegames Com
Jayme's Upscale Resale Abilene Photos
Craigslist Rentals Coquille Oregon
Royalfh Obituaries Home
Anesthesia Simstat Answers
Craigs List Jax Fl
Learn4Good Job Posting
Opsahl Kostel Funeral Home & Crematory Yankton
Quality Tire Denver City Texas
Slv Fed Routing Number
Chase Bank Cerca De Mí
Litter-Robot 3 Pinch Contact & DFI Kit
Suspect may have staked out Trump's golf course for 12 hours before the apparent assassination attempt
Craigslist Neworleans
Wsbtv Fish And Game Report
Enjoy4Fun Uno
7543460065
Lovein Funeral Obits
9 oplossingen voor het laptoptouchpad dat niet werkt in Windows - TWCB (NL)
Engr 2300 Osu
Weekly Math Review Q2 7 Answer Key
Unitedhealthcare Community Plan Eye Doctors
Mychart University Of Iowa Hospital
Swsnj Warehousing Inc
RubberDucks Front Office
Workday Latech Edu
Underground Weather Tropical
Where To Find Mega Ring In Pokemon Radical Red
Latest Posts
Article information

Author: Cheryll Lueilwitz

Last Updated:

Views: 6294

Rating: 4.3 / 5 (74 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Cheryll Lueilwitz

Birthday: 1997-12-23

Address: 4653 O'Kon Hill, Lake Juanstad, AR 65469

Phone: +494124489301

Job: Marketing Representative

Hobby: Reading, Ice skating, Foraging, BASE jumping, Hiking, Skateboarding, Kayaking

Introduction: My name is Cheryll Lueilwitz, I am a sparkling, clean, super, lucky, joyous, outstanding, lucky person who loves writing and wants to share my knowledge and understanding with you.