# ActivityCapitalGains

Used to record a distribution of cash that an issuer has determined will be declared as income financed from capital gains and not ordinary income and details related to the capital gain

## Example Usage

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

let value: ActivityCapitalGains = {};
```

## Fields

| Field                                                                                                                                                | Type                                                                                                                                                 | Required                                                                                                                                             | Description                                                                                                                                          | Example                                                                                                                                              |
| ---------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| `corporateActionGeneralInformation`                                                                                                                  | [components.ActivityCapitalGainsCorporateActionGeneralInformation](../../models/components/activitycapitalgainscorporateactiongeneralinformation.md) | :heavy_minus_sign:                                                                                                                                   | Common fields for corporate actions                                                                                                                  |                                                                                                                                                      |
| `longTermGain`                                                                                                                                       | *boolean*                                                                                                                                            | :heavy_minus_sign:                                                                                                                                   | Can indicate the capital gain is eligible for preferential tax treatment                                                                             | false                                                                                                                                                |
| `paymentDate`                                                                                                                                        | [components.ActivityCapitalGainsPaymentDate](../../models/components/activitycapitalgainspaymentdate.md)                                             | :heavy_minus_sign:                                                                                                                                   | The anticipated payment date at the depository                                                                                                       | {<br/>"day": 14,<br/>"month": 5,<br/>"year": 2024<br/>}                                                                                              |
| `quantity`                                                                                                                                           | [components.ActivityCapitalGainsQuantity](../../models/components/activitycapitalgainsquantity.md)                                                   | :heavy_minus_sign:                                                                                                                                   | The position on which the corporate action was paid                                                                                                  | {<br/>"value": "0.25"<br/>}                                                                                                                          |
| `recordDate`                                                                                                                                         | [components.ActivityRecordDate](../../models/components/activityrecorddate.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/>}                                                                                              |
| `reinvested`                                                                                                                                         | *boolean*                                                                                                                                            | :heavy_minus_sign:                                                                                                                                   | Indicates whether the cash dividend was reinvested                                                                                                   | false                                                                                                                                                |