# InvestmentExperience

Investment experience.

## Example Usage

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

let value: InvestmentExperience = InvestmentExperience.Good;
```

## Values

This is an open enum. Unrecognized values will be captured as the `Unrecognized<string>` branded type.

| Name                              | Value                             |
| --------------------------------- | --------------------------------- |
| `InvestmentExperienceUnspecified` | INVESTMENT_EXPERIENCE_UNSPECIFIED |
| `None`                            | NONE                              |
| `Limited`                         | LIMITED                           |
| `Good`                            | GOOD                              |
| `Extensive`                       | EXTENSIVE                         |
| -                                 | `Unrecognized<string>`            |