Bank domain
Typical integration scenarios and datamodels in Bank domain.
Domestic payment order header and items
Class diagram
- description: domestic payment order
- typical source: external

Data models
- DomesticPaymentOrderHeader
- DomesticPaymentOrderItem
- BankAccount
- PaymentOrderType
- PaymentType
- PaymentOrderItemDetail
Foreign payment order
Class diagram
- description: foreign payment order
- typical source: external

Data models
- ForeignPaymentOrder
- BankAccount
- BankFee
- PaymentType
- BankFeeType
- PaymentOrderType
- PaymentType
- PaymentOrderItemDetail
Accounting bank statement header and items
Class diagram
- description: dependencies between the account header of the bank statement and the items
- typical source: external

Data models