Position
public protocol Position
A Position, like certain amount of a stock or a currency held in an account
-
Wealthsimple identifier of the account in which this position is held
Declaration
Swift
var accountId: String { get }
-
Asset which is held
Declaration
Swift
var asset: Asset { get }
-
Number of units of the asset held
Declaration
Swift
var quantity: String { get }
-
Price per pice of the asset on
priceDate
Declaration
Swift
var priceAmount: String { get }
-
Currency of the price
Declaration
Swift
var priceCurrency: String { get }
-
Date of the positon
Declaration
Swift
var positionDate: Date { get }