# Merger

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 { Merger } from "@apexfintechsolutions/ascend-sdk/models/components";

let value: Merger = {};
```

## Fields

| Field                                                                                                                                                                     | Type                                                                                                                                                                      | Required                                                                                                                                                                  | Description                                                                                                                                                               | Example                                                                                                                                                                   |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `action`                                                                                                                                                                  | [components.EntryMergerAction](../../models/components/entrymergeraction.md)                                                                                              | :heavy_minus_sign:                                                                                                                                                        | Corresponds to whether the entry is incoming outgoing                                                                                                                     | INCOMING                                                                                                                                                                  |
| `cashRate`                                                                                                                                                                | [components.EntryMergerCashRate](../../models/components/entrymergercashrate.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.EntryMergerCorporateActionGeneralInformation](../../models/components/entrymergercorporateactiongeneralinformation.md)                                        | :heavy_minus_sign:                                                                                                                                                        | Common fields for corporate actions                                                                                                                                       |                                                                                                                                                                           |
| `effectiveDate`                                                                                                                                                           | [components.EntryMergerEffectiveDate](../../models/components/entrymergereffectivedate.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.EntryMergerQuantity](../../models/components/entrymergerquantity.md)                                                                                          | :heavy_minus_sign:                                                                                                                                                        | Corresponds to the position's trade quantity                                                                                                                              | {<br/>"value": "0.25"<br/>}                                                                                                                                               |
| `stockRate`                                                                                                                                                               | [components.EntryMergerStockRate](../../models/components/entrymergerstockrate.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.EntryMergerType](../../models/components/entrymergertype.md)                                                                                                  | :heavy_minus_sign:                                                                                                                                                        | Corresponds to whether the event is CASH \| STOCK \| CASH_AND_STOCK                                                                                                       | CASH                                                                                                                                                                      |