Skip to content
David Watkins edited this page Nov 18, 2016 · 7 revisions

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” LoginSystem

#CRC for OrderSubmitter “As a trader, I want to be able to submit trades that the customer gives to me.” OrderSubmitter

#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.” TradeDivider

#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.“ TradeSubmitter

#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.” ETFTraderMonitor

#CRC for Order Order

#UML Diagram for project uml

Clone this wiki locally