# ActivityNameChange

Used to record changes in the name of a security/securities by the issuer which result in surrendering physical securities or the assigning of a new security identifier which result in new securities being issued and details related to the name changes

## Example Usage

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

let value: ActivityNameChange = {};
```

## Fields

| Field                                                                                                                                                                     | Type                                                                                                                                                                      | Required                                                                                                                                                                  | Description                                                                                                                                                               | Example                                                                                                                                                                   |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `action`                                                                                                                                                                  | [components.ActivityNameChangeAction](../../models/components/activitynamechangeaction.md)                                                                                | :heavy_minus_sign:                                                                                                                                                        | Denotes whether the shares are incoming or outgoing                                                                                                                       | INCOMING                                                                                                                                                                  |
| `corporateActionGeneralInformation`                                                                                                                                       | [components.ActivityNameChangeCorporateActionGeneralInformation](../../models/components/activitynamechangecorporateactiongeneralinformation.md)                          | :heavy_minus_sign:                                                                                                                                                        | Common fields for corporate actions                                                                                                                                       |                                                                                                                                                                           |
| `effectiveDate`                                                                                                                                                           | [components.ActivityNameChangeEffectiveDate](../../models/components/activitynamechangeeffectivedate.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/>}                                                                                                                   |
| `quantity`                                                                                                                                                                | [components.ActivityNameChangeQuantity](../../models/components/activitynamechangequantity.md)                                                                            | :heavy_minus_sign:                                                                                                                                                        | The position on which the corporate action was paid                                                                                                                       | {<br/>"value": "0.25"<br/>}                                                                                                                                               |