OBJECT

CAPITALCALL

link GraphQL Schema definition

  • type CAPITALCALL {
  • # Arguments
  • # orderBy: [Not documented]
  • # includeDeleted: [Not documented]
  • investors(orderBy: [OrderBy], includeDeleted: Boolean): [LEGALENTITY]
  • # The account share classes which to have to be considered for this capital call.
  • #
  • # Arguments
  • # orderBy: [Not documented]
  • # includeDeleted: [Not documented]
  • shareClasses(orderBy: [OrderBy], includeDeleted: Boolean): [ACCOUNTSHARECLASS]
  • verifiedAt: DateTime
  • roundingMode: RoundingMode
  • verifyUser: SUBJECT
  • valueDate: LocalDate
  • # 'Adjust nominal to rounded shares': The rounded number of shares is calculated
  • # and the nominal is adjusted to represent exactly the price of the rounded
  • # shares. 'Round shares only': The rounded number of shares is calculated, but the
  • # nominal remains unchanged.
  • roundingStrategy: CashManagementRoundingStrategy
  • manuallyUpdateUser: SUBJECT
  • creationUser: SUBJECT
  • updateUser: SUBJECT
  • updatedAt: DateTime
  • # If selected, every touched commitment will be adjusted, so that it has exactly
  • # the nominal which represents the nominals of the associated details. So after
  • # this, the commitments do not have any open commitment left, and the nominal
  • # potentially was changed.
  • adjustCommitments: Boolean
  • id: Long
  • capitalCallNumber: Int
  • deletedAt: DateTime
  • decimals: Int
  • nominal: Value
  • manuallyUpdatedAt: DateTime
  • deletedBy: SUBJECT
  • featureModificationInfos: [FEATUREMODIFICATIONINFO]
  • createdAt: DateTime
  • strategy: CapitalCallGenerationStrategy
  • considerThreshold: Boolean
  • version: Long
  • }