Model Your Account History in Go
Programming Snapshot – Go Modeling
© Lead Image © howtogoto, 123RF.com
To prevent his checking account from going into the red, Mike Schilli uses a Go program to predict future balances and allow minimum cash levels with a view to maximizing interest.
Until a few years ago, banks paid such low interest rates on savings deposits that it was hardly worth the trouble of investing excess money in the short term. All of a sudden, though, financial institutions are starting to offer two or three percent interest – or even five percent on securities. It's almost a crime to leave a buffer of $5,000 in your checking account. After all, if you invested that money, it would earn you enough interest to permanently fund a Netflix and Spotify subscription.
The challenge here is to keep your checking account balance from ever slipping into the red; otherwise the bank will charge exorbitant interest on the "debt" or simply bounce debit transactions. The trick is to be able to estimate how long the current balance will be sufficient to cover future debits. In the meantime, your salary will be deposited into your account on a regular basis (hopefully). Debits are often scheduled for fixed days of the month. For example, rent is usually debited at the end of the month. Credit cards (i.e., genuine charge cards, not debit cards) are billed by the card issuer on a specific day every month.
Given that certain deposits and debits occur at fixed times each month, it would be wasteful to ensure that all expenses are covered way ahead of time. True interest hunters (Figure 1) simply ensure that the desired amount of money is in the account at the time of the debit. Money that is buffered by credit cards in the meantime must be covered later. Figure 2 shows that the curve always stays above zero, even with ups and downs due to credits and debits.
[...]
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Three Lines of Code Improve Linux Storage Performance
A developer changed three lines of code, giving Linux storage performance a 5% bump.
-
AUR Hit Again with Malicious Packages
Once again the Arch User Repository is plagued by a high volume of malicious packages.
-
Alpine Linux 3.24 Features Fresh Desktops and a Newer Kernel
If you're a fan of Alpine Linux, it's time to upgrade because the latest version has been released with KDE Plasma 6.6, Gnome 50, and Linux kernel 6.18 LTS.
-
EU Open Source Strategy Plays Key Role in Tech Sovereignty Package
Comprehensive measures adopted by the European Commission aim to reduce dependency on non-EU countries.
-
Linux Foundation Report Indicates AI Driving Tech Hiring
Within growing security and skills gaps, AI has been found to be a positive driving force behind tech hiring trends in Europe.
-
United Nations Open Source Portal Goes Live
A new open source portal seeks to coordinate and scale open source efforts across the United Nations system.
-
KDE Linux Drops AUR
KDE Linux developers have dropped the Arch User Repository from the build pipeline due to security concerns; other distributions should consider doing the same.
-
California May Exempt Linux from Its Age-Verification Law
After backlash from the Linux community, California may be backing off on its promise to force all operating systems to verify age, but one platform may still have to comply.
-
Another Logic Bug Found in Linux Kernel
Qualys has discovered a vulnerability in the Linux kernel that can be used to elevate standard user privileges.
-
Ubuntu Core 26 Offers Game-Changing Enterprise Features
Ubuntu Core 26 could be a game-changer for organizations looking for increased security and reliability.
