# IctWithdrawalTravelRule

The travel rule information for the ICT withdrawal

## Example Usage

```typescript
import { IctWithdrawalTravelRule } from "@apexfintechsolutions/ascend-sdk/models/components";

let value: IctWithdrawalTravelRule = {};
```

## Fields

| Field                                                                                                                          | Type                                                                                                                           | Required                                                                                                                       | Description                                                                                                                    | Example                                                                                                                        |
| ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ |
| `entityOriginatingParty`                                                                                                       | [components.IctWithdrawalEntityOriginatingParty](../../models/components/ictwithdrawalentityoriginatingparty.md)               | :heavy_minus_sign:                                                                                                             | An entity originating party                                                                                                    |                                                                                                                                |
| `entityRecipientParty`                                                                                                         | [components.IctWithdrawalEntityRecipientParty](../../models/components/ictwithdrawalentityrecipientparty.md)                   | :heavy_minus_sign:                                                                                                             | An entity originating party                                                                                                    |                                                                                                                                |
| `individualOriginatingParty`                                                                                                   | [components.IctWithdrawalIndividualOriginatingParty](../../models/components/ictwithdrawalindividualoriginatingparty.md)       | :heavy_minus_sign:                                                                                                             | An individual originating party                                                                                                |                                                                                                                                |
| `individualRecipientParty`                                                                                                     | [components.IctWithdrawalIndividualRecipientParty](../../models/components/ictwithdrawalindividualrecipientparty.md)           | :heavy_minus_sign:                                                                                                             | An individual recipient party                                                                                                  |                                                                                                                                |
| `originatingInstitution`                                                                                                       | [components.IctWithdrawalOriginatingInstitution](../../models/components/ictwithdrawaloriginatinginstitution.md)               | :heavy_minus_sign:                                                                                                             | The name and account id of institution sourcing the funds. Always 'Apex Clearing' and investor account id for ICT withdrawals; | {<br/>"account_id": "01H8FB90ZRRFWXB4XC2JPJ1D4Y",<br/>"title": "Apex Clearing"<br/>}                                           |
| `recipientInstitution`                                                                                                         | [components.IctWithdrawalRecipientInstitution](../../models/components/ictwithdrawalrecipientinstitution.md)                   | :heavy_minus_sign:                                                                                                             | The name and account id of the external financial institution that will take receipt of the funds.                             | {<br/>"account_id": "0987654321",<br/>"title": "Bank of New York"<br/>}                                                        |