commit 540cb5ffc3086524324df85b3fd5ef817e62a485
parent 26cb904b85f66b8e4b35a0746ea11de57e20c275
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 27 Nov 2025 16:56:30 +0100
include who filed the attributes
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
@@ -6035,6 +6035,10 @@ and freeze or unfreeze accounts suspected of money laundering.
// Row ID of the record. Used to filter by offset.
rowid: Integer;
+ // True if the attributes were filed by an AML officer,
+ // otherwise they were provided directly by the customer.
+ by_aml_officer: Boolean;
+
// The collected KYC data. NULL if the attribute data could not
// be decrypted (internal error of the exchange, likely the
// attribute key was changed).