# StockDividend

Used to record a dividend paid to shareholders in the form of shares of stock in either the issuing company or in another company and details related to the stock dividend

## Example Usage

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

let value: StockDividend = {};
```

## Fields

| Field                                                                                                                                            | Type                                                                                                                                             | Required                                                                                                                                         | Description                                                                                                                                      | Example                                                                                                                                          |
| ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| `corporateActionGeneralInformation`                                                                                                              | [components.EntryStockDividendCorporateActionGeneralInformation](../../models/components/entrystockdividendcorporateactiongeneralinformation.md) | :heavy_minus_sign:                                                                                                                               | Common fields for corporate actions                                                                                                              |                                                                                                                                                  |
| `payDate`                                                                                                                                        | [components.EntryPayDate](../../models/components/entrypaydate.md)                                                                               | :heavy_minus_sign:                                                                                                                               | The anticipated payment date at the depository                                                                                                   | {<br/>"day": 14,<br/>"month": 5,<br/>"year": 2024<br/>}                                                                                          |
| `quantity`                                                                                                                                       | [components.EntryStockDividendQuantity](../../models/components/entrystockdividendquantity.md)                                                   | :heavy_minus_sign:                                                                                                                               | Corresponds to the position's settled quantity                                                                                                   | {<br/>"value": "0.25"<br/>}                                                                                                                      |
| `rate`                                                                                                                                           | [components.EntryRate](../../models/components/entryrate.md)                                                                                     | :heavy_minus_sign:                                                                                                                               | The rate at which shares will be disbursed to the shareholder                                                                                    | {<br/>"value": "0.25"<br/>}                                                                                                                      |
| `recordDate`                                                                                                                                     | [components.EntryStockDividendRecordDate](../../models/components/entrystockdividendrecorddate.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/>}                                                                                          |