PRODUCT & DEVELOPER REFERENCE

BankRegX Docs

A concise reference for the BankRegX control intelligence model, assessment APIs and governed expert-learning architecture.

01

Ask

Interrogate controls, audit, risk and regulatory questions.

02

Assess

Apply AI and approved expert methodology to professional judgement.

03

Monitor

Connect regulatory developments to relevant risks and controls.

04

Learn

Capture expert corrections through a governed human-review process.

BankRegX combines AI reasoning, regulatory information and approved expert methodology to support banking controls, audit and risk assessment.

INPUTUser question
RETRIEVALRelevant methodology
REASONINGBankRegX assessment
GOVERNANCEExpert review
Approved methodology may inform BankRegX assessments. Draft and deprecated methodology is excluded from the active intelligence layer.

Submit a controls, audit, risk or regulatory question to BankRegX.

POST/api/askApplication

Request

{
  "userId": "demo-user",
  "query": "Assess this control: The Finance Manager reviews a monthly exception report and investigates exceptions."
}

Response

{
  "answer": "### Preliminary conclusion\n...",
  "responseId": "ASSESSMENT_DOCUMENT_ID",
  "expertGuidance": [
    {
      "guidanceId": "BRX-G-XXXXXXXX",
      "title": "Expert principle",
      "category": "control_design",
      "priority": "critical"
    }
  ],
  "detectedCategories": [
    "control_design"
  ]
}
TheresponseId links subsequent expert feedback to the original BankRegX assessment.
BANKREGXPRODUCT & DEVELOPER REFERENCE