# IndividualOriginatingParty

An individual originating party

## Example Usage

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

let value: IndividualOriginatingParty = {};
```

## Fields

| Field                                                                                            | Type                                                                                             | Required                                                                                         | Description                                                                                      | Example                                                                                          |
| ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ |
| `address`                                                                                        | [components.IctDepositTravelRuleAddress](../../models/components/ictdeposittravelruleaddress.md) | :heavy_minus_sign:                                                                               | The address of the party                                                                         |                                                                                                  |
| `familyName`                                                                                     | *string*                                                                                         | :heavy_minus_sign:                                                                               | The last name of the party                                                                       | Dough                                                                                            |
| `givenNames`                                                                                     | *string*[]                                                                                       | :heavy_minus_sign:                                                                               | The first name of the party as well as any non-primary given names (e.g. middle names)           | [<br/>"Jane"<br/>]                                                                               |