Skip to main content

Company Data Model

The Company data model represents a business organization. It extends the Entity Model data model.

The following table details the default attributes of the Company data model:

OrderAttribute NameAttribute TypeRelationship TypeRequired
1openFindingCountCalculated (Number)N/ANo
2numberOutofComplianceCalculated (Number)N/ANo
3baseRiskScoreCalculated (Number)N/ANo
4complianceStatusCalculated (Single Choice)N/ANo
5riskFactorOffsetCalculated (Number)N/ANo
6riskScoreCalculated (Number)N/ANo
7riskRatingCalculated (Single Choice)N/ANo
8riskScoringModelRisk Scoring ModelN/ANo
9uidTextN/AYes
10nameTextN/ANo
11displayNameTextN/AYes
12summaryTextN/ANo
13descriptionTextN/ANo
14dataModelNameCalculated (Text)N/ANo
15sourceUidsText (Multivalued)N/ANo
16connectorCategoriesText (Multivalued)N/ANo
17connectorNamesText (Multivalued)N/ANo
18dataIntegrationTitlesText (Multivalued)N/ANo
19sourcesIconsSource data models iconsN/ANo
20flowStateTextN/ANo
21sourcesReference (Base model)SOURCED_FROMNo
22dateCreatedDate TimeN/ANo
23lastUpdatedDate TimeN/ANo
24createdByTextN/ANo
25updatedByTextN/ANo
26categoriesText (Multivalued)N/ANo
FOOTNOTES
  • The Order column specifies the order of attributes being calculated in data computation.
  • The attribute names are used in Brinqa Query Language (BQL) queries and Brinqa Condition Language (BCL) predicates.
  • In the Type column, Calculated means that the value of the attribute is computed by executing a script. The text in the parentheses after Calculated denotes the type of the outcome.
  • In the Type column, Reference means that two data models are related. The name in the parentheses after Reference indicates the other data model.
  • The Relationship Type column only applies to the Reference type attributes. You can use the relationship type keyword in BQL queries.