# ActivityConversion

Used to record the conversion of securities (generally convertible bonds or preferred shares) into another form of securities (usually common shares) at a pre-stated price or rate and details related to the conversion

## Example Usage

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

let value: ActivityConversion = {};
```

## Fields

| Field                                                                                                                                            | Type                                                                                                                                             | Required                                                                                                                                         | Description                                                                                                                                      | Example                                                                                                                                          |
| ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| `cashRate`                                                                                                                                       | [components.ActivityConversionCashRate](../../models/components/activityconversioncashrate.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.ActivityConversionCorporateActionGeneralInformation](../../models/components/activityconversioncorporateactiongeneralinformation.md) | :heavy_minus_sign:                                                                                                                               | Common fields for corporate actions                                                                                                              |                                                                                                                                                  |
| `stockRate`                                                                                                                                      | [components.ActivityStockRate](../../models/components/activitystockrate.md)                                                                     | :heavy_minus_sign:                                                                                                                               | The rate (raw value, not a percentage, example: 50% will be .5 in this field) at which shares will be disbursed to the shareholder               | {<br/>"value": "0.25"<br/>}                                                                                                                      |
| `type`                                                                                                                                           | [components.ActivityConversionType](../../models/components/activityconversiontype.md)                                                           | :heavy_minus_sign:                                                                                                                               | The subtype for the corporate action event                                                                                                       | CASH                                                                                                                                             |