Follow these instructions to create, in the eMerged_Library library,
the BrokerageAccount business object which has these attributes:
- balance (double)
- transactionTradingLimit (double)
- stockPortfolio (StockPortfolioBO)
- customerNumber (string)
- dataValid (boolean)
The stockPortfolio attribute references the StockPortfolioBO business
object.