{"id":19469012,"url":"https://github.com/adalinesimonian/finance-sim","last_synced_at":"2025-07-11T12:09:57.292Z","repository":{"id":47145942,"uuid":"97990042","full_name":"adalinesimonian/finance-sim","owner":"adalinesimonian","description":"Simulates daily transactions in a bank account","archived":false,"fork":false,"pushed_at":"2023-12-15T02:33:22.000Z","size":23,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-14T22:44:18.228Z","etag":null,"topics":["budget","cli","command-line","finance","limited","money","simple","simulation","simulator","tool"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/finance-sim","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adalinesimonian.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-07-21T22:07:37.000Z","updated_at":"2024-11-18T07:31:57.000Z","dependencies_parsed_at":"2023-12-16T17:07:48.626Z","dependency_job_id":"34ce763f-22ae-4389-b667-ddc456642daa","html_url":"https://github.com/adalinesimonian/finance-sim","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"b12c48c136bbb40e5d4f8b99f8af36f79ca06cdc"},"previous_names":["vsimonian/finance-sim"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/adalinesimonian/finance-sim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adalinesimonian%2Ffinance-sim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adalinesimonian%2Ffinance-sim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adalinesimonian%2Ffinance-sim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adalinesimonian%2Ffinance-sim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adalinesimonian","download_url":"https://codeload.github.com/adalinesimonian/finance-sim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adalinesimonian%2Ffinance-sim/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260307660,"owners_count":22989801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["budget","cli","command-line","finance","limited","money","simple","simulation","simulator","tool"],"created_at":"2024-11-10T18:45:50.967Z","updated_at":"2025-07-11T12:09:57.263Z","avatar_url":"https://github.com/adalinesimonian.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# finance-sim\n\nA simple simulator which simulates what will happen to your bank account on a daily basis given a certain set of transactions and bank fees.\n\n## Usage\n\nFirst, install `finance-sim`:\n\n```bash\nnpm i -g finance-sim\n```\n\nThen, add your transactions and bank fees to `config.toml`. Here's an example:\n\n```toml\n[[bank-fees]]\nname   = \"Overdraft Fee\"\nentity = \"Chase Bank\"\namount = -34\nif     = \"balance \u003c 0 \u0026\u0026 expensesMade\"\n\n[[transactions]]\nname   = \"My Paycheque\"\nentity = \"ACME, Co.\"\namount = 2000\nwhen   = \"firstnotweekend(monthly(20))\"\n\n[[transactions]]\nname   = \"Rent\"\nentity = \"My Landlord\"\namount = -1500\nwhen   = \"monthly(1)\"\n```\n\nThen run the script:\n\n```bash\n# finance-sim \u003cstarting balance\u003e [start date] [end date]\n\nfinance-sim 3400 2017-1-1 2017-2-1\n```\n\nAnd you'll get output much like this:\n\n```\nSun, 1 January 2017\nTRX:      -$1,500.00  Rent                            My Landlord\nEnding:    $1,900.00\n\nFri, 20 January 2017\nTRX:       $2,000.00  My Paycheque                    ACME, Co.\nEnding:    $3,900.00\n\nWed, 1 February 2017\nTRX:      -$1,500.00  Rent                            My Landlord\nEnding:    $2,400.00\n```\n\nRun `finance-sim --help` to see more command-line options.\n\n## Licence\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadalinesimonian%2Ffinance-sim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadalinesimonian%2Ffinance-sim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadalinesimonian%2Ffinance-sim/lists"}