-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Domain-Driven Design with Java - A Practitioner's Guide
By :

In Chapter 4, Domain Analysis and Modeling, we discussed eventstorming as a lightweight method to clarify business flows. As a reminder, this is the output produced from our eventstorming session:
Figure 8.1 – Recap of the eventstorming session
As depicted in the preceding diagram, some aspects of Letter of Credit (LC) application processing happen outside our current bounded context, before the trade finance manager makes a decision to either approve or decline the application, as listed here:
Currently, the final approval is a manual process. It is pertinent to note that the product value and legality checks happen as part of the work done by the product analysis department, whereas applicant creditworthiness checks happen in the credit analysis department. Both departments make use of their...