> For the complete documentation index, see [llms.txt](https://developers.polymath.network/polymesh-sdk-api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/api_entities_corporateaction.humanreadable.md).

# api\_entities\_CorporateAction.HumanReadable

[@polymeshassociation/polymesh-sdk](/polymesh-sdk-api-reference/docs-alpha/classes.md) / [Modules](/polymesh-sdk-api-reference/docs-alpha/modules.md) / [api/entities/CorporateAction](/polymesh-sdk-api-reference/docs-alpha/modules-1/api_entities_corporateaction.md) / HumanReadable

## Interface: HumanReadable

[api/entities/CorporateAction](/polymesh-sdk-api-reference/docs-alpha/modules-1/api_entities_corporateaction.md).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`](/polymesh-sdk-api-reference/docs-alpha/enums/api_entities_corporateactionbase_types.targettreatment.md) |

**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)
