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!
  registryUpdatedAt: DateTime
  source: DataSourceKind
}

Fields

updatedAt DateTime! non-null scalar

DateTime! When we last received/ingested this record from the source. Use registryUpdatedAt for when the source registry itself reports the data changed.

registryUpdatedAt DateTime scalar

DateTime When the upstream registry reports this record was last updated. Distinct from updatedAt, which is when we last received it. null when the source does not provide a registry update time.

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 Role object

On this page