> For the complete documentation index, see [llms.txt](https://sahamati.gitbook.io/aa-common-service/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sahamati.gitbook.io/aa-common-service/reference/cr-aa-schema.md).

# CR AA Schema

| Field                   | Definition                                                                                                                              | Example                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| entityinfo-name         | Name of the entity as submitted while listing itself in the CR.                                                                         | “Fin Entity Limited”                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| entityinfo-id           | ID, as issued by the CR, to the entity                                                                                                  | AA00023400                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| entityinfo-code         | ID, as issued by the financial sector regulator, regulating that entity.                                                                | BBL3                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| entityinfo-entityHandle | Relevant only for AAs in the CR. The "handle" suffix for all profiles managed by the AA.                                                | @aa                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| baseurl                 | The URL of the AA service that hosts all ReBIT-compliant API endpoints                                                                  | “<https://www.bbl.co.in/aa/”>                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| webviewurl              | Relevant only for AAs in the CR. The URL of the web application of the AA, if available, for FIUs to redirect to.                       | "<https://aa.in/webview/>"                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| inboundports            | The ports of the AA that the FIUs and FIPs can connect to.                                                                              | \["8910","0003"]                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| outboundports           | The ports of the AA that the FIUs and FIPs can expect to receive messages from.                                                         | \["5432","8586"]                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| ips                     | The IP addresses of the AA that the FIUs and FIPs can send and receive requests to.                                                     | \["555.444.333.222","012.345.678.901"]                                                                                                                                                                                                                                                                                                                                                                                                                             |
| certificate             | The X.509 Digital Certificate issued to the AA by a Certificate Authority (JSON Web Key format)                                         | <p>"alg": "RS256",<br>"e": "AQAB",<br>"kid": "2t64a",<br>"kty": "RSA",<br>"n": "q3jotq3fX9nY9G89hdQCGPPZspzPpjjr5MO3qJRRhhPR7GDN1pgVAWoPHJlzx9Uvu43jgMKDU-f\_05hbM-cIcs8JjEtbhsus6iJ5WbZUN7o9SwroDpCMTHaEf14CKzsk1088\_Ub9ITX8769da2NLWvtiP6jmt0gauf60hY9iwY3BRnE91aL\_Wd\_CIXuS9pouCHeUP9CyNYWt8sdAoycuiv9utaRSTdLRrjcOmo-kWu4LtQnnZPD9SIlsGZi-t\_ifbyLNPxz1CK2mY9oko2GE-aFkfHUI-1TACids1Y8fv1NACRGjMU4HsvuFjoNrYgxwTE8TDzwDNDnhJ-4tzULUBw'",<br>"use": "sig"</p> |
| tokeninfo – url         | The URL of the Token Issuance Service of the entity that other entities can connect to, to get API tokens. This can be ignored for now. | “<https://www.bbl.co.in/aa/tokens/”>                                                                                                                                                                                                                                                                                                                                                                                                                               |
| tokeninfo – maxcalls    | Ignore for now                                                                                                                          | 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| tokeninfo – desc        | Ignore for now                                                                                                                          | "string"                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| signature – signValue   | Ignore for now                                                                                                                          | “3LUQ92bubV321n6oS-qM77w9yqQAV0DXLreOf7iC\_-sgapjYPhHYyI3jc6gsnYL”                                                                                                                                                                                                                                                                                                                                                                                                 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://sahamati.gitbook.io/aa-common-service/reference/cr-aa-schema.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
