“Decimal fraction” seems most correct but is very verbose. No one is writing taxRateDecimalFraction as a var name.
Or don't store it as a decimal between 0 and 1 - but as a value between 0 and 100 (with possible decimal points, of course), and just call it `taxpct`?
Wait til you see Java or Hungarian Notation