productDS Data Type

de
Datenstruktur Produktinformation
en
data structure product information



Namespace
http://www.efdis.de/ob-sf-api/
Elements
name data type min/max occurs description
accountNumber long 1/1
de
Kontonummer (nur für Prolongation)
en
account number (only for renewal of the account)
productType string 1/1
de
Produkttyp / Produktnummer
en
product type / product number
productName string 1/1
de
Produktname
en
product name
productFamily string 1/1
de
Produktfamilie "TERMIN": Festgeld, "KKK": Kontokorrent, "KK":Kundenkonto "SPAR":Sparkonto
nur diejenigen mit "TERMIN" für Neuanlage Konten anzeigen
en
product family "TERMIN": fixed deposit "KKK": open account, "KK":client account "SPAR":deposit account
only "TERMIN" is shown for account request
productDescription string 0/1
de
Produktbeschreibung
en
product description
activePassiveSign activePassiveSign 0/1
de
Aktiv-/Passiv Kennzeichen
en
active-/passive-sign
termsAndConditions string 0/1
de
AGB
en
terms and conditions
duration string 1/1
de
Laufzeit in Monaten/Tagen (abh. von durationUnit)
en
duration in months/days (depends on durationUnit)
durationUnit string 1/1
de
Einheit für Laufzeit, mögliche Werte:
∙ T Tage
∙ M Monate (=30 Tage)
∙ J Jahre (=360 Tage)
en
unit for runtime, possible values:
∙ T days
∙ M months (=30 days)
∙ J years (=360 days)
rateLock boolean 1/1
de
Zinsfestschreibung
en
rate lock
interestTerms list of interestTermsDS 1/10
de
Zinskonditionen
en
interest terms
automaticRenewal boolean 0/1
de
autom. Prolongierung
en
automatic renewal of the account
amountMin decimal 0/1
de
Mindestanlagebetrag
en
minimum amount
amountMax decimal 0/1
de
Maximalanlagebetrag
en
maximum amount
calculationFactor decimal 0/1
de
Faktor zur Ratenberechnung
en
factor for calculation
specialOfferValues string 0/1
de
Aktionskennzeichen
en
mark for special offer
currentInterestRate decimal 0/1
de
Aktueller Zinssatz
en
current interest rate

Example

<p----->
  <accountNumber>...</accountNumber>
  <productType>...</productType>
  <productName>...</productName>
  <productFamily>...</productFamily>
  <productDescription>...</productDescription>
  <activePassiveSign>...</activePassiveSign>
  <termsAndConditions>...</termsAndConditions>
  <duration>...</duration>
  <durationUnit>...</durationUnit>
  <rateLock>...</rateLock>
  <interestTerms>
    <id>...</id>
    <name>...</name>
    <interestRate>...</interestRate>
    <actualInterestRate>...</actualInterestRate>
    <interestRateDecimals>...</interestRateDecimals>
    <amount>...</amount>
    <condition>...</condition>
  </interestTerms>
  <automaticRenewal>...</automaticRenewal>
  <amountMin>...</amountMin>
  <amountMax>...</amountMax>
  <calculationFactor>...</calculationFactor>
  <specialOfferValues>...</specialOfferValues>
  <currentInterestRate>...</currentInterestRate>
</p----->