The Quoting and Agreements Bounded Context provides Participants with quotations for undertaking transfers, and records the participant accept/reject responses.
The following terms are used in this BC, also known as a domain.
(Digital) Financial Services Provider
Financial Services Provider
Functional Overview
Use Case - Functional Overview Calculate Quote - Happy Path
This process obtains an array of relevant Participant data including status flags, calculates the cost of Transfer including fees, and provides it to the Participant/s. It also able to support the storing of Participants requests & responses (i.e. accept or reject the quote).
Use Case - Calculate Quote - Happy Path Get Quote - Happy Path
Process to obtain and deliver existing Quote details to Participant/s on request.
Use Case - Example REPLACE ME Calculate Quote - Invalid Quote Request
Process that enables the system to invalidate quote requests by monitoring and responding to invalid Request Events, FSPs, or duplicate requests.
Use Case - Calculate Quote - Invalid Quote Request Calculate Quote - Invalid FSPs
Process that enables the system to invalidate FSP quote requests where the FSP details mismatch the original Quote for either one or both Participants.
Use Case - Calculate Quote - Invalid FSPs Calculate Quote - Invalid Scheme Rules Detected In Request
Process to enable the system to invalidate quote requests where Scheme Rules are violated, by one or more Participants, for example where Quote Period Limit reached.
Use Case - Calculate Quote - Invalid Scheme Rules detected in Request Calculate Quote - Invalid Scheme Rules Detected In Response
Process to enable the system to invalidate quote reponses where Scheme Rules are violated by one or more Participants, for example, where invalid terms are detected.
Use Case - Calculate Quote - Invalid Scheme Rules detected in response Canonical Quote Model
The canonical model stores the following details of quotations in the Quotes & Agreements BC:
Payer
Amount Requested (initial amount)
Currency (ISO currency code)
Amount to send (including fees, etc.)
Currency (ISO currency code)
Payee(s) (one or more - should all be added to the "Amount to send")
'#'
Participant
roleType (Identify why this "payee" is receiving this amount, i.e.: fee, recipient, etc.)
Amount to receive
currency (ISO currency code)
No red flag issues have been observed in the overall BC and Reference Architecture design.
We need to better understand/clarify the "GET" via "POST" pattern:
Should a "GET" event be a simple Restful "GET", or does the system need to support the "GET" from duplicate posts?
Are we required to serve "GET" requests that include FSP details at a later date?