So for our kids, who are still quite young, instead of opening an entire other savings account for them, we decided to do “virtual” savings accounts.

Essentially, we have a spreadsheet with what money they have gotten from birthdays and other events, then we just deposit it in our savings. They can withdraw whenever they want.

In this spreadsheet, I’ve been trying to keep track of interest (in a basic way), to show how saving can also help them “earn” money. However, I don’t think I’m doing it correctly.

See Google sheet: dates are not correct and interest rates are not accurate. I just wanted to show that we are attempting to give the “correct” interest rate for the given date. (I know interest rates fluctuate all the time, just trying to not make it not too difficult to maintain)

https://docs.google.com/spreadsheets/d/1rwwIFVOGYt-lIx8Dtuv_6PGz28jSNQbH7LcZG2qKlfg/edit?usp=sharing

Thank you for taking a look, I’ve been trying to get this right for a while.

  • RecallMadness
    link
    fedilink
    English
    arrow-up
    4
    ·
    10 months ago

    Interest is usually calculated as a daily accrual of the EOD balance, then applied monthly.

    Some systems will actually do the accrual daily and store the balance in a shadow account, others will just calculate the interest when it is applied.

    So if you had $100,000 in your account for just one day and nothing else for the rest of the year, at 5% interest you would earn 100000 * 0.05 / 365 = $13.69

    • wulf@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      This seems like the best answer, it’s still not exact since interest changes daily (at least in the U.S) and interest compounds monthly.

      But I changed the interest formula to:

      Number of Days * Interest Rate * (Last Balance + Deposit) / 365

      That seems to be more accurate.