# PaymentInKind

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

let value: PaymentInKind = {};
```

## Fields

| Field                                                                                                                                            | Type                                                                                                                                             | Required                                                                                                                                         | Description                                                                                                                                      | Example                                                                                                                                          |
| ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| `corporateActionGeneralInformation`                                                                                                              | [components.EntryPaymentInKindCorporateActionGeneralInformation](../../models/components/entrypaymentinkindcorporateactiongeneralinformation.md) | :heavy_minus_sign:                                                                                                                               | Common fields for corporate actions                                                                                                              |                                                                                                                                                  |
| `paymentDate`                                                                                                                                    | [components.EntryPaymentInKindPaymentDate](../../models/components/entrypaymentinkindpaymentdate.md)                                             | :heavy_minus_sign:                                                                                                                               | The anticipated payment date at the depository                                                                                                   | {<br/>"day": 14,<br/>"month": 5,<br/>"year": 2024<br/>}                                                                                          |
| `recordDate`                                                                                                                                     | [components.EntryPaymentInKindRecordDate](../../models/components/entrypaymentinkindrecorddate.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.EntryPaymentInKindSettled](../../models/components/entrypaymentinkindsettled.md)                                                     | :heavy_minus_sign:                                                                                                                               | Corresponds to the position's settled quantity                                                                                                   | {<br/>"value": "0.25"<br/>}                                                                                                                      |
| `stockRate`                                                                                                                                      | [components.EntryPaymentInKindStockRate](../../models/components/entrypaymentinkindstockrate.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/>}                                                                                                                      |