Consumer API · type

PortfolioPredictionPosition

Generated schema definition for PortfolioPredictionPosition.

Definition

graphql
type PortfolioPredictionPosition {
avgPurchasePriceCents: Float!
currentPriceCents: Float!
iconImageUrl: String!
initialBetCents: Float!
isClosed: Boolean!
name: String!
outcome: String!
percentPnl: Float!
platform: String!
platformImageUrl: String!
provider: String!
shares: Float!
slug: String!
title: String!
totalPnlCents: Float!
totalPriceCents: Float!
websiteUrl: String!
winAmountCents: Float!
}