# WarrantExercise

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

let value: WarrantExercise = {};
```

## Fields

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