Wednesday, June 25, 2025
31.9 C
Singapore

Daimler shareholder says has right to be naked at AGM

A shareholder of Daimler, Wilm Diedrich Mueller who is a well-known prankster, asked for his right to be naked at the company’s AG’s annual meeting.

Mueller has sparked such hilarious moments in the past for pranks at gatherings at companies ranging from Allianz SE to Bayer AG.

At the Daimler AGM, he used his allotted speaking time to criticize the board because he hadn’t been invited to appear in “species-appropriate attire.” In other words: Naked!

“I’m grateful you didn’t already put into action your understanding of species-appropriate attire,” Daimler Chairman Manfred Bischoff responded.

German annual meetings can be freewheeling events as each shareholder has the right to pose questions to management, said Bloomberg.

Last year, two Daimler shareholders battled at the buffet over complimentary sausages, diverting attention from record results at the world’s biggest luxury-car maker. Police were called to calm things down after one man began packing away multiple sausages.

About 6,000 people attended Daimler’s gathering at Berlin’s CityCube convention center on Wednesday.

See also  How does the virus infect children? And should they be in school?

Hot this week

Job postings drop for 5th straight month, but engineering jobs are up

SINGAPORE: On the whole, job postings have gone down...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });