Skip to main content

PurchasableInvestmentInstrument

A purchasable investment instrument.

type PurchasableInvestmentInstrument {
details: PurchasableInvestmentInstrumentDetails!
name: String!
symbol: String!
}

Fields

PurchasableInvestmentInstrument.details ● PurchasableInvestmentInstrumentDetails! non-null object

Details object for this instrument

PurchasableInvestmentInstrument.name ● String! non-null scalar

Name of this instrument.

PurchasableInvestmentInstrument.symbol ● String! non-null scalar

Symbol for this instrument.

Member of

PurchasableInvestmentInstrumentsListItem object