specialConditionDS Data Type

de
Sonderkondition für ein einzelnes Konto, die von den konfigurierten Standard-Produktkonditionen abweicht.
en
special condition for a particular account, which differs from configured default product conditions.


Namespace
http://www.efdis.de/ob-sf-api/
Elements
name data type min/max occurs description
type string 1/1
de
Typ der Sonderkondition. Beispiel: HAZS (Habenzinssatz)
en
type of special condition. Example: HAZS (deposit interest)
value decimal 1/1
de
Wert der Sonderkondition. Während der Gültigkeit dieser Sonderkondition wird der Wert aus der Standard-Produktkonfiguration durch diesen Wert ersetzt.
en
value of special condition. During validity of this special condition, this value replaces the default product's configured value.
expirationDate int 0/1
de
Gültigkeitsdatum der Sonderkondition. Nach diesem Ablaufdatum gelten die Standard-Produktkonditionen. Format: JJJJMMTT
en
validity date of special condition. After this expiration date default product conditions apply. Format: YYYYMMDD

Example

<s----->
  <type>HAZS</type>
  <value>0.500</value>
  <expirationDate>20201231</expirationDate>
</s----->