# ActivityMerger

Used to record the exchange of one company's security for another company's security, cash, or a combination of cash and securities and details related to the merger

## Example Usage

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

let value: ActivityMerger = {};
```

## Fields

| Field                                                                                                                                                                     | Type                                                                                                                                                                      | Required                                                                                                                                                                  | Description                                                                                                                                                               | Example                                                                                                                                                                   |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `action`                                                                                                                                                                  | [components.ActivityMergerAction](../../models/components/activitymergeraction.md)                                                                                        | :heavy_minus_sign:                                                                                                                                                        | Denotes whether the shares are incoming or outgoing                                                                                                                       | INCOMING                                                                                                                                                                  |
| `cashRate`                                                                                                                                                                | [components.ActivityMergerCashRate](../../models/components/activitymergercashrate.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.ActivityMergerCorporateActionGeneralInformation](../../models/components/activitymergercorporateactiongeneralinformation.md)                                  | :heavy_minus_sign:                                                                                                                                                        | Common fields for corporate actions                                                                                                                                       |                                                                                                                                                                           |
| `effectiveDate`                                                                                                                                                           | [components.ActivityMergerEffectiveDate](../../models/components/activitymergereffectivedate.md)                                                                          | :heavy_minus_sign:                                                                                                                                                        | Effective date as declared by the primary exchange that generally coincides with cessation of trading in the old security and commencement of trading in the new security | {<br/>"day": 14,<br/>"month": 5,<br/>"year": 2024<br/>}                                                                                                                   |
| `quantity`                                                                                                                                                                | [components.ActivityMergerQuantity](../../models/components/activitymergerquantity.md)                                                                                    | :heavy_minus_sign:                                                                                                                                                        | The position on which the corporate action was paid                                                                                                                       | {<br/>"value": "0.25"<br/>}                                                                                                                                               |
| `stockRate`                                                                                                                                                               | [components.ActivityMergerStockRate](../../models/components/activitymergerstockrate.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.ActivityMergerType](../../models/components/activitymergertype.md)                                                                                            | :heavy_minus_sign:                                                                                                                                                        | The subtype for the corporate action event                                                                                                                                | CASH                                                                                                                                                                      |