Fundamentals
Last updated
Last updated
This section describes some core fundamentals of this app.
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.
You can achieve data portability across machines by placing your data files on cloud storage such as Google Drive or One Drive.
When you login, you will be provided options to decide where to load data from. There are 4 options
Seed: 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)
.
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.
By default S8 Money is configured for the following settings.
Base Currency
CAD
Base Country
CA
You can change these to match your country and currency.
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.
This is the recommended approach for most users to avail benefits of all features such as categorized reporting and automatic balance updates.
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.
If you don't account for every transaction though, you would need to update bank balances manually to keep them in sync.
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.
Some browsers such as Chrome and Edge let you install S8 Money as an app. This is a very convenient way to use it.