
[ad_1]

National Legal Advisory Committee yes Takeover Offer also The bank announced its initial offer in early June at €20 per share, net of any future dividend payments. yes Then increase the offer price and shares also The bank is offering 22 euros, net of any future dividend payments. yes Valid until 5pm on August 16
five also You are a bank headquartered in Vienna and operating in the former Yugoslavia yes Slovenia’s largest bank NLB is wanted yes Meanwhile, the largest banking groups are headquartered in The area Former Yugoslavia, acquire at least 75% of the shares. That is why they and the board of directors themselves are experts also Banks have questioned the chances of the takeover bid succeeding because of the complex and fragmented shareholding structure.
The offer will not be extended
The offer was supposed to be accepted by the owners of at least 14,625,000 shares, but as announced by NLB, this condition was not met and the offer was therefore unsuccessful. The offer was accepted by 7,096,224 shareholders also NLB explained that banks account for 36.39% of the total. Therefore, settlement of the offer will not take place and the offer will not be extended, they added.
Chairman of the Board of Directors of NLB Blaz Budniak yes In a press release it said yes NLB to all shareholders also The bank made a transparent offer and sought to enable them to sell the shares at the right price under the same conditions.”We understand and respect this yes Not all shareholders are rated as such, and yes They have not accepted it, but we still believe that the many advantages and strategic benefits of a possible link between the two groups remain unchanged.” yes emphasize.
The shareholders who accept the offer, in particular the Management Board and the Supervisory Board, yes thanked me for the opportunity and added: “The National Library still exists Determined Further business development and implementation of new business strategies, including potential additional acquisition opportunities“”.
The results of the tender offer will be announced after the decision is made yes Recently, the European Central Bank (ECB) revoked the voting rights of two important shareholders for non-compliance with Austrian legislation. These are Serbian companies Alta Payment In Diplomat Paymentfor which yes The ECB has determined that they are acting in concert and therefore may not sell their combined 19.62% stake at this time. The measure will remain in effect until the ECB determines that the Austrian Banking Act does not prohibit the purchase of the stake.
also Hypo Alpe Adrie Bank successor
Adiko Bank The bank’s headquarters are in Vienna yes It consists of the Eastern European part of the former Hypo Alpe Adria Bank. yes Slovenia, Croatia, Bosnia and Herzegovina, Serbia and Montenegro. yes Doing business with people and small businesses.
Meanwhile, NLB Group has been operating in Slovenia, North Macedonia, Bosnia and Herzegovina, Kosovo, Montenegro and Serbia for many years. yes Her desire to return to the Croatian market failed to materialize, having been hampered by a dispute over the transfer of foreign currency deposits of former LB Croatia depositors.
Starting from 2020 yes NLB successfully completed two important acquisitions in the banking industry, namely the acquisition of Commercial Banks and Savings Bank Slovenia 2022 yes Later it was renamed as N Banka. Both of them successfully joined NLB Group.
Viglizza also bank yes and Agri Europe, yes Owned by a Serbian businessman Miodrag Kostic and control of Slovenia’s Gorenjska Bank. It already owns 10% of the shares also The bank’s offer is yes After two extensions, it also expired at 5 pm on August 16, but yes Wants to acquire another 17% stake. European Agriculture yes Otherwise, the share also The bank’s offer was significantly lower than NLB’s, at 16.24 euros or 17.50 euros less dividends paid last year.
// Production steps of ECMA-262, Edition 6, 22.1.2.1 Array.from||(Array.from=function(){var r;try{r=Symbol.iterator?Symbol.iterator:"Symbol(Symbol.iterator)"}catch //IE11 polyfill if (!String.prototype.includes) { String.prototype.includes = function() { 'use strict'; return String.prototype.indexOf.apply(this, arguments) !== -1; }; }
// Cookie helper var cookieHelper = { getCookie: function(name) { var value = "; " + document.cookie; var parts = value.split("; " + name + "="); if (parts.length == 2) return parts.pop().split(";").shift(); },
setCookie: function(name, value, days) { var d = new Date; d.setTime(d.getTime() + 24*60*60*1000*days); document.cookie = name + "=" + value + ";domain=.rtvslo.si;path=/;expires=" + d.toGMTString() + ";secure;"; },
deleteCookie: function(name) { cookieHelper.setCookie(name, '', -1); },
cookieExist: function(cookieName) { if (document.cookie.split(';').filter(function(item) { return item.includes(cookieName + '=') }).length) { //console.log('Cookie founded!'); return true; } return false; } }; // END: Cookie helper
// iProm
(function(a,g,b,c){ a(c)=a(c)||function(){
"undefined"===typeof a.ipromNS?(a(c).q=a(c).q||()).push(arguments):a.ipromNS.execute(arguments)};
var k=function(){ var b=g.getElementsByTagName("script")(0);return function h(f){ var e=f.shift();a(c)("setConfig",{ server:e});
var d=document.createElement("script");0
var $sid = 'slovenija'; var $ssid = 'slovenija'; if($sid == ''){ $sid = 'default'; } if(cookieConsent == false){ $sid = 'safe'; $ssid = ''; }
_ipromNS('init', { sitePath: ('rtvslo',$sid,$ssid), cookieConsent: cookieConsent }); // END: iProm
// Dark mode, Comments & Login if (( document.cookie.indexOf('darkModeEnabled=true') != -1 ) || ( document.cookie.indexOf('darkModeEnabled') == -1 && window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches )) { document.body.classList.add('dark-mode'); }
if (document.cookie.indexOf('showComments=true') != -1) document.body.classList.add('show-comments-enabled'); if (document.cookie.indexOf('APISESSION_USER_ID') != -1) { document.body.classList.add('user-logged-in'); // ADVANCED USERS if (document.cookie.indexOf('APISESSION_USER_NL') != -1) { cookieHelper.getCookie('APISESSION_USER_NL').split('-').forEach(function(item) { if(item == '15') document.body.classList.add('advanced-user'); }); } } else { document.body.classList.add('user-logged-out'); }
// Mobile check var mobile = false; var mobile_xs = false;
var checkIfMobile = function checkIfMobile() { var w = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
w < 992 ? (mobile = true) : (mobile = false); // 992px = lg breakpoint w < 576 ? (mobile_xs = true) : (mobile_xs = false); // 576px = sm breakpoint }; checkIfMobile(); window.addEventListener("resize", checkIfMobile); // iOS standalone var isIos = function isIos() { var userAgent = window.navigator.userAgent.toLowerCase(); return /iphone|ipad|ipod/.test(userAgent); }; // Detects if device is on iOS var isInStandaloneMode = function isInStandaloneMode() { return "standalone" in window.navigator && window.navigator.standalone; }; // Detects if device is in iOS standalone mode var showIosNative = false; if (window.location.href.indexOf("show-ios-native") !== -1) document.cookie = "showIosNative=true"; if (document.cookie && document.cookie.indexOf("showIosNative=true") != -1) showIosNative = true; if ((isIos() && isInStandaloneMode() && mobile) || showIosNative) document.body.classList.add("ios-standalone"); // Facebook if(document.cookie && document.cookie.indexOf("cc_social=yes") > -1){ (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)(0); if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src="https://connect.facebook.net/sl_SI/sdk.js#xfbml=1&autoLogAppEvents=1&version=v3.1&appId=142347525793254"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); }
//EBU Pilot window.getEbuConsent = function() { var ebuConsent = false; if(document.cookie && document.cookie.indexOf("cc_social=yes") >-1){ ebuConsent = true; } return ebuConsent; }
function scrollToLiveItemInArticle()
{
let liveItem = document.getElementById('mmczivoinjectV2');
if (!liveItem) {
for (let i = 0; i <= 3; i++) {
let element="rtv4dplayer_live_" + i;
liveItem = document.getElementById(element);
if (liveItem) break;
}
}
if (liveItem) {
liveItem.scrollIntoView({behavior: "smooth", block: "center", inline: "nearest"});
}
}
[ad_2]
Source link