Company
No description
type Company implements Node {
id: ID!
name: String
timeCreated: Timestamp!
timeLastEdited: Timestamp!
url: String
beneficialOwners: [Person]!
legalOwners: [LegalOwners]
executives: [Person]!
ceo: [Person]!
fullyResponsibleParticipants: [Person]!
permanentRepresentatives: [Person]!
boardMembers: [Person]!
boardChairman: [Person]!
caseIds: [String]
documents: [Document]
ContactInfo_Email: [Email]
ContactInfo_Phone: [PhoneNumber]
CompanyInformation_Status: [Status]
CompanyInformation_Type: [Type]
CompanyInformation_PowerToBind: [PowerToBind]
CompanyInformation_PlaceOfRegistration: [PlaceOfRegistration]
ExternalId_Vendor_Economic_CustomerNumber: [EconomicCustomerNumber]
ExternalId_Vendor_Advosys_CustomerNumber: [AdvosysCustomerNumber]
ExternalId_Vendor_OE90_CustomerNumber: [OE90CustomerNumber]
ExternalId_DK_CVR_APIId: [DKCVRAPIIdType]
ExternalId_DK_CVR_Number: [DKCVRNumber]
ExternalId_Vendor_DunBradstreet_DUNSNumber: [Vendor_DunBradstreet_DUNSNumber]
ExternalId_NO_BusinessRegistrationNumber: [NO_BusinessRegistrationNumber]
ExternalId_GenericCustomerNumber: [GenericCustomerNumber]
ExternalId_GenericBusinessRegistrationNumber: [GenericBusinessRegistrationNumber]
listChecks: [ListCheck]
latestListCheck: ListCheck
externalQuestionnaireResponses: [ExternalQuestionnaireResponse]
goals(
acceptance: [GoalAcceptance]
documentTypes: [GoalDocumentType]
): [GoalType]
addresses: [Address]
screeningResults: [ScreeningResult]
companyAMLStrategy: AMLPersonStrategy
industryCodes: [IndustryCodes]
externalQuestionnaireResponsesReport: CSVReportType
}
Fields
Company.id ● ID! non-null scalar
Company.name ● String scalar
Company.timeCreated ● Timestamp! non-null scalar
Company.timeLastEdited ● Timestamp! non-null scalar
Company.url ● String scalar
Company.beneficialOwners ● [Person]! non-null object
Company.legalOwners ● [LegalOwners] list union
Company.executives ● [Person]! non-null object
Company.ceo ● [Person]! non-null object
Company.fullyResponsibleParticipants ● [Person]! non-null object
Company.permanentRepresentatives ● [Person]! non-null object
Company.boardMembers ● [Person]! non-null object
Company.boardChairman ● [Person]! non-null object
Company.caseIds ● [String] list scalar
Company.documents ● [Document] list object
Company.ContactInfo_Email ● [Email] list object
Company.ContactInfo_Phone ● [PhoneNumber] list object
Company.CompanyInformation_Status ● [Status] list object
Company.CompanyInformation_Type ● [Type] list object
Company.CompanyInformation_PowerToBind ● [PowerToBind] list object
Company.CompanyInformation_PlaceOfRegistration ● [PlaceOfRegistration] list object
Company.ExternalId_Vendor_Economic_CustomerNumber ● [EconomicCustomerNumber] list object
Company.ExternalId_Vendor_Advosys_CustomerNumber ● [AdvosysCustomerNumber] list object
Company.ExternalId_Vendor_OE90_CustomerNumber ● [OE90CustomerNumber] list object
Company.ExternalId_DK_CVR_APIId ● [DKCVRAPIIdType] list object
Company.ExternalId_DK_CVR_Number ● [DKCVRNumber] list object
Company.ExternalId_Vendor_DunBradstreet_DUNSNumber ● [Vendor_DunBradstreet_DUNSNumber] list object
Company.ExternalId_NO_BusinessRegistrationNumber ● [NO_BusinessRegistrationNumber] list object
Company.ExternalId_GenericCustomerNumber ● [GenericCustomerNumber] list object
Company.ExternalId_GenericBusinessRegistrationNumber ● [GenericBusinessRegistrationNumber] list object
Company.listChecks ● [ListCheck] list object
Company.latestListCheck ● ListCheck object
Company.externalQuestionnaireResponses ● [ExternalQuestionnaireResponse] list object
Company.goals ● [GoalType] list object
Company.goals.acceptance ● [GoalAcceptance] list enum
Company.goals.documentTypes ● [GoalDocumentType] list enum
Company.addresses ● [Address] list object
Company.screeningResults ● [ScreeningResult] list interface
Company.companyAMLStrategy ● AMLPersonStrategy enum
Company.industryCodes ● [IndustryCodes] list object
Company.externalQuestionnaireResponsesReport ● CSVReportType object
Interfaces
Node interface
Returned By
addCompanyClientToCase mutation ● addGoalToCompany mutation ● addOwnerToCase mutation ● addOwnerToCompany mutation ● company query ● declareCompany mutation ● setCompanyAMLPersonStrategy mutation
Member Of
CollectionItem_Company object
Implemented By
Clients union ● LegalOwners union ● PersonOrCompany union