Code Monkey home page Code Monkey logo

ghostfoliosidekick's People

Contributors

joren-vangoethem avatar vibenl avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

ghostfoliosidekick's Issues

Minimize rounding / conversion errors

Currently we convert the unit price with the known conversion rate. This leads to rounding errors per unit. When the number of units increases in a transaction, the error compared to the paid total also increases.

We should investigate if we can reduce the error by using the total paid amount and calculating the unit price and rounding up or down depending on the type of transaction (buy should be rounded up, sell rounded down just to be safe?) .

Allow multiple file types for one account

Currently only a single parser can handle an account. It would be nice to support multiple formats for an account.

Usecases:

  • Export formats of brokers can change, we should be able to keep using the ealier exported files
  • Some brokers can export multiple file types, we should have the option to mix and match
  • We should be able to use the generic import format in combination with the export from a broker when the export functionality is (temporary) not available.

Idea: Add workaround for staking rewards

Currently Ghostfolio has no support for staking, lets implement a workaround:

  • for every stake reward
    • create a dividend record the the currency amount
    • create a buy order for exactly the same amount

Inconsistent Symbol detection

Having a weird issue parsing some transactions from trading 212.

If I restart the container I get new errors saying that XXX symbol was not found

One run

info: GhostfolioSidekick.FileImporter.FileImporterTask[0]
      AccountName: Trading 212
fail: GhostfolioSidekick.Ghostfolio.API.GhostfolioAPI[0]
      Could not find HEIA.AS as a symbol
fail: GhostfolioSidekick.Ghostfolio.API.GhostfolioAPI[0]
      Could not find IE00B3XXRP09 as a symbol
fail: GhostfolioSidekick.Ghostfolio.API.GhostfolioAPI[0]
      Could not find US0079031078 as a symbol

Second run

info: GhostfolioSidekick.FileImporter.FileImporterTask[0]
      AccountName: Trading 212
fail: GhostfolioSidekick.Ghostfolio.API.GhostfolioAPI[0]
      Could not find VWCE.DE as a symbol
fail: GhostfolioSidekick.Ghostfolio.API.GhostfolioAPI[0]
      Could not find US02079K3059 as a symbol
fail: GhostfolioSidekick.Ghostfolio.API.GhostfolioAPI[0]
      Could not find US0231351067 as a symbol

Would this be an issue with Ghostfolio getting limited on the API?

Allow adding a manual transaction

Currently it is not possible to have a manual transaction since it will be removed on syncing.

use cases to be implemented:

  • a transaction not yet available in the CSV export

Maybe others??

fixing culture changes breaking tests

we need a way to fix the culture difference breaking the tests.

either by detecting culture and adjusting accordingly or finding a way to parse the data culture-invariant

Support importing Custom symbols

Goal: Import custom symbols for stuff as:

  • Investments in non publically traded stocks / ETF's
  • Keep track of up's and downs of savings accounts by using a EUR symbol

Duplicate transaction

When multiple files are used, duplicate transactions can be contained and should not cause duplication on Ghostfolio.

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.