# ActivityWorthless

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

let value: ActivityWorthless = {};
```

## Fields

| Field                                                                                                                                          | Type                                                                                                                                           | Required                                                                                                                                       | Description                                                                                                                                    | Example                                                                                                                                        |
| ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| `corporateActionGeneralInformation`                                                                                                            | [components.ActivityWorthlessCorporateActionGeneralInformation](../../models/components/activityworthlesscorporateactiongeneralinformation.md) | :heavy_minus_sign:                                                                                                                             | Common fields for corporate actions                                                                                                            |                                                                                                                                                |
| `effectiveDate`                                                                                                                                | [components.ActivityWorthlessEffectiveDate](../../models/components/activityworthlesseffectivedate.md)                                         | :heavy_minus_sign:                                                                                                                             | Corresponds to corporateactions.announcement.effective_date                                                                                    | {<br/>"day": 14,<br/>"month": 5,<br/>"year": 2024<br/>}                                                                                        |
| `paymentDate`                                                                                                                                  | [components.ActivityWorthlessPaymentDate](../../models/components/activityworthlesspaymentdate.md)                                             | :heavy_minus_sign:                                                                                                                             | The anticipated payment date at the depository                                                                                                 | {<br/>"day": 14,<br/>"month": 5,<br/>"year": 2024<br/>}                                                                                        |