accountApplicationConfirmationDS Data Type

de
Rückmeldung zur Erfassung der Kontoanlage eines Neukunden.
en
Confirmation of receipt for account opening of new customer.


Namespace
http://www.efdis.de/ob-sf-api/
Elements
name data type min/max occurs description
applicationNumber long 0/1
de
Antragsnummer als Referenz für die Kommunikation mit Bankmitarbeitern. Die Information ist nicht vorhanden, wenn der Antrag nicht angelegt werden konnte.
en
Application number as a reference for correspondence with bank employees. The information is unavailable, if the application could not be processed.
processingStatus string 0/1
de
Aktueller Antragsstatus. Die Information ist nicht vorhanden, wenn der Antrag nicht angelegt werden konnte. Mögliche Werte z. B.:
∙ 001 Antragseingang
∙ 002 in Bearbeitung
∙ 003 Antrag geprüft
∙ 004 Vertragspaket erstellt
∙ 005 Antrag abgelehnt
∙ 999 Nach CIFRA übertragen

en
Current account request processing status. The information is unavailable, if the application could not be processed. Possible values, e. g.,
∙ 001 entry of account request
∙ 002 in progress
∙ 003 account request checked
∙ 004 contract documents created
∙ 005 account request rejected
∙ 999 transfered to CIFRA
accountDS list of accountDS 0/unbounded
de
Datenstruktur für einen Kontodatensatz. Die Information ist nicht vorhanden, wenn der Antrag nicht angelegt werden konnte.
en
Data set structure for one account. The information is unavailable, if the application could not be processed.
applicantDS list of applicantDS 0/10
de
Rückmeldung der Erfassung der Neukunden. Die Reihenfolge kann von den Personen im Request abweichen. Die Information ist nicht vorhanden, wenn der Antrag nicht angelegt werden konnte.
en
Confirmation of receipt of the new account's associated persons. The order of persons may be different compared to the request data. The information is unavailable, if the application could not be processed.
documentBarcodeDS list of documentBarcodeDS 0/unbounded
de
Barcodes aller Rücklaufdokumente
en
Barcodes for every return document

Example

<a----->
  <applicationNumber>123456</applicationNumber>
  <processingStatus>001</processingStatus>
  <accountDS>
    <accountNumber>...</accountNumber>
    <product>TG1</product>
    <currencyCode>EUR</currencyCode>
    <duration>...</duration>
    <referenceAccountHolder>Max Mustermann</referenceAccountHolder>
    <referenceAccountNumber>...</referenceAccountNumber>
    <referenceBankcode>...</referenceBankcode>
    <referenceIban>DE18888888885003199006</referenceIban>
    <referenceBic>...</referenceBic>
    <referenceInstitute>...</referenceInstitute>
    <initialBalance>...</initialBalance>
    <directDebitSign>...</directDebitSign>
    <accessSign>E</accessSign>
    <directDebitFrom>...</directDebitFrom>
    <standingOrderPeriode>...</standingOrderPeriode>
    <standingOrderValue>...</standingOrderValue>
    <paymentAccountNumber>...</paymentAccountNumber>
    <existingAccountNumber>...</existingAccountNumber>
    <iban>...</iban>
    <paymentsIban>...</paymentsIban>
    <creditPurpose>...</creditPurpose>
    <nominalValue>...</nominalValue>
    <totalInterest>...</totalInterest>
    <interestRate>8.89</interestRate>
    <actualInterestRate>9.293</actualInterestRate>
    <firstInstalmentOn>...</firstInstalmentOn>
    <instalment>...</instalment>
    <instalmentPeriod>...</instalmentPeriod>
    <numberOfInstalments>...</numberOfInstalments>
    <lastInstalmentOn>...</lastInstalmentOn>
    <lastInstalment>...</lastInstalment>
    <residualDebtInsuranceType>...</residualDebtInsuranceType>
    <accountOwnerIsBank>...</accountOwnerIsBank>
    <entityAddendum>
      <key>...</key>
      <property>...</property>
      <value>...</value>
    </entityAddendum>
    <settlementAccount>...</settlementAccount>
    <specialCondition>
      <type>HAZS</type>
      <value>0.500</value>
      <expirationDate>20201231</expirationDate>
    </specialCondition>
  </accountDS>
  <applicantDS>
    <personNumber>42</personNumber>
    <userRole>ACCOUNTHOLDER</userRole>
    <firstName>Maximilian</firstName>
    <lastName>Weber</lastName>
    <birthDate>19800101</birthDate>
    <duplicateFound>false</duplicateFound>
  </applicantDS>
  <documentBarcodeDS>
    <documentIdentifier>...</documentIdentifier>
    <barcode>...</barcode>
  </documentBarcodeDS>
</a----->