
Ethical super fund says QBE ‘not joining the dots' between fossil fuel projects and rising premiums
An ethical super fund is pushing for QBE to overhaul its coverage policies amid criticism the insurer can underwrite fossil fuel projects without restriction while blaming the climate crisis for steep premium rises.
The critique comes ahead of QBE's annual general meeting in Sydney on Friday, and against a backdrop of rapidly rising premiums that has priced some households out of insurance coverage altogether.
Homes in flood and fire-prone areas have been subject to huge insurance cost increases, and in some cases homes have been deemed uninsurable, as climate-driven disasters hit more frequently and with greater intensity.
Australian Ethical's Amanda Richman said QBE's policies allow it to underwrite new oil and gas projects without any restrictions to at least 2030, and in some cases out to 2040, making it an outlier among insurers.
She said while QBE says it engages with its fossil fuel clients, the approach appears to be 'little more than a data collection exercise that serves to delay accountability'.
'We're not seeing any suggestion that QBE is prepared to escalate where there is a lack of progress,' Richman said. Bar chart showing contribution of insurance to CPI calculations
She said the Australian-based global insurer 'was not joining the dots' between support for fossil fuel projects and the need to reduce climate risks.
Australian Ethical held $56m worth of QBE shares at the end of January.
There are no resolutions listed at QBE's upcoming AGM specifically targeting the insurer's underwriting policies. Fund managers often publicly raise such issues to gauge support from other investors, before taking more forceful action such as seeking the removal of directors, or voting down remuneration arrangements.
Insurance premiums for numerous categories, including house, home contents and motor vehicle insurance, have rocketed in recent years with near annual double-digit increases, pressuring households and fuelling inflation.
Insurers have blamed extreme weather events, increasing home values in high-risk areas, high inflation and rising reinsurance premiums for some of the steep increases. skip past newsletter promotion
Sign up to Breaking News Australia
Get the most important news as it breaks Privacy Notice: Newsletters may contain info about charities, online ads, and content funded by outside parties. For more information see our Privacy Policy. We use Google reCaptcha to protect our website and the Google Privacy Policy and Terms of Service apply.
after newsletter promotion
A QBE spokesperson said the insurer regularly assesses a range of material risks, including global heating.
'Our approach to addressing key environmental and social risks across our underwriting and investments activities is set out in our environmental and social risk framework,' the spokesperson said.
'Engagement remains a key component of our climate strategy as we seek to understand our stakeholders, and we continue to support their transition through existing products and services and offering new ones.'
QBE said in its annual report that climate change is one of its top risks.
While a growing number of insurers, lenders and coal, oil and gas companies state their support for the landmark 2015 Paris agreement, many policies allow for the development of new fossil fuel reserves.
According to Intergovernmental Panel on Climate Change analysis, greenhouse gas emissions from existing fossil fuel infrastructure are more than enough to push the world beyond its climate goals.
To improve the chances of limiting global warming to 1.5C above preindustrial times, emissions need to be reduced by 45% by 2030 and reach net zero by 2050.
A parliamentary committee recommended last year that the government create a levy on coal and gas extraction to be invested in disaster mitigation and used to offset the cost of rising insurance.
Hashtags

Try Our AI Features
Explore what Daily8 AI can do for you:
Comments
No comments yet...
Related Articles


