# types.PercentageTransferRestrictionInput

[@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) / [types](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/types) / PercentageTransferRestrictionInput

## Interface: PercentageTransferRestrictionInput

[types](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/types).PercentageTransferRestrictionInput

### Hierarchy

* `TransferRestrictionInputBase`

  ↳ **`PercentageTransferRestrictionInput`**

### Table of contents

#### Properties

* [exemptedIdentities](#exemptedidentities)
* [percentage](#percentage)

### Properties

#### exemptedIdentities

• `Optional` **exemptedIdentities**: (`string` | [`Identity`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity))\[]

array of Identities (or DIDs) that are exempted from the Restriction

**Inherited from**

TransferRestrictionInputBase.exemptedIdentities

**Defined in**

[types/index.ts:1249](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L1249)

***

#### percentage

• **percentage**: `BigNumber`

maximum percentage (0-100) of the total supply of the Asset that can be held by a single investor at once

**Defined in**

[types/index.ts:1274](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L1274)
