-
Wealthsimples identifier of this transaction
Declaration
Swift
var id: String { get }
-
Wealthsimple identifier of the account in which this transaction happend
Declaration
Swift
var accountId: String { get }
-
type of the transaction, like buy or sell
Declaration
Swift
var transactionType: TransactionType { get }
-
description of the transaction
Declaration
Swift
var description: String { get }
-
symbol of the asset which is bought, sold, …
Declaration
Swift
var symbol: String { get }
-
Number of units of the asset bought, sold, …
Declaration
Swift
var quantity: String { get }
-
market pice of the asset
Declaration
Swift
var marketPriceAmount: String { get }
-
Currency of the market price
Declaration
Swift
var marketPriceCurrency: String { get }
-
market value of the assets
Declaration
Swift
var marketValueAmount: String { get }
-
Currency of the market value
Declaration
Swift
var marketValueCurrency: String { get }
-
Net cash change in the account
Declaration
Swift
var netCashAmount: String { get }
-
Currency of the net cash change
Declaration
Swift
var netCashCurrency: String { get }
-
Foreign exchange rate applied
Declaration
Swift
var fxRate: String { get }
-
Date when the trade was settled
Declaration
Swift
var effectiveDate: Date { get }
-
Date when the trade was processed
Declaration
Swift
var processDate: Date { get }