openownership / lib-cove-bods

Check that your data complies with the Beneficial Ownership Data Standard (BODS) using our install our data review library to analyse files via your command line interface
https://datareview.openownership.org/
Other
1 stars 0 forks source link

interestedParty/reason and description flagged as additional fields. #137

Closed odscrachel closed 3 weeks ago

odscrachel commented 4 weeks ago

Using the following sample data, interestedParty/reason and interestedParty/description are flagged as additional fields. Interested party can be a string or an object.

[
 {
        "statementId": "GB-COH-00844529-noBeneficialOwners-20240918",
        "statementDate": "2024-09-18",
        "publicationDetails": {
            "publicationDate": "2024-09-18",
            "bodsVersion": "0.4",
            "license": "https://creativecommons.org/publicdomain/zero/1.0/",
            "publisher": {
                "name": "Open Ownership",
                "url": "https://www.openownership.org/"
            }
        },
        "recordId": "00844529",
        "recordType": "relationship",
        "recordStatus": "new",
        "source": {
            "type": [
                "officialRegister"
            ],
            "url": "https://link-to-source.org/",
            "retrievedAt": "2024-09-18"
        },
        "declarationSubject": "00844529",
        "recordDetails": {
            "isComponent": false,
            "subject": "00844529",
            "interestedParty": {
                "reason": "noBeneficialOwners",
                "description": "no-individual-or-entity-with-signficant-control"
            }
        }
    }
]