# ActivityStockSplit

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

let value: ActivityStockSplit = {};
```

## Fields

| Field                                                                                                                                            | Type                                                                                                                                             | Required                                                                                                                                         | Description                                                                                                                                      | Example                                                                                                                                          |
| ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| `corporateActionGeneralInformation`                                                                                                              | [components.ActivityStockSplitCorporateActionGeneralInformation](../../models/components/activitystocksplitcorporateactiongeneralinformation.md) | :heavy_minus_sign:                                                                                                                               | Common fields for corporate actions                                                                                                              |                                                                                                                                                  |
| `factorDenominator`                                                                                                                              | [components.ActivityStockSplitFactorDenominator](../../models/components/activitystocksplitfactordenominator.md)                                 | :heavy_minus_sign:                                                                                                                               | The old rate of the security                                                                                                                     | {<br/>"value": "0.25"<br/>}                                                                                                                      |
| `factorNumerator`                                                                                                                                | [components.ActivityStockSplitFactorNumerator](../../models/components/activitystocksplitfactornumerator.md)                                     | :heavy_minus_sign:                                                                                                                               | The new rate of the security                                                                                                                     | {<br/>"value": "0.25"<br/>}                                                                                                                      |
| `payDate`                                                                                                                                        | [components.ActivityStockSplitPayDate](../../models/components/activitystocksplitpaydate.md)                                                     | :heavy_minus_sign:                                                                                                                               | The anticipated payment date at the depository                                                                                                   | {<br/>"day": 14,<br/>"month": 5,<br/>"year": 2024<br/>}                                                                                          |
| `quantity`                                                                                                                                       | [components.ActivityStockSplitQuantity](../../models/components/activitystocksplitquantity.md)                                                   | :heavy_minus_sign:                                                                                                                               | The position on which the corporate action was paid                                                                                              | {<br/>"value": "0.25"<br/>}                                                                                                                      |
| `recordDate`                                                                                                                                     | [components.ActivityStockSplitRecordDate](../../models/components/activitystocksplitrecorddate.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/>}                                                                                          |