# ActivityStockDividend

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

let value: ActivityStockDividend = {};
```

## Fields

| Field                                                                                                                                                  | Type                                                                                                                                                   | Required                                                                                                                                               | Description                                                                                                                                            | Example                                                                                                                                                |
| ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `corporateActionGeneralInformation`                                                                                                                    | [components.ActivityStockDividendCorporateActionGeneralInformation](../../models/components/activitystockdividendcorporateactiongeneralinformation.md) | :heavy_minus_sign:                                                                                                                                     | Common fields for corporate actions                                                                                                                    |                                                                                                                                                        |
| `payDate`                                                                                                                                              | [components.ActivityStockDividendPayDate](../../models/components/activitystockdividendpaydate.md)                                                     | :heavy_minus_sign:                                                                                                                                     | The anticipated payment date at the depository                                                                                                         | {<br/>"day": 14,<br/>"month": 5,<br/>"year": 2024<br/>}                                                                                                |
| `quantity`                                                                                                                                             | [components.ActivityStockDividendQuantity](../../models/components/activitystockdividendquantity.md)                                                   | :heavy_minus_sign:                                                                                                                                     | The position on which the corporate action was paid                                                                                                    | {<br/>"value": "0.25"<br/>}                                                                                                                            |
| `rate`                                                                                                                                                 | [components.ActivityRate](../../models/components/activityrate.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/>}                                                                                                                            |
| `recordDate`                                                                                                                                           | [components.ActivityStockDividendRecordDate](../../models/components/activitystockdividendrecorddate.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/>}                                                                                                |