Package com.longbridge.fundamental
Class InvestSecurity
- java.lang.Object
-
- com.longbridge.fundamental.InvestSecurity
-
public class InvestSecurity extends Object
A security in which the queried company has an investment stake.
-
-
Field Summary
Fields Modifier and Type Field Description StringcompanyIdInternal company ID (string form; may be"0").StringcompanyNameCompany name (locale-aware).StringcompanyNameEnCompany name in English.StringcompanyNameZhcnCompany name in Simplified Chinese.StringcurrencyReporting currency.BigDecimalpercentOfSharesPercentage of shares held.StringsharesRankShareholder rank, e.g.BigDecimalsharesValueMarket value of the holding.StringsymbolSecurity symbol of the invested company.
-
Constructor Summary
Constructors Constructor Description InvestSecurity()
-
-
-
Field Detail
-
companyId
public String companyId
Internal company ID (string form; may be"0").
-
companyName
public String companyName
Company name (locale-aware).
-
companyNameEn
public String companyNameEn
Company name in English.
-
companyNameZhcn
public String companyNameZhcn
Company name in Simplified Chinese.
-
symbol
public String symbol
Security symbol of the invested company.
-
currency
public String currency
Reporting currency.
-
percentOfShares
public BigDecimal percentOfShares
Percentage of shares held.
-
sharesRank
public String sharesRank
Shareholder rank, e.g."1"= largest shareholder.
-
sharesValue
public BigDecimal sharesValue
Market value of the holding.
-
-