# FuturesEnrollmentMetadata

Metadata for the REGISTRATION_FUTURES enrollment type

## Example Usage

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

let value: FuturesEnrollmentMetadata = {};
```

## Fields

| Field                                                                                                              | Type                                                                                                               | Required                                                                                                           | Description                                                                                                        | Example                                                                                                            |
| ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ |
| `ctfcNfaRegistered`                                                                                                | *boolean*                                                                                                          | :heavy_minus_sign:                                                                                                 | Indicates whether the account is registered with the CFTC NFA                                                      |                                                                                                                    |
| `exchangeMember`                                                                                                   | *boolean*                                                                                                          | :heavy_minus_sign:                                                                                                 | Indicates whether the account owner is a member of any exchanges                                                   |                                                                                                                    |
| `fcmOwnedOrControlled`                                                                                             | *boolean*                                                                                                          | :heavy_minus_sign:                                                                                                 | Indicates whether the futures account is owned or controlled by a FCM                                              |                                                                                                                    |
| `fundsOwnedByAccountOwner`                                                                                         | *boolean*                                                                                                          | :heavy_minus_sign:                                                                                                 | Indicates whether the funds in the futures account are owned by the account owner                                  |                                                                                                                    |
| `futuresExperience`                                                                                                | *boolean*                                                                                                          | :heavy_minus_sign:                                                                                                 | Indicates whether the account owner has prior experience trading futures                                           |                                                                                                                    |
| `futuresInvestmentObjective`                                                                                       | [components.EnrollmentFuturesInvestmentObjective](../../models/components/enrollmentfuturesinvestmentobjective.md) | :heavy_minus_sign:                                                                                                 | The primary investment objective for the futures account                                                           | SPECULATION                                                                                                        |
| `investmentRetiredFunds`                                                                                           | *boolean*                                                                                                          | :heavy_minus_sign:                                                                                                 | Indicates whether the account will trade investment retired funds                                                  |                                                                                                                    |
| `optionsExperience`                                                                                                | *boolean*                                                                                                          | :heavy_minus_sign:                                                                                                 | Indicates whether the account owner has experience with various trading options and strategies                     |                                                                                                                    |
| `understandFuturesRisks`                                                                                           | *boolean*                                                                                                          | :heavy_minus_sign:                                                                                                 | Indicates whether the account owner understands the risks associated with trading futures                          |                                                                                                                    |
| `understandLossBeyondFunds`                                                                                        | *boolean*                                                                                                          | :heavy_minus_sign:                                                                                                 | Indicates whether the account owner understands that losses can exceed deposited funds                             |                                                                                                                    |