commit 5cea34145ae9512eb7d8e2586e7294ad7f471aa6 parent d6138ba25757a69252a4bdbfb1fd046a0a876d8d Author: Florian Dold <dold@taler.net> Date: Mon, 31 Aug 2026 11:34:13 +0200 exchange-api: document AML decision audit fields Diffstat:
| M | core/exchange/get-aml-OFFICER_PUB-decisions.rst | | | 18 | ++++++++++++++++++ |
1 file changed, 18 insertions(+), 0 deletions(-)
diff --git a/core/exchange/get-aml-OFFICER_PUB-decisions.rst b/core/exchange/get-aml-OFFICER_PUB-decisions.rst @@ -92,6 +92,24 @@ // is available. justification?: string; + // Space-separated names of measures that the decision requested + // immediately. A leading "+" means all listed measures are required; + // otherwise satisfying any one of them is sufficient. Missing if the + // decision did not request an immediate measure. + new_measures?: string; + + // Public key of the AML officer who made the decision. Missing for + // automated outcomes and for old records without provenance. + decider_pub?: EddsaPublicKey; + + // Human-readable name of the AML officer as it was configured when the + // decision was made. Missing for automated outcomes or if unavailable. + decider_name?: string; + + // Row ID of customer information submitted as part of this decision. + // Missing if the decision did not add customer information. + kyc_attributes_rowid?: Integer; + // When was the decision made? decision_time: Timestamp;