https://github.com/open-portfolio/flowworthapp
Portfolio valuation, performance, and tracking tool for the Do-It-Yourself Investor
https://github.com/open-portfolio/flowworthapp
brokerage finance investing macos macos-app networth personal-finance portfolio stock-market swift swiftui
Last synced: 6 months ago
JSON representation
Portfolio valuation, performance, and tracking tool for the Do-It-Yourself Investor
- Host: GitHub
- URL: https://github.com/open-portfolio/flowworthapp
- Owner: open-portfolio
- License: mpl-2.0
- Created: 2022-08-29T23:52:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T04:54:19.000Z (over 2 years ago)
- Last Synced: 2025-03-28T10:21:35.163Z (7 months ago)
- Topics: brokerage, finance, investing, macos, macos-app, networth, personal-finance, portfolio, stock-market, swift, swiftui
- Language: Swift
- Homepage: https://openalloc.github.io/FlowWorth
- Size: 821 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flow Worth App
_Portfolio valuation and tracking tool for the Do-It-Yourself Investor_
This application is part of the [OpenAlloc](https://github.com/openalloc) family of open source Swift software tools.
It is formerly a proprietary application now entirely open-sourced in August 2022.
It has been written in _Swift_ language and the _SwiftUI_ framework using Xcode 13.4
The current target is macOS 12.0 (Monterey) and newer, for Intel and Apple Silicon. This requirement will move forward in the future.
There’s strong potential for supporting iPadOS/iOS, but would require further development and testing by interested developers.
## See Also
This app is a member of the _Open Portfolio Project_.
* [_Open Portfolio_](https://open-portfolio.github.io/) - _Open Portfolio_ product website
* [_Open Portfolio_ Project](https://github.com/open-portfolio/) - Github site for the development project, including full source code## License
Copyright 2021, 2022 OpenAlloc LLC
All application code is licensed under the [Mozilla Public License 2](https://www.mozilla.org/en-US/MPL/2.0/), except where noted in individual modules.
## Contributing
Contributions are welcome. You are encouraged to submit pull requests to fix bugs, improve documentation, or offer new features.
The pull request need not be a production-ready feature or fix. It can be a draft of proposed changes, or simply a test to show that expected behavior is buggy. Discussion on the pull request can proceed from there.
Contributions should ultimately have adequate test coverage. See tests for current entities to see what coverage is expected.