renewalProductListDS Data Type

de
Datenstruktur Prolongierbare Produkte im Banksystem
en
data structure renewable products in banking system

Namespace
http://www.efdis.de/ob-sf-api/
Elements
name data type min/max occurs description
renewalProductDS list of productDS 0/unbounded
de
Liste von zum aktuellen Zeitpunkt prolongierbaren Produkten im Banksystem
en
list of renewable products in banking system at the current time

Example

<r----->
  <renewalProductDS>
    <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>
  </renewalProductDS>
</r----->