Client facing REST API
Main Use Cases:
Deal Blotter Data
Order Blotter Data
Other Use Cases when client infrastructure is not responsible for certain validations:
Execution workflow
Order placing workflow
Order cancellation workflow
Critical points for Deal and Order Blotter Data:
SSO Oauth2 process for user authentication (can be provided by FXWebAPI as well)
Use Customer Code on FXWebAPI side to not pass customer data to FXWebAPI
Non-critical points of Deal and Order Blotter Data:
Latency
Who is delivering this service (SOA can also be a middleman between the end client and FXWebAPI)
FXWebAPI integration workflow for client-facing REST API:

Last updated