Create Environment for Production

Along with the initial delivery of the application, the bank will receive a so-called MyModelbank.

It is a set of static data, configuration and transaction data that is internally consistent and can be used to test the application.

During the implementation of the software, this data is generally used to test product customizations that were carried out to meet the customer's requirements. Additional static data is created, contracts are created and processed, and a diverse range of configurations are carried out.

There will come a time when this test system cannot continue to be used in this manner, because the data is merely 'test' data. The information about the participants, the banks, the accounts of the participants and the income accounts in the definitions for the charges do not correspond, or only correspond in part, to actual bank data and the contracts do not contain the actual business of the bank.

To build a system that is suitable for use in production, you can proceed as follows.

Establishing the Entity structure

The Demobase contains several Entities and Entity groups, plus the corresponding Entity addresses.

To reproduce the structure of the bank, proceed as follows: