commit a70429027bce91a43a12177b0168de37e64525d9
parent f10996eab9bb6daa1446f44e9dc8783586d7618f
Author: Florian Dold <florian@dold.me>
Date: Mon, 24 Mar 2025 20:21:31 +0100
tops forms
Diffstat:
1 file changed, 32 insertions(+), 9 deletions(-)
diff --git a/deployments/tops.rst b/deployments/tops.rst
@@ -409,8 +409,9 @@ Initial collection of basic attributes about customer during onboarding.
ESTABLISHER_LIST[].DATE_OF_BIRTH :: Text
ESTABLISHER_LIST[].NATIONALITY :: Text
ESTABLISHER_LIST[].PERSONAL_IDENTIFICATION_DOCUMENT_COPY :: File
- ESTABLISHER_LIST[].SIGNING_AUTHORITY :: Text
- ESTABLISHER_LIST[].SIGNING_AUTHORITY_EVIDENCE :: 'CR' | 'MANDATE' | 'OTHER'
+ ESTABLISHER_LIST[].SIGNING_AUTHORITY_TYPE :: 'SINGLE' | 'COLLECTIVE_TWO' | 'OTHER'
+ ESTABLISHER_LIST[].SIGNING_AUTHORITY_EVIDENCE_TYPE :: 'CR' | 'MANDATE' | 'OTHER'
+ ESTABLISHER_LIST[].SIGNING_AUTHORITY_EVIDENCE_DOCUMENT_COPY :: File
when (ESTABLISHER_LIST[].SIGNING_AUTHORITY_EVIDENCE = 'OTHER') {
ESTABLISHER_LIST[].SIGNING_AUTHORITY_EVIDENCE_OTHER :: Text
}
@@ -507,7 +508,7 @@ Initial collection of basic attributes about customer during onboarding.
* ``PERSONAL_IDENTIFICATION_DOCUMENT_COPY``
- * **Type**: File upload (PDF). Stored as `data:` URI with embedded file name.
+ * **Type**: File upload (PDF).
* **Label DE:** Identification document
* ``CUSTOMER_NATURAL_COMPANY_NAME``
@@ -522,7 +523,7 @@ Initial collection of basic attributes about customer during onboarding.
* ``LEGAL_ENTITY_IDENTIFICATION_DOCUMENT_COPY``
- * **Type**: File upload (PDF). Stored as `data:` URI with embedded file name.
+ * **Type**: File upload (PDF).
* **Label DE:** Identifizierungsdokument für Unternehmen
* ``COMPANY_NAME``
@@ -558,20 +559,36 @@ Initial collection of basic attributes about customer during onboarding.
* ``ESTABLISHER_LIST[].PERSONAL_IDENTIFICATION_DOCUMENT_COPY``
- * **Type**: File upload (PDF). Stored as `data:` URI with embedded file name.
+ * **Type**: File upload (PDF).
* **Label DE:** Identifikationsdokument
-* ``ESTABLISHER_LIST[].SIGNING_AUTHORITY``
+* ``ESTABLISHER_LIST[].SIGNING_AUTHORITY_TYPE``
- * **Type:** Single-line string
+ * **Type:** Single Choice
* **Label DE:** Art der Zeichnungs- oder Vertretungsberechtigung
* **Required:** yes
+ * **Choices:**
+
+ * ``SINGLE``
+
+ * **Label DE:** Einzelunterschrift
+
+ * ``COLLECTIVE_TWO``
+
+ * **Label DE:** Kollektiv zu zweit
+
+ * ``OTHER``
+
+ * **Label DE:** Anderes
+
+* ``ESTABLISHER_LIST[].SIGNING_AUTHORITY_TYPE_OTHER``
+
+ * **Type:** Single-line string
* ``ESTABLISHER_LIST[].SIGNING_AUTHORITY_EVIDENCE``
* **Type:** Single Choice
- * **Label DE:** Kenntnisnahme der Bevollmächtigten-
- bestimmungen durch
+ * **Label DE:** Kenntnisnahme der Bevollmächtigtenbestimmungen durch
* **Choices**:
* ``CR``
@@ -590,6 +607,12 @@ Initial collection of basic attributes about customer during onboarding.
* **Type**: Single-line text
+* ``ESTABLISHER_LIST[].SIGNING_AUTHORITY_EVIDENCE_DOCUMENT_COPY``
+
+ * **Description:** Attached document as evidence of the person's signing authority.
+ * **Type:** File upload.
+
+
**Strings**
* ``TITLE_VQF_902_1_CUSTOMER``