TopHoldings

data class TopHoldings(val holdings: List<Holding>? = null, val equityHoldings: EquityHoldings? = null, val bondHoldings: BondHoldings? = null, val sectorWeightings: List<SectorWeighting>? = null)(source)

펀드의 보유 종목 정보

Top Holdings, 섹터 비중, 채권/주식 지표 등을 포함합니다.

Constructors

Link copied to clipboard
constructor(holdings: List<Holding>? = null, equityHoldings: EquityHoldings? = null, bondHoldings: BondHoldings? = null, sectorWeightings: List<SectorWeighting>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val holdings: List<Holding>? = null
Link copied to clipboard