# ActivityWarrantExercise

Used to record the exchange of warrants for shares and details related to the warrant exercise. The exercise will commonly require a payment based upon a pre-determined value and time and details related to the warrant exercise

## Example Usage

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

let value: ActivityWarrantExercise = {};
```

## Fields

| Field                                                                                                                                                      | Type                                                                                                                                                       | Required                                                                                                                                                   | Description                                                                                                                                                |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `corporateActionGeneralInformation`                                                                                                                        | [components.ActivityWarrantExerciseCorporateActionGeneralInformation](../../models/components/activitywarrantexercisecorporateactiongeneralinformation.md) | :heavy_minus_sign:                                                                                                                                         | Common fields for corporate actions                                                                                                                        |