- videocam On-Demand Webinar
- card_travel Corporate Law
- schedule 90 minutes
D&O Insurance Challenges: Mitigating Liability Due to Class Actions and Shareholder Claims
Insurance Renewals and Reduced Policy Limits, Captive Insurance and Other Alternatives
Welcome! Strafford is now BARBRI! The expert courses you know from the trusted global leader in legal education.
About the Course
Introduction
This CLE course will address the limitations and claims being brought against corporate directors and officers in 2021. The panel will address the increase in shareholder and class action claims filed in the wake of COVID-19 and subsequent economic issues. The panel will discuss the limitations with renewing D&O policies and the likelihood of reduced policy limits, as well as the need to seek captive insurance offshore or other alternatives to mitigate risk.
Description
The outbreak of the COVID-19 pandemic and the subsequent economic stress has exacerbated an already fraught time for corporate directors and officers. Corporate management is not only subject to claims ranging from securities class actions and merger objection suits to cyber liability and claims arising from their company's normal operations, but also disputes related to decisions made during the pandemic and lockdown orders.
D&O liability insurance is a necessary protection for any enterprise. Still, insurance policies are not written on a one-size-fits-all form and often are subject to negotiation and, upon renewal, renegotiation. Insured's counsel must ensure that the policy provides the sought-for coverage and adjust for additional risks that arise due to changed circumstances or actions by the company. Policy renewals may limit coverage of claims and set policy limits due to the current economic forces.
There has been an uptick in COVID-19 event-driven litigation against directors and officers as evidenced by two major class actions filed early in the wake of COVID-19 against a cruise line operator and pharmaceutical company. Both involve suits against the businesses for making false and misleading statements in public disclosures about COVID-19 to generate sales. These are cautionary tales regarding the potential for liability when making misleading company disclosures or other corporate mismanagement. It is not yet clear if these new kinds of event-driven litigation will be covered under a D&O policy.
Considering the increased costs and reduced coverage of D&O policies, many businesses are looking for alternatives. Some choose to reduce coverage, or in the case of Tesla, forgo D&O coverage and self-insure instead. Others are seeking captive insurance and bond coverage to breach the gap that typical D&O policies would cover.
Listen as our authoritative panel examines the current state of D&O liability, the extent and limitations of D&O policy coverage, the impact of COVID-19 on that coverage, and how renewal policies may be impacted. The panel will discuss lessons from recent cases regarding coverage disputes and potential pitfalls when reviewing and negotiating D&O policies.
-
This 90-minute webinar is eligible in most states for 1.5 CLE credits.
-
Live Online
On Demand
Date + Time
- event
Tuesday, September 14, 2021
- schedule
1:00 p.m. ET./10:00 a.m. PT
- Reviewing and negotiating D&O insurance policies and renewals
- Coverages and exclusions
- Policy limits
- Coverage extensions
- Policy terms
- Impact of COVID-19
- Lessons from recent decisions regarding disputed coverage
- Norwegian Cruise Line
- Inovio Pharmaceuticals
- Alternatives
- Self-insure
- Captive insurance
The panel will review these and other key issues:
- Which sections of a D&O policy should counsel always review?
- When renewing D&O policies, what concerns should counsel address?
- How can D&O policies and renewals be tailored to fit the circumstances of the insured?
- How has COVID-19 impacted claims regarding D&O liability?
- What do recent cases show about the interpretation of D&O coverages and exclusions?
- What other kinds of insurance should counsel consider for claims that might impact directors and officers?
Unlimited access to premium CLE courses:
- Annual access
- Available live and on-demand
- Best for attorneys and legal professionals
Unlimited access to premium CPE courses.:
- Annual access
- Available live and on-demand
- Best for CPAs and tax professionals
Unlimited access to premium CLE, CPE, Professional Skills and Practice-Ready courses.:
- Annual access
- Available live and on-demand
- Best for legal, accounting, and tax professionals
The following has evaluated to null or missing:
==> barbriRedisCacheAPI.get("barbripass", productId) [in template "20096#20121#2885355" at line 5, column 77]
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: response = barbriRedisCacheAPI.get("b... [in template "20096#20121#2885355" at line 5, column 66]
---- 1<#assign productId = ''/> 2 <#if (productID.getData())?? && productID.getData()?has_content> 3 <#assign productId = productID.getData() /> 4 </#if> 5 <#assign response = barbriRedisCacheAPI.get("barbripass", productId) 6 json = jsonFactoryUtil.createJSONObject(response) 7 /> 8 9 <div class="card"> 10 <div class="card-body"> 11 <div class="row justify-content-between align-items-center"> 12 <div class="col-auto col-sm-auto"> 13 <div class="btn cle_btn" id="modalPassShortName"><#if (passName.getData())??>${passName.getData()}</#if></div> 14 </div> 15 <div class="col-auto col-sm-auto pl-lg-0"> 16 <span class="sale-price" id="modalPassPrice">$${json.pricebook?replace(",", "")?number?string("#,##0.00")}</span> 17 </div> 18 </div> 19 <div class="small_heading_area" id="modalPassFullName"><#if (title.getData())??>${title.getData()}</#if></div> 20 <p><#if (unlimitedText.getData())??>${unlimitedText.getData()}</#if>:</p> 21 <ul class="common-list disc_list paddNone"> 22 <#if (benefits.getData())??> 23 ${benefits.getData()} 24</#if> 25 </ul> 26 </div> 27 <div class="btn-float"> 28 <div class="premium-cle-pass cart-item"> 29 <input type="hidden" class="product-id" value="${productId}"> 30 <input type="hidden" class="product-name" value="${json.name}"> 31 <input type="hidden" class="pass-value" value="${passName.getData()}"> 32 <input type="hidden" class="product-price" value="${json.pricebook}"> 33 <input type="hidden" class="passAccessLengthMonths" value="${json.passAccessLengthMonths}"> 34 <input type="hidden" class="product-pass" value="family"> 35 <input type="hidden" class="product-expireDate" value=""> 36 37 <button 38 class="btn pc_theme_btn btn-primary btn_maxwidth_xxl_large add-to-cart" 39 aria-label="Buy Now" 40 data-redirect-checkout="true" 41 > 42 <span class="material-symbols-rounded"> shopping_cart </span> 43 Buy Now 44 </button> 45 </div> 46 </div> 47 </div> 48 49 <script> 50$(document).on('click', '.add-to-cart', function () { 51 let monthsToAdd = parseInt($(".passAccessLengthMonths").val()); 52 let currentDate = new Date(); 53 let futureDate = new Date(currentDate); 54 // Add months dynamically 55 futureDate.setMonth(futureDate.getMonth() + monthsToAdd); 56 57 // Handle overflow (e.g., Jan 31 + 1 month) 58 if (futureDate.getDate() !== currentDate.getDate()) { 59 futureDate.setDate(0); // last day of previous month 60 } 61 62 // Format as MM/DD/YYYY 63 function formatDateMMDDYYYY(date) { 64 let mm = String(date.getMonth() + 1).padStart(2, '0'); 65 let dd = String(date.getDate()).padStart(2, '0'); 66 let yyyy = date.getFullYear(); 67 return mm + '/' + dd + '/' + yyyy; 68 } 69 $(".product-expireDate").val(formatDateMMDDYYYY(futureDate)); 70 71 // Then close the modal 72 $('.single_option').modal('hide'); 73 }); 74</script> Related Courses
Halo Speaker Test
Saturday, June 13, 2026
1:00 PM E.T.
Learn Logging Classroom Webinar
Available On-Demand
Advanced Business Valuation and Damages in Commercial Litigation
Thursday, June 11, 2026
1:00 PM ET/10:00 AM PT
General Counsel Oversight of Legal-Related GenAI Use: Executive AI Prompts, Privilege, and Discoverability
Tuesday, June 30, 2026
1:00 PM ET/ 10:00 AM PT
Recommended Resources
Building Your Book: Strategies to Secure Long-Term Success
- Business & Professional Skills
- Career Advancement
- Talent Development