# ActivityPaymentInKind

Used to record payments on interest-bearing securities where the payment is made in additional securities rather than cash and details related to the payment

## Example Usage

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

let value: ActivityPaymentInKind = {};
```

## Fields

| Field                                                                                                                                                  | Type                                                                                                                                                   | Required                                                                                                                                               | Description                                                                                                                                            | Example                                                                                                                                                |
| ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `corporateActionGeneralInformation`                                                                                                                    | [components.ActivityPaymentInKindCorporateActionGeneralInformation](../../models/components/activitypaymentinkindcorporateactiongeneralinformation.md) | :heavy_minus_sign:                                                                                                                                     | Common fields for corporate actions                                                                                                                    |                                                                                                                                                        |
| `paymentDate`                                                                                                                                          | [components.ActivityPaymentInKindPaymentDate](../../models/components/activitypaymentinkindpaymentdate.md)                                             | :heavy_minus_sign:                                                                                                                                     | The anticipated payment date at the depository                                                                                                         | {<br/>"day": 14,<br/>"month": 5,<br/>"year": 2024<br/>}                                                                                                |
| `recordDate`                                                                                                                                           | [components.ActivityPaymentInKindRecordDate](../../models/components/activitypaymentinkindrecorddate.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/>}                                                                                                |
| `settled`                                                                                                                                              | [components.ActivityPaymentInKindSettled](../../models/components/activitypaymentinkindsettled.md)                                                     | :heavy_minus_sign:                                                                                                                                     | Corresponds to the position's settled quantity                                                                                                         | {<br/>"value": "0.25"<br/>}                                                                                                                            |
| `stockRate`                                                                                                                                            | [components.ActivityPaymentInKindStockRate](../../models/components/activitypaymentinkindstockrate.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/>}                                                                                                                            |