KaranVersation

TradeCops - A Generic tool for Parameter based Visualization

Data is important to all of us.

But what’s more important is the WAY we see it.

TradeCops was built for a specific business use case, but the design and code are highly generic - which means all it needs to port it onto a totally unrelated business case is a few changes in the configuration files.

Well, this is how enterprise systems work.

Our business case was for Trade Compliance and Risk Governance. Compliance monitor trading activity of their clients through a monitoring system. Once in a while, the system shows anomalous trading behaviour. The judgement is based on automated algorithms fed to the monitoring engine.

The question for Compliance now, is whether this really is an abnormal activity? It might be -

  • a perfectly sensible move (in case Apple fires it’s CEO, the stock is bound so tank. So if client is selling the stocks madly, it’s stupid to blame him for abnormal trades),
  • or something fishy (the market sentiment is neutral, but the client is selling like millions of stocks!

The way to do this is to manually check out information online and through firm proprietary systems. And once you have the intel from a dozen different sources, use your head to come up with a sensible boolean decision.

Too bad.

TradeCops asks Compliance to ‘plug in’ their data sources, select what they want to visualize, how, and for what (we’ll give you can example soon), and viola - a compelling visualization in seconds.

TradeCops Visualization

Yeah. This is what I was talking about.

TradeCops Chart

And the specifications for this chart.

Or else advanced features like ‘Saved template loading’ (which I’ll illustrate later)

Now you are free to provide specifications according to your requirement, and we can visualize almost anything*

*Information processed and visualized by us is in tabular format (Database table, CSV files, etc)

Another snapshot of Tradecops flaunting it’s UI.

TradeCops UI

My next blog talks about the art behind the scenes. In simpler words - the underlying architecture, technologies involved, introduction to a design pattern implemented and lastly, the sexy UI code structure.

← Back to posts