# ReverseStockSplit

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

let value: ReverseStockSplit = {};
```

## Fields

| Field                                                                                                                                                                     | Type                                                                                                                                                                      | Required                                                                                                                                                                  | Description                                                                                                                                                               | Example                                                                                                                                                                   |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `action`                                                                                                                                                                  | [components.EntryReverseStockSplitAction](../../models/components/entryreversestocksplitaction.md)                                                                        | :heavy_minus_sign:                                                                                                                                                        | Corresponds to whether the entry is incoming or outgoing                                                                                                                  | INCOMING                                                                                                                                                                  |
| `corporateActionGeneralInformation`                                                                                                                                       | [components.EntryReverseStockSplitCorporateActionGeneralInformation](../../models/components/entryreversestocksplitcorporateactiongeneralinformation.md)                  | :heavy_minus_sign:                                                                                                                                                        | Common fields for corporate actions                                                                                                                                       |                                                                                                                                                                           |
| `effectiveDate`                                                                                                                                                           | [components.EntryReverseStockSplitEffectiveDate](../../models/components/entryreversestockspliteffectivedate.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.FactorDenominator](../../models/components/factordenominator.md)                                                                                              | :heavy_minus_sign:                                                                                                                                                        | The previous rate of the security before the distribution                                                                                                                 | {<br/>"value": "0.25"<br/>}                                                                                                                                               |
| `factorNumerator`                                                                                                                                                         | [components.FactorNumerator](../../models/components/factornumerator.md)                                                                                                  | :heavy_minus_sign:                                                                                                                                                        | The rate of the security distribution                                                                                                                                     | {<br/>"value": "0.25"<br/>}                                                                                                                                               |
| `quantity`                                                                                                                                                                | [components.EntryReverseStockSplitQuantity](../../models/components/entryreversestocksplitquantity.md)                                                                    | :heavy_minus_sign:                                                                                                                                                        | Corresponds to the position's trade quantity                                                                                                                              | {<br/>"value": "0.25"<br/>}                                                                                                                                               |
| `stockRate`                                                                                                                                                               | [components.EntryReverseStockSplitStockRate](../../models/components/entryreversestocksplitstockrate.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/>}                                                                                                                                               |