accountDS Data Type

de
Datenstruktur Neukonto
en
data structure account request


Namespace
http://www.efdis.de/ob-sf-api/
Elements
name data type min/max occurs description
accountNumber long 0/1
de
Kontonummer
en
account number
product string 0/1
de
Produktkürzel
en
product code
currencyCode string 0/1
de
Währungskennzeichen
en
currency code
duration int 0/1
de
Laufzeit in Monaten
en
duration in months
referenceAccountHolder string 0/1
de
Name des Referenzkontoinhabers
en
name of the reference account holder
referenceAccountNumber string 0/1
de
Kontonummer des Referenzkontos
en
account number of the reference account
referenceBankcode string 0/1
de
Bankleitzahl des Referenzkontos
en
bank code of the reference account
referenceIban string 0/1
de
IBAN des Referenzkontos
en
IBAN of the reference account
referenceBic string 0/1
de
BIC des Referenzkontos
en
BIC of the reference account
referenceInstitute string 0/1
de
Name der Kontoführenden Bank des Referenzkontos
en
institute name in charge of reference account
initialBalance decimal 0/1
de
Anfangssaldo
en
initial balance
directDebitSign boolean 0/1
de
Kennzeichen, Einzug Anlagebetrag per Lastschrift
en
flag transfer of initial investment by direct debit
accessSign string 0/1
de
Zugriffsberechtigung (E = Einzel, G = Gemeinsame
Verfügungsberechtigung)
en
power of disposition (E = single, G = joint disposition)
directDebitFrom string 0/1
de
Lastschrifteinzug erfolgt
  • vom internen Tagesgeldkonto T
  • oder vom externen Referenzkonto R

en
investment is debited from
  • internal account T
  • or external reference account R
standingOrderPeriode string 0/1
de
Dauerauftragsperiode (Bonussparen)
en
standing order period (bonus savings)
standingOrderValue decimal 0/1
de
Betrag des Dauerauftrags (Bonussparen)
en
amount of standing order (bonus savings)
paymentAccountNumber long 0/1
de
Interne Kontonummer des Kunden, an der das ausgewählte
Referenzkontos hinterlegt ist
en
internal customer account number, which the chosen reference
account is matched
existingAccountNumber long 0/1
de
Den Antrag betreffendes Bestandskonto (bei Änderungsanträgen)
en
existing account number in case of change orders
iban string 0/1
de
IBAN des Kontos
en
IBAN of account
paymentsIban string 0/1
de
IBAN des Zahlungsverkehrskontos
en
IBAN of funds transfer account
creditPurpose string 0/1
de
Verwendungszweck des Kredits
en
Purpose of credit
nominalValue decimal 0/1
de
Nennwert eines Sparbriefs oder Gesamtkreditbetrag (Bruttobetrag
inkl. Zinsen und Gebühren)
en
Nominal value of a savings certificate or total credit amount
(gros amount incl. interest and fees)
totalInterest decimal 0/1
de
Gesamtbetrag der Zinsen über die Laufzeit
en
Gros amount of interest paid over duration of contract
interestRate decimal 0/1
de
Sollzins in Prozent. Die Angabe ist nur bei Produkten mit
manueller Zinserfassung möglich. Bei automatischer Zinsermittlung
erfolgt die Berechnung durch das Kernbanksystem.
en
Interest rate in percent. The specification of a custom rate is
allowed for products with manual entry of the interest only. For
products with automatic calculation of the interest, the core
banking system determines the interest rate.
actualInterestRate decimal 0/1
de
Effektiver Zins in Prozent. Die Angabe ist nur bei Produkten mit
manueller Zinserfassung möglich. Bei automatischer Zinsermittlung
erfolgt die Berechnung durch das Kernbanksystem.
en
Actual interest rate in percent. The specification of a custom
rate is allowed for products with manual entry of the interest
only. For products with automatic calculation of the interest, the
core banking system determines the actual interest rate.
firstInstalmentOn int 0/1
de
Fälligkeitsdatum der ersten Rate (Auszahlplan) oder erster
Rateneinzugstermin (Kredit). Format: JJJJMMTT
en
Due date of first instalment (withdrawal plan) or credit due
date. Format: YYYYMMDD
instalment decimal 0/1
de
Ratenbetrag
en
instalment amount
instalmentPeriod string 0/1
de
Ratenperiode
  • einmalig E
  • halbjährlich H
  • jährlich J
  • monatlich M
  • täglich T
  • vierteljährlich V
  • 2-monatlich 2
  • 4-monatlich 4
  • 5-monatlich 5
  • 7-monatlich 7
  • 8-monatlich 8
  • 9-monatlich 9

en
Period of instalment
  • once E
  • biannual H
  • annual J
  • monthly M
  • daily T
  • quarterly V
  • bimonthly 2
  • four monthly 4
  • five monthly 5
  • seven monthly 7
  • eight monthly 8
  • nine monthly 9
numberOfInstalments int 0/1
de
Ratenanzahl
en
number of instalments
lastInstalmentOn int 0/1
de
Datum letzte Rate (bei Ballonrate).
en
Due date of last instalment.
lastInstalment decimal 0/1
de
Betrag der letzten Rate
en
Amount of last instalment
residualDebtInsuranceType string 0/1
de
Art der Restschuldversicherung.
en
Type of residual debt insurance.
accountOwnerIsBank boolean 0/1
de
Bei Kontenneuanlage gehört das Konto der Bank und nicht dem Kunden
en
Account belongs to bank instead of customer after creation
entityAddendum list of entityAddendumDS 0/unbounded
de
Ergänzende Angaben auf Kontenebene, beispielsweise hausinterne Ratings oder Referenznummern.
en
Additional information for account data, for example internal rating values or reference numbers.
settlementAccount boolean 0/1
de
Konto ist Verrechnungskonto.
en
Account is settlement account.
specialCondition list of specialConditionDS 0/unbounded
de
Sonderkondition(en) bei Antragsanlage. Nach deren Ablauf gelten die Standard-Produktkonditionen.
en
Special condition(s) at account opening. After expiration date default product conditions apply.

Example

<a----->
  <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>
</a----->