# Maturity

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

let value: Maturity = {};
```

## Fields

| Field                                                                                                                                  | Type                                                                                                                                   | Required                                                                                                                               | Description                                                                                                                            | Example                                                                                                                                |
| -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| `cashRate`                                                                                                                             | [components.EntryMaturityCashRate](../../models/components/entrymaturitycashrate.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.EntryMaturityCorporateActionGeneralInformation](../../models/components/entrymaturitycorporateactiongeneralinformation.md) | :heavy_minus_sign:                                                                                                                     | Common fields for corporate actions                                                                                                    |                                                                                                                                        |
| `paymentDate`                                                                                                                          | [components.EntryMaturityPaymentDate](../../models/components/entrymaturitypaymentdate.md)                                             | :heavy_minus_sign:                                                                                                                     | The anticipated payment date at the depository                                                                                         | {<br/>"day": 14,<br/>"month": 5,<br/>"year": 2024<br/>}                                                                                |
| `quantity`                                                                                                                             | [components.EntryMaturityQuantity](../../models/components/entrymaturityquantity.md)                                                   | :heavy_minus_sign:                                                                                                                     | The trade position quantity used to calculate the disbursed amount                                                                     | {<br/>"value": "100.00"<br/>}                                                                                                          |