# StockSplit

Used to record the increase in a company's number of outstanding shares of stock without any change in the shareholder's equity or the aggregate market value at the time of the split and details related to the stock split

## Example Usage

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

let value: StockSplit = {};
```

## Fields

| Field                                                                                                                                      | Type                                                                                                                                       | Required                                                                                                                                   | Description                                                                                                                                | Example                                                                                                                                    |
| ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ |
| `corporateActionGeneralInformation`                                                                                                        | [components.EntryStockSplitCorporateActionGeneralInformation](../../models/components/entrystocksplitcorporateactiongeneralinformation.md) | :heavy_minus_sign:                                                                                                                         | Common fields for corporate actions                                                                                                        |                                                                                                                                            |
| `factorDenominator`                                                                                                                        | [components.EntryFactorDenominator](../../models/components/entryfactordenominator.md)                                                     | :heavy_minus_sign:                                                                                                                         | The previous rate of the security before the distribution                                                                                  | {<br/>"value": "0.25"<br/>}                                                                                                                |
| `factorNumerator`                                                                                                                          | [components.EntryFactorNumerator](../../models/components/entryfactornumerator.md)                                                         | :heavy_minus_sign:                                                                                                                         | The rate of the security distribution                                                                                                      | {<br/>"value": "0.25"<br/>}                                                                                                                |
| `payDate`                                                                                                                                  | [components.EntryStockSplitPayDate](../../models/components/entrystocksplitpaydate.md)                                                     | :heavy_minus_sign:                                                                                                                         | The anticipated payment date at the depository                                                                                             | {<br/>"day": 14,<br/>"month": 5,<br/>"year": 2024<br/>}                                                                                    |
| `quantity`                                                                                                                                 | [components.EntryStockSplitQuantity](../../models/components/entrystocksplitquantity.md)                                                   | :heavy_minus_sign:                                                                                                                         | Corresponds to the position's trade quantity                                                                                               | {<br/>"value": "0.25"<br/>}                                                                                                                |
| `recordDate`                                                                                                                               | [components.EntryStockSplitRecordDate](../../models/components/entrystocksplitrecorddate.md)                                               | :heavy_minus_sign:                                                                                                                         | The date on which positions are recorded in order to calculate entitlement                                                                 | {<br/>"day": 14,<br/>"month": 5,<br/>"year": 2024<br/>}                                                                                    |