Package com.longbridge.fundamental
Class IndustryValuationDist
- java.lang.Object
-
- com.longbridge.fundamental.IndustryValuationDist
-
public class IndustryValuationDist extends Object
Valuation ratio distributions for an industry, used for percentile ranking.
-
-
Field Summary
Fields Modifier and Type Field Description ValuationDistpbPB ratio distribution within the industry.ValuationDistpePE ratio distribution within the industry.ValuationDistpsPS ratio distribution within the industry.
-
Constructor Summary
Constructors Constructor Description IndustryValuationDist()
-
-
-
Field Detail
-
pe
public ValuationDist pe
PE ratio distribution within the industry.
-
pb
public ValuationDist pb
PB ratio distribution within the industry.
-
ps
public ValuationDist ps
PS ratio distribution within the industry.
-
-