An open API service indexing awesome lists of open source software.

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

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.