summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-17 15:00:22 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-17 15:00:32 +0100
commit01456098909a4ebddf5a84729242be235af2fdbb (patch)
treee06394fcadf2266687b886ec797837a0f90a0b35 /contrib
parente369dcfc25f1a25c59e0e6dd816397855a45d5bd (diff)
downloadexchange-01456098909a4ebddf5a84729242be235af2fdbb.tar.gz
exchange-01456098909a4ebddf5a84729242be235af2fdbb.tar.bz2
exchange-01456098909a4ebddf5a84729242be235af2fdbb.zip
fix FIXME: total up irregular paybacks and add to report
Diffstat (limited to 'contrib')
-rw-r--r--contrib/auditor-report.tex.j27
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/auditor-report.tex.j2 b/contrib/auditor-report.tex.j2
index 804dc9e83..732af99c9 100644
--- a/contrib/auditor-report.tex.j2
+++ b/contrib/auditor-report.tex.j2
@@ -142,10 +142,17 @@ be {\bf {{ data.total_escrow_balance }}}.
The active operational risk stands at
{\bf {{ data.total_active_risk }}}.
+{% if (data.total_payback_loss.value != 0) or (data.total_payback_loss.fraction != 0) %}
\noindent
Loss (actualized risk from paybacks) is
{\bf {{ data.total_payback_loss }}}.
+{% endif %}
+{% if (data.total_irregular_paybacks.value != 0) or (data.total_irregular_paybacks.fraction != 0) %}
+\noindent
+Paybacks of non-revoked coins are at
+{\bf {{ data.total_irregular_paybacks }}}.
+{% endif %}
\section{Income}