I am trying to create a "simple" estate report.
For a number of banking and brokerage accounts, I would like the report to:
List the cash and securities on the report opening date (from period). For each security in each account on the opening date, I would like the security name, the number of shares, the price per share, and the total value for each security.
I would like the report to show the transactions between the opening date and closing date. This would be primarily interest and dividends with some cash withdrawals. In addition, there are some security sales and purchases. For each security transaction, I would like report to show the security name, the number of shares, the price per share, and the total value for each security listed for each transaction.
On the closing date, most of the accounts would have a zero balance, but for completeness, I would like to show the cash and securities on the report closing date (to period). For each security in each account on the closing date, I would like the security name, the number of shares, the price per share, and the total value for each security.
It seems like I am looking for a hybrid of a banking, spending and balance report. I have tried to export these various reports in excel / csv and then merge them together, but end up with a complex mess that does not seem to allow someone to easily understand the starting point, see the changes over time, and then understand how we got to the ending position.
Does anyone have a suggestion on how I can create such a report? I am OK if I need to output a few reports and merge things together in excel, but don't want to have to enter each transaction manually.
Thanks for any assistance with this.