# PercentageTransferRestrictionInput

## Hierarchy

* [TransferRestrictionInputBase](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v8/interfaces/transferrestrictioninputbase)

  ↳ **PercentageTransferRestrictionInput**

## Index

### Properties

* [exemptedIdentities](#optional-exemptedidentities)
* [exemptedScopeIds](#optional-exemptedscopeids)
* [percentage](#percentage)

## Properties

### `Optional` exemptedIdentities

• **exemptedIdentities**? : *(string |* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v8/classes/identity)*‹›)\[]*

*Inherited from* [*TransferRestrictionInputBase*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v8/interfaces/transferrestrictioninputbase)*.*[*exemptedIdentities*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v8/transferrestrictioninputbase#optional-exemptedidentities)

*Defined in* [*src/types/index.ts:948*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/types/index.ts#L948)

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

### `Optional` exemptedScopeIds

• **exemptedScopeIds**? : *string\[]*

*Inherited from* [*TransferRestrictionInputBase*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v8/interfaces/transferrestrictioninputbase)*.*[*exemptedScopeIds*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v8/transferrestrictioninputbase#optional-exemptedscopeids)

*Defined in* [*src/types/index.ts:944*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/types/index.ts#L944)

array of Scope IDs that are exempted from the Restriction

### percentage

• **percentage**: *BigNumber*

*Defined in* [*src/types/index.ts:970*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/types/index.ts#L970)

limit on the proportion of the total supply of the Security Token that can be held by a single investor at once
