Money
Represents an amount of money
type Money {
  amount: Int!
  currency: CurrencyString!
  display: String!
}
Fields
Money.amount ● Int! non-null scalar
The amount of money in the lowest denomination of the target currency. In USD, for example, this represents cents.
Money.currency ● CurrencyString! non-null scalar
The ISO-4217 currency associated with this money (currently, only USD is supported)
Money.display ● String! non-null scalar
The amount and currency formatted for display e.g. $10.00
Member of
ConsumerAccountTransaction object ● ConsumerAccountTransactionNode object ● EquityPosition object ● InstrumentDetailsMarketData object ● InstrumentReferentialQuote object ● InvestmentAccountOrder object ● InvestmentAccountSummary object ● PendingInvestmentAccountOrder object