-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the ClientETFTrader wiki!
Here you will find a list of our CRC definitions as well as our UML class diagram.
#CRC for LoginSystem “As the client, I want to be able to access the system in a secure manner, so that I can perform my intended actions”
#CRC for OrderSubmitter “As a trader, I want to be able to submit trades that the customer gives to me.”
#CRC for TradeDivider “As a trader, I want to be able to execute a sell order and have it divided over the course of the day so that the impact to the ETF trading price is minimized.”
#CRC for TradeSubmitter “As a trader, I want to be able to reallocate trades across time if they are not successful the first time, because I do not want a customer’s order to fail.“
#CRC for ETFTraderMonitor “As a trader, I want to be able to know if the trade system is down so that I know who to notify to bring it back up and minimize impact to the client.”
#CRC for Order
#UML Diagram for project