# Liquidation

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

let value: Liquidation = {};
```

## Fields

| Field                                                                                                                                                                     | Type                                                                                                                                                                      | Required                                                                                                                                                                  | Description                                                                                                                                                               | Example                                                                                                                                                                   |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `action`                                                                                                                                                                  | [components.EntryLiquidationAction](../../models/components/entryliquidationaction.md)                                                                                    | :heavy_minus_sign:                                                                                                                                                        | Corresponds to whether the entry is incoming outgoing                                                                                                                     | INCOMING                                                                                                                                                                  |
| `cashRate`                                                                                                                                                                | [components.EntryLiquidationCashRate](../../models/components/entryliquidationcashrate.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.EntryLiquidationCorporateActionGeneralInformation](../../models/components/entryliquidationcorporateactiongeneralinformation.md)                              | :heavy_minus_sign:                                                                                                                                                        | Common fields for corporate actions                                                                                                                                       |                                                                                                                                                                           |
| `effectiveDate`                                                                                                                                                           | [components.EntryEffectiveDate](../../models/components/entryeffectivedate.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.EntryLiquidationPaymentDate](../../models/components/entryliquidationpaymentdate.md)                                                                          | :heavy_minus_sign:                                                                                                                                                        | The anticipated payment date at the depository                                                                                                                            | {<br/>"day": 14,<br/>"month": 5,<br/>"year": 2024<br/>}                                                                                                                   |
| `quantity`                                                                                                                                                                | [components.EntryLiquidationQuantity](../../models/components/entryliquidationquantity.md)                                                                                | :heavy_minus_sign:                                                                                                                                                        | Corresponds to the position's trade quantity                                                                                                                              | {<br/>"value": "0.25"<br/>}                                                                                                                                               |
| `recordDate`                                                                                                                                                              | [components.EntryLiquidationRecordDate](../../models/components/entryliquidationrecorddate.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.EntryLiquidationSettled](../../models/components/entryliquidationsettled.md)                                                                                  | :heavy_minus_sign:                                                                                                                                                        | Corresponds to the position's settled quantity                                                                                                                            | {<br/>"value": "0.25"<br/>}                                                                                                                                               |
| `subtype`                                                                                                                                                                 | [components.EntrySubtype](../../models/components/entrysubtype.md)                                                                                                        | :heavy_minus_sign:                                                                                                                                                        | Corresponds to the subtype of corporaction type                                                                                                                           | LIQUIDATION                                                                                                                                                               |