Preconditions
- Running a client in-house proprietary application capable to check user creditof conducting a user credit check
- Running third-party trading app (e.g. Autobahn FX)
Workflow 1
- User The FX Trader clicks button to book the a trade in the third-party trading app App executes (e.g. Autobahn FX)
- The trading app executes an interop action to the client in-house proprietary credit check application to check the trader's credit limit and rejects the trade if limit reached
...
- . If this check indicates the limit has been reached, the trading app presents a rejection dialog as a standard error dialog box with an informational message which may be a standard message (e.g. "Credit Limit Reached") or may include an interop link/action (provided by the credit check application) to resolve the limit breach.
Image Added
Required Features
- Point-to-point RPC invocation.
Current FDC3 API proposal doesn't define response message for "open" and "send" methods as they both returns Promise<void>:
https://github.com/FDC3/API/blob/master/src/interface.ts#L66
https://github.com/FDC3/API/blob/master/src/interface.ts#L34
{"serverDuration": 169, "requestCorrelationId": "e49c510b459d469880b511d7a735138e"}