-
The date of the sale
Declaration
Swift
public let date: Date
-
The symbol of the security
Declaration
Swift
public let symbol: String
-
The name of the security
Declaration
Swift
public let name: String?
-
The quantity of the security sold
Declaration
Swift
public let quantity: Decimal
-
The proceeds of the sale
Declaration
Swift
public let proceeds: MultiCurrencyAmount
-
The gain of the sale
Declaration
Swift
public let gain: MultiCurrencyAmount
-
The provider of the sale, from the account meta data
Declaration
Swift
public let provider: String
-
Declaration
Swift
public var description: String { get }