I have each broker I use setup as a separate sub-portfolio. I need to be able to get total broker reports when needed and that is relatively straight-forward to do.
In each sub-portfolio (broker), I also do trading. Is there some way to code trading transactions so that I could pull out a summary trading report -- which would include trading transactions across multiple sub-portfolios (brokers)?
If I wasn't concerned with monitoring trading positions, I could just enter the net of the trade as a "distributed dividend" and create some sort of unique label for that transactions. I guess I could also create a unique symbol (e.g., XTRDE assuming it wasn't already used) and just report on a symbol. I think I'm leaning toward the latter solution as it would be important to get trading positions and total buy/sell amounts in the report.
Any other thoughts would be helpful. Thanks.