Swedbank (2024)

Contact us

`}buildSecondLevelLists(){const isWorkingHourException=Swedbank.communication.virtualAssistantEnabled&&!Swedbank.communication.newVirtualAssistantWorkingHour&&Swedbank.Navigation.isBusiness();const isMissingBusinessProfileException=Swedbank.communication.missingBusinessProfileException&&Swedbank.Navigation.isBusiness();const isChatPanelContent=Swedbank.isAuthenticated&&(!Swedbank.communication.virtualAssistantEnabled&&!Swedbank.communication.chatDisabled||isWorkingHourException||isMissingBusinessProfileException);return[isChatPanelContent&&this.buildChatPanelContent(),Swedbank.isAuthenticated&&this.buildAppointmentContent(),Swedbank.isAuthenticated&&this.buildBankMessagesContent(),this.buildCallbackContent()].filter(Boolean)}buildChatPanelContent(){const isWorkingHourException=Swedbank.communication.virtualAssistantEnabled&&!Swedbank.communication.newVirtualAssistantWorkingHour&&Swedbank.Navigation.isBusiness();const isMissingBusinessProfileException=Swedbank.communication.missingBusinessProfileException&&Swedbank.Navigation.isBusiness();return UI.element`

${Swedbank.communication.isPrivateProgram&&Swedbank.country==="LV"?Swedbank.Labels("chatCommonTitlePrivate"):Swedbank.Labels("chatCommonTitle")}

${isWorkingHourException&&!isMissingBusinessProfileException&&UI.html`

${Swedbank.Labels("notWorkingTimeForChat")}

`} ${isMissingBusinessProfileException&&UI.trustedHTML`

${Swedbank.Labels("notWorkingForPrivateCustomer")}

`} ${!isWorkingHourException&&!isMissingBusinessProfileException&&UI.html`

${Swedbank.Navigation.isPrivate()?Swedbank.Labels("chatDescriptionPrivate"):Swedbank.Labels("chatDescriptionBusiness")}

`}

`}buildAppointmentContent(){const isLinksAppointmentSection=Swedbank.communication.isGoldProgram&&Swedbank.communication.managers.length||Swedbank.communication.isPrivateProgram;return UI.element`

${this.buildExistingAppointmentSection()} ${isLinksAppointmentSection&&this.buildLinksAppointmentSection()} ${!isLinksAppointmentSection&&this.buildCommonAppointmentSection()}

`}buildExistingAppointmentSection(){const link=Swedbank.Navigation.isPrivate()?"private.home.more.appointments":Swedbank.country==="LT"?"business.useful.more.appointments":"business.useful.useful.appointments";return UI.html`

`}buildLinksAppointmentSection(){const isGoldWithManager=Swedbank.communication.isGoldProgram&&Swedbank.communication.managers.length;const customerAppointmentLabel=Swedbank.country==="LV"?Swedbank.Labels("customerAppointmentTitlePrivate"):Swedbank.Labels("customerAppointmentTitle");return UI.html`

${Swedbank.communication.isPrivateProgram?customerAppointmentLabel:Swedbank.Labels("customerGoldAppointmentTitle")}

${Swedbank.communication.isPrivateProgram&&UI.html`

${Swedbank.Labels("customerAppointmentSubtitleWithBanking")}

${UI.trustedHTML`

    ${Swedbank.Labels("appointmentLinksListBanking")}

`}

${Swedbank.Labels("customerAppointmentSubtitleOther")}

${UI.trustedHTML`

    ${Swedbank.Labels("appointmentLinksListOther")}

`} `} ${isGoldWithManager&&UI.trustedHTML`

    ${Swedbank.Labels("appointmentLinksListGold")}

`}

`}buildCommonAppointmentSection(){const link=Swedbank.Navigation.isPrivate()?"private.home.more.appointments":Swedbank.country==="LT"?"business.useful.more.appointments":"business.useful.useful.appointments";return UI.html`

${Swedbank.Labels("customerAppointmentTitle")}

${Swedbank.Labels("customerAppointmentHint")}

