diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-07-25 19:26:25 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-07-25 19:26:25 +0200 |
commit | d1c0c0f197f97d7904840757ca81e7bb7a6834f0 (patch) | |
tree | d3b310d26ff9357318aacfe860668c78124d0081 /contrib | |
parent | 03af37ef2347b96366a3eb461952f32aab18547c (diff) |
update auditordb to include payback losses
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/auditor-report.tex.j2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/auditor-report.tex.j2 b/contrib/auditor-report.tex.j2 index 6abb0d47b..45b049f28 100644 --- a/contrib/auditor-report.tex.j2 +++ b/contrib/auditor-report.tex.j2 @@ -55,6 +55,10 @@ be {\bf {{ data.total_escrow_balance }}}. The active operational risk stands at {\bf {{ data.total_active_risk }}}. +\noindent +Loss (actualized risk from paybacks) is +{\bf {{ data.total_payback_loss }}}. + \section{Income} @@ -200,6 +204,8 @@ exposure} is the amount of coins in circulation for a particular denominatin and the maximum loss for the exchange from this type of compromise. +% FIXME: expand to include actual losses (materizlied risk)! + {% if data.emergencies|length() == 0 %} {\bf No emergencies detected.} {% else %} |