...
More about the feature scope and implemented processes of this Nuclet can be found in section 2.
Within the .nuclet file, the CAMT Nuclet comprises
...
Type | Name, English | Name, German | Short description |
|---|---|---|---|
| Business object | Account Balance | Account balance | |
| Balance Type | Balance type | ||
| Bank Statement | Bank statement | ||
Bank Transaction | Bank transaction | ||
| Bank Transaction Ref | Referenz-2-Bankumsatz | ||
Bank Transaction Type | Bank transaction type | ||
| CAMT Message Type | CAMT message type | CAMT.053 oder or CAMT.054 | |
Credit/Debit Indicator | debit/credit mark | ||
Entry Status | Entry status | ||
| SEPA Return Reason Code | SEPA return reason code | ||
| SWIFT Transaction Code | SWIFT transaction code | ||
| Layout | Balance Type | layout for the business object "Balance Type" | |
| Bank Statement | layout for the business object "Bank Statement" | ||
| Bank Transaction | layout for the business object "Bank Transaction" | ||
Bank Transaction Type | layout for business object "Bank Transaction Type" | ||
| CAMT Import | |||
| CAMT Import (CAMT.053) | |||
Credit/Debit Indicator | layout for business object "Credit/Debit Indicator" | ||
Entry Status | layout for business object "Entry Status" | ||
| SEPA Return Reason Code | layout for business object "SEPA Return Reason Code" | ||
State model | CAMT Bank Transaction | state model for the business object "Bank Transaction" | |
| Attribute group | CAMT Bank Statement Data | Bank statement data | |
| CAMT Bank Transaction Data | Bank transaction data | ||
| CAMT Bank Transaction References | references assigned to the bank transactions | ||
| CAMT Import Data | information to be set by the user in CAMT imports | ||
| CAMT System Data | information entered by the application in CAMT imports | ||
Java package | org.nuclet.camt.facade | classes for database accesses | |
| org.nuclet.camt.job | Java rules for controlling jobs ("job control") | ||
org.nuclet.camt.logic | Business logic | ||
org.nuclet.camt.parser | CAMT parser functionality | ||
org.nuclet.camt.rule | control of insert/update/delete events | ||
| org.nuclet.camt.statemodel | definition of state changes (as a Nuclet interface) | ||
org.nuclet.camt.wrapper | wrapper classes (as a Nuclet interface) | ||
| Parameter | CAMT File Directory | defines the input directory of the CAMT files | |
| CAMT File Encoding | determines the character set used in the CAMT files | ||
| CAMT File Extension | defines the file extension of the CAMT files | ||
| CAMT File Format | used to pre-populate the message type in CAMT imports | ||
Job control | CAMT.053 Import | deadline job for the automated import of CAMT.053 files | |
| CAMT.054 Import | deadline job for the automated import of CAMT.054 files | ||
| Value List Provider | CAMT Message Type (default) | Pre-population of the message type in CAMT imports | |
Structure definition | CAMT Balance Type | import structure for business object "Balance Type" | |
| CAMT Bank Transaction Type | import structure for business object "Bank Transaction Type" | ||
CAMT Credit/Debit Indicator | import structure for business object "Credit/Debit Indicator" | ||
CAMT Entry Status | import structure for business object "Entry Status" | ||
| CAMT Message Type | import structure for business object "CAMT Message Type" | ||
| CAMT SWIFT Transaction Code | import structure for business object "SWIFT Transaction Code" | ||
| SEPA Return Reason Code | import structure for business object "SEPA Return Reason Code" | ||
Nuclet dependency | general helper functionality | ||
Object imports | Balance_Type.csv | master data records for business object "Balance Type" | |
| Bank_Transaction_Type.csv | master data records for business object "Bank Transaction Type" | ||
| CAMT_Message_Type.csv | master data records for business object "CAMT Message Type" | ||
Credit_Debit_Indicator.csv | master data records for business object "Credit/Debit Indicator" | ||
Entry_Status.csv | master data records for business object "Entry Status" | ||
| SWIFT_Transaction_Code.csv | master data records for business object "SWIFT Transaction Code" | ||
Example files | Kontoauszug_001.xml | CAMT.054 import example | |
Kontoauszug_002.xml | CAMT.054 import example |
...