An entity record for the VASP as resolved from an external registry, together with the registration state reported by that registry.
| Name | Type | Description | Notes |
|---|---|---|---|
| provider | String | The external registry the record was resolved from. Returned in lower case, for example `gleif`. | [optional] |
| externalId | String | The VASP's identifier within the external registry. For the `gleif` provider this is the Legal Entity Identifier (LEI). | [optional] |
| updatedAt | String | Timestamp of the last change to the record at the external registry. | [optional] |
| resolvedAt | String | Timestamp when the record was last resolved from the external registry. | [optional] |
| entity | TravelRuleVASPExternalEntity | [optional] | |
| registration | TravelRuleVASPExternalEntityRegistration | [optional] |