Formatting Suggestions:
Looking at HiveBlockExplorer.com, the dynamic properties part shows some of the values as raw integer data which ought to be displayed differently. Normally things labeled as a percentage in the RPC interface are not percentages at all but instead are per-ten-thousands. So we should write software to divide by 100 for these in display.
For example hbd interest rate
is displayed as '2000' when it ought to be displayed as '20%'. Other values do not have thousand separators put in.