`}buildBankMessagesContent(){const isReferenceRequestAvailable=["LV","LT"].indexOf(Swedbank.country)>-1;const referenceRequestLinkPrefix=Swedbank.Navigation.isPrivate()?"private.home.important":Swedbank.country==="LT"?"business.useful.bank":"business.useful.useful";const isAuditOrderAvailable=Swedbank.Navigation.isBusiness()&&Swedbank.country==="EE";const bankMessageLabel=Swedbank.communication.isPrivateProgram&&Swedbank.country==="LV"?Swedbank.Labels("bankMessageTitlePrivate"):Swedbank.Labels("bankMessageTitle");return UI.element`

${bankMessageLabel}

${Swedbank.Navigation.isBusiness()?Swedbank.Labels("bankMessageHintBusiness"):Swedbank.Labels("bankMessageHintCommon")}

`}buildCallbackContent(){const isGoldWithOutManager=Swedbank.communication.isGoldProgram&&Swedbank.communication.managers.length<1;let phone=this.resolvePhoneLabels();const callUsLabel=Swedbank.communication.isPrivateProgram&&Swedbank.country==="LV"?Swedbank.Labels("callUsTitlePrivate"):Swedbank.Labels("callUsTitle");let callUsContent;if(Swedbank.Navigation.isPrivate())if(Swedbank.country==="LV")if(Swedbank.communication.isPrivateProgram)callUsContent=Swedbank.Labels("callUsDescriptionPrivateBanking");else if(isGoldWithOutManager)callUsContent=Swedbank.Labels("callUsDescriptionPrivateGold");else callUsContent=Swedbank.Labels("callUsDescriptionPrivate");else callUsContent=Swedbank.Labels("callUsDescriptionPrivate");else callUsContent=Swedbank.Labels("callUsDescriptionBusiness");return UI.element`

${callUsLabel}

${callUsContent}

${["EE","LV"].indexOf(Swedbank.country)>-1&&UI.html`

${UI.trustedHTML`${phone.fullVisual}`}

`}

${["EE"].indexOf(Swedbank.country)>-1&&UI.html`

${Swedbank.Labels("insuranceIncidents")}

`} ${["LV"].indexOf(Swedbank.country)>-1&&UI.html`

${Swedbank.communication.isPrivateProgram?Swedbank.Labels("insuranceIncidentsPrivateBanking"):isGoldWithOutManager?Swedbank.Labels("insuranceIncidentsPrivateGold"):Swedbank.Labels("insuranceIncidents")}

`}

${["EE","LV"].indexOf(Swedbank.country)>-1?UI.trustedHTML`${phone.incidentsVisual}`:UI.trustedHTML`${phone.fullVisual}`}

