Language: Deutsch · English
Update – part of the MT940 Nuclet documentation (import and processing of bank statements in MT940 format).
HOW-TO INTEGRATORS UPDATED: JUL 2026 APPLIES TO NUCLOS 4.2026.X
On this page
Machine-translated – under review
This page was machine-translated from German as a first draft and is currently under review. The authoritative source remains the German original (see the language switch above).
When updating the MT940 Nuclet (from an older version to a newer one), there is a risk that the adjustments in the Java rules are overwritten.
To avoid this, the following steps are recommended should the MT940 Nuclet be updated to a newer version:
| Java class | Java package | necessary work steps |
|---|---|---|
| CurrencyWrapper | org.nuclet.mt940.wrapper |
|
| CurrencyFacade | org.nuclet.mt940.facade |
|
| CurrencyFacadeFactory | org.nuclet.mt940.facade | after the Nuclet update, enter the cloned CurrencyFacade (in the method getInstance) |
| ReferenceWrapper | org.nuclet.mt940.wrapper |
|
| ReferenceFacade | org.nuclet.mt940.facade |
|
| ReferenceFacadeFactory | org.nuclet.mt940.facade | after the Nuclet update, enter the cloned ReferenceFacade (in the method getInstance) |
| ConditionsOfPaymentWrapper | org.nuclet.mt940.wrapper |
|
| ConditionsOfPaymentFacade | org.nuclet.mt940.facade |
|
| ConditionsOfPaymentFacadeFactory | org.nuclet.mt940.facade | after the Nuclet update, enter the cloned ConditionsOfPaymentFacade (in the method getInstance) |
The cloning only has to be carried out once, i.e. this step is not required on every further update of the MT940 Nuclet.
On a further update it might, under certain circumstances, only be necessary to adapt the wrapper and facade classes to the current specifications from the abstract classes.