Fundamentals

This section describes some core fundamentals of this app.

How Data is Stored and Loaded

Storing Data

S8Money stores data locally using IndexedDB as you perform actions on the app. IndexedDB can get cleared depending on your browser settings and when you choose to manually clear your site data. It is therefore strongly recommended to save your data to a file at the end of a session.

Use the Save button to save your data to a file. This button is accessible from all screens / pages.

The data is saved in JSON file. The structure of the JSON file is publicly available. You are free to port the data into any format you wish.

Loading Data

When you login, you will be provided options to decide where to load data from. There are 4 options

  • Set Up: Use this only for initial setup of the app. This will clear any existing browser data. This does not impact data saved to a file.

  • File: This button is enabled only if you load a file. This will load the file data. The timestamp of the file data is shown in the dialog.

  • Browser: This button is enabled only if you have data in the browser. This will load the data stored in your browser's IndexedDB. The timestamp of the browser data is shown in the dialog.

  • Latest: This button is enabled when you have data in your browser and file. This picks the later of the two as indicated by (Most Recent).

Market Data

The market data feature provides the the application with stocks/ETF data (including prices) and FX rates for supported currencies. Prices are updated on the backend at least on a daily basis but typically more frequently.

Important Settings

By default S8 Money is configured for the following settings.

Property
Value

Base Currency

CAD

Base Country

CA

You can change these to match your country and currency.

How to Use

S8 Money was designed to mimic the real world financial world. Once you open an account you make transactions / trades against it. As such, the application relies on the user adding transactions and trades while automatically updating balances and holdings.

This requires users to account for every transaction / trade for balances and holdings to accurately reflect what the banks / brokerages have.

The software does however provide for flexibility. You could choose to use the app to only add aggregate transactions at the account + label level on a monthly basis. This can be useful to users who do not wish to maintain all details but still want categorized reporting.

For example, you could add a single transaction to account for all grocery purchases in the month against a particular credit card. The aggregation might be something your financial institution or credit card offers.

If you are only interested in categorized reporting for certain categories (labels), you could only track a subset of transactions such as big purchases or vacations.

And then there might be users who don't care about tracking transactions at all. Such users can simply update balances to get a consolidated view.

For equity investments you can't just create a holding though. You would need to add a trade. You could however update a single trade with new quantities and cost basis should you wish.

Given most people make far fewer trades than transactions it is strongly recommended to add every trade except possibly for systematic investments.

Installing as an App

Some browsers such as Chrome and Edge let you install S8 Money as an app. This is a very convenient way to use it.

Last updated