# Monitor Bank of China LEI record changes

**Use case:** 

Monitor official GLEIF LEI records for Bank of China entities, including registration and parent-relationship changes.

## Input

```json
{
  "countries": [
    "CN"
  ],
  "leis": [],
  "names": [
    "Bank of China"
  ],
  "nameMatchMode": "fuzzy",
  "includeRelationships": true,
  "replayBaseline": false,
  "maxResults": 10,
  "maxConcurrency": 3,
  "watchName": "bank-of-china-watch"
}
```

## Output

```json
{
  "lei": {
    "label": "LEI",
    "format": "text"
  },
  "legalName": {
    "label": "Legal name",
    "format": "text"
  },
  "changeType": {
    "label": "Result",
    "format": "text"
  },
  "changedFields": {
    "label": "Changed fields",
    "format": "array"
  },
  "previous": {
    "label": "Previous",
    "format": "object"
  },
  "current": {
    "label": "Current",
    "format": "object"
  },
  "relationships": {
    "label": "Parents",
    "format": "object"
  },
  "checkedAt": {
    "label": "Checked",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [China LEI Entity Change Monitor](https://apify.com/zinin/china-lei-entity-change-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/china-lei-entity-change-monitor) to learn more, explore other use cases, and run it yourself.