Looking through your API documentation and you Github repository, I could not see a full list of the types of Account Categories and the Account types
Currently, we can see this initial list of Categories
accounts
address
annual-return
capital
change-of-name
incorporation
liquidation
miscellaneous
mortgage
officers
resolution
However, when we are looking at the data we can see some other categories that are not listed.
auditors
confirmation-statement
I was wondering if possible if you would provide me with a list of Account Categories and the Account types that are possible from Companies House.
I see the following post: Filing History Categories that you were working on this. What is the status of this?
I don’t like to bump an old thread but found this when searching for an answer. The documentation here hasn’t been updated with the confirmation-statement category yet and we’d just like to know if there are any other categories we’re missing (like the auditors one above).
@MArkWilliams I don’t suppose you’d be able to respond to this thread? In the past I’ve seen the categories “confirmation-statement”, “gazette”, “historical”, “insolvency” and “restoration” in API responses but none of which appear in the filing history docs.
Likewise if the full mapping of form type to category (as previously asked for in this post) is available, would you me able to point me in the right direction or send it over?
Thanks!
If anyone requires a full list of mappings of documents to categories, I have had the OK to give it out. It does change of course, but I will post notifications on the forum when it does.
Ideally this would be in a public github repository, but there is some work to do before we can publish it.
Hi @MArkWilliams , Think there’s also a category called “miscellaneous” which is returned by the following transaction ids/Companies House ids (and plenty of more examples if required):
Transaction id: MTA5NzA1NTQzYWRpcXprY3g for Companies House ID: 02180957
Transaction id: MTI4MjQ4Nzg0YWRpcXprY3g for Companies House ID: 00486648
Transaction id: MTA0MDQyNzk3YWRpcXprY3g for Companies House ID: 00488182
Transaction id: MzE5Mjk3ODMyMGFkaXF6a2N4 for Companies House ID: 00598696
Transaction id: MzA1MDQyNzkyOWFkaXF6a2N4 for Companies House ID: 00240822
If you have that full list mapping document type to categories that would be really helpful, please let me know how I can get access to that document if it’s not publicly accessible.
The list I gave you came from the code we have checked in.
Looking through the actual data, we do indeed seem to have at least an additional one “miscellaneous”
I will see if I can run a query on the 150 million items to see if we have any more.
The actual values from the current data are:-
accounts
address
annual-return
auditors
capital
certificate
change-of-constitution
change-of-name
confirmation-statement
court-order
dissolution
document-replacement
gazette
historical
incorporation
insolvency
liquidation
miscellaneous
mortgage
officer
officers
other
persons-with-significant-control
reregistration
resolution
restoration
return
social-landlord
@MArkWilliams thanks for looking into those, so I presume “miscellaneous”, “officer” and “return” are all deprecated categories?
Will “officer” be merged into “officers” and “return” into “annual-return” at some point in the future or are those categories set and we should assume those are all valid category types?