All Projects → buchen → Portfolio

buchen / Portfolio

Licence: epl-1.0
A simple tool to calculate the overall performance of an investment portfolio.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Portfolio

AIPortfolio
Use AI to generate a optimized stock portfolio
Stars: ✭ 28 (-97.89%)
Mutual labels:  portfolio, stocks
Fast arrow
(no longer maintained) A simple yet robust (stock+options) API client for Robinhood
Stars: ✭ 127 (-90.42%)
Mutual labels:  portfolio, stocks
Ta Rs
Technical analysis library for Rust language
Stars: ✭ 248 (-81.3%)
Mutual labels:  stocks, financial
pr-www
Portfolio Report Website - the data source for Portfolio Performance
Stars: ✭ 50 (-96.23%)
Mutual labels:  portfolio, stocks
Stocksera
Web application that provides alternative data to retail investors
Stars: ✭ 426 (-67.87%)
Mutual labels:  financial, stocks
rebalance-app
💸 Optimal lazy portfolio rebalancing calculator (in Rust)
Stars: ✭ 37 (-97.21%)
Mutual labels:  portfolio, stocks
Python Trading Robot
A trading robot, that can submit basic orders in an automated fashion using the TD API.
Stars: ✭ 235 (-82.28%)
Mutual labels:  portfolio, stocks
FinanceKit
FinanceKit is a Framework for iOS and Mac to build apps working with financial data, like money, currencies, stocks, portfolio, transactions and other concepts.
Stars: ✭ 15 (-98.87%)
Mutual labels:  portfolio, stocks
Alphapy
Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost
Stars: ✭ 564 (-57.47%)
Mutual labels:  portfolio, stocks
Pierfrancescosoffritti.com
Personal website.
Stars: ✭ 70 (-94.72%)
Mutual labels:  portfolio
Emfjson Jackson
JSON Binding for Eclipse Modeling Framework
Stars: ✭ 79 (-94.04%)
Mutual labels:  eclipse
Tradestation
EasyLanguage indicators and systems for TradeStation
Stars: ✭ 65 (-95.1%)
Mutual labels:  stocks
Ansi Econsole
Eclipse plugin that understands ANSI escape sequences to color the Eclipse console output.
Stars: ✭ 72 (-94.57%)
Mutual labels:  eclipse
Android Support V7 Appcompat
Eclipse library project based on Android support appcompat-v7 AAR releases.
Stars: ✭ 83 (-93.74%)
Mutual labels:  eclipse
Tristeon3d
A 3D Engine built by two Game Engineering students.
Stars: ✭ 68 (-94.87%)
Mutual labels:  portfolio
Rw
Ryan Wiemer's Digital Portfolio
Stars: ✭ 87 (-93.44%)
Mutual labels:  portfolio
Backtesting.py
🔎 📈 🐍 💰 Backtest trading strategies in Python.
Stars: ✭ 1,124 (-15.23%)
Mutual labels:  stocks
Avr Cheat Sheet
AVR cheat sheet for the ATmega328p
Stars: ✭ 64 (-95.17%)
Mutual labels:  eclipse
Portfolio Template
An Open-Sourced Template for developers to show-off there skills. Made with ReactJS
Stars: ✭ 52 (-96.08%)
Mutual labels:  portfolio
P32929.github.io
Second iteration of my portfolio - created using ReactJS, Material-UI, Overmind, etc
Stars: ✭ 84 (-93.67%)
Mutual labels:  portfolio

About

A simple tool to calculate the overall performance of an investment portfolio.

See https://www.portfolio-performance.info for more details.

Build Status Latest Release Release Date License

LOC Bugs Vulnerabilities Code Coverage

Prerequisites

Developing with Eclipse

Eclipse Setup

To develop, use the latest Eclipse IDE release plus Plug-in Development Environment (PDE). PDE homepage is https://www.eclipse.org/pde/ and it can be installed via Help/Install new Software. The link for the update site is mentioned in the PDE docs.

Optionally, install via the Eclipse Marketplace

  • infinitest
  • ResourceBundle Editor
  • SonarLint
  • Eclipse Checkstyle Plug-in

Setup

Clone the git repository by cmd or by download also.

Import projects by

  • selecting "Import Projects..." on the Git repository in the Git perspective
  • choosing "File" > "Import..." > "Existing Projects into Workspace" from the menu

After importing the Portfolio Performance projects in Eclipse, they will not compile due to missing dependencies: the target platform is missing.

Set Target Platform

  • Open the portfolio-target-definition project
  • Open the portfolio-target-definition.target file with the Target Editor (this may take a while as it requires Internet access). If you just get an XML file, use right click and chose Open With Target Editor
  • In the resulting editor, click on the "Set as Active Target Platform" link at the top right (this may also take a while)

Run Program

Run the application and the tests with the launch configurations stored in ./portfolio-app/eclipse folder (right-click "Run As").

⚠️ The launch configuration needs an update when bundles are added and removed or the OS platform changes. If the program does not start, try selecting "Add required plug-ins" in the launch configuration dialog.

Building with Maven

Maven is not required (anymore) to develop Portfolio Performance as you can develop using the Eclipse IDE with the setup above. The Maven build is used for the Github Actions build.

The Maven build works fine when JAVA_HOME points to an (Open-)JDK 11 installation.

Configure

Mac OS X / Linux

export MAVEN_OPTS="-Xmx1g"

Windows

set MAVEN_OPTS="-Xmx1g"

Build

Run Maven 3.x.x:

mvn -f portfolio-app/pom.xml clean verify

Note, under Windows the maven-enforcer plugin (used in ./portfolio-app/pom.xml) has an issue with ${project.basedir}, so you need skip it like

mvn -f portfolio-app\pom.xml -Denforcer.skip=true clean verify

License

Eclipse Public License https://www.eclipse.org/legal/epl-v10.html

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].