# ActivityRedemptionFull

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

let value: ActivityRedemptionFull = {};
```

## Fields

| Field                                                                                                                                                    | Type                                                                                                                                                     | Required                                                                                                                                                 | Description                                                                                                                                              | Example                                                                                                                                                  |
| -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `action`                                                                                                                                                 | [components.ActivityRedemptionFullAction](../../models/components/activityredemptionfullaction.md)                                                       | :heavy_minus_sign:                                                                                                                                       | Denotes whether the shares are incoming or outgoing                                                                                                      | INCOMING                                                                                                                                                 |
| `cashRate`                                                                                                                                               | [components.ActivityRedemptionFullCashRate](../../models/components/activityredemptionfullcashrate.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.ActivityRedemptionFullCorporateActionGeneralInformation](../../models/components/activityredemptionfullcorporateactiongeneralinformation.md) | :heavy_minus_sign:                                                                                                                                       | Common fields for corporate actions                                                                                                                      |                                                                                                                                                          |
| `paymentDate`                                                                                                                                            | [components.ActivityRedemptionFullPaymentDate](../../models/components/activityredemptionfullpaymentdate.md)                                             | :heavy_minus_sign:                                                                                                                                       | The anticipated payment date at the depository                                                                                                           | {<br/>"day": 14,<br/>"month": 5,<br/>"year": 2024<br/>}                                                                                                  |
| `quantity`                                                                                                                                               | [components.ActivityRedemptionFullQuantity](../../models/components/activityredemptionfullquantity.md)                                                   | :heavy_minus_sign:                                                                                                                                       | The position on which the corporate action was paid                                                                                                      | {<br/>"value": "0.25"<br/>}                                                                                                                              |
| `subtype`                                                                                                                                                | [components.ActivityRedemptionFullSubtype](../../models/components/activityredemptionfullsubtype.md)                                                     | :heavy_minus_sign:                                                                                                                                       | The subtype for the corporate action event                                                                                                               | ADDITIONAL_DIVIDEND                                                                                                                                      |