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

# TravelRuleOriginator

## Interfaces

### VirtualAssetServiceProvider

Defined in: [\_vendor/api/types/TravelRuleOriginator.ts:26](https://github.com/coinbase/cdp-sdk/blob/30d1b3dc350cd763fecf481c5bc976bd77951f3b/typescript/packages/cdp-sdk/src/_vendor/api/types/TravelRuleOriginator.ts#L26)

Information about the originating Virtual Asset Service Provider (VASP) that handles cryptocurrency or other virtual assets on behalf of customers.

#### Properties

##### address?

```ts theme={null}
optional address: PhysicalAddress;
```

Defined in: [\_vendor/api/types/TravelRuleOriginator.ts:30](https://github.com/coinbase/cdp-sdk/blob/30d1b3dc350cd763fecf481c5bc976bd77951f3b/typescript/packages/cdp-sdk/src/_vendor/api/types/TravelRuleOriginator.ts#L30)

The address of the originating Virtual Asset Service Provider (VASP).

##### identifier?

```ts theme={null}
optional identifier: string;
```

Defined in: [\_vendor/api/types/TravelRuleOriginator.ts:32](https://github.com/coinbase/cdp-sdk/blob/30d1b3dc350cd763fecf481c5bc976bd77951f3b/typescript/packages/cdp-sdk/src/_vendor/api/types/TravelRuleOriginator.ts#L32)

The Legal Entity Identifier of the originating Virtual Asset Service Provider (VASP).

##### name?

```ts theme={null}
optional name: string;
```

Defined in: [\_vendor/api/types/TravelRuleOriginator.ts:28](https://github.com/coinbase/cdp-sdk/blob/30d1b3dc350cd763fecf481c5bc976bd77951f3b/typescript/packages/cdp-sdk/src/_vendor/api/types/TravelRuleOriginator.ts#L28)

The name of the originating Virtual Asset Service Provider (VASP).
