FundProfile

data class FundProfile(val categoryName: String? = null, val family: String? = null, val legalType: String? = null, val feesExpensesInvestment: FeesExpenses? = null)(source)

펀드 프로필

펀드의 카테고리, 가족, 법적 형태 등을 포함합니다.

Constructors

Link copied to clipboard
constructor(categoryName: String? = null, family: String? = null, legalType: String? = null, feesExpensesInvestment: FeesExpenses? = null)

Properties

Link copied to clipboard
val categoryName: String? = null
Link copied to clipboard
val family: String? = null
Link copied to clipboard
Link copied to clipboard
val legalType: String? = null