# PlannedActivity

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

## Example Usage

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

let value: PlannedActivity = {};
```

## Fields

| Field                                                                                                                                                                        | Type                                                                                                                                                                         | Required                                                                                                                                                                     | Description                                                                                                                                                                  | Example                                                                                                                                                                      |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `foreignBondTradingDetails`                                                                                                                                                  | [components.ForeignBondTradingDetails](../../models/components/foreignbondtradingdetails.md)                                                                                 | :heavy_minus_sign:                                                                                                                                                           | The foreign bond trading countries details                                                                                                                                   |                                                                                                                                                                              |
| `lowPricedSecurities`                                                                                                                                                        | [components.LowPricedSecurities](../../models/components/lowpricedsecurities.md)                                                                                             | :heavy_minus_sign:                                                                                                                                                           | The account anticipates trading in securities trading for less than $5 per share and are typically traded over-the-counter (OTC) or through pink sheets                      |                                                                                                                                                                              |
| `primaryAccountActivityType`                                                                                                                                                 | [components.EnrollmentCorporationEnrollmentMetadataPrimaryAccountActivityType](../../models/components/enrollmentcorporationenrollmentmetadataprimaryaccountactivitytype.md) | :heavy_minus_sign:                                                                                                                                                           | The primary account activity type                                                                                                                                            | ACTIVE_TRADING                                                                                                                                                               |
| `withdrawalFrequency`                                                                                                                                                        | [components.EnrollmentCorporationEnrollmentMetadataWithdrawalFrequency](../../models/components/enrollmentcorporationenrollmentmetadatawithdrawalfrequency.md)               | :heavy_minus_sign:                                                                                                                                                           | The frequency by which cash is anticipated to be withdrawn from the account                                                                                                  | FREQUENT                                                                                                                                                                     |