# ActivityMaturity

Used to record he final repayment, usually in cash, by an issuer for the entire issue, or remaining outstanding securities of a specific security on a specified date and details related to the maturity

## Example Usage

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

let value: ActivityMaturity = {};
```

## Fields

| Field                                                                                                                                        | Type                                                                                                                                         | Required                                                                                                                                     | Description                                                                                                                                  | Example                                                                                                                                      |
| -------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| `cashRate`                                                                                                                                   | [components.ActivityMaturityCashRate](../../models/components/activitymaturitycashrate.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.ActivityMaturityCorporateActionGeneralInformation](../../models/components/activitymaturitycorporateactiongeneralinformation.md) | :heavy_minus_sign:                                                                                                                           | Common fields for corporate actions                                                                                                          |                                                                                                                                              |
| `paymentDate`                                                                                                                                | [components.ActivityMaturityPaymentDate](../../models/components/activitymaturitypaymentdate.md)                                             | :heavy_minus_sign:                                                                                                                           | The anticipated payment date at the depository.                                                                                              | {<br/>"day": 14,<br/>"month": 5,<br/>"year": 2024<br/>}                                                                                      |
| `quantity`                                                                                                                                   | [components.ActivityMaturityQuantity](../../models/components/activitymaturityquantity.md)                                                   | :heavy_minus_sign:                                                                                                                           | The trade position quantity used to calculate the disbursed amount                                                                           | {<br/>"value": "100.00"<br/>}                                                                                                                |