# ActivitySweep

Used to record sweeps from a cash balance to an alternative asset or vice versa and details related to the sweep

## Example Usage

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

let value: ActivitySweep = {};
```

## Fields

| Field                                                                                                                              | Type                                                                                                                               | Required                                                                                                                           | Description                                                                                                                        | Example                                                                                                                            |
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `action`                                                                                                                           | [components.ActivitySweepAction](../../models/components/activitysweepaction.md)                                                   | :heavy_minus_sign:                                                                                                                 | Indicates purchase or redemption of the sweep asset                                                                                | PURCHASE                                                                                                                           |
| `eodRedemption`                                                                                                                    | *boolean*                                                                                                                          | :heavy_minus_sign:                                                                                                                 | Indicates the sweep was performed books were closed to prevent an investor account from carrying a negative cash balance overnight | false                                                                                                                              |
| `type`                                                                                                                             | [components.ActivitySweepType](../../models/components/activitysweeptype.md)                                                       | :heavy_minus_sign:                                                                                                                 | Sweep program that cash is being swept to/ from                                                                                    | FDIC                                                                                                                               |