Git Product home page Git Product logo

robot-advisor's Introduction

Robot advisor

A project to advise you with your [personal] finances. A part of Robot Advisor (GMaur's Investment Ideas)

Scope of the project

This aims to be a stateless service that performs the business logic with regards to your portfolio and investments.

In scope

  • distribute the contributions to a portfolio. Operation = contribute
  • rebalance the portfolio according to some rules. Operation = rebalance
  • to solve our problems
  • known limitations:
    • only works with funds (not ETFs, stocks, pension plans)

Out of scope

Note: This project is open to contributions. If you want to contribute with ideas or pull requests (PRs), feel free to go ahead.

  • any broker-specific condition (e.g., commissions)
  • anything else not mention in scope

Running it

see RUNNING.md

Notes

  • We prefer usability and communication over ReST compliance.

Contributing

This project is open to contributions.

We're mainly interested in solving our own problems, not adding features for the sake of completion. On the other hand, if you need to solve a problem of yours that is not currently solved by this project, please contact us (message / issue).

Reaching us

Please send a message (e.g., twitter) or an issue

Related projects

This project can function standalone. But it is easier to use with a 'director' (that manages the interactions). Find them here

Some other projects in the same area

robot-advisor's People

Contributors

alvarogarcia7 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

robot-advisor's Issues

Parse the message from the r4-automator format

sample:

{
  "assets" : [ {
    "isin" : "LU1050469367",
    "price" : "16.49",
    "type" : "fund"
  }, {
    "isin" : "LU1050470373",
    "price" : "16.77",
    "type" : "fund"
  }, {
    "isin" : "LU0996177134",
    "price" : "38.32",
    "type" : "fund"
  }, {
    "isin" : "LU0996182563",
    "price" : "13.87",
    "type" : "fund"
  }, {
    "value" : "10.24",
    "type" : "cash"
  } ]
}

Rebalance a portfolio

Rebalance a portfolio

Hypotheses:

  • Based on amount only
  • Single-currency (EUR) only
  • Internal transfers only
  • No commission

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.