Skip to main content

Regulator

Regulator

info

**Fact - Business Unique ** A rule-making body authorised to protect or monitor the activities of an industry.

Properties

NameTypeDescriptionMax Length
AuditIdGUIDInternal system reference to audit change control record
IsDeletedBOOLEANTrue/False - Indicates whether this record has been marked as deleted
CodeSTRINGThe business code used as a unique identifier255
IsApprovedBOOLEANTrue/False - Indicates whether this record has been approved for use
IdGUIDInternal system identifier (NOT TO BE USED FOR EXTERNAL REFERENCE)

Example JSON

[
{
"Id": "8B39F580-AD33-4F24-9B69-08C2E39BB6EE",
"Code": "BIS",
"AuditId": "9C9559F5-9567-4DE7-8AF8-81EB7113C19F",
"IsDeleted": false,
"IsApproved": true
}
]

RegulatorInstance

info

**Fact - Versioned Details Instance ** A rule-making body authorised to protect or monitor the activities of an industry.

Properties

NameTypeDescriptionMax Length
NameSTRINGThe business name used as a unique label
IdGUIDInternal system identifier (NOT TO BE USED FOR EXTERNAL REFERENCE)
VersionINTEGERIncremental counter detailing the version of the record
RegulatorIdGUIDInternal system identifier that indicates related Regulator record
JurisdictionSTRINGDefines the various geographic jurisdictions that a regulator operates across255
IsApprovedBOOLEANTrue/False - Indicates whether this record has been approved for use
AuditIdGUIDInternal system reference to audit change control record
IsLatestVersionBOOLEANTrue/False - Indicates whether this is the most recent record for a business code
IsDeletedBOOLEANTrue/False - Indicates whether this record has been marked as deleted

Example JSON

[
{
"Id": "BE4A8F55-3A42-40D3-A4D6-1160949E14F7",
"RegulatorId": "E6ECDB7A-1FE9-4297-9065-1BDBF7B71525",
"Name": "FSA",
"Jurisdiction": null,
"Version": 1,
"IsLatestVersion": true,
"IsDeleted": false,
"IsApproved": true,
"AuditId": "AF1D4639-AD3E-4E72-80EA-427705E7731C"
}
]

Data Quality Rules