# AccountRequestUpdate

A single record representing an owner or manager of an Account.

## Example Usage

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

let value: AccountRequestUpdate = {};
```

## Fields

| Field                                                                                                                                                                                                                                                                                                                                                       | Type                                                                                                                                                                                                                                                                                                                                                        | Required                                                                                                                                                                                                                                                                                                                                                    | Description                                                                                                                                                                                                                                                                                                                                                 | Example                                                                                                                                                                                                                                                                                                                                                     |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `acceptsIssuerDirectCommunication`                                                                                                                                                                                                                                                                                                                          | *boolean*                                                                                                                                                                                                                                                                                                                                                   | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                          | Indicates if the issuer of a security held by the account is permitted to communicate directly with the shareholder versus through the brokerage firm; This can include sending proxy statements, annual reports, and other important information directly to the shareholder's address on file with the brokerage firm By default, this is set to `false`. | false                                                                                                                                                                                                                                                                                                                                                       |
| `advised`                                                                                                                                                                                                                                                                                                                                                   | *boolean*                                                                                                                                                                                                                                                                                                                                                   | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                          | A boolean to indicate if an account is advised                                                                                                                                                                                                                                                                                                              | true                                                                                                                                                                                                                                                                                                                                                        |
| `catAccountHolderType`                                                                                                                                                                                                                                                                                                                                      | [components.AccountRequestUpdateCatAccountHolderType](../../models/components/accountrequestupdatecataccountholdertype.md)                                                                                                                                                                                                                                  | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                          | The FINRA CAT classification for the Account Holder; Is set automatically based on attributes of the owners and account type                                                                                                                                                                                                                                | I_INDIVIDUAL                                                                                                                                                                                                                                                                                                                                                |
| `catReporterInformation`                                                                                                                                                                                                                                                                                                                                    | [components.CatReporterInformationUpdate](../../models/components/catreporterinformationupdate.md)                                                                                                                                                                                                                                                          | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                          | A single record representing the originating_fdid and originating_cat_reporter_crd                                                                                                                                                                                                                                                                          |                                                                                                                                                                                                                                                                                                                                                             |
| `clientAccountId`                                                                                                                                                                                                                                                                                                                                           | *string*                                                                                                                                                                                                                                                                                                                                                    | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                          | An external identifier for the account. This identifier does not have internal uniqueness constraints.                                                                                                                                                                                                                                                      | 12345678                                                                                                                                                                                                                                                                                                                                                    |
| ~~`identifiers`~~                                                                                                                                                                                                                                                                                                                                           | [components.IdentifierUpdate](../../models/components/identifierupdate.md)[]                                                                                                                                                                                                                                                                                | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                          | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>A list of identifiers associated with the account                                                                                                                                                                          |                                                                                                                                                                                                                                                                                                                                                             |
| `interestedParties`                                                                                                                                                                                                                                                                                                                                         | [components.InterestedPartyUpdate](../../models/components/interestedpartyupdate.md)[]                                                                                                                                                                                                                                                                      | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                          | A list of natural persons indicated to receive selected account documents such as account statements                                                                                                                                                                                                                                                        |                                                                                                                                                                                                                                                                                                                                                             |
| `investmentProfile`                                                                                                                                                                                                                                                                                                                                         | [components.InvestmentProfileUpdate](../../models/components/investmentprofileupdate.md)                                                                                                                                                                                                                                                                    | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                          | Investor profile.                                                                                                                                                                                                                                                                                                                                           |                                                                                                                                                                                                                                                                                                                                                             |
| `managed`                                                                                                                                                                                                                                                                                                                                                   | *boolean*                                                                                                                                                                                                                                                                                                                                                   | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                          | A boolean to indicate if an account is managed                                                                                                                                                                                                                                                                                                              | true                                                                                                                                                                                                                                                                                                                                                        |
| `originatingAccountId`                                                                                                                                                                                                                                                                                                                                      | *string*                                                                                                                                                                                                                                                                                                                                                    | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                          | The previous account ID associated with the account; Must be unique                                                                                                                                                                                                                                                                                         | 12345678                                                                                                                                                                                                                                                                                                                                                    |
| `parties`                                                                                                                                                                                                                                                                                                                                                   | [components.PartyRequestUpdate](../../models/components/partyrequestupdate.md)[]                                                                                                                                                                                                                                                                            | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                          | Parties associated with the account (e.g. custodian).                                                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                             |
| `primaryRegisteredRepId`                                                                                                                                                                                                                                                                                                                                    | *string*                                                                                                                                                                                                                                                                                                                                                    | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                          | The primary registered representative for the account                                                                                                                                                                                                                                                                                                       | 01HB7N66WW02WG3B6B9W29K0HF                                                                                                                                                                                                                                                                                                                                  |
| `taxProfile`                                                                                                                                                                                                                                                                                                                                                | [components.AccountTaxProfileUpdate](../../models/components/accounttaxprofileupdate.md)                                                                                                                                                                                                                                                                    | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                          | The account tax profile.                                                                                                                                                                                                                                                                                                                                    |                                                                                                                                                                                                                                                                                                                                                             |
| `trustedContacts`                                                                                                                                                                                                                                                                                                                                           | [components.TrustedContactUpdate](../../models/components/trustedcontactupdate.md)[]                                                                                                                                                                                                                                                                        | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                          | A list of persons designated to verify the well being of the account holder.                                                                                                                                                                                                                                                                                |                                                                                                                                                                                                                                                                                                                                                             |
| `wrapFeeBilled`                                                                                                                                                                                                                                                                                                                                             | *boolean*                                                                                                                                                                                                                                                                                                                                                   | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                          | A boolean to indicate if an account is a wrap brokerage account                                                                                                                                                                                                                                                                                             | true                                                                                                                                                                                                                                                                                                                                                        |