Skip to main content

InvestmentsTransfer

Metadata and display data for a single investments-related transfer.

type InvestmentsTransfer {
amount: DecimalString!
amountCurrency: String!
amountForDisplay: String!
bookedStatus: BookTransferStatus!
createdAt: String!
direction: TransferDirection!
id: ID!
investmentAccountNumberMasked: String!
settledOn: DateString
status: InvestmentsTransferStatus!
}

Fields

InvestmentsTransfer.amount ● DecimalString! non-null scalar

The amount to transfer as a string with decimal precision, e.g. 123.45

InvestmentsTransfer.amountCurrency ● String! non-null scalar

The currency code of the amount to transfer, defaults to USD

InvestmentsTransfer.amountForDisplay ● String! non-null scalar

Formatted amount with currency symbol

InvestmentsTransfer.bookedStatus ● BookTransferStatus! non-null enum

Whether or not this investments transfer has been 'booked'. If this value is SENT, then it means this investments transfer will show up in the user's transactions list.

InvestmentsTransfer.createdAt ● String! non-null scalar

The timestamp when this transfer was originally created

InvestmentsTransfer.direction ● TransferDirection! non-null enum

Whether this transfer is a deposit or a withdrawal.

InvestmentsTransfer.id ● ID! non-null scalar

The ID of the transfer.

InvestmentsTransfer.investmentAccountNumberMasked ● String! non-null scalar

The account number to display in the UI.

InvestmentsTransfer.settledOn ● DateString scalar

The date the transfer was settled, absent if the transfer is not in a terminal state.

InvestmentsTransfer.status ● InvestmentsTransferStatus! non-null enum

The current status of the transfer WRT communication with our investments partner

Member of

InvestmentsTransferListItem object ● InvestmentsTransferPayload object