Equity Holdings
data class EquityHoldings(val priceToEarnings: RawFormatted? = null, val priceToBook: RawFormatted? = null, val priceToSales: RawFormatted? = null, val priceToCashflow: RawFormatted? = null, val medianMarketCap: RawFormatted? = null, val threeYearEarningsGrowth: RawFormatted? = null)(source)
주식 보유 정보
Constructors
Link copied to clipboard
constructor(priceToEarnings: RawFormatted? = null, priceToBook: RawFormatted? = null, priceToSales: RawFormatted? = null, priceToCashflow: RawFormatted? = null, medianMarketCap: RawFormatted? = null, threeYearEarningsGrowth: RawFormatted? = null)