• Ideas General
  • [Feature Request] Smart salary sorting based on account levels and budget

Hi team πŸ‘‹

Background
I'm a big fan of the budgeting method in the app where I can select a target goal for each of my accounts and automatically have my salary divided up amongst these accounts! It's a great QOL feature!

As an illustrative example, let's say I have the following accounts:

  1. Currently has €150, goal is €100
  2. Currently has €500, goal is €1000
  3. Currently has €30, goal is €500

Whenever my salary arives, the 3 accounts automatically get filled up to their goal value (€150, €1000, €500 respectively) if the salary I get is >= €1600 (the sum of all goal values)

The Problem
This has become a bit of an issue for me, as I like to maintain some buffer in my accounts (e.g. groceries). Meaning that I may spend (on average) €200 a month, but I want the account to hold €500. Because the auto-sorting feature is based on the sum of goal values, this meant that my salary was often just not being sorted. In the end, I've had to compromise and reduce the budgetted amount in each of these accounts to enable the sorting again.

Feature Request
The solution seems like it would be a quick win for the engineering team: Instead of looking at the sum of goal values, we can look at the sum of deficits to be able to allow for higher budgetted amounts and more flexibility towards the user. In the case of this example:

  1. Currently has €150, goal is €100 --> MAX((100-150), 0) = 0 needed
  2. Currently has €500, goal is €1000 --> MAX((1000-500), 0) = 500 needed
  3. Currently has €30, goal is €500 --> MAX((500-30), 0) = 470 needed

The total salary needed for automatic sorting would be just €970, down from €1600. This would be a great QoL improvement, and I hope to see it in a future version of the app!

    Hey there @New-Navy-Bull-2680731335#288724 Thank you for your detailed feedback and suggestion! We always appreciate hearing from our users and learning about how we can improve our features to better suit your needs πŸ™Œ

    Currently, the automatic sorting feature in the bunq app allows you to distribute your salary into different sub-accounts based on the goals you've set. However, as you've pointed out, this method may not always align with your personal budgeting strategy, especially if you prefer to maintain a certain buffer in your accounts.

    Let’s see what our other users think about these ideas 🌈

      Write a Reply...