Git Product home page Git Product logo

Comments (6)

simonmichael avatar simonmichael commented on May 26, 2024

Thanks for the report. There was one fix for roi in hledger 1.33:

roi now correctly interacts with --value. #2190 (Dmitry Astapov)

Could you confirm your issue still happens with 1.33 ?

from hledger.

hbwales avatar hbwales commented on May 26, 2024

Thanks - I get the same results with hledger 1.33.1-gba1b40e50-20240502, windows-x86_64

from hledger.

simonmichael avatar simonmichael commented on May 26, 2024

@adept, any thoughts ?

from hledger.

adept avatar adept commented on May 26, 2024

@hbwales , in this transaction:

2020-12-01 Test1
  A        +200.00  ; date:2020-12-01
  B        +100.00  ; date:2021-01-01
  C        -300.00

your assumption seems to be that these cash movements have taken place:

  1. 200 from C to A
  2. 100 from C to B

However, roi takes an "A-centric" view, and treats all transactions that mention A as related to the investment. So the interpretation is this:

  1. 300 from C to A (money moving in, as C is not a PnL account)
  2. 100 from A to B (money moving out, as B is not a PnL account)

This is documented in https://hledger.org/1.33/hledger.html#semantics-of---inv-and---pnl

If this interpretation does not suit you, you need to split this transaction into two so that the transaction that is not related to your investment will not have any mention of A.

This is not a recent development, I would've expected roi to behave like this from the very beginning

from hledger.

simonmichael avatar simonmichael commented on May 26, 2024

@hbwales, shall we close this ?

from hledger.

simonmichael avatar simonmichael commented on May 26, 2024

Closing, presumed resolved.

from hledger.

Related Issues (20)

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.