# ActivityCashDividend

Used to record the distribution of cash to shareholders, paid by the issuer, usually based upon current earnings and/or accumulated profits as declared by the board of directors and details related to the cash dividend

## Example Usage

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

let value: ActivityCashDividend = {};
```

## Fields

| Field                                                                                                                                                                                                                                                                | Type                                                                                                                                                                                                                                                                 | Required                                                                                                                                                                                                                                                             | Description                                                                                                                                                                                                                                                          | Example                                                                                                                                                                                                                                                              |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `cashRate`                                                                                                                                                                                                                                                           | [components.ActivityCashDividendCashRate](../../models/components/activitycashdividendcashrate.md)                                                                                                                                                                   | :heavy_minus_sign:                                                                                                                                                                                                                                                   | The rate (raw value, not a percentage, example: 50% will be .5 in this field) at which cash will be disbursed to the shareholder                                                                                                                                     | {<br/>"value": "0.25"<br/>}                                                                                                                                                                                                                                          |
| `corporateActionGeneralInformation`                                                                                                                                                                                                                                  | [components.ActivityCashDividendCorporateActionGeneralInformation](../../models/components/activitycashdividendcorporateactiongeneralinformation.md)                                                                                                                 | :heavy_minus_sign:                                                                                                                                                                                                                                                   | Common fields for corporate actions                                                                                                                                                                                                                                  |                                                                                                                                                                                                                                                                      |
| `fpsl`                                                                                                                                                                                                                                                               | [components.ActivityCashDividendFpsl](../../models/components/activitycashdividendfpsl.md)                                                                                                                                                                           | :heavy_minus_sign:                                                                                                                                                                                                                                                   | Number of shares loaned out via the FPSL program on record_date                                                                                                                                                                                                      | {<br/>"value": "0.25"<br/>}                                                                                                                                                                                                                                          |
| `free`                                                                                                                                                                                                                                                               | [components.ActivityFree](../../models/components/activityfree.md)                                                                                                                                                                                                   | :heavy_minus_sign:                                                                                                                                                                                                                                                   | Number of shares not loaned out via the FPSL program on record_date                                                                                                                                                                                                  | {<br/>"value": "0.25"<br/>}                                                                                                                                                                                                                                          |
| `longTermGain`                                                                                                                                                                                                                                                       | *boolean*                                                                                                                                                                                                                                                            | :heavy_minus_sign:                                                                                                                                                                                                                                                   | Can indicate the capital gain is eligible for preferential tax treatment                                                                                                                                                                                             | false                                                                                                                                                                                                                                                                |
| `paymentDate`                                                                                                                                                                                                                                                        | [components.ActivityCashDividendPaymentDate](../../models/components/activitycashdividendpaymentdate.md)                                                                                                                                                             | :heavy_minus_sign:                                                                                                                                                                                                                                                   | The anticipated payment date at the depository                                                                                                                                                                                                                       | {<br/>"day": 14,<br/>"month": 5,<br/>"year": 2024<br/>}                                                                                                                                                                                                              |
| `qualified`                                                                                                                                                                                                                                                          | *boolean*                                                                                                                                                                                                                                                            | :heavy_minus_sign:                                                                                                                                                                                                                                                   | If populated, can indicates whether the transaction may be taxed at a preferential rate                                                                                                                                                                              | false                                                                                                                                                                                                                                                                |
| `quantity`                                                                                                                                                                                                                                                           | [components.ActivityCashDividendQuantity](../../models/components/activitycashdividendquantity.md)                                                                                                                                                                   | :heavy_minus_sign:                                                                                                                                                                                                                                                   | When ex-date occurs before the record date, quantity will equal the settled date position balance on the position date of the event When ex-date occurs after the record date, quantity will equal the trade date position balance on the position date of the event | {<br/>"value": "0.25"<br/>}                                                                                                                                                                                                                                          |
| `recordDate`                                                                                                                                                                                                                                                         | [components.ActivityCashDividendRecordDate](../../models/components/activitycashdividendrecorddate.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/>}                                                                                                                                                                                                              |
| `reinvested`                                                                                                                                                                                                                                                         | *boolean*                                                                                                                                                                                                                                                            | :heavy_minus_sign:                                                                                                                                                                                                                                                   | Indicates whether the cash dividend was reinvested                                                                                                                                                                                                                   | false                                                                                                                                                                                                                                                                |
| `settled`                                                                                                                                                                                                                                                            | [components.ActivitySettled](../../models/components/activitysettled.md)                                                                                                                                                                                             | :heavy_minus_sign:                                                                                                                                                                                                                                                   | The accounts settled position for which the corporate action was paid                                                                                                                                                                                                | {<br/>"value": "0.25"<br/>}                                                                                                                                                                                                                                          |
| `substitutePayment`                                                                                                                                                                                                                                                  | *boolean*                                                                                                                                                                                                                                                            | :heavy_minus_sign:                                                                                                                                                                                                                                                   | Indicates that this portion of the dividend was paid on a position that is currently loaned out                                                                                                                                                                      | false                                                                                                                                                                                                                                                                |
| `subtype`                                                                                                                                                                                                                                                            | [components.ActivitySubtype](../../models/components/activitysubtype.md)                                                                                                                                                                                             | :heavy_minus_sign:                                                                                                                                                                                                                                                   | The subtype for the corporate action event                                                                                                                                                                                                                           | LIQUIDATION                                                                                                                                                                                                                                                          |