Geeky Gadgets
an hour ago
- Geeky Gadgets
How to Use the SUM Function Like a Pro and Solve Complex Problems
Have you ever thought of the humble SUM function as a secret weapon for advanced analytics? Most Excel users see it as a basic tool for adding numbers, but what if I told you it could do so much more? Imagine effortlessly analyzing massive datasets, solving complex conditional problems, or even handling text-based calculations—all with a single function. The truth is, the SUM function is far more powerful than it seems, capable of replacing specialized tools like COUNTIFS, SUMIFS, and AVERAGEIFS when used creatively. If you've ever felt limited by Excel's predefined formulas, this might just be the fantastic option you've been waiting for. In this guide, My Online Training Hub shows you how to unleash the full potential of the SUM function, transforming it into a versatile tool for tackling intricate analytical challenges. You'll learn how to use logical tests, auxiliary functions like SIGN and ISNUMBER, and dynamic formulas to solve problems that once seemed out of reach. From conditional counting and summing to advanced text-based calculations, these techniques will not only save you time but also make your workflows more efficient and adaptable. By the end, you might just see the SUM function in a whole new light—one where its simplicity hides a surprising depth of power. Mastering Excel's SUM Function Using SUM for Conditional Counting The SUM function can be adapted to perform conditional counting, effectively mimicking the functionality of COUNTIFS. By using logical tests, such as 'greater than' or 'equal to,' Excel evaluates these conditions as TRUE or FALSE, which are automatically converted to numeric values (1 or 0) in calculations. This allows you to create dynamic formulas for counting rows based on specific criteria. To handle 'AND' conditions, multiply the results of multiple logical tests. This ensures only rows meeting all criteria are counted. conditions, multiply the results of multiple logical tests. This ensures only rows meeting all criteria are counted. For 'OR' conditions, add the logical tests to include rows satisfying at least one condition. In scenarios where criteria overlap, the SIGN function becomes essential. It normalizes results to 1, preventing double counting and making sure accurate totals. For example, if you need to count rows where two overlapping conditions are met, applying SIGN ensures each row is counted only once. This technique is particularly useful when working with datasets containing multiple layers of criteria. Using SUM for Conditional Summing While SUMIFS is commonly used for conditional summing, the SUM function offers greater flexibility and adaptability. By multiplying the values to be summed with logical conditions, you can dynamically filter and sum data based on multiple criteria. To sum values meeting 'AND' conditions, multiply the logical tests with the target column. conditions, multiply the logical tests with the target column. For 'OR' conditions, add the logical tests and use the SIGN function to avoid double counting overlapping results. For instance, if you need to sum sales figures for a specific region and product category, you can multiply the sales column by the corresponding conditions. This approach allows you to seamlessly combine criteria across different columns, making it ideal for analyzing large and complex datasets. Additionally, this method provides flexibility in adapting to changes in your data or criteria without requiring predefined functions. These SUM Tricks Will Blow Your Mind Watch this video on YouTube. Below are more guides on Excel's SUM function from our extensive range of articles. Using SUM for Conditional Averages The SUM function can also be used to calculate conditional averages, eliminating the need for AVERAGEIFS. By dividing the conditional sum by the conditional count, you can derive accurate averages while maintaining flexibility. For example, to calculate the average sales for a specific product category across multiple regions: Use the SUM function to calculate the total sales meeting the conditions. Divide the result by the count of rows satisfying the same criteria. This method is particularly valuable when dealing with overlapping conditions or datasets that require customized calculations. It ensures precision and adaptability, making it a powerful alternative to predefined average functions. Text-Based Calculations with SUM The SUM function is not limited to numerical data; it can also handle text-based calculations. By combining it with functions like SEARCH and ISNUMBER, you can analyze datasets containing text and extract meaningful insights. Use the SEARCH function to locate specific text within a dataset. function to locate specific text within a dataset. Apply ISNUMBER to verify the presence of the text, converting results into numeric values. For example, if you need to count rows containing either 'Product A' or 'Product B,' you can combine logical tests with the SIGN function to normalize overlapping results. This technique is particularly useful for analyzing survey responses, customer feedback, or other text-heavy datasets. It allows you to quantify qualitative data and integrate it into broader analyses. Advanced Applications of the SUM Function The versatility of the SUM function extends beyond counting, summing, and averaging. It can be integrated with other functions to perform advanced calculations, such as identifying extreme values or creating dynamic formulas that adapt to changes in your data. Combine SUM with MIN or MAX to identify extreme values within filtered datasets. or to identify extreme values within filtered datasets. Create dynamic formulas that automatically adjust as new data is added, allowing real-time analysis. For example, you can use the SUM function to calculate weighted averages, where each value is multiplied by a corresponding weight before summing. This approach is particularly useful in financial modeling, performance analysis, or any scenario requiring proportional calculations. By mastering these advanced applications, you can unlock the full potential of the SUM function and streamline your analytical workflows. Key Techniques for Mastering the SUM Function To fully use the power of the SUM function, it is essential to develop a strong understanding of the following techniques: Use logical tests to convert TRUE/FALSE values into numeric equivalents (1/0). Apply the SIGN function to prevent double counting and ensure accurate results. function to prevent double counting and ensure accurate results. Combine SUM with auxiliary functions like ISNUMBER and SEARCH for versatile calculations. and for versatile calculations. Develop dynamic formulas that adapt to changes in data and criteria, making sure flexibility and precision. These techniques not only enhance your proficiency in Excel but also enable you to tackle a wide range of analytical challenges with confidence. By mastering the SUM function, you can transform your approach to data analysis, making it more efficient, accurate, and adaptable to complex scenarios. Media Credit: MyOnlineTrainingHub Filed Under: Guides Latest Geeky Gadgets Deals Disclosure: Some of our articles include affiliate links. If you buy something through one of these links, Geeky Gadgets may earn an affiliate commission. Learn about our Disclosure Policy.


The Guardian
2 hours ago
- The Guardian
Greens senator Dorinda Cox announces shock defection to Labor party
Greens senator Dorinda Cox has defected to the Labor party, in a move which shocked colleagues and boosts Anthony Albanese's numbers in federal parliament. The Western Australian senator appeared alongside the prime minister in Perth on Monday night, saying her views were more closely aligned with Labor than the Greens. Cox is a Yamatji-Noongar woman and former police officer who entered parliament in 2021 in a casual vacancy and was reelected in 2022. Her move means the Greens will have 10 senators, and brings Labor's total numbers in the upper house to 29. Cox ran unsuccessfully for the Greens deputy leadership in the wake of the 3 May federal election and just days ago criticised Labor environment minister, Murray Watt, for his approval of Woodside's expansion of the North West Shelf gas project out to 2070. The Greens quickly took down a profile of her on its official website on Monday night. 'I am very, very grateful for this opportunity and I want to thank the Labor team for welcoming me,' Cox said. 'During some deep reflection, what my values represent as a First Nations woman, as a proud West Australian, what it is that I would like to achieve in my political life and what you can't do from the crossbench is make change,' she said. 'Alongside the wonderful team that the prime minister has, you are able to make change, you are able to do the things that raise up and represent the voice of Western Australia and Canberra, and that's what they elected me to do.' Albanese said Cox approached the government about joining Labor, but 'didn't ask for anything' in return for the defection. Labor's national executive approved the decision before it became public. The announcement comes a day before the federal cabinet meets in Perth on Tuesday. 'She wants to be part of a team that is delivering progress for this country by being part of a government that can make decisions to make a difference,' Albanese said. 'I know she is looking forward to working in a united, cohesive team, building a better future, not just for the people of Western Australia but for the people of Australia.' Cox confirmed she gave Greens leader Larissa Waters just 90 minutes notice before announcing her move. Her Senate term runs until the 2028 election.


Reuters
3 hours ago
- Reuters
Poland's Pekao, PZU sign memorandum for potential merger
June 2 (Reuters) - Polish bank Pekao ( opens new tab said on Monday it had signed a memorandum with insurer PZU ( opens new tab to prepare a potential merger deal to create one of the biggest financial institutions in Europe. Ahead of the potential deal, PZU would be split into a holding company and a wholly-owned unit running its operational insurance activity, Pekao said. Thereafter, the holding company would be merged with Pekao, the lender added. Currently, PZU holds a 20% stake in Pekao, Poland's second biggest lender. The companies aim to complete the possible deal by the end of June 2026, which they said could free up about 15 billion to 20 billion zlotys ($4 billion to $5.3 billion) of the group's capital surpluses. ($1 = 3.7460 zlotys)