Class ValuationDist


  • public class ValuationDist
    extends Object
    Distribution statistics for one valuation metric within an industry.
    • Field Detail

      • low

        public BigDecimal low
        Minimum value in the industry.
      • high

        public BigDecimal high
        Maximum value in the industry.
      • median

        public BigDecimal median
        Median value in the industry.
      • value

        public BigDecimal value
        Current value of the queried security.
      • ranking

        public BigDecimal ranking
        Percentile ranking (0–1 range).
      • rankIndex

        public String rankIndex
        Ordinal rank index (1-based).
      • rankTotal

        public String rankTotal
        Total number of securities in the industry.
    • Constructor Detail

      • ValuationDist

        public ValuationDist()