# api\_entities\_CorporateAction.HumanReadable

[@polymeshassociation/polymesh-sdk](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/classes) / [Modules](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules) / [api/entities/CorporateAction](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/api_entities_corporateaction) / HumanReadable

## Interface: HumanReadable

[api/entities/CorporateAction](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/api_entities_corporateaction).HumanReadable

### Table of contents

#### Properties

* [declarationDate](#declarationdate)
* [defaultTaxWithholding](#defaulttaxwithholding)
* [description](#description)
* [id](#id)
* [targets](#targets)
* [taxWithholdings](#taxwithholdings)
* [ticker](#ticker)

### Properties

#### declarationDate

• **declarationDate**: `string`

**Defined in**

[api/entities/CorporateAction.ts:28](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/CorporateAction.ts#L28)

***

#### defaultTaxWithholding

• **defaultTaxWithholding**: `string`

**Defined in**

[api/entities/CorporateAction.ts:31](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/CorporateAction.ts#L31)

***

#### description

• **description**: `string`

**Defined in**

[api/entities/CorporateAction.ts:29](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/CorporateAction.ts#L29)

***

#### id

• **id**: `string`

**Defined in**

[api/entities/CorporateAction.ts:26](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/CorporateAction.ts#L26)

***

#### targets

• **targets**: `Object`

**Type declaration**

| Name         | Type                                                                                                                                                        |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `identities` | `string`\[]                                                                                                                                                 |
| `treatment`  | [`TargetTreatment`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/enums/api_entities_corporateactionbase_types.targettreatment) |

**Defined in**

[api/entities/CorporateAction.ts:30](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/CorporateAction.ts#L30)

***

#### taxWithholdings

• **taxWithholdings**: { `identity`: `string` ; `percentage`: `string` }\[]

**Defined in**

[api/entities/CorporateAction.ts:32](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/CorporateAction.ts#L32)

***

#### ticker

• **ticker**: `string`

**Defined in**

[api/entities/CorporateAction.ts:27](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/CorporateAction.ts#L27)
