OBJECT

Query

link GraphQL Schema definition

  • type Query {
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.INTERESTRATESWAP
  • # to fetch.
  • interestrateswapById(id: Long): INTERESTRATESWAP
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.INTERESTRATESWAP
  • # to fetch.
  • interestrateswapByIds(ids: [Long]!): [INTERESTRATESWAP]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • interestRateSwaps(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageInterestRateSwaps!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CAPITALCOMMITMENT
  • # to fetch.
  • capitalcommitmentById(id: Long): CAPITALCOMMITMENT
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CAPITALCOMMITMENT to fetch.
  • capitalcommitmentByIds(ids: [Long]!): [CAPITALCOMMITMENT]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • capitalCommitments(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCapitalCommitments!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.RECONCILIATIONJOB
  • # to fetch.
  • reconciliationjobById(id: Long): RECONCILIATIONJOB
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.RECONCILIATIONJOB to fetch.
  • reconciliationjobByIds(ids: [Long]!): [RECONCILIATIONJOB]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • reconciliationJobs(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageReconciliationJobs!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.LEGALENTITY to
  • # fetch.
  • legalentityById(id: Long): LEGALENTITY
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.LEGALENTITY to
  • # fetch.
  • legalentityByIds(ids: [Long]!): [LEGALENTITY]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • legalEntities(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageLegalEntities!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CREREVISION to
  • # fetch.
  • crerevisionById(id: Long): CREREVISION
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CREREVISION to
  • # fetch.
  • crerevisionByIds(ids: [Long]!): [CREREVISION]!
  • # Arguments
  • # id: The id of the SwiftInboundAccountMapping to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_swiftinboundaccountmappingById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_SwiftInboundAccountMapping
  • # Arguments
  • # ids: The ids of the SwiftInboundAccountMapping to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_swiftinboundaccountmappingByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_SwiftInboundAccountMapping]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • SwiftInboundAccountMapping(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageSwiftInboundAccountMapping!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.ASSETCLASS to
  • # fetch.
  • assetclassById(id: Long): ASSETCLASS
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.ASSETCLASS to
  • # fetch.
  • assetclassByIds(ids: [Long]!): [ASSETCLASS]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • assetClasses(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageAssetClasses!
  • # Arguments
  • # id: The id of the ExcludedAssetsInIssuerLimits to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_excludedassetsinissuerlimitsById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_ExcludedAssetsInIssuerLimits
  • # Arguments
  • # ids: The ids of the ExcludedAssetsInIssuerLimits to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_excludedassetsinissuerlimitsByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_ExcludedAssetsInIssuerLimits]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • ExcludedAssetsInIssuerLimits(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageExcludedAssetsInIssuerLimits!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.ACCOUNTING to
  • # fetch.
  • accountingById(id: Long): ACCOUNTING
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.ACCOUNTING to
  • # fetch.
  • accountingByIds(ids: [Long]!): [ACCOUNTING]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • accountings(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageAccountings!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.ACCOUNTSHARECLASS
  • # to fetch.
  • accountshareclassById(id: Long): ACCOUNTSHARECLASS
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.ACCOUNTSHARECLASS to fetch.
  • accountshareclassByIds(ids: [Long]!): [ACCOUNTSHARECLASS]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • accountShareClasses(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageAccountShareClasses!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.LOGENTRY to fetch.
  • logentryById(id: Long): LOGENTRY
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.LOGENTRY to
  • # fetch.
  • logentryByIds(ids: [Long]!): [LOGENTRY]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • logEntries(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageLogEntries!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CANUSECOUNTERPART
  • # to fetch.
  • canusecounterpartById(id: Long): CANUSECOUNTERPART
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CANUSECOUNTERPART to fetch.
  • canusecounterpartByIds(ids: [Long]!): [CANUSECOUNTERPART]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CRENOTIFICATION to
  • # fetch.
  • crenotificationById(id: Long): CRENOTIFICATION
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CRENOTIFICATION
  • # to fetch.
  • crenotificationByIds(ids: [Long]!): [CRENOTIFICATION]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.PORTFOLIOACCOUNTSEGMENT to fetch.
  • portfolioaccountsegmentById(id: Long): PORTFOLIOACCOUNTSEGMENT
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.PORTFOLIOACCOUNTSEGMENT to fetch.
  • portfolioaccountsegmentByIds(ids: [Long]!): [PORTFOLIOACCOUNTSEGMENT]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • portfolioAccountSegments(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PagePortfolioAccountSegments!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.COUNTRY to fetch.
  • countryById(id: Long): COUNTRY
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.COUNTRY to
  • # fetch.
  • countryByIds(ids: [Long]!): [COUNTRY]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • countries(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCountries!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.OUTGOINGBUSINESSMESSAGEREJECT to fetch.
  • outgoingbusinessmessagerejectById(id: Long): OUTGOINGBUSINESSMESSAGEREJECT
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.OUTGOINGBUSINESSMESSAGEREJECT to fetch.
  • outgoingbusinessmessagerejectByIds(
  • ids: [Long]!
  • ): [OUTGOINGBUSINESSMESSAGEREJECT]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CRECONFIGURATION
  • # to fetch.
  • creconfigurationById(id: Long): CRECONFIGURATION
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CRECONFIGURATION
  • # to fetch.
  • creconfigurationByIds(ids: [Long]!): [CRECONFIGURATION]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.FEATUREMODIFICATIONINFO to fetch.
  • featuremodificationinfoById(id: Long): FEATUREMODIFICATIONINFO
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.FEATUREMODIFICATIONINFO to fetch.
  • featuremodificationinfoByIds(ids: [Long]!): [FEATUREMODIFICATIONINFO]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.GENERICINTERACTION
  • # to fetch.
  • genericinteractionById(id: Long): GENERICINTERACTION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.GENERICINTERACTION to fetch.
  • genericinteractionByIds(ids: [Long]!): [GENERICINTERACTION]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • genericInteractions(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageGenericInteractions!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.LEGALPERSON to
  • # fetch.
  • legalpersonById(id: Long): LEGALPERSON
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.LEGALPERSON to
  • # fetch.
  • legalpersonByIds(ids: [Long]!): [LEGALPERSON]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • legalPersons(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageLegalPersons!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.OUTGOINGTRADEMESSAGE to fetch.
  • outgoingtrademessageById(id: Long): OUTGOINGTRADEMESSAGE
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.OUTGOINGTRADEMESSAGE to fetch.
  • outgoingtrademessageByIds(ids: [Long]!): [OUTGOINGTRADEMESSAGE]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.TRANSPORT to
  • # fetch.
  • transportById(id: Long): TRANSPORT
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.TRANSPORT to
  • # fetch.
  • transportByIds(ids: [Long]!): [TRANSPORT]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.ASSET to fetch.
  • assetById(id: Long): ASSET
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.ASSET to fetch.
  • assetByIds(ids: [Long]!): [ASSET]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • assets(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageAssets!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CUSTOMLIST to
  • # fetch.
  • customlistById(id: Long): CUSTOMLIST
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CUSTOMLIST to
  • # fetch.
  • customlistByIds(ids: [Long]!): [CUSTOMLIST]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • customLists(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCustomLists!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.TIMESERIESENTRYPERCENTVALUE to fetch.
  • timeseriesentrypercentvalueById(id: Long): TIMESERIESENTRYPERCENTVALUE
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.TIMESERIESENTRYPERCENTVALUE to fetch.
  • timeseriesentrypercentvalueByIds(ids: [Long]!): [TIMESERIESENTRYPERCENTVALUE]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • timeSeriesEntryPercentValue(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageTimeSeriesEntryPercentValue!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.PORTFOLIOACCOUNT
  • # to fetch.
  • portfolioaccountById(id: Long): PORTFOLIOACCOUNT
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.PORTFOLIOACCOUNT
  • # to fetch.
  • portfolioaccountByIds(ids: [Long]!): [PORTFOLIOACCOUNT]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • portfolioAccounts(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PagePortfolioAccounts!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.PREPAREDFOREXCONFIRMATION to fetch.
  • preparedforexconfirmationById(id: Long): PREPAREDFOREXCONFIRMATION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.PREPAREDFOREXCONFIRMATION to fetch.
  • preparedforexconfirmationByIds(ids: [Long]!): [PREPAREDFOREXCONFIRMATION]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.LOCALIZEDTEXTDEFINITION to fetch.
  • localizedtextdefinitionById(id: Long): LOCALIZEDTEXTDEFINITION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.LOCALIZEDTEXTDEFINITION to fetch.
  • localizedtextdefinitionByIds(ids: [Long]!): [LOCALIZEDTEXTDEFINITION]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • localizedTextDefinitions(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageLocalizedTextDefinitions!
  • # Arguments
  • # id: The id of the SwiftConfirmationExport to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_swiftconfirmationexportById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_SwiftConfirmationExport
  • # Arguments
  • # ids: The ids of the SwiftConfirmationExport to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_swiftconfirmationexportByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_SwiftConfirmationExport]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • SwiftConfirmationExport(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageSwiftConfirmationExport!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.SUBJECT to fetch.
  • subjectById(id: Long): SUBJECT
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.SUBJECT to
  • # fetch.
  • subjectByIds(ids: [Long]!): [SUBJECT]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • subjects(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageSubjects!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.TIMESERIESPERCENTVALUE to fetch.
  • timeseriespercentvalueById(id: Long): TIMESERIESPERCENTVALUE
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.TIMESERIESPERCENTVALUE to fetch.
  • timeseriespercentvalueByIds(ids: [Long]!): [TIMESERIESPERCENTVALUE]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.LOGENTRYTYPE to
  • # fetch.
  • logentrytypeById(id: Long): LOGENTRYTYPE
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.LOGENTRYTYPE to
  • # fetch.
  • logentrytypeByIds(ids: [Long]!): [LOGENTRYTYPE]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • logEntryTypes(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageLogEntryTypes!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.ALTERNATIVEORDER
  • # to fetch.
  • alternativeorderById(id: Long): ALTERNATIVEORDER
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.ALTERNATIVEORDER
  • # to fetch.
  • alternativeorderByIds(ids: [Long]!): [ALTERNATIVEORDER]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • alternativeOrders(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageAlternativeOrders!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.CONFIRMATIONSTATISTICS to fetch.
  • confirmationstatisticsById(id: Long): CONFIRMATIONSTATISTICS
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CONFIRMATIONSTATISTICS to fetch.
  • confirmationstatisticsByIds(ids: [Long]!): [CONFIRMATIONSTATISTICS]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.MASTERPORTFOLIOMEMBER to fetch.
  • masterportfoliomemberById(id: Long): MASTERPORTFOLIOMEMBER
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.MASTERPORTFOLIOMEMBER to fetch.
  • masterportfoliomemberByIds(ids: [Long]!): [MASTERPORTFOLIOMEMBER]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.JOB to fetch.
  • jobById(id: Long): JOB
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.JOB to fetch.
  • jobByIds(ids: [Long]!): [JOB]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • jobs(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageJobs!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.OUTGOINGDONTKNOWTRADE to fetch.
  • outgoingdontknowtradeById(id: Long): OUTGOINGDONTKNOWTRADE
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.OUTGOINGDONTKNOWTRADE to fetch.
  • outgoingdontknowtradeByIds(ids: [Long]!): [OUTGOINGDONTKNOWTRADE]!
  • # Arguments
  • # id: The id of the PercentOfIndexMembers to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_percentofindexmembersById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_PercentOfIndexMembers
  • # Arguments
  • # ids: The ids of the PercentOfIndexMembers to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_percentofindexmembersByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_PercentOfIndexMembers]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • PercentOfIndexMembers(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PagePercentOfIndexMembers!
  • # Arguments
  • # id: The id of the
  • # CustomRuleMarketvaluePerAssetOfAssetTreeTypesDefinition to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_customrulemarketvalueperassetofassettreetypesdefinitionById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_CustomRuleMarketvaluePerAssetOfAssetTreeTypesDefinition
  • # Arguments
  • # ids: The ids of the
  • # CustomRuleMarketvaluePerAssetOfAssetTreeTypesDefinition to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_customrulemarketvalueperassetofassettreetypesdefinitionByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_CustomRuleMarketvaluePerAssetOfAssetTreeTypesDefinition]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • CustomRuleMarketvaluePerAssetOfAssetTreeTypesDefinition(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCustomRuleMarketvaluePerAssetOfAssetTreeTypesDefinition!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.FUNDCLASS to
  • # fetch.
  • fundclassById(id: Long): FUNDCLASS
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.FUNDCLASS to
  • # fetch.
  • fundclassByIds(ids: [Long]!): [FUNDCLASS]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • fundClasses(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageFundClasses!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.RECONRUNRESULT to
  • # fetch.
  • reconrunresultById(id: Long): RECONRUNRESULT
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.RECONRUNRESULT
  • # to fetch.
  • reconrunresultByIds(ids: [Long]!): [RECONRUNRESULT]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.COMMENT to fetch.
  • commentById(id: Long): COMMENT
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.COMMENT to
  • # fetch.
  • commentByIds(ids: [Long]!): [COMMENT]!
  • # Arguments
  • # id: The id of the Supervision Authority Classification to
  • # fetch.
  • de_patronas_basetypes_customtypedefinitiontype_supervision_authority_classificationById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_Supervision_Authority_Classification
  • # Arguments
  • # ids: The ids of the Supervision Authority Classification to
  • # fetch.
  • de_patronas_basetypes_customtypedefinitiontype_supervision_authority_classificationByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_Supervision_Authority_Classification]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • Supervision_Authority_Classification(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageSupervision_Authority_Classification!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.PREINVESTMENTPOLICY to fetch.
  • preinvestmentpolicyById(id: Long): PREINVESTMENTPOLICY
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.PREINVESTMENTPOLICY to fetch.
  • preinvestmentpolicyByIds(ids: [Long]!): [PREINVESTMENTPOLICY]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.EXPIRATION to
  • # fetch.
  • expirationById(id: Long): EXPIRATION
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.EXPIRATION to
  • # fetch.
  • expirationByIds(ids: [Long]!): [EXPIRATION]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.BOND to fetch.
  • bondById(id: Long): BOND
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.BOND to fetch.
  • bondByIds(ids: [Long]!): [BOND]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • bonds(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageBonds!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CAPITALCALLDETAIL
  • # to fetch.
  • capitalcalldetailById(id: Long): CAPITALCALLDETAIL
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CAPITALCALLDETAIL to fetch.
  • capitalcalldetailByIds(ids: [Long]!): [CAPITALCALLDETAIL]!
  • # Arguments
  • # id: The id of the CustomRuleBorrowingDefinition to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_customruleborrowingdefinitionById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_CustomRuleBorrowingDefinition
  • # Arguments
  • # ids: The ids of the CustomRuleBorrowingDefinition to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_customruleborrowingdefinitionByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_CustomRuleBorrowingDefinition]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • CustomRuleBorrowingDefinition(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCustomRuleBorrowingDefinition!
  • # Arguments
  • # id: The id of the StatProExport to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_statproexportById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_StatProExport
  • # Arguments
  • # ids: The ids of the StatProExport to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_statproexportByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_StatProExport]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • StatProExport(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageStatProExport!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.FIELDDEFINITION to
  • # fetch.
  • fielddefinitionById(id: Long): FIELDDEFINITION
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.FIELDDEFINITION
  • # to fetch.
  • fielddefinitionByIds(ids: [Long]!): [FIELDDEFINITION]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • fieldDefinitions(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageFieldDefinitions!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.ORDERREPLACE to
  • # fetch.
  • orderreplaceById(id: Long): ORDERREPLACE
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.ORDERREPLACE to
  • # fetch.
  • orderreplaceByIds(ids: [Long]!): [ORDERREPLACE]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.COUNTRYGROUPMEMBER
  • # to fetch.
  • countrygroupmemberById(id: Long): COUNTRYGROUPMEMBER
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.COUNTRYGROUPMEMBER to fetch.
  • countrygroupmemberByIds(ids: [Long]!): [COUNTRYGROUPMEMBER]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.CONFIRMATIONINTERACTION to fetch.
  • confirmationinteractionById(id: Long): CONFIRMATIONINTERACTION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CONFIRMATIONINTERACTION to fetch.
  • confirmationinteractionByIds(ids: [Long]!): [CONFIRMATIONINTERACTION]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CUSTOMTRANSPORT to
  • # fetch.
  • customtransportById(id: Long): CUSTOMTRANSPORT
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CUSTOMTRANSPORT
  • # to fetch.
  • customtransportByIds(ids: [Long]!): [CUSTOMTRANSPORT]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.EXECUTIONCOSTS to
  • # fetch.
  • executioncostsById(id: Long): EXECUTIONCOSTS
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.EXECUTIONCOSTS
  • # to fetch.
  • executioncostsByIds(ids: [Long]!): [EXECUTIONCOSTS]!
  • # Arguments
  • # id: The id of the OrderExport to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_orderexportById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_OrderExport
  • # Arguments
  • # ids: The ids of the OrderExport to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_orderexportByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_OrderExport]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • OrderExport(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageOrderExport!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CURRENCYPAIR to
  • # fetch.
  • currencypairById(id: Long): CURRENCYPAIR
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CURRENCYPAIR to
  • # fetch.
  • currencypairByIds(ids: [Long]!): [CURRENCYPAIR]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • currencyPairs(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCurrencyPairs!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.MASTERPORTFOLIOACCOUNTSEGMENTMEMBER to fetch.
  • masterportfolioaccountsegmentmemberById(
  • id: Long
  • ): MASTERPORTFOLIOACCOUNTSEGMENTMEMBER
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.MASTERPORTFOLIOACCOUNTSEGMENTMEMBER to fetch.
  • masterportfolioaccountsegmentmemberByIds(
  • ids: [Long]!
  • ): [MASTERPORTFOLIOACCOUNTSEGMENTMEMBER]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CASHFORECASTFORDAY
  • # to fetch.
  • cashforecastfordayById(id: Long): CASHFORECASTFORDAY
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CASHFORECASTFORDAY to fetch.
  • cashforecastfordayByIds(ids: [Long]!): [CASHFORECASTFORDAY]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.SYMBOLCOMPOSITION
  • # to fetch.
  • symbolcompositionById(id: Long): SYMBOLCOMPOSITION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.SYMBOLCOMPOSITION to fetch.
  • symbolcompositionByIds(ids: [Long]!): [SYMBOLCOMPOSITION]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • symbolCompositions(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageSymbolCompositions!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.EXECUTION to
  • # fetch.
  • executionById(id: Long): EXECUTION
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.EXECUTION to
  • # fetch.
  • executionByIds(ids: [Long]!): [EXECUTION]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.CLEARINGORGANIZATION to fetch.
  • clearingorganizationById(id: Long): CLEARINGORGANIZATION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CLEARINGORGANIZATION to fetch.
  • clearingorganizationByIds(ids: [Long]!): [CLEARINGORGANIZATION]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • clearingOrganizations(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageClearingOrganizations!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.TRANSLATEDTEXTDEFINITION to fetch.
  • translatedtextdefinitionById(id: Long): TRANSLATEDTEXTDEFINITION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.TRANSLATEDTEXTDEFINITION to fetch.
  • translatedtextdefinitionByIds(ids: [Long]!): [TRANSLATEDTEXTDEFINITION]!
  • # Arguments
  • # id: The id of the Dashboard Account Segment Configuration to
  • # fetch.
  • de_patronas_basetypes_customtypedefinitiontype_dashboard_account_segment_configurationById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_Dashboard_Account_Segment_Configuration
  • # Arguments
  • # ids: The ids of the Dashboard Account Segment Configuration to
  • # fetch.
  • de_patronas_basetypes_customtypedefinitiontype_dashboard_account_segment_configurationByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_Dashboard_Account_Segment_Configuration]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • Dashboard_Account_Segment_Configuration(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageDashboard_Account_Segment_Configuration!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.TABLEPROFILE to
  • # fetch.
  • tableprofileById(id: Long): TABLEPROFILE
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.TABLEPROFILE to
  • # fetch.
  • tableprofileByIds(ids: [Long]!): [TABLEPROFILE]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CUSTOMENUM to
  • # fetch.
  • customenumById(id: Long): CUSTOMENUM
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CUSTOMENUM to
  • # fetch.
  • customenumByIds(ids: [Long]!): [CUSTOMENUM]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • customEnums(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCustomEnums!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CUSTODIAN to
  • # fetch.
  • custodianById(id: Long): CUSTODIAN
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CUSTODIAN to
  • # fetch.
  • custodianByIds(ids: [Long]!): [CUSTODIAN]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.FEATURE to fetch.
  • featureById(id: Long): FEATURE
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.FEATURE to
  • # fetch.
  • featureByIds(ids: [Long]!): [FEATURE]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • features(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageFeatures!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.TIMESERIESSCALARVALUE to fetch.
  • timeseriesscalarvalueById(id: Long): TIMESERIESSCALARVALUE
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.TIMESERIESSCALARVALUE to fetch.
  • timeseriesscalarvalueByIds(ids: [Long]!): [TIMESERIESSCALARVALUE]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.TRANSLATEDLOGENTRY
  • # to fetch.
  • translatedlogentryById(id: Long): TRANSLATEDLOGENTRY
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.TRANSLATEDLOGENTRY to fetch.
  • translatedlogentryByIds(ids: [Long]!): [TRANSLATEDLOGENTRY]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.CRECONFIGURATIONCONTEXT to fetch.
  • creconfigurationcontextById(id: Long): CRECONFIGURATIONCONTEXT
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CRECONFIGURATIONCONTEXT to fetch.
  • creconfigurationcontextByIds(ids: [Long]!): [CRECONFIGURATIONCONTEXT]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.TRADEINTERACTION
  • # to fetch.
  • tradeinteractionById(id: Long): TRADEINTERACTION
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.TRADEINTERACTION
  • # to fetch.
  • tradeinteractionByIds(ids: [Long]!): [TRADEINTERACTION]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.TIMESERIESENTRYMONEYVALUE to fetch.
  • timeseriesentrymoneyvalueById(id: Long): TIMESERIESENTRYMONEYVALUE
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.TIMESERIESENTRYMONEYVALUE to fetch.
  • timeseriesentrymoneyvalueByIds(ids: [Long]!): [TIMESERIESENTRYMONEYVALUE]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • timeSeriesEntryMoneyValue(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageTimeSeriesEntryMoneyValue!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CUSTOMER to fetch.
  • customerById(id: Long): CUSTOMER
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CUSTOMER to
  • # fetch.
  • customerByIds(ids: [Long]!): [CUSTOMER]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • customers(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCustomers!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.FEATURECHECKOUTRESULT to fetch.
  • featurecheckoutresultById(id: Long): FEATURECHECKOUTRESULT
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.FEATURECHECKOUTRESULT to fetch.
  • featurecheckoutresultByIds(ids: [Long]!): [FEATURECHECKOUTRESULT]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.LENDINGCONFIRMATION to fetch.
  • lendingconfirmationById(id: Long): LENDINGCONFIRMATION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.LENDINGCONFIRMATION to fetch.
  • lendingconfirmationByIds(ids: [Long]!): [LENDINGCONFIRMATION]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • lendingConfirmations(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageLendingConfirmations!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.SYMBOLCOMPOSITIONMEMBER to fetch.
  • symbolcompositionmemberById(id: Long): SYMBOLCOMPOSITIONMEMBER
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.SYMBOLCOMPOSITIONMEMBER to fetch.
  • symbolcompositionmemberByIds(ids: [Long]!): [SYMBOLCOMPOSITIONMEMBER]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.COMMODITY to
  • # fetch.
  • commodityById(id: Long): COMMODITY
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.COMMODITY to
  • # fetch.
  • commodityByIds(ids: [Long]!): [COMMODITY]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • commodities(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCommodities!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.INTERESTCURVE to
  • # fetch.
  • interestcurveById(id: Long): INTERESTCURVE
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.INTERESTCURVE to
  • # fetch.
  • interestcurveByIds(ids: [Long]!): [INTERESTCURVE]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.CREFUNCTIONCOMPILATIONUNIT to fetch.
  • crefunctioncompilationunitById(id: Long): CREFUNCTIONCOMPILATIONUNIT
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CREFUNCTIONCOMPILATIONUNIT to fetch.
  • crefunctioncompilationunitByIds(ids: [Long]!): [CREFUNCTIONCOMPILATIONUNIT]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.ABSTRACTDOMAINCLASS to fetch.
  • abstractdomainclassById(id: Long): ABSTRACTDOMAINCLASS
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.ABSTRACTDOMAINCLASS to fetch.
  • abstractdomainclassByIds(ids: [Long]!): [ABSTRACTDOMAINCLASS]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • abstractDomainClasses(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageAbstractDomainClasses!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CFD to fetch.
  • cfdById(id: Long): CFD
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CFD to fetch.
  • cfdByIds(ids: [Long]!): [CFD]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • cfds(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCfds!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.QARUN to fetch.
  • qarunById(id: Long): QARUN
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.QARUN to fetch.
  • qarunByIds(ids: [Long]!): [QARUN]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • qaRuns(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageQaRuns!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.PHONETRANSPORT to
  • # fetch.
  • phonetransportById(id: Long): PHONETRANSPORT
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.PHONETRANSPORT
  • # to fetch.
  • phonetransportByIds(ids: [Long]!): [PHONETRANSPORT]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.CREACCOUNTSEGMENTCONFIGURATION to fetch.
  • creaccountsegmentconfigurationById(id: Long): CREACCOUNTSEGMENTCONFIGURATION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CREACCOUNTSEGMENTCONFIGURATION to fetch.
  • creaccountsegmentconfigurationByIds(
  • ids: [Long]!
  • ): [CREACCOUNTSEGMENTCONFIGURATION]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CRERULEASSIGNMENT
  • # to fetch.
  • creruleassignmentById(id: Long): CRERULEASSIGNMENT
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CRERULEASSIGNMENT to fetch.
  • creruleassignmentByIds(ids: [Long]!): [CRERULEASSIGNMENT]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.PORTFOLIOCOMPONENT
  • # to fetch.
  • portfoliocomponentById(id: Long): PORTFOLIOCOMPONENT
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.PORTFOLIOCOMPONENT to fetch.
  • portfoliocomponentByIds(ids: [Long]!): [PORTFOLIOCOMPONENT]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CLEARINGFIRM to
  • # fetch.
  • clearingfirmById(id: Long): CLEARINGFIRM
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CLEARINGFIRM to
  • # fetch.
  • clearingfirmByIds(ids: [Long]!): [CLEARINGFIRM]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • clearingFirms(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageClearingFirms!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.HOLIDAY to fetch.
  • holidayById(id: Long): HOLIDAY
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.HOLIDAY to
  • # fetch.
  • holidayByIds(ids: [Long]!): [HOLIDAY]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.SECURITY to fetch.
  • securityById(id: Long): SECURITY
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.SECURITY to
  • # fetch.
  • securityByIds(ids: [Long]!): [SECURITY]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • securities(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageSecurities!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.LENDING to fetch.
  • lendingById(id: Long): LENDING
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.LENDING to
  • # fetch.
  • lendingByIds(ids: [Long]!): [LENDING]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • lendings(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageLendings!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.POSITIONIDENTIFIER
  • # to fetch.
  • positionidentifierById(id: Long): POSITIONIDENTIFIER
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.POSITIONIDENTIFIER to fetch.
  • positionidentifierByIds(ids: [Long]!): [POSITIONIDENTIFIER]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.CREACCOUNTCONFIGURATION to fetch.
  • creaccountconfigurationById(id: Long): CREACCOUNTCONFIGURATION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CREACCOUNTCONFIGURATION to fetch.
  • creaccountconfigurationByIds(ids: [Long]!): [CREACCOUNTCONFIGURATION]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.CUSTODIANTRANSACTION to fetch.
  • custodiantransactionById(id: Long): CUSTODIANTRANSACTION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CUSTODIANTRANSACTION to fetch.
  • custodiantransactionByIds(ids: [Long]!): [CUSTODIANTRANSACTION]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.STATICFEATURE to
  • # fetch.
  • staticfeatureById(id: Long): STATICFEATURE
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.STATICFEATURE to
  • # fetch.
  • staticfeatureByIds(ids: [Long]!): [STATICFEATURE]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.SWAPORDER to
  • # fetch.
  • swaporderById(id: Long): SWAPORDER
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.SWAPORDER to
  • # fetch.
  • swaporderByIds(ids: [Long]!): [SWAPORDER]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • swapOrders(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageSwapOrders!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.SCRIPTJOB to
  • # fetch.
  • scriptjobById(id: Long): SCRIPTJOB
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.SCRIPTJOB to
  • # fetch.
  • scriptjobByIds(ids: [Long]!): [SCRIPTJOB]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • scriptJobs(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageScriptJobs!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.UNITFLOW to fetch.
  • unitflowById(id: Long): UNITFLOW
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.UNITFLOW to
  • # fetch.
  • unitflowByIds(ids: [Long]!): [UNITFLOW]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • unitFlows(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageUnitFlows!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.DATAPROVISION to
  • # fetch.
  • dataprovisionById(id: Long): DATAPROVISION
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.DATAPROVISION to
  • # fetch.
  • dataprovisionByIds(ids: [Long]!): [DATAPROVISION]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.STOCK to fetch.
  • stockById(id: Long): STOCK
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.STOCK to fetch.
  • stockByIds(ids: [Long]!): [STOCK]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • stocks(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageStocks!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.ASSIGNMENT to
  • # fetch.
  • assignmentById(id: Long): ASSIGNMENT
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.ASSIGNMENT to
  • # fetch.
  • assignmentByIds(ids: [Long]!): [ASSIGNMENT]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.MESSAGETYPECONFIG
  • # to fetch.
  • messagetypeconfigById(id: Long): MESSAGETYPECONFIG
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.MESSAGETYPECONFIG to fetch.
  • messagetypeconfigByIds(ids: [Long]!): [MESSAGETYPECONFIG]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.ROLE to fetch.
  • roleById(id: Long): ROLE
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.ROLE to fetch.
  • roleByIds(ids: [Long]!): [ROLE]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • roles(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageRoles!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.FUTURE to fetch.
  • futureById(id: Long): FUTURE
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.FUTURE to fetch.
  • futureByIds(ids: [Long]!): [FUTURE]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • futures(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageFutures!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.ORDERCANCELREQUEST
  • # to fetch.
  • ordercancelrequestById(id: Long): ORDERCANCELREQUEST
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.ORDERCANCELREQUEST to fetch.
  • ordercancelrequestByIds(ids: [Long]!): [ORDERCANCELREQUEST]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.TOTALRETURNSWAP to
  • # fetch.
  • totalreturnswapById(id: Long): TOTALRETURNSWAP
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.TOTALRETURNSWAP
  • # to fetch.
  • totalreturnswapByIds(ids: [Long]!): [TOTALRETURNSWAP]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • totalReturnSwaps(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageTotalReturnSwaps!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.LOAN to fetch.
  • loanById(id: Long): LOAN
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.LOAN to fetch.
  • loanByIds(ids: [Long]!): [LOAN]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • loans(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageLoans!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.DERIVEDFEATURE to
  • # fetch.
  • derivedfeatureById(id: Long): DERIVEDFEATURE
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.DERIVEDFEATURE
  • # to fetch.
  • derivedfeatureByIds(ids: [Long]!): [DERIVEDFEATURE]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.MARKETPLACECONFIRMATION to fetch.
  • marketplaceconfirmationById(id: Long): MARKETPLACECONFIRMATION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.MARKETPLACECONFIRMATION to fetch.
  • marketplaceconfirmationByIds(ids: [Long]!): [MARKETPLACECONFIRMATION]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • marketplaceConfirmations(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageMarketplaceConfirmations!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CREEXECUTIONSTAGE
  • # to fetch.
  • creexecutionstageById(id: Long): CREEXECUTIONSTAGE
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CREEXECUTIONSTAGE to fetch.
  • creexecutionstageByIds(ids: [Long]!): [CREEXECUTIONSTAGE]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.SWAP to fetch.
  • swapById(id: Long): SWAP
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.SWAP to fetch.
  • swapByIds(ids: [Long]!): [SWAP]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • swaps(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageSwaps!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.TRANSACTIONREPORT
  • # to fetch.
  • transactionreportById(id: Long): TRANSACTIONREPORT
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.TRANSACTIONREPORT to fetch.
  • transactionreportByIds(ids: [Long]!): [TRANSACTIONREPORT]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • transactionReports(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageTransactionReports!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.COUNTRYGROUP to
  • # fetch.
  • countrygroupById(id: Long): COUNTRYGROUP
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.COUNTRYGROUP to
  • # fetch.
  • countrygroupByIds(ids: [Long]!): [COUNTRYGROUP]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • countryGroups(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCountryGroups!
  • # Arguments
  • # id: The id of the CustomRuleMarketvaluePerAssetDefinition to
  • # fetch.
  • de_patronas_basetypes_customtypedefinitiontype_customrulemarketvalueperassetdefinitionById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_CustomRuleMarketvaluePerAssetDefinition
  • # Arguments
  • # ids: The ids of the CustomRuleMarketvaluePerAssetDefinition to
  • # fetch.
  • de_patronas_basetypes_customtypedefinitiontype_customrulemarketvalueperassetdefinitionByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_CustomRuleMarketvaluePerAssetDefinition]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • CustomRuleMarketvaluePerAssetDefinition(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCustomRuleMarketvaluePerAssetDefinition!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.TOTALRETURNSWAPCONFIRMATION to fetch.
  • totalreturnswapconfirmationById(id: Long): TOTALRETURNSWAPCONFIRMATION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.TOTALRETURNSWAPCONFIRMATION to fetch.
  • totalreturnswapconfirmationByIds(ids: [Long]!): [TOTALRETURNSWAPCONFIRMATION]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • totalReturnSwapConfirmations(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageTotalReturnSwapConfirmations!
  • # Arguments
  • # id: The id of the CustomRuleTotalExposurePerAssetDefinition to
  • # fetch.
  • de_patronas_basetypes_customtypedefinitiontype_customruletotalexposureperassetdefinitionById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_CustomRuleTotalExposurePerAssetDefinition
  • # Arguments
  • # ids: The ids of the CustomRuleTotalExposurePerAssetDefinition
  • # to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_customruletotalexposureperassetdefinitionByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_CustomRuleTotalExposurePerAssetDefinition]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • CustomRuleTotalExposurePerAssetDefinition(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCustomRuleTotalExposurePerAssetDefinition!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.PREPAREDCONFIRMATION to fetch.
  • preparedconfirmationById(id: Long): PREPAREDCONFIRMATION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.PREPAREDCONFIRMATION to fetch.
  • preparedconfirmationByIds(ids: [Long]!): [PREPAREDCONFIRMATION]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.LOCALIZEDTEXTARGUMENTDEFINITION to fetch.
  • localizedtextargumentdefinitionById(
  • id: Long
  • ): LOCALIZEDTEXTARGUMENTDEFINITION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.LOCALIZEDTEXTARGUMENTDEFINITION to fetch.
  • localizedtextargumentdefinitionByIds(
  • ids: [Long]!
  • ): [LOCALIZEDTEXTARGUMENTDEFINITION]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.ORDERLOGENTRY to
  • # fetch.
  • orderlogentryById(id: Long): ORDERLOGENTRY
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.ORDERLOGENTRY to
  • # fetch.
  • orderlogentryByIds(ids: [Long]!): [ORDERLOGENTRY]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • orderLogEntries(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageOrderLogEntries!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.LANGUAGE to fetch.
  • languageById(id: Long): LANGUAGE
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.LANGUAGE to
  • # fetch.
  • languageByIds(ids: [Long]!): [LANGUAGE]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.CUSTODIANHOLDINGDATA to fetch.
  • custodianholdingdataById(id: Long): CUSTODIANHOLDINGDATA
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CUSTODIANHOLDINGDATA to fetch.
  • custodianholdingdataByIds(ids: [Long]!): [CUSTODIANHOLDINGDATA]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.PORTFOLIO to
  • # fetch.
  • portfolioById(id: Long): PORTFOLIO
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.PORTFOLIO to
  • # fetch.
  • portfolioByIds(ids: [Long]!): [PORTFOLIO]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.FIXCUSTOMFIELDCONFIGURATION to fetch.
  • fixcustomfieldconfigurationById(id: Long): FIXCUSTOMFIELDCONFIGURATION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.FIXCUSTOMFIELDCONFIGURATION to fetch.
  • fixcustomfieldconfigurationByIds(ids: [Long]!): [FIXCUSTOMFIELDCONFIGURATION]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.PRIVATEEQUITY to
  • # fetch.
  • privateequityById(id: Long): PRIVATEEQUITY
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.PRIVATEEQUITY to
  • # fetch.
  • privateequityByIds(ids: [Long]!): [PRIVATEEQUITY]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • privateEquities(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PagePrivateEquities!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.ENTITYCHECKOUTRESULT to fetch.
  • entitycheckoutresultById(id: Long): ENTITYCHECKOUTRESULT
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.ENTITYCHECKOUTRESULT to fetch.
  • entitycheckoutresultByIds(ids: [Long]!): [ENTITYCHECKOUTRESULT]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • entityCheckoutResults(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageEntityCheckoutResults!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.ACKNOWLEDGEMENT to
  • # fetch.
  • acknowledgementById(id: Long): ACKNOWLEDGEMENT
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.ACKNOWLEDGEMENT
  • # to fetch.
  • acknowledgementByIds(ids: [Long]!): [ACKNOWLEDGEMENT]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.RIGHT to fetch.
  • rightById(id: Long): RIGHT
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.RIGHT to fetch.
  • rightByIds(ids: [Long]!): [RIGHT]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • rights(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageRights!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.BASICPERMISSION to
  • # fetch.
  • basicpermissionById(id: Long): BASICPERMISSION
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.BASICPERMISSION
  • # to fetch.
  • basicpermissionByIds(ids: [Long]!): [BASICPERMISSION]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.OPTION to fetch.
  • optionById(id: Long): OPTION
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.OPTION to fetch.
  • optionByIds(ids: [Long]!): [OPTION]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • options(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageOptions!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.COUNTERPART to
  • # fetch.
  • counterpartById(id: Long): COUNTERPART
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.COUNTERPART to
  • # fetch.
  • counterpartByIds(ids: [Long]!): [COUNTERPART]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • counterparts(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCounterparts!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.TIMESERIESENTRYSCALARVALUE to fetch.
  • timeseriesentryscalarvalueById(id: Long): TIMESERIESENTRYSCALARVALUE
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.TIMESERIESENTRYSCALARVALUE to fetch.
  • timeseriesentryscalarvalueByIds(ids: [Long]!): [TIMESERIESENTRYSCALARVALUE]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • timeSeriesEntryScalarValue(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageTimeSeriesEntryScalarValue!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.TRADEMESSAGEINTERACTION to fetch.
  • trademessageinteractionById(id: Long): TRADEMESSAGEINTERACTION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.TRADEMESSAGEINTERACTION to fetch.
  • trademessageinteractionByIds(ids: [Long]!): [TRADEMESSAGEINTERACTION]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CASH to fetch.
  • cashById(id: Long): CASH
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CASH to fetch.
  • cashByIds(ids: [Long]!): [CASH]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • cashes(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCashes!
  • # Arguments
  • # id: The id of the
  • # CustomRuleMarketvalueOfSymbolCompositionDefinition to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_customrulemarketvalueofsymbolcompositiondefinitionById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_CustomRuleMarketvalueOfSymbolCompositionDefinition
  • # Arguments
  • # ids: The ids of the
  • # CustomRuleMarketvalueOfSymbolCompositionDefinition to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_customrulemarketvalueofsymbolcompositiondefinitionByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_CustomRuleMarketvalueOfSymbolCompositionDefinition]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • CustomRuleMarketvalueOfSymbolCompositionDefinition(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCustomRuleMarketvalueOfSymbolCompositionDefinition!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.FIELDDEFINITIONPATH to fetch.
  • fielddefinitionpathById(id: Long): FIELDDEFINITIONPATH
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.FIELDDEFINITIONPATH to fetch.
  • fielddefinitionpathByIds(ids: [Long]!): [FIELDDEFINITIONPATH]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.AUTHORIZABLE to
  • # fetch.
  • authorizableById(id: Long): AUTHORIZABLE
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.AUTHORIZABLE to
  • # fetch.
  • authorizableByIds(ids: [Long]!): [AUTHORIZABLE]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • authorizables(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageAuthorizables!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.DATAPROVISIONSTRATEGY to fetch.
  • dataprovisionstrategyById(id: Long): DATAPROVISIONSTRATEGY
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.DATAPROVISIONSTRATEGY to fetch.
  • dataprovisionstrategyByIds(ids: [Long]!): [DATAPROVISIONSTRATEGY]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CHANNEL to fetch.
  • channelById(id: Long): CHANNEL
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CHANNEL to
  • # fetch.
  • channelByIds(ids: [Long]!): [CHANNEL]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.ACCOUNTSEGMENT to
  • # fetch.
  • accountsegmentById(id: Long): ACCOUNTSEGMENT
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.ACCOUNTSEGMENT
  • # to fetch.
  • accountsegmentByIds(ids: [Long]!): [ACCOUNTSEGMENT]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • accountSegments(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageAccountSegments!
  • # Arguments
  • # id: The id of the CustomRuleInvStRefGDefinition to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_customruleinvstrefgdefinitionById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_CustomRuleInvStRefGDefinition
  • # Arguments
  • # ids: The ids of the CustomRuleInvStRefGDefinition to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_customruleinvstrefgdefinitionByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_CustomRuleInvStRefGDefinition]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • CustomRuleInvStRefGDefinition(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCustomRuleInvStRefGDefinition!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.ASSETCOMPOSITION
  • # to fetch.
  • assetcompositionById(id: Long): ASSETCOMPOSITION
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.ASSETCOMPOSITION
  • # to fetch.
  • assetcompositionByIds(ids: [Long]!): [ASSETCOMPOSITION]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • assetCompositions(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageAssetCompositions!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.PROVISIONPROFILE
  • # to fetch.
  • provisionprofileById(id: Long): PROVISIONPROFILE
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.PROVISIONPROFILE
  • # to fetch.
  • provisionprofileByIds(ids: [Long]!): [PROVISIONPROFILE]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • provisionProfiles(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageProvisionProfiles!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.PORTFOLIOPOSITION
  • # to fetch.
  • portfoliopositionById(id: Long): PORTFOLIOPOSITION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.PORTFOLIOPOSITION to fetch.
  • portfoliopositionByIds(ids: [Long]!): [PORTFOLIOPOSITION]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CONFIRMATION to
  • # fetch.
  • confirmationById(id: Long): CONFIRMATION
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CONFIRMATION to
  • # fetch.
  • confirmationByIds(ids: [Long]!): [CONFIRMATION]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • confirmations(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageConfirmations!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.QUOTABLE to fetch.
  • quotableById(id: Long): QUOTABLE
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.QUOTABLE to
  • # fetch.
  • quotableByIds(ids: [Long]!): [QUOTABLE]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • quotables(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageQuotables!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.CASHSETTLEMENTINSTRUCTION to fetch.
  • cashsettlementinstructionById(id: Long): CASHSETTLEMENTINSTRUCTION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CASHSETTLEMENTINSTRUCTION to fetch.
  • cashsettlementinstructionByIds(ids: [Long]!): [CASHSETTLEMENTINSTRUCTION]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • cashSettlementInstructions(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCashSettlementInstructions!
  • # Arguments
  • # id: The id of the SwiftMxOutboundAccountMapping to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_swiftmxoutboundaccountmappingById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_SwiftMxOutboundAccountMapping
  • # Arguments
  • # ids: The ids of the SwiftMxOutboundAccountMapping to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_swiftmxoutboundaccountmappingByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_SwiftMxOutboundAccountMapping]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • SwiftMxOutboundAccountMapping(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageSwiftMxOutboundAccountMapping!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.RECONCILIATIONPERMISSION to fetch.
  • reconciliationpermissionById(id: Long): RECONCILIATIONPERMISSION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.RECONCILIATIONPERMISSION to fetch.
  • reconciliationpermissionByIds(ids: [Long]!): [RECONCILIATIONPERMISSION]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CASHFORECAST to
  • # fetch.
  • cashforecastById(id: Long): CASHFORECAST
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CASHFORECAST to
  • # fetch.
  • cashforecastByIds(ids: [Long]!): [CASHFORECAST]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.DISTRIBUTIONDETAIL
  • # to fetch.
  • distributiondetailById(id: Long): DISTRIBUTIONDETAIL
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.DISTRIBUTIONDETAIL to fetch.
  • distributiondetailByIds(ids: [Long]!): [DISTRIBUTIONDETAIL]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.TIMEZONE to fetch.
  • timezoneById(id: Long): TIMEZONE
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.TIMEZONE to
  • # fetch.
  • timezoneByIds(ids: [Long]!): [TIMEZONE]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • timeZones(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageTimeZones!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.DYNAMICFEATURE to
  • # fetch.
  • dynamicfeatureById(id: Long): DYNAMICFEATURE
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.DYNAMICFEATURE
  • # to fetch.
  • dynamicfeatureByIds(ids: [Long]!): [DYNAMICFEATURE]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.MARKETPLACEORDER
  • # to fetch.
  • marketplaceorderById(id: Long): MARKETPLACEORDER
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.MARKETPLACEORDER
  • # to fetch.
  • marketplaceorderByIds(ids: [Long]!): [MARKETPLACEORDER]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • marketplaceOrders(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageMarketplaceOrders!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.QUOTE to fetch.
  • quoteById(id: Long): QUOTE
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.QUOTE to fetch.
  • quoteByIds(ids: [Long]!): [QUOTE]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • quotes(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageQuotes!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.SYMBOLTYPE to
  • # fetch.
  • symboltypeById(id: Long): SYMBOLTYPE
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.SYMBOLTYPE to
  • # fetch.
  • symboltypeByIds(ids: [Long]!): [SYMBOLTYPE]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • symbolTypes(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageSymbolTypes!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.ACCOUNTSEGMENTRECONRESULT to fetch.
  • accountsegmentreconresultById(id: Long): ACCOUNTSEGMENTRECONRESULT
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.ACCOUNTSEGMENTRECONRESULT to fetch.
  • accountsegmentreconresultByIds(ids: [Long]!): [ACCOUNTSEGMENTRECONRESULT]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.MONEYMARKETORDER
  • # to fetch.
  • moneymarketorderById(id: Long): MONEYMARKETORDER
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.MONEYMARKETORDER
  • # to fetch.
  • moneymarketorderByIds(ids: [Long]!): [MONEYMARKETORDER]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • moneyMarketOrders(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageMoneyMarketOrders!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.PROVISIONJOB to
  • # fetch.
  • provisionjobById(id: Long): PROVISIONJOB
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.PROVISIONJOB to
  • # fetch.
  • provisionjobByIds(ids: [Long]!): [PROVISIONJOB]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • provisionJobs(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageProvisionJobs!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.ORDERCANCEL to
  • # fetch.
  • ordercancelById(id: Long): ORDERCANCEL
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.ORDERCANCEL to
  • # fetch.
  • ordercancelByIds(ids: [Long]!): [ORDERCANCEL]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.ORDER to fetch.
  • orderById(id: Long): ORDER
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.ORDER to fetch.
  • orderByIds(ids: [Long]!): [ORDER]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • orders(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageOrders!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.CHECKOUTRESULTORIGINS to fetch.
  • checkoutresultoriginsById(id: Long): CHECKOUTRESULTORIGINS
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CHECKOUTRESULTORIGINS to fetch.
  • checkoutresultoriginsByIds(ids: [Long]!): [CHECKOUTRESULTORIGINS]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.MARKETPLACEEXECUTIONSTATISTICS to fetch.
  • marketplaceexecutionstatisticsById(id: Long): MARKETPLACEEXECUTIONSTATISTICS
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.MARKETPLACEEXECUTIONSTATISTICS to fetch.
  • marketplaceexecutionstatisticsByIds(
  • ids: [Long]!
  • ): [MARKETPLACEEXECUTIONSTATISTICS]!
  • # Arguments
  • # id: The id of the Bloomberg Port Account Segments to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_bloomberg_port_account_segmentsById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_Bloomberg_Port_Account_Segments
  • # Arguments
  • # ids: The ids of the Bloomberg Port Account Segments to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_bloomberg_port_account_segmentsByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_Bloomberg_Port_Account_Segments]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • Bloomberg_Port_Account_Segments(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageBloomberg_Port_Account_Segments!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.MONEYMARKET to
  • # fetch.
  • moneymarketById(id: Long): MONEYMARKET
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.MONEYMARKET to
  • # fetch.
  • moneymarketByIds(ids: [Long]!): [MONEYMARKET]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.CRETRACECOMPILATIONUNIT to fetch.
  • cretracecompilationunitById(id: Long): CRETRACECOMPILATIONUNIT
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CRETRACECOMPILATIONUNIT to fetch.
  • cretracecompilationunitByIds(ids: [Long]!): [CRETRACECOMPILATIONUNIT]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.ASSIGNMENTINTERACTION to fetch.
  • assignmentinteractionById(id: Long): ASSIGNMENTINTERACTION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.ASSIGNMENTINTERACTION to fetch.
  • assignmentinteractionByIds(ids: [Long]!): [ASSIGNMENTINTERACTION]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.FOREX to fetch.
  • forexById(id: Long): FOREX
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.FOREX to fetch.
  • forexByIds(ids: [Long]!): [FOREX]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.TIMESERIESMONEYVALUE to fetch.
  • timeseriesmoneyvalueById(id: Long): TIMESERIESMONEYVALUE
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.TIMESERIESMONEYVALUE to fetch.
  • timeseriesmoneyvalueByIds(ids: [Long]!): [TIMESERIESMONEYVALUE]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.CORPORATEACTIONDATACHANGE to fetch.
  • corporateactiondatachangeById(id: Long): CORPORATEACTIONDATACHANGE
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CORPORATEACTIONDATACHANGE to fetch.
  • corporateactiondatachangeByIds(ids: [Long]!): [CORPORATEACTIONDATACHANGE]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.MASTERPORTFOLIOASSETCOMPOSITIONMEMBER to fetch.
  • masterportfolioassetcompositionmemberById(
  • id: Long
  • ): MASTERPORTFOLIOASSETCOMPOSITIONMEMBER
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.MASTERPORTFOLIOASSETCOMPOSITIONMEMBER to fetch.
  • masterportfolioassetcompositionmemberByIds(
  • ids: [Long]!
  • ): [MASTERPORTFOLIOASSETCOMPOSITIONMEMBER]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.PERMISSION to
  • # fetch.
  • permissionById(id: Long): PERMISSION
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.PERMISSION to
  • # fetch.
  • permissionByIds(ids: [Long]!): [PERMISSION]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.VIRTUALPOSITION to
  • # fetch.
  • virtualpositionById(id: Long): VIRTUALPOSITION
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.VIRTUALPOSITION
  • # to fetch.
  • virtualpositionByIds(ids: [Long]!): [VIRTUALPOSITION]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.ORDERFLOWPERMISSION to fetch.
  • orderflowpermissionById(id: Long): ORDERFLOWPERMISSION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.ORDERFLOWPERMISSION to fetch.
  • orderflowpermissionByIds(ids: [Long]!): [ORDERFLOWPERMISSION]!
  • # Arguments
  • # id: The id of the SwiftFxConfirmationExport to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_swiftfxconfirmationexportById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_SwiftFxConfirmationExport
  • # Arguments
  • # ids: The ids of the SwiftFxConfirmationExport to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_swiftfxconfirmationexportByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_SwiftFxConfirmationExport]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • SwiftFxConfirmationExport(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageSwiftFxConfirmationExport!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.ADDRESS to fetch.
  • addressById(id: Long): ADDRESS
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.ADDRESS to
  • # fetch.
  • addressByIds(ids: [Long]!): [ADDRESS]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.TERRITORY to
  • # fetch.
  • territoryById(id: Long): TERRITORY
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.TERRITORY to
  • # fetch.
  • territoryByIds(ids: [Long]!): [TERRITORY]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • territories(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageTerritories!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.FEATUREMODIFICATIONSOURCE to fetch.
  • featuremodificationsourceById(id: Long): FEATUREMODIFICATIONSOURCE
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.FEATUREMODIFICATIONSOURCE to fetch.
  • featuremodificationsourceByIds(ids: [Long]!): [FEATUREMODIFICATIONSOURCE]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.CUSTOMTYPEDEFINITION to fetch.
  • customtypedefinitionById(id: Long): CUSTOMTYPEDEFINITION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CUSTOMTYPEDEFINITION to fetch.
  • customtypedefinitionByIds(ids: [Long]!): [CUSTOMTYPEDEFINITION]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • customTypeDefinitions(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCustomTypeDefinitions!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CERTIFICATE to
  • # fetch.
  • certificateById(id: Long): CERTIFICATE
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CERTIFICATE to
  • # fetch.
  • certificateByIds(ids: [Long]!): [CERTIFICATE]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • certificates(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCertificates!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.ACCOUNTGROUP to
  • # fetch.
  • accountgroupById(id: Long): ACCOUNTGROUP
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.ACCOUNTGROUP to
  • # fetch.
  • accountgroupByIds(ids: [Long]!): [ACCOUNTGROUP]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • accountGroups(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageAccountGroups!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.UMBRELLA to fetch.
  • umbrellaById(id: Long): UMBRELLA
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.UMBRELLA to
  • # fetch.
  • umbrellaByIds(ids: [Long]!): [UMBRELLA]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • umbrellas(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageUmbrellas!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.MASTERPORTFOLIO to
  • # fetch.
  • masterportfolioById(id: Long): MASTERPORTFOLIO
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.MASTERPORTFOLIO
  • # to fetch.
  • masterportfolioByIds(ids: [Long]!): [MASTERPORTFOLIO]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.CRERULECOMPILATIONUNIT to fetch.
  • crerulecompilationunitById(id: Long): CRERULECOMPILATIONUNIT
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CRERULECOMPILATIONUNIT to fetch.
  • crerulecompilationunitByIds(ids: [Long]!): [CRERULECOMPILATIONUNIT]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.SYMBOL to fetch.
  • symbolById(id: Long): SYMBOL
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.SYMBOL to fetch.
  • symbolByIds(ids: [Long]!): [SYMBOL]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CRERULESET to
  • # fetch.
  • crerulesetById(id: Long): CRERULESET
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CRERULESET to
  • # fetch.
  • crerulesetByIds(ids: [Long]!): [CRERULESET]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CRERUNEXECUTION to
  • # fetch.
  • crerunexecutionById(id: Long): CRERUNEXECUTION
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CRERUNEXECUTION
  • # to fetch.
  • crerunexecutionByIds(ids: [Long]!): [CRERUNEXECUTION]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.APPLICATIONSETTING
  • # to fetch.
  • applicationsettingById(id: Long): APPLICATIONSETTING
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.APPLICATIONSETTING to fetch.
  • applicationsettingByIds(ids: [Long]!): [APPLICATIONSETTING]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • applicationSettings(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageApplicationSettings!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.COLLATERAL to
  • # fetch.
  • collateralById(id: Long): COLLATERAL
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.COLLATERAL to
  • # fetch.
  • collateralByIds(ids: [Long]!): [COLLATERAL]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • collaterals(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCollaterals!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CUSTODIANHOLDING
  • # to fetch.
  • custodianholdingById(id: Long): CUSTODIANHOLDING
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CUSTODIANHOLDING
  • # to fetch.
  • custodianholdingByIds(ids: [Long]!): [CUSTODIANHOLDING]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.SETTLEMENTINSTRUCTION to fetch.
  • settlementinstructionById(id: Long): SETTLEMENTINSTRUCTION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.SETTLEMENTINSTRUCTION to fetch.
  • settlementinstructionByIds(ids: [Long]!): [SETTLEMENTINSTRUCTION]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • settlementInstructions(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageSettlementInstructions!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.PERMISSIONINCONTEXT to fetch.
  • permissionincontextById(id: Long): PERMISSIONINCONTEXT
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.PERMISSIONINCONTEXT to fetch.
  • permissionincontextByIds(ids: [Long]!): [PERMISSIONINCONTEXT]!
  • # Arguments
  • # id: The id of the RbcConfirmationExport to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_rbcconfirmationexportById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_RbcConfirmationExport
  • # Arguments
  • # ids: The ids of the RbcConfirmationExport to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_rbcconfirmationexportByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_RbcConfirmationExport]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • RbcConfirmationExport(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageRbcConfirmationExport!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.MONEYMARKETCONFIRMATION to fetch.
  • moneymarketconfirmationById(id: Long): MONEYMARKETCONFIRMATION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.MONEYMARKETCONFIRMATION to fetch.
  • moneymarketconfirmationByIds(ids: [Long]!): [MONEYMARKETCONFIRMATION]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • moneyMarketConfirmations(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageMoneyMarketConfirmations!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.TRADEMESSAGE to
  • # fetch.
  • trademessageById(id: Long): TRADEMESSAGE
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.TRADEMESSAGE to
  • # fetch.
  • trademessageByIds(ids: [Long]!): [TRADEMESSAGE]!
  • # Arguments
  • # id: The id of the
  • # CustomRuleTotalExposureOfAssetTreeTypesDefinition to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_customruletotalexposureofassettreetypesdefinitionById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_CustomRuleTotalExposureOfAssetTreeTypesDefinition
  • # Arguments
  • # ids: The ids of the
  • # CustomRuleTotalExposureOfAssetTreeTypesDefinition to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_customruletotalexposureofassettreetypesdefinitionByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_CustomRuleTotalExposureOfAssetTreeTypesDefinition]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • CustomRuleTotalExposureOfAssetTreeTypesDefinition(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCustomRuleTotalExposureOfAssetTreeTypesDefinition!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.OUTSTANDINGCASHFLOW to fetch.
  • outstandingcashflowById(id: Long): OUTSTANDINGCASHFLOW
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.OUTSTANDINGCASHFLOW to fetch.
  • outstandingcashflowByIds(ids: [Long]!): [OUTSTANDINGCASHFLOW]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CORPORATEACTION to
  • # fetch.
  • corporateactionById(id: Long): CORPORATEACTION
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CORPORATEACTION
  • # to fetch.
  • corporateactionByIds(ids: [Long]!): [CORPORATEACTION]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • corporateActions(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCorporateActions!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.TRADABLE to fetch.
  • tradableById(id: Long): TRADABLE
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.TRADABLE to
  • # fetch.
  • tradableByIds(ids: [Long]!): [TRADABLE]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • tradables(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageTradables!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.SCRIPT to fetch.
  • scriptById(id: Long): SCRIPT
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.SCRIPT to fetch.
  • scriptByIds(ids: [Long]!): [SCRIPT]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.DEPOSIT to fetch.
  • depositById(id: Long): DEPOSIT
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.DEPOSIT to
  • # fetch.
  • depositByIds(ids: [Long]!): [DEPOSIT]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.HOLIDAYCALENDAR to
  • # fetch.
  • holidaycalendarById(id: Long): HOLIDAYCALENDAR
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.HOLIDAYCALENDAR
  • # to fetch.
  • holidaycalendarByIds(ids: [Long]!): [HOLIDAYCALENDAR]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • holidayCalendars(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageHolidayCalendars!
  • # Arguments
  • # id: The id of the
  • # CustomRuleMarketvalueOfAssetTreeTypesDefinition to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_customrulemarketvalueofassettreetypesdefinitionById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_CustomRuleMarketvalueOfAssetTreeTypesDefinition
  • # Arguments
  • # ids: The ids of the
  • # CustomRuleMarketvalueOfAssetTreeTypesDefinition to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_customrulemarketvalueofassettreetypesdefinitionByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_CustomRuleMarketvalueOfAssetTreeTypesDefinition]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • CustomRuleMarketvalueOfAssetTreeTypesDefinition(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCustomRuleMarketvalueOfAssetTreeTypesDefinition!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.CREEXTENSIONSCOMPILATIONUNIT to fetch.
  • creextensionscompilationunitById(id: Long): CREEXTENSIONSCOMPILATIONUNIT
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CREEXTENSIONSCOMPILATIONUNIT to fetch.
  • creextensionscompilationunitByIds(
  • ids: [Long]!
  • ): [CREEXTENSIONSCOMPILATIONUNIT]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.INDEX to fetch.
  • indexById(id: Long): INDEX
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.INDEX to fetch.
  • indexByIds(ids: [Long]!): [INDEX]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • indices(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageIndices!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.NAMEDPERMISSION to
  • # fetch.
  • namedpermissionById(id: Long): NAMEDPERMISSION
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.NAMEDPERMISSION
  • # to fetch.
  • namedpermissionByIds(ids: [Long]!): [NAMEDPERMISSION]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.PREPAREDMONEYMARKETCONFIRMATION to fetch.
  • preparedmoneymarketconfirmationById(
  • id: Long
  • ): PREPAREDMONEYMARKETCONFIRMATION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.PREPAREDMONEYMARKETCONFIRMATION to fetch.
  • preparedmoneymarketconfirmationByIds(
  • ids: [Long]!
  • ): [PREPAREDMONEYMARKETCONFIRMATION]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.TRADINGORDER to
  • # fetch.
  • tradingorderById(id: Long): TRADINGORDER
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.TRADINGORDER to
  • # fetch.
  • tradingorderByIds(ids: [Long]!): [TRADINGORDER]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • tradingOrders(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageTradingOrders!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.SOUNDMESSAGECONSUMERCONFIG to fetch.
  • soundmessageconsumerconfigById(id: Long): SOUNDMESSAGECONSUMERCONFIG
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.SOUNDMESSAGECONSUMERCONFIG to fetch.
  • soundmessageconsumerconfigByIds(ids: [Long]!): [SOUNDMESSAGECONSUMERCONFIG]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.CUSTODIANGENERALLEDGERENTRY to fetch.
  • custodiangeneralledgerentryById(id: Long): CUSTODIANGENERALLEDGERENTRY
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CUSTODIANGENERALLEDGERENTRY to fetch.
  • custodiangeneralledgerentryByIds(ids: [Long]!): [CUSTODIANGENERALLEDGERENTRY]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.MANAGEMENTCOMPANY
  • # to fetch.
  • managementcompanyById(id: Long): MANAGEMENTCOMPANY
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.MANAGEMENTCOMPANY to fetch.
  • managementcompanyByIds(ids: [Long]!): [MANAGEMENTCOMPANY]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • managementCompanies(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageManagementCompanies!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.TIMEDEPOSIT to
  • # fetch.
  • timedepositById(id: Long): TIMEDEPOSIT
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.TIMEDEPOSIT to
  • # fetch.
  • timedepositByIds(ids: [Long]!): [TIMEDEPOSIT]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.CALLLIMITPERINVESTOR to fetch.
  • calllimitperinvestorById(id: Long): CALLLIMITPERINVESTOR
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CALLLIMITPERINVESTOR to fetch.
  • calllimitperinvestorByIds(ids: [Long]!): [CALLLIMITPERINVESTOR]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CHECKOUTRUN to
  • # fetch.
  • checkoutrunById(id: Long): CHECKOUTRUN
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CHECKOUTRUN to
  • # fetch.
  • checkoutrunByIds(ids: [Long]!): [CHECKOUTRUN]!
  • # Arguments
  • # id: The id of the Auto-FX Mapping to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_auto_fx_mappingById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_Auto_FX_Mapping
  • # Arguments
  • # ids: The ids of the Auto-FX Mapping to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_auto_fx_mappingByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_Auto_FX_Mapping]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • Auto_FX_Mapping(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageAuto_FX_Mapping!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CAPITALCALL to
  • # fetch.
  • capitalcallById(id: Long): CAPITALCALL
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CAPITALCALL to
  • # fetch.
  • capitalcallByIds(ids: [Long]!): [CAPITALCALL]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • capitalCalls(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCapitalCalls!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.COLLATERALPERMISSION to fetch.
  • collateralpermissionById(id: Long): COLLATERALPERMISSION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.COLLATERALPERMISSION to fetch.
  • collateralpermissionByIds(ids: [Long]!): [COLLATERALPERMISSION]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.PHONE to fetch.
  • phoneById(id: Long): PHONE
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.PHONE to fetch.
  • phoneByIds(ids: [Long]!): [PHONE]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.JOBEXECUTION to
  • # fetch.
  • jobexecutionById(id: Long): JOBEXECUTION
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.JOBEXECUTION to
  • # fetch.
  • jobexecutionByIds(ids: [Long]!): [JOBEXECUTION]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • jobExecutions(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageJobExecutions!
  • # Arguments
  • # id: The id of the CustomRuleLeverageDefinition to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_customruleleveragedefinitionById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_CustomRuleLeverageDefinition
  • # Arguments
  • # ids: The ids of the CustomRuleLeverageDefinition to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_customruleleveragedefinitionByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_CustomRuleLeverageDefinition]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • CustomRuleLeverageDefinition(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCustomRuleLeverageDefinition!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.ASSETATMARKETPLACE
  • # to fetch.
  • assetatmarketplaceById(id: Long): ASSETATMARKETPLACE
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.ASSETATMARKETPLACE to fetch.
  • assetatmarketplaceByIds(ids: [Long]!): [ASSETATMARKETPLACE]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.LENDINGORDER to
  • # fetch.
  • lendingorderById(id: Long): LENDINGORDER
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.LENDINGORDER to
  • # fetch.
  • lendingorderByIds(ids: [Long]!): [LENDINGORDER]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • lendingOrders(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageLendingOrders!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.EMAIL to fetch.
  • emailById(id: Long): EMAIL
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.EMAIL to fetch.
  • emailByIds(ids: [Long]!): [EMAIL]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CRECOMPILATIONUNIT
  • # to fetch.
  • crecompilationunitById(id: Long): CRECOMPILATIONUNIT
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CRECOMPILATIONUNIT to fetch.
  • crecompilationunitByIds(ids: [Long]!): [CRECOMPILATIONUNIT]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.TABLECONFIGURATION
  • # to fetch.
  • tableconfigurationById(id: Long): TABLECONFIGURATION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.TABLECONFIGURATION to fetch.
  • tableconfigurationByIds(ids: [Long]!): [TABLECONFIGURATION]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.FOREXORDER to
  • # fetch.
  • forexorderById(id: Long): FOREXORDER
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.FOREXORDER to
  • # fetch.
  • forexorderByIds(ids: [Long]!): [FOREXORDER]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • forexOrders(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageForexOrders!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.INCOMINGCANCELREJECT to fetch.
  • incomingcancelrejectById(id: Long): INCOMINGCANCELREJECT
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.INCOMINGCANCELREJECT to fetch.
  • incomingcancelrejectByIds(ids: [Long]!): [INCOMINGCANCELREJECT]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.FOREXCONFIRMATION
  • # to fetch.
  • forexconfirmationById(id: Long): FOREXCONFIRMATION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.FOREXCONFIRMATION to fetch.
  • forexconfirmationByIds(ids: [Long]!): [FOREXCONFIRMATION]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • forexConfirmations(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageForexConfirmations!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CONSTRAINEDORDER
  • # to fetch.
  • constrainedorderById(id: Long): CONSTRAINEDORDER
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CONSTRAINEDORDER
  • # to fetch.
  • constrainedorderByIds(ids: [Long]!): [CONSTRAINEDORDER]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • constrainedOrders(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageConstrainedOrders!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.RECONRUN to fetch.
  • reconrunById(id: Long): RECONRUN
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.RECONRUN to
  • # fetch.
  • reconrunByIds(ids: [Long]!): [RECONRUN]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • reconRuns(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageReconRuns!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.DOMAINCLASS to
  • # fetch.
  • domainclassById(id: Long): DOMAINCLASS
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.DOMAINCLASS to
  • # fetch.
  • domainclassByIds(ids: [Long]!): [DOMAINCLASS]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • domainClasses(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageDomainClasses!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.POPUPMESSAGECONSUMERCONFIG to fetch.
  • popupmessageconsumerconfigById(id: Long): POPUPMESSAGECONSUMERCONFIG
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.POPUPMESSAGECONSUMERCONFIG to fetch.
  • popupmessageconsumerconfigByIds(ids: [Long]!): [POPUPMESSAGECONSUMERCONFIG]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.PREPAREDSWAPCONFIRMATION to fetch.
  • preparedswapconfirmationById(id: Long): PREPAREDSWAPCONFIRMATION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.PREPAREDSWAPCONFIRMATION to fetch.
  • preparedswapconfirmationByIds(ids: [Long]!): [PREPAREDSWAPCONFIRMATION]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.SWAPCONFIRMATION
  • # to fetch.
  • swapconfirmationById(id: Long): SWAPCONFIRMATION
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.SWAPCONFIRMATION
  • # to fetch.
  • swapconfirmationByIds(ids: [Long]!): [SWAPCONFIRMATION]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • swapConfirmations(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageSwapConfirmations!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.TOKEN to fetch.
  • tokenById(id: Long): TOKEN
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.TOKEN to fetch.
  • tokenByIds(ids: [Long]!): [TOKEN]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • tokens(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageTokens!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CRERUN to fetch.
  • crerunById(id: Long): CRERUN
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CRERUN to fetch.
  • crerunByIds(ids: [Long]!): [CRERUN]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • creRuns(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCreRuns!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.MARKETPLACEEXECUTION to fetch.
  • marketplaceexecutionById(id: Long): MARKETPLACEEXECUTION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.MARKETPLACEEXECUTION to fetch.
  • marketplaceexecutionByIds(ids: [Long]!): [MARKETPLACEEXECUTION]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CUSTOMENUMLITERAL
  • # to fetch.
  • customenumliteralById(id: Long): CUSTOMENUMLITERAL
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CUSTOMENUMLITERAL to fetch.
  • customenumliteralByIds(ids: [Long]!): [CUSTOMENUMLITERAL]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • customEnumLiterals(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCustomEnumLiterals!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.OUTGOINGORDERTRANSMISSION to fetch.
  • outgoingordertransmissionById(id: Long): OUTGOINGORDERTRANSMISSION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.OUTGOINGORDERTRANSMISSION to fetch.
  • outgoingordertransmissionByIds(ids: [Long]!): [OUTGOINGORDERTRANSMISSION]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.INCOMINGBUSINESSMESSAGEREJECT to fetch.
  • incomingbusinessmessagerejectById(id: Long): INCOMINGBUSINESSMESSAGEREJECT
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.INCOMINGBUSINESSMESSAGEREJECT to fetch.
  • incomingbusinessmessagerejectByIds(
  • ids: [Long]!
  • ): [INCOMINGBUSINESSMESSAGEREJECT]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.ORDERREPLACEREQUEST to fetch.
  • orderreplacerequestById(id: Long): ORDERREPLACEREQUEST
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.ORDERREPLACEREQUEST to fetch.
  • orderreplacerequestByIds(ids: [Long]!): [ORDERREPLACEREQUEST]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CORPORATE to
  • # fetch.
  • corporateById(id: Long): CORPORATE
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CORPORATE to
  • # fetch.
  • corporateByIds(ids: [Long]!): [CORPORATE]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • corporates(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCorporates!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.POSITIONIDENTIFIERWITHACCOUNTSEGMENT to fetch.
  • positionidentifierwithaccountsegmentById(
  • id: Long
  • ): POSITIONIDENTIFIERWITHACCOUNTSEGMENT
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.POSITIONIDENTIFIERWITHACCOUNTSEGMENT to fetch.
  • positionidentifierwithaccountsegmentByIds(
  • ids: [Long]!
  • ): [POSITIONIDENTIFIERWITHACCOUNTSEGMENT]!
  • # Arguments
  • # id: The id of the Valitas Anlagekategorie Limits to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_valitas_anlagekategorie_limitsById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_Valitas_Anlagekategorie_Limits
  • # Arguments
  • # ids: The ids of the Valitas Anlagekategorie Limits to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_valitas_anlagekategorie_limitsByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_Valitas_Anlagekategorie_Limits]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • Valitas_Anlagekategorie_Limits(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageValitas_Anlagekategorie_Limits!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.INCOMINGTRADEMESSAGE to fetch.
  • incomingtrademessageById(id: Long): INCOMINGTRADEMESSAGE
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.INCOMINGTRADEMESSAGE to fetch.
  • incomingtrademessageByIds(ids: [Long]!): [INCOMINGTRADEMESSAGE]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.RECEIVEDCONFIRMATION to fetch.
  • receivedconfirmationById(id: Long): RECEIVEDCONFIRMATION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.RECEIVEDCONFIRMATION to fetch.
  • receivedconfirmationByIds(ids: [Long]!): [RECEIVEDCONFIRMATION]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • receivedConfirmations(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageReceivedConfirmations!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.INTERESTRATESWAPCONFIRMATION to fetch.
  • interestrateswapconfirmationById(id: Long): INTERESTRATESWAPCONFIRMATION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.INTERESTRATESWAPCONFIRMATION to fetch.
  • interestrateswapconfirmationByIds(
  • ids: [Long]!
  • ): [INTERESTRATESWAPCONFIRMATION]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • interestRateSwapConfirmations(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageInterestRateSwapConfirmations!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.NATURALPERSON to
  • # fetch.
  • naturalpersonById(id: Long): NATURALPERSON
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.NATURALPERSON to
  • # fetch.
  • naturalpersonByIds(ids: [Long]!): [NATURALPERSON]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • naturalPersons(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageNaturalPersons!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.CASHFORECASTPERCURRENCY to fetch.
  • cashforecastpercurrencyById(id: Long): CASHFORECASTPERCURRENCY
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CASHFORECASTPERCURRENCY to fetch.
  • cashforecastpercurrencyByIds(ids: [Long]!): [CASHFORECASTPERCURRENCY]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.FOREXEXECUTION to
  • # fetch.
  • forexexecutionById(id: Long): FOREXEXECUTION
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.FOREXEXECUTION
  • # to fetch.
  • forexexecutionByIds(ids: [Long]!): [FOREXEXECUTION]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.MARKETPLACE to
  • # fetch.
  • marketplaceById(id: Long): MARKETPLACE
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.MARKETPLACE to
  • # fetch.
  • marketplaceByIds(ids: [Long]!): [MARKETPLACE]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • marketplaces(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageMarketplaces!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.ACCOUNT to fetch.
  • accountById(id: Long): ACCOUNT
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.ACCOUNT to
  • # fetch.
  • accountByIds(ids: [Long]!): [ACCOUNT]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • accounts(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageAccounts!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.DISTRIBUTION to
  • # fetch.
  • distributionById(id: Long): DISTRIBUTION
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.DISTRIBUTION to
  • # fetch.
  • distributionByIds(ids: [Long]!): [DISTRIBUTION]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • distributions(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageDistributions!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.FIXTRANSPORT to
  • # fetch.
  • fixtransportById(id: Long): FIXTRANSPORT
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.FIXTRANSPORT to
  • # fetch.
  • fixtransportByIds(ids: [Long]!): [FIXTRANSPORT]!
  • # Arguments
  • # id: The id of the Blacklist Released Assets to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_blacklist_released_assetsById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_Blacklist_Released_Assets
  • # Arguments
  • # ids: The ids of the Blacklist Released Assets to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_blacklist_released_assetsByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_Blacklist_Released_Assets]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • Blacklist_Released_Assets(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageBlacklist_Released_Assets!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CASHFORECASTENTRY
  • # to fetch.
  • cashforecastentryById(id: Long): CASHFORECASTENTRY
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CASHFORECASTENTRY to fetch.
  • cashforecastentryByIds(ids: [Long]!): [CASHFORECASTENTRY]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.WARRANT to fetch.
  • warrantById(id: Long): WARRANT
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.WARRANT to
  • # fetch.
  • warrantByIds(ids: [Long]!): [WARRANT]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • warrants(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageWarrants!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.ASSETCOMPOSITIONMEMBER to fetch.
  • assetcompositionmemberById(id: Long): ASSETCOMPOSITIONMEMBER
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.ASSETCOMPOSITIONMEMBER to fetch.
  • assetcompositionmemberByIds(ids: [Long]!): [ASSETCOMPOSITIONMEMBER]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.ORDERCHANGE to
  • # fetch.
  • orderchangeById(id: Long): ORDERCHANGE
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.ORDERCHANGE to
  • # fetch.
  • orderchangeByIds(ids: [Long]!): [ORDERCHANGE]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.DERIVATIVE to
  • # fetch.
  • derivativeById(id: Long): DERIVATIVE
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.DERIVATIVE to
  • # fetch.
  • derivativeByIds(ids: [Long]!): [DERIVATIVE]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • derivatives(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageDerivatives!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.ASSETPROXY to
  • # fetch.
  • assetproxyById(id: Long): ASSETPROXY
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.ASSETPROXY to
  • # fetch.
  • assetproxyByIds(ids: [Long]!): [ASSETPROXY]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • assetProxies(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageAssetProxies!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CASHTYPE to fetch.
  • cashtypeById(id: Long): CASHTYPE
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CASHTYPE to
  • # fetch.
  • cashtypeByIds(ids: [Long]!): [CASHTYPE]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • cashTypes(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCashTypes!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.TIMESERIESENTRY to
  • # fetch.
  • timeseriesentryById(id: Long): TIMESERIESENTRY
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.TIMESERIESENTRY
  • # to fetch.
  • timeseriesentryByIds(ids: [Long]!): [TIMESERIESENTRY]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CDS to fetch.
  • cdsById(id: Long): CDS
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CDS to fetch.
  • cdsByIds(ids: [Long]!): [CDS]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • creditDefaultSwaps(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCreditDefaultSwaps!
  • # Arguments
  • # id: The id of the UserListCustomType to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_userlistcustomtypeById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_UserListCustomType
  • # Arguments
  • # ids: The ids of the UserListCustomType to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_userlistcustomtypeByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_UserListCustomType]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • UserListCustomType(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageUserListCustomType!
  • # Arguments
  • # id: The id of the TradingGuardConfiguration to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_tradingguardconfigurationById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_TradingGuardConfiguration
  • # Arguments
  • # ids: The ids of the TradingGuardConfiguration to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_tradingguardconfigurationByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_TradingGuardConfiguration]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • TradingGuardConfiguration(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageTradingGuardConfiguration!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CRERUNJOB to
  • # fetch.
  • crerunjobById(id: Long): CRERUNJOB
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CRERUNJOB to
  • # fetch.
  • crerunjobByIds(ids: [Long]!): [CRERUNJOB]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • creRunJobs(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCreRunJobs!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CONTACT to fetch.
  • contactById(id: Long): CONTACT
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CONTACT to
  • # fetch.
  • contactByIds(ids: [Long]!): [CONTACT]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.POSITION to fetch.
  • positionById(id: Long): POSITION
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.POSITION to
  • # fetch.
  • positionByIds(ids: [Long]!): [POSITION]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • positions(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PagePositions!
  • # Arguments
  • # id: The id of the
  • # CustomRuleTotalExposurePerAssetOfAssetTreeTypesDefinition to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_customruletotalexposureperassetofassettreetypesdefinitionById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_CustomRuleTotalExposurePerAssetOfAssetTreeTypesDefinition
  • # Arguments
  • # ids: The ids of the
  • # CustomRuleTotalExposurePerAssetOfAssetTreeTypesDefinition to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_customruletotalexposureperassetofassettreetypesdefinitionByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_CustomRuleTotalExposurePerAssetOfAssetTreeTypesDefinition]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • CustomRuleTotalExposurePerAssetOfAssetTreeTypesDefinition(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCustomRuleTotalExposurePerAssetOfAssetTreeTypesDefinition!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.QUOTESOURCE to
  • # fetch.
  • quotesourceById(id: Long): QUOTESOURCE
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.QUOTESOURCE to
  • # fetch.
  • quotesourceByIds(ids: [Long]!): [QUOTESOURCE]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • quoteSources(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageQuoteSources!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.DEFAULTCOUNTERPARTPERASSETCLASS to fetch.
  • defaultcounterpartperassetclassById(
  • id: Long
  • ): DEFAULTCOUNTERPARTPERASSETCLASS
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.DEFAULTCOUNTERPARTPERASSETCLASS to fetch.
  • defaultcounterpartperassetclassByIds(
  • ids: [Long]!
  • ): [DEFAULTCOUNTERPARTPERASSETCLASS]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.MESSAGECONSUMERCONFIG to fetch.
  • messageconsumerconfigById(id: Long): MESSAGECONSUMERCONFIG
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.MESSAGECONSUMERCONFIG to fetch.
  • messageconsumerconfigByIds(ids: [Long]!): [MESSAGECONSUMERCONFIG]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.CREACCOUNTGROUPCONFIGURATION to fetch.
  • creaccountgroupconfigurationById(id: Long): CREACCOUNTGROUPCONFIGURATION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.CREACCOUNTGROUPCONFIGURATION to fetch.
  • creaccountgroupconfigurationByIds(
  • ids: [Long]!
  • ): [CREACCOUNTGROUPCONFIGURATION]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CALLMONEY to
  • # fetch.
  • callmoneyById(id: Long): CALLMONEY
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CALLMONEY to
  • # fetch.
  • callmoneyByIds(ids: [Long]!): [CALLMONEY]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • callMoneys(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCallMoneys!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.LIMIT to fetch.
  • limitById(id: Long): LIMIT
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.LIMIT to fetch.
  • limitByIds(ids: [Long]!): [LIMIT]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CONTRACT to fetch.
  • contractById(id: Long): CONTRACT
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CONTRACT to
  • # fetch.
  • contractByIds(ids: [Long]!): [CONTRACT]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • contracts(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageContracts!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.ACCOUNTRECONRESULT
  • # to fetch.
  • accountreconresultById(id: Long): ACCOUNTRECONRESULT
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.ACCOUNTRECONRESULT to fetch.
  • accountreconresultByIds(ids: [Long]!): [ACCOUNTRECONRESULT]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.FUND to fetch.
  • fundById(id: Long): FUND
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.FUND to fetch.
  • fundByIds(ids: [Long]!): [FUND]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • funds(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageFunds!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.NOTIFYMESSAGECONSUMERCONFIG to fetch.
  • notifymessageconsumerconfigById(id: Long): NOTIFYMESSAGECONSUMERCONFIG
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.NOTIFYMESSAGECONSUMERCONFIG to fetch.
  • notifymessageconsumerconfigByIds(ids: [Long]!): [NOTIFYMESSAGECONSUMERCONFIG]!
  • # Arguments
  • # id: The id of the Allowed Received Confirmation Price
  • # Difference to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_allowed_received_confirmation_price_differenceById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_Allowed_Received_Confirmation_Price_Difference
  • # Arguments
  • # ids: The ids of the Allowed Received Confirmation Price
  • # Difference to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_allowed_received_confirmation_price_differenceByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_Allowed_Received_Confirmation_Price_Difference]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • Allowed_Received_Confirmation_Price_Difference(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageAllowed_Received_Confirmation_Price_Difference!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.CURRENCY to fetch.
  • currencyById(id: Long): CURRENCY
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.CURRENCY to
  • # fetch.
  • currencyByIds(ids: [Long]!): [CURRENCY]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • currencies(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageCurrencies!
  • # Arguments
  • # id: The id of the BVIConfirmationExport to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_bviconfirmationexportById(
  • id: Long
  • ): de_patronas_basetypes_CustomTypeDefinitionType_BVIConfirmationExport
  • # Arguments
  • # ids: The ids of the BVIConfirmationExport to fetch.
  • de_patronas_basetypes_customtypedefinitiontype_bviconfirmationexportByIds(
  • ids: [Long]!
  • ): [de_patronas_basetypes_CustomTypeDefinitionType_BVIConfirmationExport]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • BVIConfirmationExport(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageBVIConfirmationExport!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.INTERESTRATESWAPEXECUTION to fetch.
  • interestrateswapexecutionById(id: Long): INTERESTRATESWAPEXECUTION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.INTERESTRATESWAPEXECUTION to fetch.
  • interestrateswapexecutionByIds(ids: [Long]!): [INTERESTRATESWAPEXECUTION]!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.PREPAREDMARKETPLACECONFIRMATION to fetch.
  • preparedmarketplaceconfirmationById(
  • id: Long
  • ): PREPAREDMARKETPLACECONFIRMATION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.PREPAREDMARKETPLACECONFIRMATION to fetch.
  • preparedmarketplaceconfirmationByIds(
  • ids: [Long]!
  • ): [PREPAREDMARKETPLACECONFIRMATION]!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.REALESTATE to
  • # fetch.
  • realestateById(id: Long): REALESTATE
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.REALESTATE to
  • # fetch.
  • realestateByIds(ids: [Long]!): [REALESTATE]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • realEstates(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageRealEstates!
  • # Arguments
  • # id: The id of the de.patronas.basetypes.Type.USER to fetch.
  • userById(id: Long): USER
  • # Arguments
  • # ids: The ids of the de.patronas.basetypes.Type.USER to fetch.
  • userByIds(ids: [Long]!): [USER]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • users(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageUsers!
  • # Arguments
  • # id: The id of the
  • # de.patronas.basetypes.Type.ALTERNATIVECONFIRMATION to fetch.
  • alternativeconfirmationById(id: Long): ALTERNATIVECONFIRMATION
  • # Arguments
  • # ids: The ids of the
  • # de.patronas.basetypes.Type.ALTERNATIVECONFIRMATION to fetch.
  • alternativeconfirmationByIds(ids: [Long]!): [ALTERNATIVECONFIRMATION]!
  • # Arguments
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - RFC-3339 date time format
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: See the Expression type for more information about the
  • # filter syntax
  • alternativeConfirmations(
  • revisionTimestamp: DateTime,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): PageAlternativeConfirmations!
  • # This query converts a given value in one currency into another currency
  • #
  • # Arguments
  • # fromCurrency: The currency from which the value should be
  • # converted (ISO 4217 Code)
  • # toCurrency: The currency to which the value should be converted
  • # (ISO 4217 Code)
  • # value: The value that should be converted
  • # conversionTime: The timestamp at which the currency should be
  • # converted
  • convertToCurrency(
  • fromCurrency: String!,
  • toCurrency: String!,
  • value: BigDecimal!,
  • conversionTime: DateTime
  • ): BigDecimal
  • # This query returns all legal entities and assets that are used by the given
  • # asset
  • #
  • # Arguments
  • # assetId: The id of the Asset for which to fetch the transitive
  • # closure
  • # withIndexMembers: Whether or not the members of indicies should
  • # be considered
  • # revision: The revision number to fetch data at a given revision
  • # - overrules revisionTimestamp
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - ISO 8601 format or milliseconds since January 1st 1970
  • assetTransitiveClosure(
  • assetId: Long!,
  • withIndexMembers: Boolean!,
  • revision: Long,
  • revisionTimestamp: DateTime
  • ): ASSET_TRANSITIVE_CLOSURE
  • # This query returns a symbol type by name
  • #
  • # Arguments
  • # name: The name of the symbol
  • symbolTypeByName(name: String!): SYMBOLTYPE
  • # Arguments
  • # accountSegments: The id of the AccountSegment for which to
  • # fetch a portfolio
  • # portfolioType: [Not documented]
  • # revision: The revision number to fetch data at a given revision
  • # - overrules revisionTimestamp
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - ISO 8601 format or milliseconds since January 1st 1970
  • portfolio(
  • accountSegments: [Long]!,
  • portfolioType: String!,
  • revision: Long,
  • revisionTimestamp: DateTime
  • ): PORTFOLIO
  • # This query returns all features for a given type
  • #
  • # Arguments
  • # type: [Not documented]
  • # includeSubtypes: Whether or not the features of subtypes should
  • # be returned
  • featuresByType(type: DomainTypes!, includeSubtypes: Boolean!): [FEATURE]
  • # Arguments
  • # revision: The revision number to fetch data at a given revision
  • # - overrules revisionTimestamp
  • # revisionTimestamp: The revision timestamp to fetch data at a
  • # given point in time - ISO 8601 format or milliseconds since January 1st 1970
  • # type: [Not documented]
  • # includeSubtypes: [Not documented]
  • # includeDeleted: [Not documented]
  • # range: [Not documented]
  • # orderBy: [Not documented]
  • # filter: # Filter Expressions
  • # A filter expression restricts the results of a paging request to certain
  • # criteria.
  • #
  • # ## Composition of a filter expression
  • # A filter starts with an expression with the fields `and`, `or`, `not`
  • # and `expression`:
  • #
  • # ```
  • # filter: {
  • #
  • # and: [ Expression ]
  • #
  • # or: [ Expression ]
  • #
  • # not: { Expression }
  • #
  • # expression: String
  • # }
  • # ```
  • #
  • # ### Composition rules
  • # - Exactly one of the fields `and`, `or`, `not` and `expression` must be set
  • # - The boolean `and` / `or` fields require an array of expressions with at
  • #
  • # least two subexpressions
  • # - The `not` field requires an expression
  • # - The `expression` field requires an expression string like `id = 4`
  • #
  • # ## Expression strings
  • # An expression string is build with operand(s) and an operator:
  • #
  • # `left-hand-side unary-operator`
  • #
  • # `left-hand-side binary-operator right-hand-side`
  • #
  • #
  • # ### The left hand side operand
  • # The left hand side of an expression string must be a valid feature path that
  • # starts from the requested type. That means that all features of the requested
  • # type can be used as the entry point of a feature path. Type conversion is
  • # possible by adding a node starting with the keyword 'on' followed by name of
  • # the new type in brackets.
  • #
  • # Let's assume the paged type is `ORDER`. Then the following feature paths are
  • # valid:
  • # ```
  • # id
  • # confirmations.id
  • # createdFor.account.name
  • # asset.on(FOREX).transactionType
  • # on(MARKETPLACEORDER).tradedAt.id
  • # ```
  • # #### Special symbol treatment
  • # Symbols can be queried in a simplified way. It is possible to replace the
  • # following query:
  • # ```
  • # and: [
  • #
  • # { expression: "path.to.symbols.identifier = 'identifier literal'" }
  • #
  • # { expression: "path.to.symbols.symbolType.name = 'Some Symbol Type Name'" }
  • # ]
  • # ```
  • # with:
  • # ```
  • # { expression: "path.to.symbols.Some Symbol Type Name = 'identifier literal'" }
  • #
  • # ```
  • # NOTE 1: When using the simplified expression, a SymbolType name might clash with
  • # one or more operators, e.g "path.to.symbols.a symbols type name that barely
  • # exists in the real world = 'it might be'".
  • # In this case the expression parser will resolve 'exists' as the operator and
  • # then
  • # complain that 'exists' is unary and has no right-hand side.
  • # To be able to use these SymbolType names the name can be url encoded like
  • # "path.to.symbols.a%20symbols%20type%20name%20that%20barely%20exists%20in%20the%20real%20world"
  • # = 'it might be'.
  • # Using the url encoding will prevent the expression parser from recognizing
  • # 'exists' and
  • # 'in' in the SymbolType name as an operator.
  • #
  • # NOTE 2: Every operator that works for strings can be used:
  • # ```
  • # { expression: "path.to.symbols.Some_Symbol_Type_Name like '%identifier
  • # literal%'" }
  • #
  • # ```
  • # ```
  • # { expression: "path.to.symbols.Some_Symbol_Type_Name in ['literal 1', 'literal
  • # 2']" }
  • #
  • # ```
  • #
  • #
  • # ### The right hand side operand
  • # Depending on the left hand side type and the operator the right hand side
  • # can be one of the following types: `number`, `string`, `array` or another
  • # feature path that points to a feature of the same type:
  • #
  • # Strings are enclosed by `'`:
  • # ```
  • # 'Hello World'
  • # ```
  • #
  • # A single quote within a string can be escaped with a further single quote:
  • # ```
  • # 'Anna''s investment'
  • # ```
  • #
  • # Arrays are enclosed by `[` and `]` and elements are separated by `,`:
  • # ```
  • # [1, 2, 3, 4]
  • # ['Hello', 'World']
  • # ```
  • #
  • # ### Unary operators
  • # - `exists` test whether a feature has a value or not
  • # ```
  • # confirmations.tradeDate exists
  • # ```
  • #
  • # - `today` test whether a date is today
  • # ```
  • # confirmations.tradeDate today
  • # ```
  • #
  • # - `not-today` test whether a date is not today
  • # ```
  • # confirmations.tradeDate not-today
  • # ```
  • #
  • # - `yesterday` test if a date is yesterday
  • # ```
  • # confirmations.tradeDate yesterday
  • # ```
  • #
  • # ### Binary operators
  • # - `=` test for equality
  • # ```
  • # id = 233
  • # ```
  • #
  • # - `!=` test for inequality
  • # ```
  • # id != 233
  • # ```
  • #
  • # - `<` test if the left hand side is less than the right hand side
  • # ```
  • # id < 233
  • # ```
  • #
  • # - `<=` test if the left hand side is less or equal than the right hand side
  • # ```
  • # id <= 233
  • # ```
  • #
  • # - `>` test if the left hand side is greater than the right hand side
  • # ```
  • # id > 233
  • # ```
  • #
  • # - `>=` test if the left hand side is greater or equal than the right hand side
  • # ```
  • # id >= 233
  • # ```
  • #
  • # - `in` test if the left hand side is within a list of elements
  • # ```
  • # id in [12, 34, 56]
  • # ```
  • #
  • # - `not-in` test if the left hand side is not within a list of elements
  • # ```
  • # id not-in [12, 34, 56]
  • # ```
  • #
  • # - `contains-element` test if the left hand side contains a certain element.
  • #
  • # Applies only if the left hand side is a many feature.
  • # ```
  • # confirmations contains-element 65575
  • # ```
  • #
  • # - `contains` test if the left hand side contains a string. Applies only if
  • #
  • # the left hand side is a text feature.
  • # ```
  • # confirmations.comment contains 'hello world'
  • # ```
  • #
  • # - `like`: test if the left hand side matches a string with wildcards. The
  • #
  • # wildcard character is `%`. Applies only if the left hand side is a text
  • #
  • # feature.
  • # ```
  • # confirmations.comment like '%hello%world%'
  • # ```
  • #
  • # - `not-like`: test if the left hand side does not match a string with
  • #
  • # wildcards. The wildcard character is `%`. Applies only if the left
  • #
  • # hand side is a text feature.
  • # ```
  • # confirmations.comment not-like '%hello%world%'
  • # ```
  • #
  • # ### Special date expressions
  • # A special syntax for referencing relative dates in the past or in the future
  • # exists. The following expressions are possible:
  • #
  • # `now + days` references a date n days in the future from now
  • # ```
  • # confirmations.tradeDate > now + 10 days
  • # ```
  • #
  • # `now + business days` references a date n business days in the future from
  • # now
  • # ```
  • # confirmations.tradeDate > now + 10 business days
  • # ```
  • #
  • # `now - days` references a date n days in the past
  • # ```
  • # confirmations.tradeDate > now - 10 business days
  • # ```
  • #
  • # `now - business days` references a date n business days in the past
  • # ```
  • # confirmations.tradeDate > now - 10 business days
  • # ```
  • #
  • #
  • #
  • # ## A valid filter expression example
  • #
  • # ```
  • # filter: {
  • #
  • # or: [
  • #
  • # { expression: "id = 60000" }
  • #
  • # { expression: "id = 60001" }
  • #
  • # { and: [
  • #
  • # { expression: "id >= 70000" }
  • #
  • # { expression: "id <= 80000" }
  • #
  • # { not:
  • #
  • # { expression: "id = 75000" }
  • #
  • # } ]
  • #
  • # { expression: "confirmations.tradeDate not-today" }
  • #
  • # { expression: "confirmations.tradeDate > now - 30 days" }
  • #
  • # { expression: "confirmations.tradeDate > confirmations.valutaDate" }
  • #
  • # }
  • #
  • # { expression: "confirmations.comment contains 'hello world'" }
  • #
  • # { expression: "confirmations contains-element 75699" }
  • #
  • # ]
  • # }
  • # ```
  • #
  • #
  • #
  • #
  • page(
  • revision: Long,
  • revisionTimestamp: DateTime,
  • type: DomainTypes!,
  • includeSubtypes: Boolean,
  • includeDeleted: Boolean,
  • range: Range,
  • orderBy: [OrderBy],
  • filter: Expression
  • ): Page @deprecated( reason: "Use explicit page queries instead. For example use 'stocks' for type 'STOCK': page(type: STOCK, range: { size: 100, offset: 0 }) -> stocks(range: { size: 100, offset: 0 }). " )
  • # This query returns the IBOR portfolio for the given account segments
  • #
  • # Arguments
  • # accountSegments: The id of the AccountSegment for which to
  • # fetch a portfolio
  • # portfolioType: [Not documented]
  • # date: The date for which the portfolio should be fetched - ISO
  • # 8601 format (yyyy-MM-dd)
  • ibor_portfolio(
  • accountSegments: [Long]!,
  • portfolioType: String!,
  • date: LocalDate
  • ): PORTFOLIO
  • # This query returns the current subject of the request
  • currentSubject: SUBJECT
  • }

link Require by

This element is not required by anyone