productGroupDS Data Type

de
Datenstruktur Produktgruppen
en
data structure product groups


Namespace
http://www.efdis.de/ob-sf-api/
Elements
name data type min/max occurs description
productGroup string 1/1
de
Produktgruppe
en
product group
productGroupName string 0/1
de
Name der Produktgruppe
en
name of product group
productGroupDescription string 0/1
de
Zusatzinfos zur Produktgruppe
en
additional information of the product group
depositByDebit boolean 0/1
de
Einzahlung per Lastschrift
en
deposit by debit
depositByCreditTransfer boolean 0/1
de
Einzahlung per Überweisung
en
deposit by credit transfer
depositByTransfer boolean 0/1
de
Einzahlung per Umbuchung
en
deposit by transfer
provisionReduceValues string 0/1
de
Provisionsverzicht
en
provision reduce
productConditionsAccepted boolean 0/1
de
Anzeige der Checkbox zur Akzeptierung der AGBs
en
showing checkbox for accepting the terms and conditions
depositGuaranteeInformation boolean 0/1
de
Anzeige der Checkbox zur Kenntnisnahme zur Einlagensicherung
en
showing the checkbox for acknowledgement for desposit guarantee
startDateChoice boolean 0/1
de
Es kann der Laufzeitbeginn gewählt werden
en
the begin of runtime can be chosen
referenceAccountChoice boolean 0/1
de
Es kann das Referenzkonto ausgewählt werden
en
the reference account can be chosen
availableForAccountOpening boolean 0/1
de
Produktgruppe für Kontoneuanlage anbieten
en
offering product group for new account request
onlySingleAccountAllowed boolean 0/1
de
nur Anlage Einzelkonto für Produktgruppe
en
only single account allowed for product group
powerOfAttorneyAllowed boolean 0/1
de
Erteilung Vollmacht für Produktgruppe erlaubt
en
can power of attorney for product groups be set
productDS list of productDS 1/unbounded
de
Datenstruktur Personendaten
en
data structure: data of person

Example

<p----->
  <productGroup>...</productGroup>
  <productGroupName>...</productGroupName>
  <productGroupDescription>...</productGroupDescription>
  <depositByDebit>...</depositByDebit>
  <depositByCreditTransfer>...</depositByCreditTransfer>
  <depositByTransfer>...</depositByTransfer>
  <provisionReduceValues>...</provisionReduceValues>
  <productConditionsAccepted>...</productConditionsAccepted>
  <depositGuaranteeInformation>...</depositGuaranteeInformation>
  <startDateChoice>...</startDateChoice>
  <referenceAccountChoice>...</referenceAccountChoice>
  <availableForAccountOpening>...</availableForAccountOpening>
  <onlySingleAccountAllowed>...</onlySingleAccountAllowed>
  <powerOfAttorneyAllowed>...</powerOfAttorneyAllowed>
  <productDS>
    <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>
  </productDS>
</p----->