# ActivityInterestPayment

Used to record the The payment of an obligation an issuer has agreed to make to holders of an interest-bearing security and details related to the interest payment. Usually, the payment is made in cash and on a scheduled basis

## Example Usage

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

let value: ActivityInterestPayment = {};
```

## Fields

| Field                                                                                                                                                      | Type                                                                                                                                                       | Required                                                                                                                                                   | Description                                                                                                                                                | Example                                                                                                                                                    |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `cashRate`                                                                                                                                                 | [components.ActivityInterestPaymentCashRate](../../models/components/activityinterestpaymentcashrate.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.ActivityInterestPaymentCorporateActionGeneralInformation](../../models/components/activityinterestpaymentcorporateactiongeneralinformation.md) | :heavy_minus_sign:                                                                                                                                         | Common fields for corporate actions                                                                                                                        |                                                                                                                                                            |
| `paymentDate`                                                                                                                                              | [components.ActivityInterestPaymentPaymentDate](../../models/components/activityinterestpaymentpaymentdate.md)                                             | :heavy_minus_sign:                                                                                                                                         | The anticipated payment date at the depository                                                                                                             | {<br/>"day": 14,<br/>"month": 5,<br/>"year": 2024<br/>}                                                                                                    |
| `recordDate`                                                                                                                                               | [components.ActivityInterestPaymentRecordDate](../../models/components/activityinterestpaymentrecorddate.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.ActivityInterestPaymentSettled](../../models/components/activityinterestpaymentsettled.md)                                                     | :heavy_minus_sign:                                                                                                                                         | The accounts settled position for which the corporate action was paid                                                                                      | {<br/>"value": "0.25"<br/>}                                                                                                                                |