Skip to content
This repository was archived by the owner on Dec 10, 2023. It is now read-only.

RamonWill/PortfolioAce

Repository files navigation

Stargazers Issues GPL-3.0


Logo

A fund administration application created in C#. Currently in pre-alpha stage

View Demo · Report Bug · Request Feature

Table of Contents
  1. About PortfolioAce
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgements
  8. Screenshots

About The Project

During my programming journey I have wanted to apply my knowledge and experience in the financial industry with the various resources available to me. This project (PortfolioAce) is currently a work in progress but i eventually hope for it to become a complete open source portfolio management solution for anyone.

Features:

  • Valuation and performance calculations for FX Forwards, Equities and Cryptocurrencies.
  • Management and Performance fee calculations taking the Hurdle rate (soft or hard) and/or High-Water Mark into consideration.
  • Lock and Unlock Accounting Periods
  • Data Metrics at a fund and position level.
  • Export data to CSV, TXT or JSON files.

As this is currently a work in progress i still need to implement testing and create more flexibility around these features.

Built With

The UI was written in XAML using the WPF Framework and the Business Logic is written in C# using .NET Core 3.1. This application relies on SQLite for storage.

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them. All dependencies are available via the NuGet package manager:

  • LiveCharts
  • ServiceStack
  • CsvHelper
  • DataGridExtensions
  • MaterialDesignThemes
  • MaterialDesignExtension
  • Entity Framework Core (3.1.9)
  • Entity Framework Core Tools (3.1.9)
  • Entity Framework Core Sqlite (3.1.9)

Installation

  1. Clone the repository
    git clone https://github.com/RamonWill/PortfolioAce.git
  2. Install the dependencies via NuGet

In order to get security prices this application relies on Alpha Vantage. The eventual goal is for this application to also support the services offered by Financial Modelling Prep. Free API Keys for these data providers can be found below:

Roadmap

Coming Soon

Contributing

A lot of things need to be implemented all whilst I learn best practices and system design. All contributions no matter how small are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GNU General Public License v3. See LICENSE for more information.

Contact

Project Link: https://github.com/RamonWill/PortfolioAce

Acknowledgements

Screenshots