Hi all.   I cannot discern from the documentation and my code is returning suspicious values.   Is this value a percent or a decimal.  In other words, if I want 2% or greater yield, do I do a) or b):

 

a)   Fine.ValuationRatios.TrailingDividendYield >= 2.0m

or 

b) Fine.ValuationRatios.TrailingDividendYield >= 0.02m

 

Thank you all, Craig