# Worthless

Used to record the removal of positions in a given security when the DTC has received formal notice that the security is worthless and details related to the worthless event

## Example Usage

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

let value: Worthless = {};
```

## Fields

| Field                                                                                                                                                                     | Type                                                                                                                                                                      | Required                                                                                                                                                                  | Description                                                                                                                                                               | Example                                                                                                                                                                   |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `corporateActionGeneralInformation`                                                                                                                                       | [components.EntryWorthlessCorporateActionGeneralInformation](../../models/components/entryworthlesscorporateactiongeneralinformation.md)                                  | :heavy_minus_sign:                                                                                                                                                        | Common fields for corporate actions                                                                                                                                       |                                                                                                                                                                           |
| `effectiveDate`                                                                                                                                                           | [components.EntryWorthlessEffectiveDate](../../models/components/entryworthlesseffectivedate.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.EntryWorthlessPaymentDate](../../models/components/entryworthlesspaymentdate.md)                                                                              | :heavy_minus_sign:                                                                                                                                                        | The anticipated payment date at the depository                                                                                                                            | {<br/>"day": 14,<br/>"month": 5,<br/>"year": 2024<br/>}                                                                                                                   |