# ActivityLiquidation

Used to record the dismantling of a business by an issuer, paying off debts in order of priority and distributing the remaining assets in cash and/or securities to the owners of the securities and details related to the liquidation

## Example Usage

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

let value: ActivityLiquidation = {};
```

## Fields

| Field                                                                                                                                                                     | Type                                                                                                                                                                      | Required                                                                                                                                                                  | Description                                                                                                                                                               | Example                                                                                                                                                                   |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `action`                                                                                                                                                                  | [components.ActivityLiquidationAction](../../models/components/activityliquidationaction.md)                                                                              | :heavy_minus_sign:                                                                                                                                                        | Denotes whether the shares are incoming or outgoing                                                                                                                       | INCOMING                                                                                                                                                                  |
| `cashRate`                                                                                                                                                                | [components.ActivityLiquidationCashRate](../../models/components/activityliquidationcashrate.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.ActivityLiquidationCorporateActionGeneralInformation](../../models/components/activityliquidationcorporateactiongeneralinformation.md)                        | :heavy_minus_sign:                                                                                                                                                        | Common fields for corporate actions                                                                                                                                       |                                                                                                                                                                           |
| `effectiveDate`                                                                                                                                                           | [components.ActivityEffectiveDate](../../models/components/activityeffectivedate.md)                                                                                      | :heavy_minus_sign:                                                                                                                                                        | Effective date as declared by the primary exchange that generally coincides with cessation of trading in the old security and commencement of trading in the new security | {<br/>"day": 14,<br/>"month": 5,<br/>"year": 2024<br/>}                                                                                                                   |
| `paymentDate`                                                                                                                                                             | [components.ActivityLiquidationPaymentDate](../../models/components/activityliquidationpaymentdate.md)                                                                    | :heavy_minus_sign:                                                                                                                                                        | The anticipated payment date at the depository                                                                                                                            | {<br/>"day": 14,<br/>"month": 5,<br/>"year": 2024<br/>}                                                                                                                   |
| `quantity`                                                                                                                                                                | [components.ActivityLiquidationQuantity](../../models/components/activityliquidationquantity.md)                                                                          | :heavy_minus_sign:                                                                                                                                                        | The position on which the corporate action was paid                                                                                                                       | {<br/>"value": "0.25"<br/>}                                                                                                                                               |
| `recordDate`                                                                                                                                                              | [components.ActivityLiquidationRecordDate](../../models/components/activityliquidationrecorddate.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.ActivityLiquidationSettled](../../models/components/activityliquidationsettled.md)                                                                            | :heavy_minus_sign:                                                                                                                                                        | The accounts settled position for which the corporate action was paid                                                                                                     | {<br/>"value": "0.25"<br/>}                                                                                                                                               |
| `subtype`                                                                                                                                                                 | [components.ActivityLiquidationSubtype](../../models/components/activityliquidationsubtype.md)                                                                            | :heavy_minus_sign:                                                                                                                                                        | The subtype for the corporate action event                                                                                                                                | LIQUIDATION                                                                                                                                                               |