Naming convention for percentages

986 Views Asked by At

I have a variable which I've named $TotalRecords$, and another variable which is a subset of $TotalRecords$ which I've named $ExistingFields$

If I calculate $(ExistingFields/TotalRecords) * 100 = x$

What are some naming conventions for the result of that ratio which can be used in place of $x$?