# InvestmentProfileUpdate

Investor profile.

## Example Usage

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

let value: InvestmentProfileUpdate = {};
```

## Fields

| Field                                                                                                                                                                | Type                                                                                                                                                                 | Required                                                                                                                                                             | Description                                                                                                                                                          |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `accountGoals`                                                                                                                                                       | [components.AccountGoalsUpdate](../../models/components/accountgoalsupdate.md)                                                                                       | :heavy_minus_sign:                                                                                                                                                   | The account goals on an investor profile.                                                                                                                            |
| `customerProfile`                                                                                                                                                    | [components.CustomerProfileUpdate](../../models/components/customerprofileupdate.md)                                                                                 | :heavy_minus_sign:                                                                                                                                                   | A detailed summary of financial and personal details of an investor, to help understand the investor's financial standing, investment experience and risk tolerance. |