# ActivityReverseStockSplit

Used to record the exchange of a company's security for the same company's new security at a preset rate and details related to the reverse stock split

## Example Usage

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

let value: ActivityReverseStockSplit = {};
```

## Fields

| Field                                                                                                                                                                     | Type                                                                                                                                                                      | Required                                                                                                                                                                  | Description                                                                                                                                                               | Example                                                                                                                                                                   |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `action`                                                                                                                                                                  | [components.ActivityReverseStockSplitAction](../../models/components/activityreversestocksplitaction.md)                                                                  | :heavy_minus_sign:                                                                                                                                                        | Denotes whether the shares are incoming or outgoing                                                                                                                       | INCOMING                                                                                                                                                                  |
| `cashRate`                                                                                                                                                                | [components.ActivityReverseStockSplitCashRate](../../models/components/activityreversestocksplitcashrate.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.ActivityReverseStockSplitCorporateActionGeneralInformation](../../models/components/activityreversestocksplitcorporateactiongeneralinformation.md)            | :heavy_minus_sign:                                                                                                                                                        | Common fields for corporate actions                                                                                                                                       |                                                                                                                                                                           |
| `effectiveDate`                                                                                                                                                           | [components.ActivityReverseStockSplitEffectiveDate](../../models/components/activityreversestockspliteffectivedate.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/>}                                                                                                                   |
| `factorDenominator`                                                                                                                                                       | [components.ActivityFactorDenominator](../../models/components/activityfactordenominator.md)                                                                              | :heavy_minus_sign:                                                                                                                                                        | The old rate of the security                                                                                                                                              | {<br/>"value": "0.25"<br/>}                                                                                                                                               |
| `factorNumerator`                                                                                                                                                         | [components.ActivityFactorNumerator](../../models/components/activityfactornumerator.md)                                                                                  | :heavy_minus_sign:                                                                                                                                                        | The new rate of the security                                                                                                                                              | {<br/>"value": "0.25"<br/>}                                                                                                                                               |
| `quantity`                                                                                                                                                                | [components.ActivityReverseStockSplitQuantity](../../models/components/activityreversestocksplitquantity.md)                                                              | :heavy_minus_sign:                                                                                                                                                        | The position on which the corporate action was paid                                                                                                                       | {<br/>"value": "0.25"<br/>}                                                                                                                                               |