InsiderTransaction

data class InsiderTransaction(val maxAge: Int? = null, val filerName: String? = null, val relationship: String? = null, val transactionDate: RawFormatted? = null, val transactionShares: RawFormatted? = null, val transactionPrice: RawFormatted? = null, val sharesOwned: RawFormatted? = null)(source)

내부자 거래 정보

Constructors

Link copied to clipboard
constructor(maxAge: Int? = null, filerName: String? = null, relationship: String? = null, transactionDate: RawFormatted? = null, transactionShares: RawFormatted? = null, transactionPrice: RawFormatted? = null, sharesOwned: RawFormatted? = null)

Properties

Link copied to clipboard
@SerialName(value = "filerName")
val filerName: String? = null
Link copied to clipboard
@SerialName(value = "maxAge")
val maxAge: Int? = null
Link copied to clipboard
@SerialName(value = "relationship")
val relationship: String? = null
Link copied to clipboard
@SerialName(value = "sharesOwned")
val sharesOwned: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "transactionDate")
val transactionDate: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "transactionPrice")
val transactionPrice: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "transactionShares")
val transactionShares: RawFormatted? = null