# RedemptionFull

Used to record the redemption of a security for cash in its entirety for which the holders receive the principal amount of the security and details related to the redemption

## Example Usage

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

let value: RedemptionFull = {};
```

## Fields

| Field                                                                                                                                              | Type                                                                                                                                               | Required                                                                                                                                           | Description                                                                                                                                        | Example                                                                                                                                            |
| -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| `action`                                                                                                                                           | [components.EntryRedemptionFullAction](../../models/components/entryredemptionfullaction.md)                                                       | :heavy_minus_sign:                                                                                                                                 | Corresponds to whether the entry is incoming outgoing                                                                                              | INCOMING                                                                                                                                           |
| `cashRate`                                                                                                                                         | [components.EntryRedemptionFullCashRate](../../models/components/entryredemptionfullcashrate.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.EntryRedemptionFullCorporateActionGeneralInformation](../../models/components/entryredemptionfullcorporateactiongeneralinformation.md) | :heavy_minus_sign:                                                                                                                                 | Common fields for corporate actions                                                                                                                |                                                                                                                                                    |
| `paymentDate`                                                                                                                                      | [components.EntryRedemptionFullPaymentDate](../../models/components/entryredemptionfullpaymentdate.md)                                             | :heavy_minus_sign:                                                                                                                                 | The anticipated payment date at the depository                                                                                                     | {<br/>"day": 14,<br/>"month": 5,<br/>"year": 2024<br/>}                                                                                            |
| `quantity`                                                                                                                                         | [components.EntryRedemptionFullQuantity](../../models/components/entryredemptionfullquantity.md)                                                   | :heavy_minus_sign:                                                                                                                                 | Corresponds to the position's trade quantity                                                                                                       | {<br/>"value": "0.25"<br/>}                                                                                                                        |
| `subtype`                                                                                                                                          | [components.EntryRedemptionFullSubtype](../../models/components/entryredemptionfullsubtype.md)                                                     | :heavy_minus_sign:                                                                                                                                 | Corresponds to the subtype of corporaction type                                                                                                    | LIQUIDATION                                                                                                                                        |