Package com.longbridge.fundamental
Class IndustryValuationItem
- java.lang.Object
-
- com.longbridge.fundamental.IndustryValuationItem
-
public class IndustryValuationItem extends Object
Valuation data for one peer security within an industry.
-
-
Field Summary
Fields Modifier and Type Field Description BigDecimalassetsTotal assets.BigDecimalbpsBook value per share.StringcurrencyReporting currency.BigDecimaldivPayoutRatioDividend payout ratio.BigDecimaldivYldDividend yield.BigDecimaldpsDividends per share.BigDecimalepsEarnings per share.BigDecimalfiveYAvgDps5-year average dividends per share.IndustryValuationHistory[]historyHistorical PE/PB/PS snapshots.StringnameCompany name.BigDecimalpeCurrent PE ratio.StringsymbolSecurity symbol, e.g.
-
Constructor Summary
Constructors Constructor Description IndustryValuationItem()
-
-
-
Field Detail
-
symbol
public String symbol
Security symbol, e.g."700.HK".
-
name
public String name
Company name.
-
currency
public String currency
Reporting currency.
-
assets
public BigDecimal assets
Total assets.
-
bps
public BigDecimal bps
Book value per share.
-
eps
public BigDecimal eps
Earnings per share.
-
dps
public BigDecimal dps
Dividends per share.
-
divYld
public BigDecimal divYld
Dividend yield.
-
divPayoutRatio
public BigDecimal divPayoutRatio
Dividend payout ratio.
-
fiveYAvgDps
public BigDecimal fiveYAvgDps
5-year average dividends per share.
-
pe
public BigDecimal pe
Current PE ratio.
-
history
public IndustryValuationHistory[] history
Historical PE/PB/PS snapshots.
-
-