Trading Office is reference implementation of microservices architecture, based on Spring Boot. It's modeling part of post trade processing, mainly focused on receiving Fixml message and preparing confirmation for it.
- spring boot web application
- exposes REST endpoint for market data (using Yahoo Finance Api)
- exposes REST endpoints for instrument data (data consumed from OpenFigi Api)
- based on a given symbol, downloads instrument data with actual price
- works in readonly mode
Heroku: http://market-data-service.herokuapp.com/swagger-ui.html
- checking if dependencies are up to date