Skip to content

Commit 2b02522

Browse files
committed
Add FPBPD legend to clboss-forwarding-stats
1 parent 12fa168 commit 2b02522

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/clboss-forwarding-stats

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ def main():
418418
# Print the table without grid
419419
table_str = tabulate(
420420
table_data,
421-
headers=["Alias", "SCID", "O", "to us", "avg_to_us", "Age", "OpDays", "Forwarded", "NetEarn", "FPBPD", "TRAL*"],
421+
headers=["Alias", "SCID", "O", "to us", "avg_to_us", "Age", "OpDays", "Forwarded", "NetEarn", "FPBPD**", "TRAL*"],
422422
tablefmt="plain",
423423
stralign="left",
424424
numalign="right",
@@ -427,6 +427,7 @@ def main():
427427
)
428428

429429
print(table_str)
430+
print("** Forwarded Per Balance Per Day (forwarded / avg balance / days)")
430431
print("* annualized Trailing Return on Average Liquidity in basis points")
431432

432433
if __name__ == "__main__":

0 commit comments

Comments
 (0)