> ## Documentation Index
> Fetch the complete documentation index at: https://docs.artu.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# MX

> Mexico - All — scope-specific fields and enums.

The `MX` scope covers all Mexican regulatory tracks supported by the SDK — both Actividad Vulnerable (non-financial businesses reporting to the UIF/SAT under LFPIORPI) and CNBV-regulated financial entities. Use this scope when your application needs to work across multiple Mexican activities at once. For single-activity services, use a more specific leaf scope such as [`MX:AV:AVI`](/scopes/mx-av-avi) or [`MX:CNBV:TRANSMISOR`](/scopes/mx-cnbv-transmisor).

**Scope code:** `MX`

**Label:** Mexico - All

**SDK entry point:**

```typescript theme={null}
import { ComplianceSDK } from "@artu-ai/compliance-sdk/mx";
```

## Scope-specific fields

### Address

| Field            | Type   | Required | Description     |
| ---------------- | ------ | -------- | --------------- |
| `exteriorNumber` | string | No       | Exterior Number |
| `interiorNumber` | string | No       | Interior Number |
| `neighborhood`   | string | No       | Neighborhood    |
| `municipality`   | string | No       | Municipality    |
| `betweenStreets` | string | No       | Between Streets |
| `reference`      | string | No       | Reference       |

### Bank Account

| Field         | Type   | Required | Description |
| ------------- | ------ | -------- | ----------- |
| `clabe`       | string | No       | CLABE       |
| `codigoBanco` | string | No       | Bank Code   |
| `codigoPlaza` | string | No       | Plaza Code  |
