91³Ô¹ÏÍø

Watch CBS News

First Brands founder Patrick James and brother Edward indicted on fraud charges

The founder of First Brands and his brother were indicted on fraud charges Thursday, the latest development in a legal saga involving the beleaguered auto parts company, which for bankruptcy in September.

The , unsealed in a federal courthouse in New York on Thursday, accuses Patrick James and Edward James of bankrupting First Brands and fraudulently obtaining billions of dollars behind the backs of the company's lenders and financing partners.

The legal filing alleges that from 2018 to 2025, the brothers enriched themselves by falsely inflating invoices for accounts receivable and payable, falsifying financial statements and hiding substantial liabilities from lenders, among other practices.

"These schemes yielded billions of dollars in financing to First Brands and enabled Patrick James and Edward James to reap millions of dollars in proceeds derived from their fraud," the legal filing claims.

A First Brands spokesperson said the company plans to pursue all available claims and causes of action against the James brothers, and that its board of managers is conducting an independent review of the company's historical business practices.

"This is a tragic situation that has disrupted the lives of employees, families, and communities who depend on this business," the spokesperson said in a statement. "We recognize the very real human toll of these events and the uncertainty many are facing."

$9 billion in liabilities

The James brothers face charges of conspiracy to commit money laundering, bank fraud and wire fraud.

Seth DuCharme, the attorney for Edward James, told CBS News that his client has "conducted himself with integrity and dignity over decades of hard work."

"Today, the government issued a long list of accusations, but has not produced a shred of evidence against him," he added.

The indictment claims the brothers' actions destabilized First Brands finances and were ultimately responsible for the company's demise. 

The company filed for bankruptcy in September 2025. At the time, more than $2 billion in funds couldn't be accounted for, leaving investors scrambling.

At the time of its bankruptcy filing, First Brands had $12 million in cash in its corporate bank accounts and over $9 billion in liabilities, to the Department of Justice. Patrick James from the company in early October.

Patrick James founded First Brands in 2013 and grew it into a dominant automotive parts manufacturer. The Cleveland, Ohio-based company sells brakes, windshield wiper blades and other automotive products. Edward James had served as a senior executive at First Brands, according to the Justice Department.

Part of Patrick James' growth strategy involved acquiring other businesses through borrowed money, which the indictment says created additional financial pressure. Fram filters, Autolite sparkplugs and Anco windshield wiper blades were among the companies First Brands acquired, helping it expand its foothold in the auto industry. 

First Brands also used a financial arrangement known as factoring, which involved selling its accounts receivable to retail partners in exchange for near-term cash. The practice left the company exposed to cash-flow disruptions, increased its dependence on external financing, and became a vehicle for fraud, the indictment alleges.

"First Brands factored billions of dollars' worth of customer invoices through arrangements with lenders," the legal filing claims.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });