{"id":5225,"date":"2025-05-06T11:05:47","date_gmt":"2025-05-06T09:05:47","guid":{"rendered":"https:\/\/geschaeftsbericht-2024.pcc.eu\/group-management-report\/business-development-and-financial-performance\/"},"modified":"2026-06-22T11:34:10","modified_gmt":"2026-06-22T09:34:10","slug":"business-development-and-financial-performance","status":"publish","type":"page","link":"https:\/\/geschaeftsbericht-2025.pcc.eu\/en\/group-management-report\/business-development-and-financial-performance\/","title":{"rendered":"Business development and financial performance"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5225\" class=\"elementor elementor-5225 elementor-555\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e52b6fc e-flex e-con-boxed e-con e-parent\" data-id=\"e52b6fc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fccb3af elementor-absolute elementor-widget elementor-widget-menu-anchor\" data-id=\"fccb3af\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"development\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c6a1d80 elementor-widget elementor-widget-text-editor\" data-id=\"c6a1d80\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tDevelopment of selected Group indicators\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bd44d6f elementor-widget elementor-widget-spacer\" data-id=\"bd44d6f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-87cdb19 elementor-widget elementor-widget-pdf_table_widget\" data-id=\"87cdb19\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pdf_table_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"margin-bottom:10px;\"><a class=\"pcc-excel-download\" href=\"https:\/\/geschaeftsbericht-2025.pcc.eu\/wp-content\/uploads\/pcc\/excel\/en\/t_l_08.xlsx\" download style=\"text-decoration:none;padding:6px 10px;border:1px solid #ccc;border-radius:4px;background:#f0f0f0;display:inline-flex;align-items:center;\"><img decoding=\"async\" src=\"https:\/\/geschaeftsbericht-2025.pcc.eu\/wp-content\/plugins\/pcc-elementor\/widgets\/download-solid.svg\" alt=\"download excel\" style=\"width:1em;height:1em;margin-right:0.5em;vertical-align:middle;\" \/>download excel<\/a><\/div><style>\n            #pdf-container-87cdb19 {\n                overflow-x: auto;\n                overflow-y: hidden;\n                max-width: 100%;\n                white-space: nowrap;\n                cursor: grab;\n            }\n            #pdf-container-87cdb19 canvas {\n                display: inline-block;\n            }\n            #pdf-container-87cdb19:active {\n                cursor: grabbing;\n            }\n            #pdf-container-87cdb19::-webkit-scrollbar {\n                height: 10px;\n            }\n            #pdf-container-87cdb19::-webkit-scrollbar-thumb {\n                background-color: #ff5f00;\n                border-radius: 5px;\n            }\n            #pdf-container-87cdb19::-webkit-scrollbar-track {\n                background-color: #f7f7f7;\n                border-radius: 5px;\n            }\n        <\/style><div id=\"pdf-container-87cdb19\"><\/div>\n<script>\n(function(){\n    var ua = navigator.userAgent;\n    var isLegacyWebKit = \/\\bVersion\\\/(16|17)\\.\/.test(ua)\n                       && \/\\bSafari\\\/\/.test(ua)\n                       && !\/\\bChrome\\\/\/.test(ua);\n\n    function renderPDF(pdfjsLib) {\n        console.log(\"PDF.js: rendering with\", pdfjsLib.version || \"(no version property)\");\n        var container = document.getElementById(\"pdf-container-87cdb19\");\n        pdfjsLib.getDocument(\"https:\/\/geschaeftsbericht-2025.pcc.eu\/wp-content\/uploads\/pcc\/pdf\/en\/t_l_08.pdf?v=\"+Date.now()).promise\n            .then(function(pdf){ return pdf.getPage(1); })\n            .then(function(page){\n                var viewport = page.getViewport({ scale: 2.25 });\n                var ratio    = window.devicePixelRatio || 1;\n                var canvas   = document.createElement(\"canvas\");\n                var ctx      = canvas.getContext(\"2d\");\n                canvas.width  = viewport.width * ratio;\n                canvas.height = viewport.height * ratio;\n                canvas.style.width  = viewport.width + \"px\";\n                canvas.style.height = viewport.height + \"px\";\n                ctx.scale(ratio, ratio);\n                return page.render({ canvasContext: ctx, viewport: viewport }).promise\n                    .then(function(){ container.appendChild(canvas); });\n            })\n            .catch(function(err){ console.error(\"PDF.js Fehler:\", err); });\n\n        \/\/ Drag-Scroll\n        var isDown=false, startX, scrollLeft;\n        container.addEventListener(\"mousedown\", function(e){\n            isDown=true;\n            startX=e.pageX-container.offsetLeft;\n            scrollLeft=container.scrollLeft;\n            container.style.cursor=\"grabbing\";\n        });\n        [\"mouseleave\",\"mouseup\"].forEach(function(evt){\n            container.addEventListener(evt, function(){\n                isDown=false;\n                container.style.cursor=\"grab\";\n            });\n        });\n        container.addEventListener(\"mousemove\", function(e){\n            if(!isDown) return;\n            e.preventDefault();\n            var x=e.pageX-container.offsetLeft;\n            var walk=(x-startX)*1.2;\n            container.scrollLeft=scrollLeft-walk;\n        });\n    }\n\n    if (isLegacyWebKit) {\n        console.log(\"PDF.js: Loading UMD v3.11.174 for legacy WebKit\");\n        var s = document.createElement(\"script\");\n        s.src = \"https:\/\/cdn.jsdelivr.net\/npm\/pdfjs-dist@3.11.174\/build\/pdf.min.js\";\n        s.onload = function(){\n            pdfjsLib.GlobalWorkerOptions.workerSrc =\n              \"https:\/\/cdn.jsdelivr.net\/npm\/pdfjs-dist@3.11.174\/build\/pdf.worker.min.js\";\n            renderPDF(pdfjsLib);\n        };\n        document.head.appendChild(s);\n    } else {\n        console.log(\"PDF.js: Loading ESM v5.2.133 standard build\");\n        var s_module = document.createElement(\"script\");\n        s_module.type = \"module\";\n        s_module.textContent = `\n            import * as pdfjsLib from \"https:\/\/unpkg.com\/pdfjs-dist@5.2.133\/build\/pdf.min.mjs\";\n            pdfjsLib.GlobalWorkerOptions.workerSrc =\n              \"https:\/\/unpkg.com\/pdfjs-dist@5.2.133\/build\/pdf.worker.min.mjs\";\n            (${renderPDF.toString()})(pdfjsLib);\n        `;\n        document.head.appendChild(s_module);\n    }\n})();\n<\/script>\n\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b768253 elementor-widget elementor-widget-text-editor\" data-id=\"b768253\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ol>\n<li> EBITDA (Earnings Before Interest, Taxes, Depreciation and Amortization)\n\n<li> EBIT (Earnings Before Interest and Taxes) = Operating result = EBITDA \u2013 Depreciation and amortization\n\n<li> EBT (Earnings Before Taxes) = EBIT \u2013 Interest\n\n<li> Gross cash flow = Net result adjusted for non-cash income and expenses\n\n<li> ROCE (Return On Capital Employed) = EBIT \/ (Average equity + Average interest-bearing debt)\n\n<li> Net debt = Interest-bearing debt \u2013 Liquid funds \u2013 Other current securities\n\n<li> Equity ratio = Equity capital \/ Total assets\n\n<li> Return on equity = Net result \/ Average equity\n\n<li> Change in percentage points<\/li>\n<\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eaf0acf elementor-widget elementor-widget-spacer\" data-id=\"eaf0acf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-091bf7d e-flex e-con-boxed e-con e-parent\" data-id=\"091bf7d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c799b24 elementor-widget elementor-widget-menu-anchor\" data-id=\"c799b24\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"earningsposition\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7024676 elementor-widget elementor-widget-text-editor\" data-id=\"7024676\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tEarnings position\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6cfe843 elementor-widget elementor-widget-text-editor\" data-id=\"6cfe843\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tOverall, business performance in 2025 showed a similar level of weakness as in the previous year. Generally subdued economic growth, geopolitical instability, competitive disadvantages in the global context, high energy costs, and a still unclear outlook weighed on our results for the past fiscal year. As in the previous year, 2025 was again marked by weak demand in Europe, PCC\u2019s main sales market. In particular, a sluggish construction sector and the crisis facing European automakers burdened sales. Segments such as Polyols &#038; Derivatives and other business areas involved in the production of foundation chemicals, as well as the Silicon &#038; Derivatives segment, were particularly affected by these developments. In contrast, business units with high resilience to the observed market disruptions, such as the Surfactants &#038; Derivatives segment \u2013 once again the main revenue driver within the PCC Group \u2013 continued their upward trend in the past fiscal year.      The Logistics and Trading &#038; Services segments were also able to defend their positions against the headwinds of the market environment.<br><\/br>\n\nDespite isolated signs of a slight uptick in demand, the global economic environment remained challenging. In 2025, economic activity slowed only slightly compared to the previous year, with global economic growth estimated at around 3.2 %. The US economy also remained robust, with momentum slowing only slightly. The European economy, however, continued to falter, albeit with significant differences between individual countries. Thus, the economic situation in Germany remained tense despite the reform efforts of the federal government in office since May 2025, and economic growth \u2013 even after two years of recession \u2013 lagged behind many other industrialized nations with a minimal increase of just 0.2 %. In contrast, economic development in Poland, the location of PCC Group\u2019s main production site, deserves special mention, as the Polish economy was among the fastest-growing in the EU in 2025, with expansion exceeding 3 %.   <br><\/br>\n\nInflationary risks generally subsided, allowing the European Central Bank (ECB) to continue the interest rate cuts it had initiated the previous year and to keep the deposit rate steady at 2.0 % in the second half of 2025. Nevertheless, private consumption continued to be subdued, particularly in Germany, and the investment climate remained weak. Furthermore, the comprehensive infrastructure investment package announced by Germany\u2018s federal government, which could provide a boost to the economy, had not yet been implemented in any meaningful way. <br><\/br>\n\nIn addition to persistently high energy costs, rising labor costs \u2013 which also drove up the prices of all services \u2013 had a negative impact on the performance of European industry and, consequently, on the business of PCC SE\u2019s portfolio companies. Other negative factors included ongoing regulatory pressure, cumbersome bureaucracy, and the ESG transformation. Added to this were new burdens resulting from the occasional contradictory tariff decisions made by the US administration in office since January 2025. As a result of the sometimes drastically increased import tariffs into the USA, flows of goods from Asia, and specifically from China, were further redirected to Europe. This intensified the trend \u2013 already driven by weak domestic demand in China and local overcapacity \u2013 of exporting large volumes of chemical products and silicon metal to Europe at dumping prices. The result was a further intensification of the price war in Europe.      Overall, the competitive conditions for goods from Asia \u2013 and particularly from China \u2013 remained exceptionally difficult for production and pre-production in Europe during the past fiscal year, especially since European industry in a number of sectors is largely unprotected against these low-cost imports.<br><\/br>\n\nIn the first quarter of the current fiscal year, the war in Iran emerged as an additional dominant factor influencing the global economy. Within a matter of days, oil, gas, and many other commodity prices rose significantly, and logistics in the Middle East partially collapsed. <br\/><br\/>The consequences for the PCC Group\u2019s business performance will depend on the duration of the conflict, the stability of the European petrochemical industry, and how quickly global logistics flows recover. In the short term, positive effects on PCC\u2019s chemical companies are expected due to good raw material availability, higher customer demand, and reduced import pressure from Asia. It is also likely to be possible initially to pass on price increases to customers. In the medium term, however, there is a risk that customers will no longer accept further price increases. Added to this are possible supply risks for key chemical feedstocks such as ethylene oxide, for example.    <br><\/br>\n\nOverall, the PCC Group ended the 2025 fiscal year with earnings before interest, taxes, depreciation, and amortization (EBITDA) of \u20ac 81.4 million, down \u20ac 6.6 million or 7.5 % from the previous year. Group revenue amounted to \u20ac 923.6 million in 2025, a decrease of \u20ac 36.4 million or 3.8 %. This revenue trend runs parallel with the generally subdued economic growth and weak demand encountered in the European Union. Both the chemical industry and downstream industries were affected by price declines and continued low capacity utilization. Price decreases on the raw materials procurement side resulted in rising gross margins. However, since costs increased at the same time, particularly in the areas of personnel and external service providers, this resulted in a slight overall decline in earnings at the EBITDA level.    <br><\/br>\n\nWith sales of \u20ac 256.1 million, the Surfactants &#038; Derivatives segment was the PCC Group\u2019s main revenue driver and also achieved the highest revenue growth of \u20ac 32.4 million, or 14.5 %, compared to the previous year. The Logistics and Holding &#038; Projects segments also increased their revenue. By contrast, the Polyols &#038; Derivatives, Chlorine &#038; Derivatives, Silicon &#038; Derivatives, and Trading &#038; Services segments generated lower sales than in the previous year, with the largest revenue decline \u2013 of \u20ac 44.8 million, or 52.7 % \u2013 recorded in the Silicon &#038; Derivatives segment. There were no significant impacts on revenue due to changes in the scope of consolidation in 2025. For most PCC Group companies, the euro is not the functional currency.     Therefore, exchange rate effects from the translation of revenue and earnings figures have an impact on the consolidated statement of income. Based on exchange rates unchanged from the previous year, the PCC Group\u2019s revenue would have been \u20ac 917.6 million, which is \u20ac 6.0 million or 0.7 % lower than the actual figure. This mitigation is due to exchange rate movements in the currencies relevant to the PCC Group, particularly the Polish z\u0142oty. <br><\/br>\n\nThe PCC Group\u2019s gross profit declined slightly in 2025, falling to \u20ac 290.5 million (previous year: \u20ac 292.4 million). Gross margin rose to 31.5 % (previous year: 30.5 %). In addition to selling prices, purchase prices for key raw materials also fell. However, procurement costs for energy and logistics remained virtually unchanged from the previous year.   <br><\/br>\n\nPersonnel expenses increased year on year from \u20ac 150.7 million to \u20ac 152.7 million, thus continuing the trend of previous years in fiscal 2025. Wages and salaries continued to rise disproportionately due to high inflationary pressure, while the number of employees in the Group decreased by 180, or 5.5 %, to 3,115 as of December 31, 2025 (previous year-end: 3,295). The majority of these job losses were attributable to the Silicon &#038; Derivatives segment; as silicon metal production in Iceland has been provisionally suspended since July 2025 due to the difficult market situation, the number of employees there decreased by 132, or 58.4 %. Headcount also declined in the Chlorine &#038; Derivatives, Polyols &#038; Derivatives, and Trading &#038; Services segments. From a regional perspective, 135 of the job losses were in the Other Europe region and 50 in Poland. In all other regions, a total of five positions were added.    <br><\/br>\n\nOther operating income decreased only slightly, from \u20ac 45.0 million in the prior year to \u20ac 43.3 million in the reporting period (a decline of \u20ac 1.8 million). The line item \u201cIncome from compensation payments in connection with CO<sub>\u2082<\/sub> certificates\u201d again represents the largest single component at \u20ac 19.7 million (previous year: \u20ac 19.4 million). These payments are made by the Polish government as compensation for increases in CO<sub>\u2082<\/sub> allowance prices.  <br><\/br>\n\nThe PCC Group\u2019s business activities involve the ongoing research and development of new products, processes, and procedures, as well as the further development of existing customer solutions. Cross-company project teams are also formed for this purpose. In the past fiscal year, the PCC Group recorded research and development (R&#038;D) expenses of \u20ac 9.7 million, underscoring its strong commitment to this area (previous year: \u20ac 8.8 million). In addition, expenditures for internally developed intangible assets and property, plant and equipment totaling \u20ac 3.3 million were capitalized (previous year: \u20ac 1.1 million).   <br><\/br>\n\nTotal capital expenditures in 2025 amounted to \u20ac 173.8 million, representing a 37.4 % increase over the previous year\u2019s figure of \u20ac 126.5 million. These expenditures were primarily allocated to the Chlorine &#038; Derivatives, Logistics, and Trading &#038; Services segments, plus project developments within the Holding &#038; Projects segment. The PCC Group focused primarily on long-term investments associated with modernization projects. In addition to the completion of two new electrolyzers for chlorine production, further investments were made in fiscal 2025 in the oxyalkylate plant under construction at the Brzeg Dolny site. This was accompanied by infrastructure investments, such as in the local power grid (Trading &#038; Services segment). In addition, investments were made in locomotives, rail tank cars, and railcars in the Logistics segment. Further funds were allocated for the development of state-of-the-art material components for lithium-ion batteries.   Of the capital expenditures made per region in fiscal 2025, Poland accounted for the largest share with \u20ac 135.4 million (previous year: \u20ac 102.2 million). All such investments are expected to contribute to future increases in revenue and earnings for the PCC Group. At the same time, these investments result in an increase in depreciation and in interest expense on the consolidated statement of income, the latter being capitalized for investments not yet completed. In the balance sheet as of December 31, 2025, these effects are reflected in an addition to non-current assets and in increased long-term financial liabilities on the liabilities side. Scheduled depreciation and amortization of intangible assets, property, plant and equipment, and right-of-use assets decreased slightly year on year to \u20ac 83.5 million (previous year: \u20ac 83.9 million). Impairment losses, on the other hand, rose from \u20ac 2.2 million in the previous year to \u20ac 116.2 million in the year under review.     <br><\/br>\n\nInterest and similar expenses resulted primarily from bond liabilities, liabilities to banks, and lease liabilities. The interest and similar expenses line showed an increase of 0.6 % for the past fiscal year, rising from \u20ac 50.3 million to \u20ac 50.6 million, due primarily to higher financial liabilities related to the debt component of investments. Key interest rates in the European Union, Poland, and the USA have been lowered since the summer of 2024 and reached their most recent low in the fall of 2025. Inflation in recent years has been contained, allowing the previously sharply increased base interest rates to be reduced again as a measure of fiscal policy. Both the parent company, PCC SE, and other Group companies regularly require follow-on financing or refinancing. Some non-current financial liabilities also bear variable interest rates.       The prevailing level of key interest rates therefore had a rapid impact, resulting in a reduction in the interest burden in fiscal 2025. To counteract interest rate increases in particular, the PCC Group uses hedging transactions in the form of interest rate swaps. The weighted average interest rate on all interest-bearing liabilities decreased from 5.1 % in the prior year to 4.9 % in fiscal 2025. Current and non-current financial liabilities increased by \u20ac 77.0 million, or 8.0 %, compared to the previous reporting date, reaching \u20ac 1,035.2 million as of December 31, 2025. Interest attributable to the creation of a qualifying asset is capitalized during the construction period.    <br><\/br>\n\nGains and losses from exchange rate differences are reported in financial result under the item \u201cCurrency translation result.\u201d In fiscal 2025, this resulted in an impact on earnings of \u20ac \u2013 22.1 million (previous year: \u20ac 15.5 million). <br><\/br>\n\nThe PCC Group\u2019s effective tax rate for the reporting year was \u2013 6.2 % (previous year: \u201362.8 %). Compared to the previous year, earnings before taxes (EBT) decreased by \u20ac 157.7 million to \u20ac \u2013 187.1 million. The PCC Group\u2019s consolidated comprehensive income decreased from \u20ac \u2013 37.1 million in the previous year to \u20ac \u2013 205.1 million in the reporting year, primarily attributable to the one-time effect of the impairment of the silicon metal facility and to the loss allocation relating to the silicon metal business in Iceland.  \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3be41dc e-flex e-con-boxed e-con e-parent\" data-id=\"3be41dc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-10dc4c3 elementor-widget elementor-widget-menu-anchor\" data-id=\"10dc4c3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"Netassets\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e526419 elementor-widget elementor-widget-text-editor\" data-id=\"e526419\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tNet assets\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0794ab4 elementor-widget elementor-widget-text-editor\" data-id=\"0794ab4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tAs of December 31, 2025, total assets decreased by \u20ac 148.9 million, or 9.3 %, compared to the prior-year reporting date, to \u20ac 1,456.1 million. This change is primarily the result of a decrease in non-current assets due to exceptional impairment charges and a decline in cash and cash equivalents and inventories. Intangible assets decreased by \u20ac 1.9 million to \u20ac 51.1 million. The net carrying value of property, plant and equipment decreased by \u20ac 68.5 million, or 6.6 %, to \u20ac 976.1 million. Right-of-use assets increased by \u20ac 4.9 million, or 5.5 %, to \u20ac 94.0 million. Investments accounted for using the equity method decreased by \u20ac 2.4 million to \u20ac 2.5 million, thereby reflecting exclusively the carrying amount of the Malaysian joint venture PCG PCC Oxyalkylates Sdn. Bhd.        In addition, the balance sheet item includes the proportionate share of earnings from the Thai joint venture IRPC Polyol Company Ltd. and the Russian joint venture OOO DME Aerosol. If accumulated losses exceed the equity carrying amount, the equity carrying amount is carried forward at zero. As of the reporting date of the past fiscal year, this was the case for both OOO DME Aerosol and IRPC Polyol Company Ltd. <br><\/br>\n\nCurrent assets amounted to \u20ac 295.3 million as of the reporting date, \u20ac 73.9 million less than in the previous year. Inventories decreased by \u20ac 21.5 million to \u20ac 100.3 million. The decline is primarily due to the provisional shutdown of silicon metal production in Iceland, accompanied by a reduction in inventories. Trade accounts receivable remained flat versus the prior year at \u20ac 105.3 million. Despite the decline in revenue for the full year, we are seeing slight extensions in payment terms, which is driving this development. Other receivables and other assets decreased from \u20ac 38.4 million as of the reporting date of the previous year to \u20ac 29.4 million as of December 31, 2025. Cash and cash equivalents decreased by \u20ac 42.4 million, or 42.6 %, to \u20ac 57.1 million due to the decline in cash flow from operating activities and the financing of losses.      As of December 31, 2025, the balance sheet item \u201cCash and cash equivalents\u201d included \u20ac 2.5 million (previous year: \u20ac 3.5 million) in funds not freely available. These were almost entirely attributable to funds already allocated for investment projects. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ec9dcde e-flex e-con-boxed e-con e-parent\" data-id=\"ec9dcde\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-40f7861 elementor-widget elementor-widget-menu-anchor\" data-id=\"40f7861\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"Financialposition\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-17057a6 elementor-widget elementor-widget-text-editor\" data-id=\"17057a6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tFinancial position\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0aa86ce elementor-widget elementor-widget-text-editor\" data-id=\"0aa86ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tThe PCC Group\u2019s equity decreased by \u20ac 214.2 million, from \u20ac 343.1 million in the previous year to \u20ac 128.9 million in the past fiscal year. This development is primarily attributable to the consolidated net loss for the period and the decline in the \u201cMinority interests\u201d line item. Hybrid capital is an equity instrument of the subsidiary PCC BakkiSilicon hf., H\u00fasav\u00edk (Iceland). In accordance with IAS 32, this is classified as equity because there is neither a contractual obligation to repay the principal amount nor to pay interest. Rather, repayment is subject to conditions that depend on the company\u2019s management\u2019s decision regarding distributions to shareholders. As soon as resolutions regarding distributions to shareholders are passed, a pro-rata servicing of the hybrid capital will also take place.    <br><\/br>\n\nThe item \u201cRevenue reserves \/ Other reserves\u201d recorded a decrease of \u20ac 138.2 million to \u20ac 67.7 million, mainly attributable to the consolidated net loss. Minority interests decreased by \u20ac 66.6 million to \u20ac \u2013 8.1 million, primarily due to the portion of the loss attributable to those non-controlling shareholders. Other equity items decreased by \u20ac 9.4 million to \u20ac \u2013 14.4 million, mainly attributable to currency translation differences recognized in equity. In contrast, the revaluation of defined-benefit pension obligations as of the reporting date did not result in any significant absolute change compared to the previous year. The fair value measurement of the unconsolidated entity PCC Organic Oils Ghana Ltd., Accra (Ghana), resulted in a positive change in value of \u20ac 0.3 million, which is also reported in other equity items.      Due to the aforementioned effects, the equity ratio decreased from 21.4 % in the prior year to 8.9 % in the year under review.<br><\/br>\n\nNon-current investments are financed with long-term debt. Non-current provisions and liabilities increased by 6.9 % to \u20ac 948.0 million as of December 31, 2025 (previous year: \u20ac 887.0 million). This is primarily due to the increase in non-current financial liabilities, which rose by \u20ac 60.9 million, or 7.7 %, compared to the previous year. Deferred tax liabilities decreased to \u20ac 15.6 million (previous year: \u20ac 18.5 million). Other liabilities increased by \u20ac 1.4 million, or 1.9 %, to \u20ac 73.5 million.  <br><\/br>\n\nWith regard to bond liabilities, the holding company PCC SE fully repaid on maturity four bonds with a total volume of \u20ac 90.4 million in 2025 (previous year: \u20ac 126.0 million). Five new bonds were issued during the reporting year. The total placement volume amounted to \u20ac 118.9 million (previous year: \u20ac 157.4 million). These funds were used in the period under review for investments in existing equity interests and ongoing projects, as well as for the partial refinancing of liabilities due in fiscal 2025.<br\/><br\/>In addition to PCC SE, whose bonds are denominated in euros, other Group companies also issue bonds. The bonds issued by PCC Rokita SA and PCC Exol SA in Polish z\u0142oty had a value equivalent to \u20ac 23.5 million as of the reporting date of the 2025 fiscal year (previous year: \u20ac 45.2 million). The unused committed credit lines within the PCC Group amounted to \u20ac 156.4 million as of year-end (previous year: \u20ac 144.9 million).     <br><\/br>\n\nCurrent provisions and liabilities increased by \u20ac 4.3 million, or 1.1 %, to \u20ac 379.2 million. Tax liabilities increased by \u20ac 0.3 million to \u20ac 4.7 million. Trade accounts payable decreased by \u20ac 3.5 million, or 3.2 %, to \u20ac 105.6 million. Financial liabilities due within the next twelve months increased by \u20ac 16.1 million to \u20ac 184.4 million. Other liabilities decreased by \u20ac 2.4 million to \u20ac 53.1 million.    <br><\/br>\n\nLong-term and short-term provisions for pensions and similar obligations, together with other provisions, decreased by \u20ac 4.6 million to \u20ac 39.5 million.<br><\/br>\n\nThe PCC Group\u2019s net debt increased by \u20ac 119.3 million, or 13.9 %, to \u20ac 979.4 million in the past fiscal year. In addition to the raising of debt financing for investments, the decline in cash and cash equivalents also contributed to this increase. Due to the fall in earnings before interest, taxes, depreciation, and amortization (EBITDA), the leverage ratio of net debt to EBITDA worsened from 9.8 to 12.0. Our goal of bringing this ratio below 5.0 was therefore not achieved.   \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1156cbd elementor-widget elementor-widget-spacer\" data-id=\"1156cbd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a11a355 elementor-widget elementor-widget-pdf_table_widget\" data-id=\"a11a355\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pdf_table_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"margin-bottom:10px;\"><a class=\"pcc-excel-download\" href=\"https:\/\/geschaeftsbericht-2025.pcc.eu\/wp-content\/uploads\/pcc\/excel\/en\/t_l_09.xlsx\" download style=\"text-decoration:none;padding:6px 10px;border:1px solid #ccc;border-radius:4px;background:#f0f0f0;display:inline-flex;align-items:center;\"><img decoding=\"async\" src=\"https:\/\/geschaeftsbericht-2025.pcc.eu\/wp-content\/plugins\/pcc-elementor\/widgets\/download-solid.svg\" alt=\"download excel\" style=\"width:1em;height:1em;margin-right:0.5em;vertical-align:middle;\" \/>download excel<\/a><\/div><style>\n            #pdf-container-a11a355 {\n                overflow-x: auto;\n                overflow-y: hidden;\n                max-width: 100%;\n                white-space: nowrap;\n                cursor: grab;\n            }\n            #pdf-container-a11a355 canvas {\n                display: inline-block;\n            }\n            #pdf-container-a11a355:active {\n                cursor: grabbing;\n            }\n            #pdf-container-a11a355::-webkit-scrollbar {\n                height: 10px;\n            }\n            #pdf-container-a11a355::-webkit-scrollbar-thumb {\n                background-color: #ff5f00;\n                border-radius: 5px;\n            }\n            #pdf-container-a11a355::-webkit-scrollbar-track {\n                background-color: #f7f7f7;\n                border-radius: 5px;\n            }\n        <\/style><div id=\"pdf-container-a11a355\"><\/div>\n<script>\n(function(){\n    var ua = navigator.userAgent;\n    var isLegacyWebKit = \/\\bVersion\\\/(16|17)\\.\/.test(ua)\n                       && \/\\bSafari\\\/\/.test(ua)\n                       && !\/\\bChrome\\\/\/.test(ua);\n\n    function renderPDF(pdfjsLib) {\n        console.log(\"PDF.js: rendering with\", pdfjsLib.version || \"(no version property)\");\n        var container = document.getElementById(\"pdf-container-a11a355\");\n        pdfjsLib.getDocument(\"https:\/\/geschaeftsbericht-2025.pcc.eu\/wp-content\/uploads\/pcc\/pdf\/en\/t_l_09.pdf?v=\"+Date.now()).promise\n            .then(function(pdf){ return pdf.getPage(1); })\n            .then(function(page){\n                var viewport = page.getViewport({ scale: 2.25 });\n                var ratio    = window.devicePixelRatio || 1;\n                var canvas   = document.createElement(\"canvas\");\n                var ctx      = canvas.getContext(\"2d\");\n                canvas.width  = viewport.width * ratio;\n                canvas.height = viewport.height * ratio;\n                canvas.style.width  = viewport.width + \"px\";\n                canvas.style.height = viewport.height + \"px\";\n                ctx.scale(ratio, ratio);\n                return page.render({ canvasContext: ctx, viewport: viewport }).promise\n                    .then(function(){ container.appendChild(canvas); });\n            })\n            .catch(function(err){ console.error(\"PDF.js Fehler:\", err); });\n\n        \/\/ Drag-Scroll\n        var isDown=false, startX, scrollLeft;\n        container.addEventListener(\"mousedown\", function(e){\n            isDown=true;\n            startX=e.pageX-container.offsetLeft;\n            scrollLeft=container.scrollLeft;\n            container.style.cursor=\"grabbing\";\n        });\n        [\"mouseleave\",\"mouseup\"].forEach(function(evt){\n            container.addEventListener(evt, function(){\n                isDown=false;\n                container.style.cursor=\"grab\";\n            });\n        });\n        container.addEventListener(\"mousemove\", function(e){\n            if(!isDown) return;\n            e.preventDefault();\n            var x=e.pageX-container.offsetLeft;\n            var walk=(x-startX)*1.2;\n            container.scrollLeft=scrollLeft-walk;\n        });\n    }\n\n    if (isLegacyWebKit) {\n        console.log(\"PDF.js: Loading UMD v3.11.174 for legacy WebKit\");\n        var s = document.createElement(\"script\");\n        s.src = \"https:\/\/cdn.jsdelivr.net\/npm\/pdfjs-dist@3.11.174\/build\/pdf.min.js\";\n        s.onload = function(){\n            pdfjsLib.GlobalWorkerOptions.workerSrc =\n              \"https:\/\/cdn.jsdelivr.net\/npm\/pdfjs-dist@3.11.174\/build\/pdf.worker.min.js\";\n            renderPDF(pdfjsLib);\n        };\n        document.head.appendChild(s);\n    } else {\n        console.log(\"PDF.js: Loading ESM v5.2.133 standard build\");\n        var s_module = document.createElement(\"script\");\n        s_module.type = \"module\";\n        s_module.textContent = `\n            import * as pdfjsLib from \"https:\/\/unpkg.com\/pdfjs-dist@5.2.133\/build\/pdf.min.mjs\";\n            pdfjsLib.GlobalWorkerOptions.workerSrc =\n              \"https:\/\/unpkg.com\/pdfjs-dist@5.2.133\/build\/pdf.worker.min.mjs\";\n            (${renderPDF.toString()})(pdfjsLib);\n        `;\n        document.head.appendChild(s_module);\n    }\n})();\n<\/script>\n\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9c3ed61 elementor-widget elementor-widget-spacer\" data-id=\"9c3ed61\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd25bd6 elementor-widget elementor-widget-text-editor\" data-id=\"fd25bd6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tOverall, management considers the development of the Group\u2019s net assets, financial position, and results of operations, albeit against the headwinds of continuing geopolitical tensions and macroeconomic challenges in fiscal 2025, to be unsatisfactory. The PCC Group\u2019s business performance was exceptionally successful in some segments, such as Surfactants &#038; Derivatives. Thanks to recent investments in new production capacity, which we commissioned in 2025, we were able to increase volume sales in this resilient business area. This segment is also expected to benefit disproportionately from a recovering economic situation. The Intermodal Transport business unit also maintained its market leadership in Poland in 2025 as measured by transport output (ton-kilometers). The Silicon Metal business unit was unable to sustain its operations due to a significant decline in <br\/>market prices, with production provisionally suspended in the summer of 2025.     Achieving the goal of restarting the plant depends largely on the recovery of market prices, and also political support geared to securing European silicon production. Should this not materialize, a complete cessation of business operations cannot be ruled out. Group-wide, high fixed costs \u2013 for example, for personnel or external service providers \u2013 weighed on our EBITDA balance. Our expectation of increasing revenue by 5 % to 10 % in fiscal 2025 could not be met for the reasons described. The forecasted increase in EBITDA of approximately 40 % to 50 % before exceptional items was also not attained. Both outcomes were primarily due to continued weak economic growth and the provisional shutdown of silicon metal production in Iceland. Exceptional impairment charges in this regard were not included in the budget planning.       As a result, the plan to produce at near full capacity and thereby reduce the losses from the previous year could not be realized. Further price declines in the Chlorine &#038; Derivatives segment for chlorine by-products led to a fall in earnings. Adjusted for the significant losses in the Silicon &#038; Derivatives segment, the extraordinary write-downs on idled facilities and the silicon metal plant, and the negative valuation-relevant currency effects, positive results would nevertheless have been achievable at all earnings levels. Ultimately, however, the loss posted was in the triple-digit million-euro range.  \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Development of selected Group indicators Download Excel EBITDA (Earnings Before Interest, Taxes, Depreciation and Amortization) EBIT (Earnings Before Interest and Taxes) = Operating result = EBITDA \u2013 Depreciation and amortization EBT (Earnings Before Taxes) = EBIT \u2013 Interest Gross cash flow = Net result adjusted for non-cash income and expenses ROCE (Return On Capital Employed) [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":0,"parent":5120,"menu_order":3,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-5225","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/geschaeftsbericht-2025.pcc.eu\/en\/wp-json\/wp\/v2\/pages\/5225","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/geschaeftsbericht-2025.pcc.eu\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/geschaeftsbericht-2025.pcc.eu\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/geschaeftsbericht-2025.pcc.eu\/en\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/geschaeftsbericht-2025.pcc.eu\/en\/wp-json\/wp\/v2\/comments?post=5225"}],"version-history":[{"count":3,"href":"https:\/\/geschaeftsbericht-2025.pcc.eu\/en\/wp-json\/wp\/v2\/pages\/5225\/revisions"}],"predecessor-version":[{"id":6856,"href":"https:\/\/geschaeftsbericht-2025.pcc.eu\/en\/wp-json\/wp\/v2\/pages\/5225\/revisions\/6856"}],"up":[{"embeddable":true,"href":"https:\/\/geschaeftsbericht-2025.pcc.eu\/en\/wp-json\/wp\/v2\/pages\/5120"}],"wp:attachment":[{"href":"https:\/\/geschaeftsbericht-2025.pcc.eu\/en\/wp-json\/wp\/v2\/media?parent=5225"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}