PSC Streaming specification incorrect - resource_kind

Hello,

I’ve been looking at the documentation for the PSC streaming API and I think I’ve noticed an error with it. For the resource_kind it shows the possible values as the following which don’t appear to tally up:

I’ve not checked every possibility in all records but I’ve definitely seen “company-psc-individual” which does not exist in that documentation list.

Specification page:
Streaming API: pscStream

Until it is fixed, does anyone know what the possibilities are so I can cater for them?

Thank you in advance!

Edit:
I’ve actually just noticed the statements and exemptions also have the same issue
Streaming API: companyExemptionsStream
Streaming API: pscStatementsStream

The list of resource types that actually come through on the PSC stream are these:

  • ‘company-psc-supersecure’,
  • ‘legal-person-beneficial-owner’,
  • ‘company-psc-legal’,
  • ‘corporate-entity-beneficial-owner’,
  • ‘company-psc-corporate’,
  • ‘super-secure-beneficial-owner’,
  • ‘individual-beneficial-owner’,
  • ‘company-psc-individual’

I got these from the samples page of my Sample events from Companies House Streaming API, in case you wish to see resource types for other streams as well.

That’s a great help, thank you!