# ActivityRightsDistribution

Used to record distributions to common stock holders of a company that grant the option to purchase new or additional securities of the same company during a predetermined time period at a predetermined price and details related to the rights distribution

## Example Usage

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

let value: ActivityRightsDistribution = {};
```

## Fields

| Field                                                                                                                                                            | Type                                                                                                                                                             | Required                                                                                                                                                         | Description                                                                                                                                                      | Example                                                                                                                                                          |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `corporateActionGeneralInformation`                                                                                                                              | [components.ActivityRightsDistributionCorporateActionGeneralInformation](../../models/components/activityrightsdistributioncorporateactiongeneralinformation.md) | :heavy_minus_sign:                                                                                                                                               | Common fields for corporate actions                                                                                                                              |                                                                                                                                                                  |
| `paymentDate`                                                                                                                                                    | [components.ActivityRightsDistributionPaymentDate](../../models/components/activityrightsdistributionpaymentdate.md)                                             | :heavy_minus_sign:                                                                                                                                               | The anticipated payment date at the depository                                                                                                                   | {<br/>"day": 14,<br/>"month": 5,<br/>"year": 2024<br/>}                                                                                                          |
| `recordDate`                                                                                                                                                     | [components.ActivityRightsDistributionRecordDate](../../models/components/activityrightsdistributionrecorddate.md)                                               | :heavy_minus_sign:                                                                                                                                               | The date on which positions are recorded in order to calculate entitlement                                                                                       | {<br/>"day": 14,<br/>"month": 5,<br/>"year": 2024<br/>}                                                                                                          |
| `settled`                                                                                                                                                        | [components.ActivityRightsDistributionSettled](../../models/components/activityrightsdistributionsettled.md)                                                     | :heavy_minus_sign:                                                                                                                                               | The accounts settled position for which the corporate action was paid                                                                                            | {<br/>"value": "0.25"<br/>}                                                                                                                                      |