commit 5cb35eeab3382fcccebe802968cb5488962d0b25
parent be38996e605934aae697fe8afec84d172ac62828
Author: Sebastian <sebasjm@gmail.com>
Date: Thu, 13 Mar 2025 07:45:44 -0300
metadata
Diffstat:
2 files changed, 23 insertions(+), 1 deletion(-)
diff --git a/gnu-taler-form-attributes/Makefile b/gnu-taler-form-attributes/Makefile
@@ -21,6 +21,7 @@ FORMS=VQF_902_1 \
VQF_902_4 \
VQF_902_5 \
VQF_902_9 \
+ FormMetadata \
VQF_902_9_identity \
GLS_Onboarding \
GLS_BusinessRepresentative \
diff --git a/gnu-taler-form-attributes/registry.rec b/gnu-taler-form-attributes/registry.rec
@@ -494,11 +494,17 @@ Form: VQF_902_5
# 3. Origin of the deposited assets involved
Identifier: BIZREL_ORIGIN_NATURE
+Description: Nature of the involved assets.
Type: String
Form: VQF_902_5
+Identifier: BIZREL_ORIGIN_CURRENCY
+Description: Currency of the involved assets.
+Type: Amount
+Form: VQF_902_5
+
Identifier: BIZREL_ORIGIN_AMOUNT
-Description: Nature, amount and currency of the involved assets.
+Description: Amount of the involved assets.
Type: Amount
Form: VQF_902_5
@@ -1428,3 +1434,18 @@ Identifier: AML_INVESTIGATION_ART6_FAILED
Form: AccountProperties
Type: Boolean
Description: True if account is involved in proceedings for which Art 6 GwG, but failed.
+
+Identifier: FORM_ID
+Type: String
+Form: FormMetadata
+Description: Name of the form completed by the user.
+
+Identifier: FORM_VERSION
+Type: Number
+Form: FormMetadata
+Description: Version of the form completed by the user.
+
+Identifier: FORM_SALT
+Type: String
+Form: FormMetadata
+Description: High entropy value used in forms where hash is going to be stored in plain text.