Package com.longbridge.fundamental
Class ValuationDist
- java.lang.Object
-
- com.longbridge.fundamental.ValuationDist
-
public class ValuationDist extends Object
Distribution statistics for one valuation metric within an industry.
-
-
Field Summary
Fields Modifier and Type Field Description BigDecimalhighMaximum value in the industry.BigDecimallowMinimum value in the industry.BigDecimalmedianMedian value in the industry.StringrankIndexOrdinal rank index (1-based).BigDecimalrankingPercentile ranking (0–1 range).StringrankTotalTotal number of securities in the industry.BigDecimalvalueCurrent value of the queried security.
-
Constructor Summary
Constructors Constructor Description ValuationDist()
-
-
-
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.
-
-