# CustomerProfileUpdate

A detailed summary of financial and personal details of an investor, to help understand the investor's financial standing, investment experience and risk tolerance.

## Example Usage

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

let value: CustomerProfileUpdate = {};
```

## Fields

| Field                                                                                                                            | Type                                                                                                                             | Required                                                                                                                         | Description                                                                                                                      | Example                                                                                                                          |
| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| `annualIncomeRangeUsd`                                                                                                           | [components.CustomerProfileUpdateAnnualIncomeRangeUsd](../../models/components/customerprofileupdateannualincomerangeusd.md)     | :heavy_minus_sign:                                                                                                               | Annual income range; the low number is exclusive, the high number is inclusive                                                   | FROM_100K_TO_200K                                                                                                                |
| `federalTaxBracket`                                                                                                              | *number*                                                                                                                         | :heavy_minus_sign:                                                                                                               | Federal tax bracket percent.                                                                                                     | 1.5                                                                                                                              |
| `investmentExperience`                                                                                                           | [components.CustomerProfileUpdateInvestmentExperience](../../models/components/customerprofileupdateinvestmentexperience.md)     | :heavy_minus_sign:                                                                                                               | Investment experience.                                                                                                           | GOOD                                                                                                                             |
| `liquidNetWorthRangeUsd`                                                                                                         | [components.CustomerProfileUpdateLiquidNetWorthRangeUsd](../../models/components/customerprofileupdateliquidnetworthrangeusd.md) | :heavy_minus_sign:                                                                                                               | Liquid net worth range; the low number is exclusive, the high number is inclusive                                                | FROM_100K_TO_200K                                                                                                                |
| `totalNetWorthRangeUsd`                                                                                                          | [components.CustomerProfileUpdateTotalNetWorthRangeUsd](../../models/components/customerprofileupdatetotalnetworthrangeusd.md)   | :heavy_minus_sign:                                                                                                               | Total net worth range; the low number is exclusive, the high number is inclusive                                                 | FROM_100K_TO_200K                                                                                                                |