# Documentation - [Changelog](/connect/docs/changelog): This update includes a minor, non-breaking improvement to provide more clarity on an upcoming feature related to monitoring alerts. We've added a descriptive comment to an enum value to prepare for future functionality and prevent confusion. The update also introduces a set of generic, non-country-specific legal forms. This enhancement allows for better classification of custom companies or companies from jurisdictions not explicitly supported by our country-specific codes. This is a non-breaking change. - [Companies](/connect/docs/examples/companies): This guide covers common workflows for managing companies in Strise Connect: looking up companies, adding them to monitoring, and handling alerts. - [Custom Entities](/connect/docs/examples/custom-entities): Custom entities let you create and manage companies and persons that aren't found in public registries. This is useful for foreign entities, shell companies, or individuals without official identifiers in supported countries. - [Custom Risk Fields](/connect/docs/examples/custom-risk-fields): Custom risk fields let you define and manage your own risk classification criteria on entities. This guide covers listing available fields with their options and programmatically updating field values on entities. - [Forms](/connect/docs/examples/forms): Forms let you send customer-facing questionnaires to recipients and track their completion. This guide covers sending forms, monitoring their status, and managing form lifecycles. - [Monitoring Alerts](/connect/docs/examples/monitoring-alerts): Monitoring generates alerts when it detects changes on your entities. This guide covers how to fetch alerts, investigate the underlying changes that triggered them, and resolve them. - [Private Persons](/connect/docs/examples/private-persons): This guide covers common workflows for managing private persons in Strise Connect: searching for individuals, creating them, adding them to monitoring, and handling updates. - [Reviews](/connect/docs/examples/reviews): Reviews are risk assessments generated for companies and private persons. This guide covers creating reviews, retrieving review details, and listing reviews across your portfolio. - [Introduction](/connect/docs/): Strise Connect is a GraphQL API that lets you integrate Strise's AML compliance capabilities into your own systems and manage data in Strise from your own workflows. You can search for companies and persons, create and update entities, run PEP and sanction screenings, monitor entities for changes, manage risk assessments, and more. - [alertUpdate](/connect/docs/mutations/alert-update): Update one or more monitoring alerts. - [attachFormInstance](/connect/docs/mutations/attach-form-instance): Attach an externally initiated form instance to a company. - [cancelForm](/connect/docs/mutations/cancel-form): Cancel an active customer facing form. - [clientAccessTokenGenerate](/connect/docs/mutations/client-access-token-generate): Generate a new access token for a client, which can be used to authenticate with the API through a 'Authorization: Bearer \' header. - [companiesAddToMonitoring](/connect/docs/mutations/companies-add-to-monitoring): No description - [companyAddToMonitoring](/connect/docs/mutations/company-add-to-monitoring): No description - [companyCreditReportOrder](/connect/docs/mutations/company-credit-report-order): Order a credit report for a company. - [companyEnrichGlobalEntity](/connect/docs/mutations/company-enrich-global-entity): Create a company from a global entity source (e.g., Orbis). Fetches entity data from the specified source and stores it. - [companyOwnersUpdate](/connect/docs/mutations/company-owners-update): Use companyUpdateShareholders, companyUpdateBeneficialOwners and companyResetFields instead - [companyRemoveFromMonitoring](/connect/docs/mutations/company-remove-from-monitoring): No description - [companyResetFields](/connect/docs/mutations/company-reset-fields): Reset all edits to the given fields for a company. - [companyUpdateBeneficialOwners](/connect/docs/mutations/company-update-beneficial-owners): Update (add/remove) beneficial owners of a company. - [companyUpdateShareholders](/connect/docs/mutations/company-update-shareholders): Update (add/edit/remove) direct shareholders of a company. - [createFormUrl](/connect/docs/mutations/create-form-url): Create a new URL for an active customer facing form. - [customCompanyCreate](/connect/docs/mutations/custom-company-create): Create a custom company. - [customCompanyDelete](/connect/docs/mutations/custom-company-delete): Delete a custom company. - [customCompanyUpdate](/connect/docs/mutations/custom-company-update): Update a custom company. - [customPersonCreate](/connect/docs/mutations/custom-person-create): Create a custom person. - [customPersonDelete](/connect/docs/mutations/custom-person-delete): Delete a custom person. - [customPersonEdit](/connect/docs/mutations/custom-person-edit): Edit the details of a custom person. - [entityUpdateCustomRiskField](/connect/docs/mutations/entity-update-custom-risk-field): Update the selected options for a custom risk field on an entity. - [privatePersonAddToMonitoring](/connect/docs/mutations/private-person-add-to-monitoring): No description - [privatePersonCreateNoEnrich](/connect/docs/mutations/private-person-create-no-enrich): Creates a private person without enriching their data with data from registries. Use together with privatePersonRegistrySearch to verify registry data before creating. - [privatePersonCreate](/connect/docs/mutations/private-person-create): No description - [privatePersonDelete](/connect/docs/mutations/private-person-delete): No description - [privatePersonRemoveFromMonitoring](/connect/docs/mutations/private-person-remove-from-monitoring): No description - [privatePersonUpdate](/connect/docs/mutations/private-person-update): No description - [privatePersonsAddToMonitoring](/connect/docs/mutations/private-persons-add-to-monitoring): No description - [reviewCompanyCreate](/connect/docs/mutations/review-company-create): No description - [reviewPrivatePersonCreate](/connect/docs/mutations/review-private-person-create): No description - [reviewTriggerEventGenerate](/connect/docs/mutations/review-trigger-event-generate): Mutate the database in such a way that it satisfies a review trigger and adds the given company to review. This is only available in sandbox. - [sandboxAlertGenerate](/connect/docs/mutations/sandbox-alert-generate): Generate a PEP or sanction alert for a monitored entity in sandbox. This mutation creates a new screening hit, builds the aggregate, and triggers an alert. Only available in sandbox environment. - [sendForm](/connect/docs/mutations/send-form): Send a customer facing form to an email. - [alertData](/connect/docs/queries/alert-data): BETA FEATURE: This query is in beta and will change without warning. Retrieve the change data that triggered the alert. - [alerts](/connect/docs/queries/alerts): BETA FEATURE: This query is in beta and will change without warning. Retrieve alerts. - [businessPersonSearch](/connect/docs/queries/business-person-search): Search for a business person by certain parameters, such as name, country, and birth date. Returns the first 50 hits. If you can't find the person you're looking for, try to narrow down the search by further specifying the search parameters. - [businessPerson](/connect/docs/queries/business-person): Find a business person by their internal Strise ID. - [companyIdentifierSearch](/connect/docs/queries/company-identifier-search): Find companies their official identifier. - [companySearch](/connect/docs/queries/company-search): Find companies by search. - [company](/connect/docs/queries/company): Find a company by their internal Strise ID. - [customBusinessPerson](/connect/docs/queries/custom-business-person): Find a custom business person by their internal Strise ID. - [customRiskFields](/connect/docs/queries/custom-risk-fields): List all available custom risk field definitions for the team. - [document](/connect/docs/queries/document): Fetch a document by document and company id. - [listForms](/connect/docs/queries/list-forms): List the forms available. - [portfolioCompanies](/connect/docs/queries/portfolio-companies): List companies in your portfolio. - [privatePersonIdentifierSearch](/connect/docs/queries/private-person-identifier-search): Find private persons by their official identifier, such as SSN. - [privatePersonRegistrySearch](/connect/docs/queries/private-person-registry-search): Find a specific private person in official registries by a combination of identifiers. - [privatePersonReview](/connect/docs/queries/private-person-review): Retrieve a private person review by its id. - [privatePersonReviews](/connect/docs/queries/private-person-reviews): List reviews completed on all entities between the given dates. - [privatePersonSearch](/connect/docs/queries/private-person-search): Find private persons by name. - [privatePerson](/connect/docs/queries/private-person): Find a private person by their internal Strise ID. - [reviewTriggerCompanySearch](/connect/docs/queries/review-trigger-company-search): Find all review trigger events delivered for a specific company. - [reviewTriggerPersonSearch](/connect/docs/queries/review-trigger-person-search): Find all review trigger events delivered for a specific private person. - [reviewTriggerSearch](/connect/docs/queries/review-trigger-search): Find all review trigger events delivered within a given timeframe. - [review](/connect/docs/queries/review): Retrieve a review by its id. - [reviews](/connect/docs/queries/reviews): List reviews completed on all entities between the given dates. - [strise](/connect/docs/queries/strise): Welcome to the Strise Connect API! Need help? Contact us at tech\@strise.ai - [AddressKind](/connect/docs/types/enums/address-kind): The kind of address. - [AlertState](/connect/docs/types/enums/alert-state): No description - [AmsClassificationKind](/connect/docs/types/enums/ams-classification-kind): No description - [AmsEventKind](/connect/docs/types/enums/ams-event-kind): No description - [BeneficialOwnerReasonKind](/connect/docs/types/enums/beneficial-owner-reason-kind): Represents the reason for an entity being considered a beneficial owner. - [CompanyResetFieldKindInput](/connect/docs/types/enums/company-reset-field-kind-input): No description - [CompanySearchSource](/connect/docs/types/enums/company-search-source): Data source to search companies from. - [CountryRelationship](/connect/docs/types/enums/country-relationship): The relationship between a country and a context, such as a person's country of residence - [CreditRating](/connect/docs/types/enums/credit-rating): The international credit rating scale (A-E). - [CustomRiskFieldKind](/connect/docs/types/enums/custom-risk-field-kind): No description - [DatasetKind](/connect/docs/types/enums/dataset-kind): No description - [DocumentSource](/connect/docs/types/enums/document-source): An enum representing the source of a document. - [DocumentStatus](/connect/docs/types/enums/document-status): The status of a document upload. - [EditKind](/connect/docs/types/enums/edit-kind): Represents the type of edit being made on a data point. - [EntityIdentifierKind](/connect/docs/types/enums/entity-identifier-kind): The kind of an identifier. - [EntityKind](/connect/docs/types/enums/entity-kind): The type of entity. - [EntityPortfolioStatus](/connect/docs/types/enums/entity-portfolio-status): An enum representing an entity's portfolio status - [EntityRelationshipKind](/connect/docs/types/enums/entity-relationship-kind): The kind of relationship between the two entities. - [FlagKind](/connect/docs/types/enums/flag-kind): Flags are notable events for an entity. They can have several different triggers and levels of severity. Examples of triggers for flags are bankruptcy, dissolution, and merger. - [Gender](/connect/docs/types/enums/gender): No description - [GlobalDataSource](/connect/docs/types/enums/global-data-source): The external global data source for entity data. - [IndustryCodeType](/connect/docs/types/enums/industry-code-type): No description - [LegalFormKind](/connect/docs/types/enums/legal-form-kind): The type of LegalForm - [NamedEntityKind](/connect/docs/types/enums/named-entity-kind): No description - [RelationKind](/connect/docs/types/enums/relation-kind): No description - [ReviewTriggerStatementKind](/connect/docs/types/enums/review-trigger-statement-kind): No description - [RiskClass](/connect/docs/types/enums/risk-class): Risk class for an entity. Risk class is set automatically through review automation, or by an AML officer through the application. - [RiskLevelKind](/connect/docs/types/enums/risk-level-kind): An enum representing supported risk levels - [RiskScoreStatus](/connect/docs/types/enums/risk-score-status): Indicates whether data was present for a risk score calculation - [SanctionSource](/connect/docs/types/enums/sanction-source): The entity that issued the sanction. - [SandboxAlertAction](/connect/docs/types/enums/sandbox-alert-action): Action to perform on sandbox alert - [SandboxAlertType](/connect/docs/types/enums/sandbox-alert-type): Type of alert to generate in sandbox - [SearchMatchConfidence](/connect/docs/types/enums/search-match-confidence): Confidence level of a search match. - [UserAccountKind](/connect/docs/types/enums/user-account-kind): No description - [AddressInput](/connect/docs/types/inputs/address-input): No description - [AlertPageInfoInput](/connect/docs/types/inputs/alert-page-info-input): No description - [AlertUpdateInput](/connect/docs/types/inputs/alert-update-input): Input for updating one or more monitoring alerts. - [AlertsWhereInput](/connect/docs/types/inputs/alerts-where-input): Specify filters and pagination when querying alerts. - [AttachFormInstanceInput](/connect/docs/types/inputs/attach-form-instance-input): The data input for attaching an externally initiated form instance to a company. - [BusinessPersonOwnershipInput](/connect/docs/types/inputs/business-person-ownership-input): The data input for updating company ownership. - [BusinessPersonWhereInput](/connect/docs/types/inputs/business-person-where-input): No description - [CancelFormInput](/connect/docs/types/inputs/cancel-form-input): The data input for cancelling a customer facing form. - [CompaniesWhereInput](/connect/docs/types/inputs/companies-where-input): Input to lookup companies by their internal Strise ID. - [CompanyCustomBeneficialOwnerInput](/connect/docs/types/inputs/company-custom-beneficial-owner-input): The data input for an edited company beneficial owner. - [CompanyCustomShareholderInput](/connect/docs/types/inputs/company-custom-shareholder-input): The data input for an edited company shareholder. - [CompanyIdentifierSearchInput](/connect/docs/types/inputs/company-identifier-search-input): Input to lookup companies by registration number. - [CompanyNameSearchInput](/connect/docs/types/inputs/company-name-search-input): A filter for looking up a company by name. - [CompanyOwnershipInput](/connect/docs/types/inputs/company-ownership-input): The data input for updating company ownership. - [CompanyResetFieldsInput](/connect/docs/types/inputs/company-reset-fields-input): The data input for resetting edits for a company on the given fields. - [CompanyReviewTriggerEventWhereInput](/connect/docs/types/inputs/company-review-trigger-event-where-input): Input to lookup company review trigger events by entity ID and time interval. - [CompanyUpdateBeneficialOwnersInput](/connect/docs/types/inputs/company-update-beneficial-owners-input): The data input for updating company beneficial owners. - [CompanyUpdateShareholdersInput](/connect/docs/types/inputs/company-update-shareholders-input): The data input for updating company shareholders. - [CompanyWhereInput](/connect/docs/types/inputs/company-where-input): The data input for adding a company. - [ConnectBusinessPersonSearchInput](/connect/docs/types/inputs/connect-business-person-search-input): No description - [ConnectPartialDateInput](/connect/docs/types/inputs/connect-partial-date-input): Input for partial date - [ConnectPortfolioCompaniesInput](/connect/docs/types/inputs/connect-portfolio-companies-input): A filter for listing out companies in a portfolio. - [CountryContextInput](/connect/docs/types/inputs/country-context-input): Used to define an entity's relationship to a country. Such as a Company's country of residence, a PrivatePerson's citizenship, or a CustomBusinessPerson's nationality. - [CreateCompanyFromGlobalEntityInput](/connect/docs/types/inputs/create-company-from-global-entity-input): Input for creating a company from a global entity source (e.g., Orbis). - [CreateFormUrlInput](/connect/docs/types/inputs/create-form-url-input): The data input for creating a new URL for a customer facing form. - [CustomBusinessPersonWhereInput](/connect/docs/types/inputs/custom-business-person-where-input): No description - [CustomCompanyCreateInput](/connect/docs/types/inputs/custom-company-create-input): Input to create a custom company. - [CustomCompanyUpdateInput](/connect/docs/types/inputs/custom-company-update-input): Input to update a custom company. - [CustomCompanyWhereInput](/connect/docs/types/inputs/custom-company-where-input): No description - [CustomOwnersInput](/connect/docs/types/inputs/custom-owners-input): The data input for updating company ownership. If companies and businessPersons are both empty lists, custom ownerships will be reset - [CustomPersonCreateInput](/connect/docs/types/inputs/custom-person-create-input): The data for creating a custom person. - [CustomPersonEditInput](/connect/docs/types/inputs/custom-person-edit-input): The data for editing a custom person. - [CustomPersonOwnershipInput](/connect/docs/types/inputs/custom-person-ownership-input): The data input for updating company ownership. - [DocumentWhereInput](/connect/docs/types/inputs/document-where-input): The data input for fetching a document. - [EntityCustomRiskFieldUpdateInput](/connect/docs/types/inputs/entity-custom-risk-field-update-input): Input to update the selected options for a custom risk field on an entity. - [PersonRegistrySearchInput](/connect/docs/types/inputs/person-registry-search-input): Input for looking up a private person in official registries. - [PersonReviewTriggerEventWhereInput](/connect/docs/types/inputs/person-review-trigger-event-where-input): Input to lookup person review trigger events by person ID and time interval. - [PersonSearchInput](/connect/docs/types/inputs/person-search-input): No description - [PrivatePersonCreateInput](/connect/docs/types/inputs/private-person-create-input): No description - [PrivatePersonIdentifierSearchInput](/connect/docs/types/inputs/private-person-identifier-search-input): Input to lookup private persons by their identifiers, such as their personal number. - [PrivatePersonUpdateInput](/connect/docs/types/inputs/private-person-update-input): No description - [PrivatePersonWhereInput](/connect/docs/types/inputs/private-person-where-input): No description - [PrivatePersonsWhereInput](/connect/docs/types/inputs/private-persons-where-input): No description - [ReviewTriggerEventWhereInput](/connect/docs/types/inputs/review-trigger-event-where-input): Input to lookup review trigger events time interval. - [ReviewWhereInput](/connect/docs/types/inputs/review-where-input): Input for querying a review. - [SandboxAlertInput](/connect/docs/types/inputs/sandbox-alert-input): Input for generating or removing a sandbox alert - [SendFormInput](/connect/docs/types/inputs/send-form-input): No description - [SizePageInfoInput](/connect/docs/types/inputs/size-page-info-input): Used for pagination. - [TimespanInput](/connect/docs/types/inputs/timespan-input): No description - [ChangeLike](/connect/docs/types/interfaces/change-like): An interface type of monitoring change kinds. - [EntityLike](/connect/docs/types/interfaces/entity-like): An interface type of external business entities. Either a company or a business person. - [MonitoredEntityLike](/connect/docs/types/interfaces/monitored-entity-like): An interface type of external business entities that can be monitored. - [ReviewTriggerEvent](/connect/docs/types/interfaces/review-trigger-event): Interace for review trigger events. - [AccessToken](/connect/docs/types/objects/access-token): An access token used to communicate with the Strise.ai APIs. - [Address](/connect/docs/types/objects/address): No description - [AlertConnectionEdge](/connect/docs/types/objects/alert-connection-edge): No description - [AlertConnection](/connect/docs/types/objects/alert-connection): No description - [AlertUpdatePayload](/connect/docs/types/objects/alert-update-payload): Payload returned after updating alerts. - [Alert](/connect/docs/types/objects/alert): No description - [AmsEntityMention](/connect/docs/types/objects/ams-entity-mention): No description - [AmsEvent](/connect/docs/types/objects/ams-event): No description - [AmsPrediction](/connect/docs/types/objects/ams-prediction): No description - [AmsTopicMentions](/connect/docs/types/objects/ams-topic-mentions): No description - [AttachFormInstancePayload](/connect/docs/types/objects/attach-form-instance-payload): The payload for attaching an externally initiated form instance to a company. - [BeneficialOwnerChange](/connect/docs/types/objects/beneficial-owner-change): Change in beneficial ownership. - [BeneficialOwner](/connect/docs/types/objects/beneficial-owner): An object representing a beneficial owner of a company. - [BusinessPersonSearchConnectionEdge](/connect/docs/types/objects/business-person-search-connection-edge): No description - [BusinessPersonSearchConnection](/connect/docs/types/objects/business-person-search-connection): No description - [BusinessPerson](/connect/docs/types/objects/business-person): A resource representing a business person. - [CancelFormPayload](/connect/docs/types/objects/cancel-form-payload): The payload for cancelling a customer facing form. - [ClusteredEvent](/connect/docs/types/objects/clustered-event): No description - [CollateralSummary](/connect/docs/types/objects/collateral-summary): A summary of collateral without individual details. - [CompanyBulkPayloadResource](/connect/docs/types/objects/company-bulk-payload-resource): Response for bulk adding companies to monitoring. - [CompanyPayload](/connect/docs/types/objects/company-payload): The payload for a company mutation. - [CompanyPepChange](/connect/docs/types/objects/company-pep-change): Change in pep screening of a company (i.e. for persons related to the company). - [CompanyRelationsChange](/connect/docs/types/objects/company-relations-change): Change in relations. - [CompanyReviewTriggerEvent](/connect/docs/types/objects/company-review-trigger-event): No description - [CompanySanctionChange](/connect/docs/types/objects/company-sanction-change): Change in sanction screening of a company (i.e. for the company itself and companies and persons related to the company). - [CompanySearchConnectionEdge](/connect/docs/types/objects/company-search-connection-edge): No description - [CompanySearchConnection](/connect/docs/types/objects/company-search-connection): No description - [Company](/connect/docs/types/objects/company): A resource representing a registered company. - [ConnectCompanyStatus](/connect/docs/types/objects/connect-company-status): Describes the status of a company, i.e., whether the company is active, dissolved, etc. - [ConnectIndustryCode](/connect/docs/types/objects/connect-industry-code): No description - [ConnectPortfolioCompaniesConnection](/connect/docs/types/objects/connect-portfolio-companies-connection): No description - [ConnectPortfolioCompanyEdge](/connect/docs/types/objects/connect-portfolio-company-edge): No description - [ConnectPrivatePersonRegistrySearchResource](/connect/docs/types/objects/connect-private-person-registry-search-resource): A private person search result from a registry. - [CountryContext](/connect/docs/types/objects/country-context): Used to define an entity's relationship to a country. Such as a Company's country of residence, a PrivatePerson's citizenship, or a CustomBusinessPerson's nationality. - [Country](/connect/docs/types/objects/country): No description - [CreateFormUrlPayload](/connect/docs/types/objects/create-form-url-payload): The payload for creating a new URL for a customer facing form. - [CreditReportPayload](/connect/docs/types/objects/credit-report-payload): The payload for ordering a credit report. - [CreditScore](/connect/docs/types/objects/credit-score): Credit score data for a company. - [CustomBusinessPerson](/connect/docs/types/objects/custom-business-person): A resource representing a user generated custom business person. - [CustomCompanyPayload](/connect/docs/types/objects/custom-company-payload): The payload for a custom company mutation. - [CustomPersonPayload](/connect/docs/types/objects/custom-person-payload): The payload for a custom person mutation. - [CustomRiskFieldOption](/connect/docs/types/objects/custom-risk-field-option): No description - [CustomRiskFieldScore](/connect/docs/types/objects/custom-risk-field-score): Risk score result for a specific custom risk field - [CustomRiskField](/connect/docs/types/objects/custom-risk-field): No description - [Document](/connect/docs/types/objects/document): An object representing a document related to a company. - [EditMetadata](/connect/docs/types/objects/edit-metadata): Metadata about an edit on a data field. - [EmployeeCountInterval](/connect/docs/types/objects/employee-count-interval): An interval representing the number of employees a company has. - [EntityConnectionEdge](/connect/docs/types/objects/entity-connection-edge): No description - [EntityConnection](/connect/docs/types/objects/entity-connection): Represents connections to other entities: (queriedEntity)-\[edges\[0]]->(someEntity), (queriedEntity)-\[edges\[1]]->(someOtherEntity), etc. - [EntityCustomRiskField](/connect/docs/types/objects/entity-custom-risk-field): No description - [EntityIdentifier](/connect/docs/types/objects/entity-identifier): No description - [EntityPortfolioStatusInfo](/connect/docs/types/objects/entity-portfolio-status-info): Describes an entity's portfolio status - [Form](/connect/docs/types/objects/form): A form which can be sent out for a person to fill out. - [GlobalCompanyPayload](/connect/docs/types/objects/global-company-payload): The payload for creating a company from a global entity source. - [MonitoringChange](/connect/docs/types/objects/monitoring-change): The data change that triggered an alert. - [OwnershipChange](/connect/docs/types/objects/ownership-change): Change in ownership. - [OwnershipRelationDetails](/connect/docs/types/objects/ownership-relation-details): No description - [Ownership](/connect/docs/types/objects/ownership): An object representing an ownership relationship. - [PageInfo](/connect/docs/types/objects/page-info): No description - [PartialDate](/connect/docs/types/objects/partial-date): No description - [PathConnectionEdge](/connect/docs/types/objects/path-connection-edge): Represents one or more relations to an entity. - [PathConnection](/connect/docs/types/objects/path-connection): Represents a connection between N entities, a path, where N = the number of edges + 1. Example: If `edges` contains two entries, each entry will represent the relationship(s) between each subsequent entity (node) in the traversed path: (queriedEntity)-\[edges\[0]]->(secondEntity)-\[edges\[1]]->(thirdEntity). - [PaymentRemarksSummary](/connect/docs/types/objects/payment-remarks-summary): A summary of payment remarks without individual details. - [PepChange](/connect/docs/types/objects/pep-change): Change in pep screening. - [PepHit](/connect/docs/types/objects/pep-hit): PEP and RCA records. - [PepInfo](/connect/docs/types/objects/pep-info): PEP information. - [PepRelation](/connect/docs/types/objects/pep-relation): Relation to a PEP. - [PepRole](/connect/docs/types/objects/pep-role): A role that makes a person a PEP, e.g. member of parliament. - [PersonBulkPayloadResource](/connect/docs/types/objects/person-bulk-payload-resource): Response for bulk adding persons to monitoring. - [PersonReviewTriggerEvent](/connect/docs/types/objects/person-review-trigger-event): No description - [PersonSearchConnectionEdge](/connect/docs/types/objects/person-search-connection-edge): No description - [PrivatePersonPayload](/connect/docs/types/objects/private-person-payload): The payload for a PrivatePerson mutation. - [PrivatePersonReviewPayload](/connect/docs/types/objects/private-person-review-payload): No description - [PrivatePersonReview](/connect/docs/types/objects/private-person-review): No description - [PrivatePersonSearchConnection](/connect/docs/types/objects/private-person-search-connection): No description - [PrivatePerson](/connect/docs/types/objects/private-person): A resource representing a private person. - [ReviewContext](/connect/docs/types/objects/review-context): No description - [ReviewPayload](/connect/docs/types/objects/review-payload): No description - [ReviewTriggerEventSearchConnectionEdge](/connect/docs/types/objects/review-trigger-event-search-connection-edge): No description - [ReviewTriggerEventSearchConnection](/connect/docs/types/objects/review-trigger-event-search-connection): No description - [Review](/connect/docs/types/objects/review): No description - [RiskCalculationResult](/connect/docs/types/objects/risk-calculation-result): Result of an automated risk level calculation including scores and final risk level. - [RiskFactor](/connect/docs/types/objects/risk-factor): A risk factor is a data point that could imply risk. - [RiskLevelSetting](/connect/docs/types/objects/risk-level-setting): No description - [RiskScoreResult](/connect/docs/types/objects/risk-score-result): A risk score with its matched values that contributed to the score - [RiskSignal](/connect/docs/types/objects/risk-signal): A risk signal is created when there exists a set of risk factors that satisfies its conditions. - [RiskSignals](/connect/docs/types/objects/risk-signals): No description - [RoleChange](/connect/docs/types/objects/role-change): Change in roles. - [RolePeriod](/connect/docs/types/objects/role-period): An object representing the period in which a role is active. - [Role](/connect/docs/types/objects/role): An object representing a role in a company. - [SanctionChange](/connect/docs/types/objects/sanction-change): Change in sanction screening. - [SanctionInfo](/connect/docs/types/objects/sanction-info): Sanction information. - [Sanction](/connect/docs/types/objects/sanction): Information about a single sanction. - [SandboxAlertPayload](/connect/docs/types/objects/sandbox-alert-payload): Payload returned after generating a sandbox alert - [SearchMatchMetadata](/connect/docs/types/objects/search-match-metadata): Metadata about a search match, including confidence and score. - [SendFormPayload](/connect/docs/types/objects/send-form-payload): The payload for sending a customer facing form. - [ShareClass](/connect/docs/types/objects/share-class): An object representing a share class and the percentage of shares held in that class by an entity. - [SharePercentageInterval](/connect/docs/types/objects/share-percentage-interval): An interval representing the amount of share an entity has in a company, as a percentage. - [ShareholderGraphEdge](/connect/docs/types/objects/shareholder-graph-edge): An edge between two nodes in a shareholder graph, representing the amount of shares held by a parent entity in a child entity. - [ShareholderGraphNode](/connect/docs/types/objects/shareholder-graph-node): A node in a shareholder graph, representing an entity and its ownership details. - [ShareholderGraph](/connect/docs/types/objects/shareholder-graph): Represents a shareholder graph, which models the ownership structure of a company using nodes and edges. - [SimpleUser](/connect/docs/types/objects/simple-user): A representation of users, which are a collection of entities. - [Tag](/connect/docs/types/objects/tag): Tag information, which can be used to label entities. - [TextSpan](/connect/docs/types/objects/text-span): No description - [AlertId](/connect/docs/types/scalars/alert-id): A generic identifier for an alert - [Base64EncodedFile](/connect/docs/types/scalars/base-64-encoded-file): An representation of a Base64EncodedFile. - [Boolean](/connect/docs/types/scalars/boolean): The `Boolean` scalar type represents `true` or `false`. - [BusinessEntityIdInput](/connect/docs/types/scalars/business-entity-id-input): A generic identifier for a Strise entity (business person or company). To obtain this ID, you must first for search the resource BusinessPerson or Company. These IDs are issued by Strise and unique within the Strise graph. - [BusinessPersonId](/connect/docs/types/scalars/business-person-id): A generic identifier for a business person. To obtain this ID, you must first for search the resource BusinessPerson. These IDs are issued by Strise and unique within the Strise graph. - [CompanyId](/connect/docs/types/scalars/company-id): A generic identifier for a company. To obtain this ID, you must first for search the resource Company. These IDs are issued by Strise and unique within the Strise graph. - [CountryCode](/connect/docs/types/scalars/country-code): A ISO 3166-1 alpha-2 code. Empty string will be handled as null - [CustomBusinessPersonId](/connect/docs/types/scalars/custom-business-person-id): A generic identifier for a custom business person. - [CustomerFacingFormId](/connect/docs/types/scalars/customer-facing-form-id): An identifier for a customer facing form. - [DateTime](/connect/docs/types/scalars/date-time): A date-time in the ISO 8601 format (yyyy, yyyy-mm, yyyy-mm-dd). - [Date](/connect/docs/types/scalars/date): A date in the ISO 8601 format (mm-dd). - [Float](/connect/docs/types/scalars/float): The `Float` scalar type represents signed double-precision fractional values as specified by IEEE 754. - [FormInstanceId](/connect/docs/types/scalars/form-instance-id): An identifier for a customer facing form instance. - [ID](/connect/docs/types/scalars/id): The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `"4"`) or integer (such as `4`) input value will be accepted as an ID. - [Int](/connect/docs/types/scalars/int): The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1. - [ISODateTime](/connect/docs/types/scalars/isodate-time): An combined date-time representation according to the ISO 8601 standard. - [Long](/connect/docs/types/scalars/long): The `Long` scalar type represents non-fractional signed whole numeric values. Long can represent values between -(2^63) and 2^63 - 1. - [PrivatePersonId](/connect/docs/types/scalars/private-person-id): A generic identifier for private person. To obtain this ID, you must first for search PrivatePerson. These IDs are issued by Strise and unique within the Strise graph. - [ReviewTriggerId](/connect/docs/types/scalars/review-trigger-id): An identifier for a review trigger - [ShareholderGraphNodeId](/connect/docs/types/scalars/shareholder-graph-node-id): An identifier for a node in a shareholder graph. - [String](/connect/docs/types/scalars/string): The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text. - [Year](/connect/docs/types/scalars/year): A year in the ISO 8601 format (yyyy). - [RelationshipDetails](/connect/docs/types/unions/relationship-details): A union type of available relationship details. - [ReviewEntity](/connect/docs/types/unions/review-entity): An entity that can be reviewed.