# ActivityExchange

Used to record the exchange of certificates for a new security or cash and details related to the exchange

## Example Usage

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

let value: ActivityExchange = {};
```

## Fields

| Field                                                                                                                                        | Type                                                                                                                                         | Required                                                                                                                                     | Description                                                                                                                                  | Example                                                                                                                                      |
| -------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| `cashRate`                                                                                                                                   | [components.ActivityExchangeCashRate](../../models/components/activityexchangecashrate.md)                                                   | :heavy_minus_sign:                                                                                                                           | The rate (raw value, not a percentage, example: 50% will be .5 in this field) at which cash will be disbursed to the shareholder             | {<br/>"value": "0.25"<br/>}                                                                                                                  |
| `corporateActionGeneralInformation`                                                                                                          | [components.ActivityExchangeCorporateActionGeneralInformation](../../models/components/activityexchangecorporateactiongeneralinformation.md) | :heavy_minus_sign:                                                                                                                           | Common fields for corporate actions                                                                                                          |                                                                                                                                              |
| `stockRate`                                                                                                                                  | [components.ActivityExchangeStockRate](../../models/components/activityexchangestockrate.md)                                                 | :heavy_minus_sign:                                                                                                                           | The rate (raw value, not a percentage, example: 50% will be .5 in this field) at which shares will be disbursed to the shareholder           | {<br/>"value": "0.25"<br/>}                                                                                                                  |
| `type`                                                                                                                                       | [components.ActivityExchangeType](../../models/components/activityexchangetype.md)                                                           | :heavy_minus_sign:                                                                                                                           | Indicates whether the merger was for cash, stock, or both                                                                                    | CASH                                                                                                                                         |