Regulator
Regulator
info
**Fact - Business Unique ** A rule-making body authorised to protect or monitor the activities of an industry.
Properties
| Name | Type | Description | Max Length |
|---|---|---|---|
| AuditId | GUID | Internal system reference to audit change control record | |
| IsDeleted | BOOLEAN | True/False - Indicates whether this record has been marked as deleted | |
| Code | STRING | The business code used as a unique identifier | 255 |
| IsApproved | BOOLEAN | True/False - Indicates whether this record has been approved for use | |
| Id | GUID | Internal 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
| Name | Type | Description | Max Length |
|---|---|---|---|
| Name | STRING | The business name used as a unique label | |
| Id | GUID | Internal system identifier (NOT TO BE USED FOR EXTERNAL REFERENCE) | |
| Version | INTEGER | Incremental counter detailing the version of the record | |
| RegulatorId | GUID | Internal system identifier that indicates related Regulator record | |
| Jurisdiction | STRING | Defines the various geographic jurisdictions that a regulator operates across | 255 |
| IsApproved | BOOLEAN | True/False - Indicates whether this record has been approved for use | |
| AuditId | GUID | Internal system reference to audit change control record | |
| IsLatestVersion | BOOLEAN | True/False - Indicates whether this is the most recent record for a business code | |
| IsDeleted | BOOLEAN | True/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"
}
]