What is the meaning of “corporate” in respect of officers in the Officer Resource? We’d like to distinguish humans from companies / legal persons. Three points:
- In the data we see some companies classified as “
secretary
” / “director
” etc. as opposed to the expected “corporate-secretary
” / “corporate-director
”.
Is this just an issue of companies not being flagged as such in the data? (We had wondered if “corporate-” was removed if the company wasn’t available via CH API but there’s a counterexample in “CORPORATE NOMINEES LIMITED” - 05036696 which is listed as “officer_role
”: “director
” but available in CH API.) - If we then check the appointments list for the given officer in these cases the field “
is_corporate_officer
” is set tofalse
- is this correct? It is at least consistent with the value in the officer resource. - We also often see this for “
nominee-secretary
” / “nominee-director
” etc. Could you clarify if this is correct? Does the “corporate” indication apply to the underlying person / entity or the nominee appearing in the data? Is it that if a nominee is standing for a company they’re e.g. “corporate-nominee-secretary
”, if for a person then “nominee-secretary
”?
There have been previous posts around this (e.g. this one although this was answered with reference to the spec).
Examples:
Looking at /company/06909966/officers
{
"name": "ANGLIAN BUSINESS CONSULTANCY SERVICES",
"officer_role": "secretary",
"links": {
"officer": {
"appointments": "/officers/Hpn0KrPOAOP4OKqshrfqqtUfJ68/appointments"
}
},
...
}
Looking at /company/06903160/officers
{
"name": "ANGLIAN BUSINESS CONSULTANCY SERVICES",
"officer_role": "secretary",
"links": {
"officer": {
"appointments": "/officers/pKu3WfC8D4At24esTw74lsnC9xs/appointments"
}
},
...
}
Looking at /company/03196419/officers, in the same officer resource list we have both possibilities!:
{
"name": "M & K NOMINEE SECRETARIES LIMITED",
"officer_role": "corporate-nominee-secretary",
"appointed_on": "1996-05-09",
"appointments": "/officers/2xpFexsrdOarQZd9uPeu8f4bhb0/appointments",
...
},
{
"name": "CORPORATE NOMINEES LIMITED",
"officer_role": "director",
"appointed_on": "1998-01-01",
"appointments": "/officers/WNcQC15lUMvA0w8R1yhOjw346Gc/appointments",
...
}
On the point about corporate-nominee vs. nominee, example from /company/03184321/officers: “BONDLAW SECRETARIES LIMITED” has an “officer_role
”: “nominee-secretary
” - is this correct or should it be “corporate-nominee-secretary
”?