# ForeignNaturalPersonAccountEnrollmentMetadata

Enrollment metadata for Accounts that have a foreign Legal Natural Person owner.

## Example Usage

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

let value: ForeignNaturalPersonAccountEnrollmentMetadata = {};
```

## Fields

| Field                                                                                                                                                                                | Type                                                                                                                                                                                 | Required                                                                                                                                                                             | Description                                                                                                                                                                          |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `depositedFunds`                                                                                                                                                                     | [components.EnrollmentDepositedFunds](../../models/components/enrollmentdepositedfunds.md)                                                                                           | :heavy_minus_sign:                                                                                                                                                                   | The initial amount of money placed into the account by the entity upon or after the account's establishment.                                                                         |
| `financialProfile`                                                                                                                                                                   | [components.EnrollmentFinancialProfile](../../models/components/enrollmentfinancialprofile.md)                                                                                       | :heavy_minus_sign:                                                                                                                                                                   | Disclosure of the entity account owner's financial relationships and source of brokerage funds; facilitates the creation of the overall customer risk profile                        |
| `plannedActivity`                                                                                                                                                                    | [components.EnrollmentPlannedActivity](../../models/components/enrollmentplannedactivity.md)                                                                                         | :heavy_minus_sign:                                                                                                                                                                   | Details the customer's intended trading and banking-related activities at the time of account application; informs risk checks and forms a baseline for anomalous activity detection |
| `relatedPepDetails`                                                                                                                                                                  | [components.EnrollmentRelatedPepDetails](../../models/components/enrollmentrelatedpepdetails.md)                                                                                     | :heavy_minus_sign:                                                                                                                                                                   | Information about the related politically exposed persons                                                                                                                            |