+++ date = “2016-05-12T23:45:48+01:00” title = “Project 7: FX-Trader” +++
A derivatives trading system. This is my attempt at building a derivatives trading system. In this first post I am going to outline the goals of the project and some of the early design decisions.
This is an ambitious project so it will take a lot of posts.
The ideals of this project are
For now I am going to focus on a very specific purpose and a very specific trade.
There is a reason I chose these two items, loading and displaying derivatives is difficult. You would not think it but it actually is, these is a very large amount of boiler plate stuff that has to be in place before you can represent a derivative.
Why FX Forwards….. there are lots of reasons
For this project I am going to use spring.io. This takes care of a lot of the boiler plate stuff. Is very popular, so it will be familiar to a large group of developers.