OBJECT

POSITION

link GraphQL Schema definition

  • type POSITION {
  • volume: Value
  • rateable: ASSET
  • portfolioStrategy: CUSTOMENUMLITERAL
  • # The subject who has locked the volume in the position
  • lockedBy: SUBJECT
  • # The timestamp when the volume in the position has been locked
  • lockTime: DateTime
  • ratingUnit: Unit
  • custodianPrice: Value
  • id: Long
  • positionType: PositionType
  • notes: String
  • custodianEntryPrice: Value
  • # The comment why the volume in the position has been locked
  • lockComment: String
  • # Arguments
  • # orderBy: [Not documented]
  • accountings(orderBy: [OrderBy]): [ACCOUNTING]
  • averageEntryXRate: Value
  • # The timestamp when the lock of the volume in the position expires
  • lockExpiry: DateTime
  • accountSegment: ACCOUNTSEGMENT
  • currency: CURRENCY
  • averageEntryRatingValue: Value
  • # The share class that is used for hedging
  • hedgeShareClass: ACCOUNTSHARECLASS
  • # The volume in the position that is locked
  • lockedVolume: Value
  • version: Long
  • }