Strise Connect API Docs
TypesObjects

SourceMetadata

Metadata describing the origin of a record (e.g. a beneficial owner or shareholder) — when it was last sourced from upstream, and from where. Distinct from EditMetadata, which tracks manual user edits.

type SourceMetadata {
  updatedAt: DateTime!
  source: DataSourceKind
}

Fields

updatedAt DateTime! non-null scalar

DateTime! The timestamp at which this record was last ingested from the upstream data source.

source DataSourceKind enum

DataSourceKind The upstream data source from which this record was ingested (e.g. BRREG, BOLAGSVERKET, CREDITSAFE). null when the source identifier is not one of the well-known data sources exposed via the Connect API.

Member Of

BeneficialOwner object Ownership object

On this page