Bug 368463

Summary: Investment graph: net investment vs account value
Product: [Applications] kmymoney Reporter: Rick Yorgason <rick>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: REPORTED ---    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed In:

Description Rick Yorgason 2016-09-08 17:40:11 UTC
I'd like to see a new investment graph that shows the net investment vs the account value over time.

Basically, I just want a graph that shows ValueOfAccount - (ValueOfBuys - ValueOfSells).

Alternately, a graph that shows ValueOfAccount as a solid line and (ValueOfBuys - ValueOfSells) as a dashed line would also be useful.

Reproducible: Always




It's important to remember that when calculating (ValueOfBuys - ValueOfSells), you always need to sum the running total from the beginning of time, even if you're only displaying recent data.