# InterestedParty

An interested party.

## Example Usage

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

let value: InterestedParty = {};
```

## Fields

| Field                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Type                                                                                                                                                                                                                                                                                                                                                                                                                                                               | Required                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                        | Example                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `cftcDocumentDeliveryPreference`                                                                                                                                                                                                                                                                                                                                                                                                                                   | [components.CftcDocumentDeliveryPreference](../../models/components/cftcdocumentdeliverypreference.md)                                                                                                                                                                                                                                                                                                                                                             | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                                                                                                 | Delivery method instruction for CFTC documents for a given Interested Party record; Defaults to `DIGITAL` on futures account creation Only applies to CFTC regulated accounts                                                                                                                                                                                                                                                                                      | DIGITAL                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| `interestedPartyId`                                                                                                                                                                                                                                                                                                                                                                                                                                                | *string*                                                                                                                                                                                                                                                                                                                                                                                                                                                           | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                                                                                                 | A system-generated unique identifier for an Interested Party on an account; Used to access the record after creation                                                                                                                                                                                                                                                                                                                                               | ecf44f2f-7030-48ed-b937-c40891ee10c8                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `mailingAddress`                                                                                                                                                                                                                                                                                                                                                                                                                                                   | [components.InterestedPartyMailingAddress](../../models/components/interestedpartymailingaddress.md)                                                                                                                                                                                                                                                                                                                                                               | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                                                                                                 | The object containing data for the purpose of delivery physical mailings to a party; Typically used for statements, account updates, tax documents, and other postal mailings; May also be used as an alternative identity verification address to personalAddress. Required fields within the `mailing_address` object include:<br/> - `administrative_area`<br/> - `region_code` - 2 character CLDR Code<br/> - `postal_code`<br/> - `locality`<br/> - `address_lines` - max 5 lines |                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `name`                                                                                                                                                                                                                                                                                                                                                                                                                                                             | *string*                                                                                                                                                                                                                                                                                                                                                                                                                                                           | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                                                                                                 | The name field Format: accounts/[{account}/interestedParties/{interestedParty}                                                                                                                                                                                                                                                                                                                                                                                     | accounts/01HC3MAQ4DR9QN1V8MJ4CN1HMK/interestedParties/ecf44f2f-7030-48ed-b937-c40891ee10c8                                                                                                                                                                                                                                                                                                                                                                         |
| `recipient`                                                                                                                                                                                                                                                                                                                                                                                                                                                        | *string*                                                                                                                                                                                                                                                                                                                                                                                                                                                           | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                                                                                                 | The sending address name for mailings to Interested Parties The name of an Interested Party; Used for envelope/communication addressing                                                                                                                                                                                                                                                                                                                            | John Dough                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| `statementDeliveryPreference`                                                                                                                                                                                                                                                                                                                                                                                                                                      | [components.InterestedPartyStatementDeliveryPreference](../../models/components/interestedpartystatementdeliverypreference.md)                                                                                                                                                                                                                                                                                                                                     | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                                                                                                 | Delivery method instruction for account statements for a given Interested Party; Can be `PHYSICAL`, `SUPPRESS`; Defaults to `PHYSICAL` on party creation                                                                                                                                                                                                                                                                                                           | PHYSICAL                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| `tradeConfirmationDeliveryPreference`                                                                                                                                                                                                                                                                                                                                                                                                                              | [components.InterestedPartyTradeConfirmationDeliveryPreference](../../models/components/interestedpartytradeconfirmationdeliverypreference.md)                                                                                                                                                                                                                                                                                                                     | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                                                                                                 | Delivery method instruction for trade confirmations for a given Interested Party record; Can be `PHYSICAL`, `SUPPRESS`; Defaults to `PHYSICAL` on party creation                                                                                                                                                                                                                                                                                                   | PHYSICAL                                                                                                                                                                                                                                                                                                                                                                                                                                                           |