[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: new sanctionscheck options
From: |
Admin |
Subject: |
[taler-docs] branch master updated: new sanctionscheck options |
Date: |
Tue, 03 Jun 2025 16:17:41 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository taler-docs.
The following commit(s) were added to refs/heads/master by this push:
new 179c07b7 new sanctionscheck options
179c07b7 is described below
commit 179c07b75471025ed89f14a51650f2632723a537
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jun 3 16:17:38 2025 +0200
new sanctionscheck options
---
manpages/taler-exchange.conf.5.rst | 29 ++++++++++++++++++++++++++++-
1 file changed, 28 insertions(+), 1 deletion(-)
diff --git a/manpages/taler-exchange.conf.5.rst
b/manpages/taler-exchange.conf.5.rst
index 00db42a1..7786a795 100644
--- a/manpages/taler-exchange.conf.5.rst
+++ b/manpages/taler-exchange.conf.5.rst
@@ -672,6 +672,11 @@ UNIXPATH
EXCHANGE SANCTIONSCHECK OPTIONS
-------------------------------
+This section configures the taler-exchange-sanctionlist tool to enforce
+sanctions. The tool scores KYC records in two dimensions, the quality
+of the match (rating) and the number of attributes that were found in
+both sets (confidence).
+
The following options must be in the section "[exchange-sanctionscheck]".
MIN_ROW_FILENAME
@@ -681,11 +686,33 @@ MIN_ROW_FILENAME
transactionality is needed or even desirable. There should be no
need to change the default.
+FREEZE_RATING_LIMIT
+ Match quality rating (on a scale of [0,1]) that must be exceeded
+ for the exchange to automatically freeze an account. The account
+ must satisfy both the rating limit and the confidence limit to be
+ frozen.
+
+FREEZE_CONFIDENCE_LIMIT
+ Match confidence rating (on a scale of [0,1]) that must be exceeded
+ for the exchange to automatically freeze an account. A rating of 0
+ means no attributes were available, while a rating of 1 indicates that
+ we could compare the acconts across all dimensions.
+
+INVESTIGATION_LIMIT
+ Limit (on a scale of [0,1]) that must be exceeded for an account to
+ be flagged for manual investigation. Only applies of the account
+ is not automatically frozen. The limit given is compared against
+ the quality rating divided by the confidence score.
+ If set at 0.95, a modest 0.8 match with low 0.5 confidence will
+ trigger (1.6 > 0.95), but a good 0.9 match with a super-high 1.0
+ confidence would not (0.9 < 0.95). On the other hand, a bad 0.2 match
+ with super-low 0.1 confidence would again trigger (2.0 > 0.95).
+
SEE ALSO
========
-taler-exchange-dbinit(1), taler-exchange-httpd(1), taler-exchange-offline(1)
+taler-exchange-dbinit(1), taler-exchange-httpd(1), taler-exchange-offline(1),
taler-exchange-sanctionscheck(1)
BUGS
====
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: new sanctionscheck options,
Admin <=