`}handleOpenChat(){SharedComponents.eventBus.dispatchCustomEvent("menu-toggle",{active:false});if(Swedbank.sessionStorage.get("openChatFromHeader"))Swedbank.sessionStorage.erase("openChatFromHeader");if(Swedbank.isAuthenticated&&Swedbank.communication.virtualAssistantEnabled){Swedbank.communication.virtualAssistant.toggleVirtualAssistantChat();return}if(!Swedbank.isAuthenticated){if(window.matchMedia("(max-width: 1023.98px)").matches){LoginBar.prototype.updateHeaderLoginButton(true);if(!Hansa.loginbar.initialized)Hansa.loginbar.init();else Hansa.loginbar.show()}else Hansa.loginbar.forcedLoginToggle();Swedbank.sessionStorage.set("openChatFromHeader","true")}}handlePopoverUpdate(e){const nav=e.target&&e.target.closest("ui-nav");if(window.matchMedia("(min-width: 1024px)").matches&&nav&&nav.isSecondaryMenuOpen()){const popover=e.target.closest(".ui-navtoggle__content");popover.style.height=nav.secondaryColumns.clientHeight+"px"}}handleCallbackPanelOpen(){const callbackPanel=this.querySelector("callback-panel");if(callbackPanel)callbackPanel.updateCallbackData()}render(){const container=this.getContainer();const containerSecondLevel=this.getContainerSecondLevel();if(container)UI.rebuild(container,UI.createElement({tagName:container.tagName,classList:{"ui-nav__items":true},children:[].slice.call(this.buildFirstLevelItems().children)}));if(containerSecondLevel)UI.rebuild(containerSecondLevel,UI.insertElements(containerSecondLevel,this.buildSecondLevelLists()))}hydrate(){const navitemCallback=this.nav.querySelector('ui-navitem[item\x3d"'+this.getNavID()+'.communication.callback"]');if(Swedbank.isAuthenticated&&Swedbank.country!=="LV"&&navitemCallback)navitemCallback.addEventListener("click",this.handleCallbackPanelOpen.bind(this.nav));if(Swedbank.isAuthenticated&&Swedbank.communication.managers.length&&Swedbank.Navigation.isPrivate()&&Swedbank.communication.isGoldProgram&&Swedbank.country!=="LT"){const parentPopover=this.nav.closest("ui-navtoggle").popoverElement;if(parentPopover)parentPopover.style.setProperty("--ui-navtoggle-popover-width","700px")}this.nav.addEventListener("navpopover-update",this.handlePopoverUpdate.bind(this))}}exports.ContactsNavPlugin=ContactsNavPlugin;SharedComponents.UINav.registerPlugin("contacts-nav",ContactsNavPlugin)})(HeaderControl);UI.whenDOMReady(()=>{if(Swedbank.sessionStorage.get("openChatFromHeader")&&Swedbank.isAuthenticated)if(Swedbank.communication.missingBusinessProfileException&&Swedbank.Navigation.isBusiness()){Swedbank.sessionStorage.erase("openChatFromHeader");SharedComponents.eventBus.dispatchCustomEvent("menu-toggle",{active:true,for:"nav-contacts",group:"navigation"});WarningMessage.add(Swedbank.Labels.get("notWorkingForPrivateCustomer"))}else setTimeout(HeaderControl.ContactsNavPlugin.prototype.handleOpenChat,300)});

Swedbank (2024)

FAQs

Does Swedbank work in the USA? ›

We meet our customers in Sweden and internationally

In our four home markets, Sweden, Estonia, Latvia and Lithuania, we offer services such as loans and mortgages, savings and investments, payment services, pension and insurance, and private banking. We have international branches in China, Finland, Norway and the USA.

Which country owns Swedbank? ›

Swedbank Baltics AS is a financial holding company, fully owned by Swedbank AB (publ) in Sweden. Swedbank Baltics AS is a parent of Swedbank subsidiary banks in Estonia, Latvia, and Lithuania, and hence creating a Baltic sub-consolidation group, which is under the supervision of the European Central Bank.

What type of bank is Swedbank? ›

Swedbank has its historical roots in the savings bank movement and acts in many respects in accordance with the fundamental savings bank ideology, being a bank for everyone and with strong links within the local community.

Can you send money with Swedbank? ›

You can transfer money to foreign banks or receive money from abroad through your account in Swedbank. If your account does not contain the currency in which you wish to make the payment, the bank will convert the relevant amount on the basis of the exchange rate valid at the moment the payment is made.

Can I open a Swedish bank account from the US? ›

If you're not a resident of Sweden you won't be able to open a normal bank account. In some cases you may be able to apply for a specific non-resident account with a Swedish bank - but even for these account types, you may need to fulfill some eligibility criteria, including having an address somewhere else in Europe.

Can I use my bank account in USA? ›

Correspondent bank accounts

A bank from your country has a partner bank in the US. Your bank can help you set up an account in the US. Even without a physical location in the US, your home bank can still assist you. Once set up, you can do wire transfers, deposits, and other financial transactions.

Is Swedbank a debit or credit card? ›

By choosing the Service plan, you will receive contactless Debit Mastercard without any extra charge. For further reading about the Service plans, click here. If you have lost your card or it is stolen, please block your card easily in our Internet Bank, Swedbank app or call +370 5 268 4444 or 1884.

Is Swedbank an online bank? ›

You can organise your company's money matters in the business client Internet Bank at any time, wherever you happen to be, and you can perform bank operations without visiting a branch. The Internet Bank is compatible with a wide range of financial software, making everyday operations easier.

Who is Swedbank regulated by? ›

Swedbank AB ('Swedbank') is a credit institution established in Sweden that is authorised by the Swedish Financial Supervisory Authority (Finansinspektionen) to carry out banking activities.

How old is Swedbank? ›

The savings bank movement was born in 1820, when Sweden's first savings bank was founded in Gothenburg.

What do you need to open a Swedbank account? ›

Starting a new Swedbank account requires only visiting a branch with 1) a Swedish ID card or a valid passport and 2) a Swedish social security number (personnummer). These documents will allow you to open a simple interest-free personal account.

What is the previous name of Swedbank? ›

Hansa Group or Hansabank Group was a Baltic banking group operating in Estonia, Latvia, and Lithuania between 1992 and 2008. It started in Estonia and expanded to Latvia in 1995 then Lithuania in 1996. It was acquired by Stockholm-based FöreningsSparbanken, later Swedbank, in two stages in 1998 and 2005.

Can I deposit money in Swedbank? ›

You can deposit up to 5,000 euros per month free of charge. For larger amounts service fees apply.

Which country bank is Swedbank? ›

Swedbank is now one of the biggest business banks in Sweden, with hundreds of thousands of business customers.

How long does a Swedbank international transfer take? ›

How long does it take to make money transfer? Ordinary money transfer to an other bank will be sent within 2 bank business days, where a customer submits payment order before 22:00. Ordinary European payment will be sent on the same bank business day, where a customer submits payment order before 16:00.

Can I use my Swedbank card abroad? ›

You can pay with your debit card both here in Sweden and abroad. Withdraw money at all ATMs in Sweden and most ATMs abroad. New functions in our app and internet bank make it easy to manage your card digitally.

Can I use my debit in USA? ›

In the United States, Visa Debit cards are widely accepted for both in-person and online purchases. They can also be used to withdraw cash from ATMs, just like in Canada. However, there are some differences in the way that transactions are processed.

Is there mobile banking in USA? ›

The Bank of America mobile app has many standard features you'd find with other apps. You can view and manage bank, credit and investment accounts, activate debit and credit cards, deposit checks, pay bills and more. In addition, the BofA mobile app has a few stand-out features that go above and beyond.

Top Articles
The Ultimate Guide to Monero Mining in 2023: How to Mine XMR with CPU or GPU and Maximize Your Profits | CoinCarp
Treasury Management | IBC Bank Wire Transfers
Edina Omni Portal
Camera instructions (NEW)
Cintas Pay Bill
Walgreens Pharmqcy
Research Tome Neltharus
1970 Chevrolet Chevelle SS - Skyway Classics
Craigslist Benton Harbor Michigan
Cad Calls Meriden Ct
Ds Cuts Saugus
Roblox Developers’ Journal
O'reilly's In Monroe Georgia
Clafi Arab
Braums Pay Per Hour
Ucf Event Calendar
Hmr Properties
Watch TV shows online - JustWatch
A Guide to Common New England Home Styles
Busted Newspaper S Randolph County Dirt The Press As Pawns
Chic Lash Boutique Highland Village
Viha Email Login
Amc Flight Schedule
The best TV and film to watch this week - A Very Royal Scandal to Tulsa King
Pinellas Fire Active Calls
Www.publicsurplus.com Motor Pool
Jackie Knust Wendel
Bra Size Calculator & Conversion Chart: Measure Bust & Convert Sizes
CVS Health’s MinuteClinic Introduces New Virtual Care Offering
Uky Linkblue Login
Smayperu
Wake County Court Records | NorthCarolinaCourtRecords.us
Bee And Willow Bar Cart
Mp4Mania.net1
Frank 26 Forum
D-Day: Learn about the D-Day Invasion
T&Cs | Hollywood Bowl
Keir Starmer looks to Italy on how to stop migrant boats
Gopher Hockey Forum
Lucyave Boutique Reviews
Streameast Io Soccer
How the Color Pink Influences Mood and Emotions: A Psychological Perspective
Smoke From Street Outlaws Net Worth
Blog Pch
The Plug Las Vegas Dispensary
Greg Steube Height
Game Like Tales Of Androgyny
Sml Wikia
Glowforge Forum
Taterz Salad
Arre St Wv Srj
Fetllife Com
Latest Posts
Article information

Author: Twana Towne Ret

Last Updated:

Views: 6098

Rating: 4.3 / 5 (64 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Twana Towne Ret

Birthday: 1994-03-19

Address: Apt. 990 97439 Corwin Motorway, Port Eliseoburgh, NM 99144-2618

Phone: +5958753152963

Job: National Specialist

Hobby: Kayaking, Photography, Skydiving, Embroidery, Leather crafting, Orienteering, Cooking

Introduction: My name is Twana Towne Ret, I am a famous, talented, joyous, perfect, powerful, inquisitive, lovely person who loves writing and wants to share my knowledge and understanding with you.