Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 780 Bytes

File metadata and controls

13 lines (10 loc) · 780 Bytes

Master plan:

  1. --Get the disruptor to work (build failing)-- DONE
  2. Learn use cases and get some intuition about how to use the disruptor - perhaps by looking into performance tests in the project
  3. Find something in our platform for which disruptor is a fit (valuations? Fx?)
  4. Move that piece of code to disruptor - after understanding how that code translates to the disruptor model
  5. Check for correctness of the results produced using the disruptor model - compare with the results from our systems
  6. Compare performance to our system

Subtasks:

-Figure out the best way to retrieve market data (e.g. fx rates for the previous day, Fx Forward rates) -Bug Eli about getting trade details + performance measures on the 800,000+ valuations overnight run a few weeks ago