# AccountRequestCreate

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

## Example Usage

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

let value: AccountRequestCreate = {
  accountGroupId: "01ARZ3NDEKTSV4RRFFQ69G5FAV",
  correspondentId: "01HPMZZM6RKMVZA1JQ63RQKJRP",
  parties: [],
};
```

## 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                                                                                                                                                                                                                                                                                                                                                                                                     |
| `accountGroupId`                                                                                                                                                                                                                                                                                                                                                                                          | *string*                                                                                                                                                                                                                                                                                                                                                                                                  | :heavy_check_mark:                                                                                                                                                                                                                                                                                                                                                                                        | An Account Group is a way of segmenting accounts within a Correspondent; It is up to the client to define what these groups are and AFS Operations is responsible for configuring them; If the client requests additional groups/codes, they can be added; Examples of Account Groups could hypothetically include HNW (High Net Worth), GOLD (Gold Status Customer), and NWC (Northwest Branch Customer) | 01ARZ3NDEKTSV4RRFFQ69G5FAV                                                                                                                                                                                                                                                                                                                                                                                |
| `advised`                                                                                                                                                                                                                                                                                                                                                                                                 | *boolean*                                                                                                                                                                                                                                                                                                                                                                                                 | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                                        | A boolean to indicate if an account is advised                                                                                                                                                                                                                                                                                                                                                            | true                                                                                                                                                                                                                                                                                                                                                                                                      |
| `catAccountHolderType`                                                                                                                                                                                                                                                                                                                                                                                    | [components.CatAccountHolderType](../../models/components/cataccountholdertype.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.CatReporterInformationCreate](../../models/components/catreporterinformationcreate.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                                                                                                                                                                                                                                                                                                                                                                                                  |
| `correspondentId`                                                                                                                                                                                                                                                                                                                                                                                         | *string*                                                                                                                                                                                                                                                                                                                                                                                                  | :heavy_check_mark:                                                                                                                                                                                                                                                                                                                                                                                        | A unique identifier referencing a Correspondent; A Client may have several operating Correspondents within its purview.                                                                                                                                                                                                                                                                                   | 01HPMZZM6RKMVZA1JQ63RQKJRP                                                                                                                                                                                                                                                                                                                                                                                |
| ~~`identifiers`~~                                                                                                                                                                                                                                                                                                                                                                                         | [components.IdentifierCreate](../../models/components/identifiercreate.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.InterestedPartyCreate](../../models/components/interestedpartycreate.md)[]                                                                                                                                                                                                                                                                                                                    | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                                        | A list of natural persons indicated to receive selected account documents such as account statements                                                                                                                                                                                                                                                                                                      |                                                                                                                                                                                                                                                                                                                                                                                                           |
| `investmentProfile`                                                                                                                                                                                                                                                                                                                                                                                       | [components.InvestmentProfileCreate](../../models/components/investmentprofilecreate.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.PartyRequestCreate](../../models/components/partyrequestcreate.md)[]                                                                                                                                                                                                                                                                                                                          | :heavy_check_mark:                                                                                                                                                                                                                                                                                                                                                                                        | Parties associated with the account (e.g. custodian).                                                                                                                                                                                                                                                                                                                                                     |                                                                                                                                                                                                                                                                                                                                                                                                           |
| `primaryRegisteredRepId`                                                                                                                                                                                                                                                                                                                                                                                  | *string*                                                                                                                                                                                                                                                                                                                                                                                                  | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                                        | The primary registered representative for the account                                                                                                                                                                                                                                                                                                                                                     | 01HB7N66WW02WG3B6B9W29K0HF                                                                                                                                                                                                                                                                                                                                                                                |
| `taxProfile`                                                                                                                                                                                                                                                                                                                                                                                              | [components.AccountTaxProfileCreate](../../models/components/accounttaxprofilecreate.md)                                                                                                                                                                                                                                                                                                                  | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                                        | The account tax profile.                                                                                                                                                                                                                                                                                                                                                                                  |                                                                                                                                                                                                                                                                                                                                                                                                           |
| `trustedContacts`                                                                                                                                                                                                                                                                                                                                                                                         | [components.TrustedContactCreate](../../models/components/trustedcontactcreate.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                                                                                                                                                                                                                                                                                                                                                                                                      |