OBJECT

ACCOUNTSEGMENT

link GraphQL Schema definition

  • type ACCOUNTSEGMENT {
  • # Arguments
  • # orderBy: [Not documented]
  • positions(orderBy: [OrderBy]): [POSITION]
  • # Displays the TER (Admin-/Vertriebskosten) of the account segment.
  • terAdminVertriebskosten: Value
  • # The points in the order flow where the Pre Investment Policy should be required
  • #
  • # Arguments
  • # orderBy: [Not documented]
  • # includeDeleted: [Not documented]
  • pipCheckpoints(orderBy: [OrderBy], includeDeleted: Boolean): [CUSTOMENUMLITERAL]
  • # Setting for the connection with the trade matching service. You can configure
  • # whether messages should only be sent or whether the system should also wait for
  • # a reply. If you do not have a corresponding provider, set "none" or leave the
  • # field empty. If you have any questions, please contact our support.
  • enabledForSettlementMatching: CUSTOMENUMLITERAL
  • manuallyUpdateUser: SUBJECT
  • defaultChargeCurrency: CURRENCY
  • # The points in the order flow where an additional compliance check should be
  • # performed.
  • complianceCheckPoints: [ComplianceCheckPoint]
  • updatedAt: DateTime
  • baseCurrency: CURRENCY
  • verifyUser: SUBJECT
  • masterPortfolioTemplate: Boolean
  • autoCreateOrder: Boolean
  • createdAt: DateTime
  • # The default counterpart that is used for the selected asset class.
  • defaultCounterpartPerAssetClass: [DEFAULTCOUNTERPARTPERASSETCLASS]
  • # Arguments
  • # orderBy: [Not documented]
  • # includeDeleted: [Not documented]
  • canUseMarketplaces(orderBy: [OrderBy], includeDeleted: Boolean): [MARKETPLACE]
  • # This field should be enabled as soon as the account segment is in liquidation.
  • inLiquidation: Boolean
  • updateUser: SUBJECT
  • # Defines the default limit type of orders created in this account segment.
  • defaultLimitType: LimitType
  • id: Long
  • # The usable 'Portfolio Strategies' for this account segment
  • #
  • # Arguments
  • # orderBy: [Not documented]
  • # includeDeleted: [Not documented]
  • portfolioStrategies(
  • orderBy: [OrderBy],
  • includeDeleted: Boolean
  • ): [CUSTOMENUMLITERAL]
  • # Whether to automatically match incoming confirmations to existing orders.
  • autoConfirmation: Boolean
  • verifiedAt: DateTime
  • # Arguments
  • # orderBy: [Not documented]
  • openOrders(orderBy: [OrderBy]): [ORDER]
  • deletedAt: DateTime
  • # Arguments
  • # orderBy: [Not documented]
  • # includeDeleted: [Not documented]
  • accountShareClasses(
  • orderBy: [OrderBy],
  • includeDeleted: Boolean
  • ): [ACCOUNTSHARECLASS]
  • # Arguments
  • # orderBy: [Not documented]
  • # includeDeleted: [Not documented]
  • allowedCurrencyPairs(
  • orderBy: [OrderBy],
  • includeDeleted: Boolean
  • ): [CURRENCYPAIR]
  • creationUser: SUBJECT
  • name: String
  • # The asset classes that have no fees by default.
  • #
  • # Arguments
  • # orderBy: [Not documented]
  • assetClassesWithoutConfirmationFees(
  • orderBy: [OrderBy]
  • ): [ASSETCLASS]
  • uuid: UUID
  • masterPortfolio: MASTERPORTFOLIO
  • # Please enter the date of going live of the segment.
  • launchDate: LocalDate
  • account: ACCOUNT
  • deletedBy: SUBJECT
  • symbols: [SYMBOL]
  • featureModificationInfos: [FEATUREMODIFICATIONINFO]
  • manuallyUpdatedAt: DateTime
  • canUseCounterparts: [CANUSECOUNTERPART]
  • # Defines the default expiration type of orders created in this account segment.
  • defaultExpirationType: ExpirationType
  • # Arguments
  • # type: The type of the symbol to retrieve.
  • symbol(type: String!): SYMBOL
  • # The primary symbol (symbol type with the highest priority)
  • primarySymbol: SYMBOL
  • version: Long
  • }

link Require by