> 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-v6/interfaces/percentagetransferrestrictioninput.md).

# PercentageTransferRestrictionInput

## Hierarchy

* [TransferRestrictionInputBase](/polymesh-sdk-api-reference/docs-v6/interfaces/transferrestrictioninputbase.md)

  ↳ **PercentageTransferRestrictionInput**

## Index

### Properties

* [exemptedIdentities](/polymesh-sdk-api-reference/docs-v6/interfaces/percentagetransferrestrictioninput.md#optional-exemptedidentities)
* [exemptedScopeIds](/polymesh-sdk-api-reference/docs-v6/interfaces/percentagetransferrestrictioninput.md#optional-exemptedscopeids)
* [percentage](/polymesh-sdk-api-reference/docs-v6/interfaces/percentagetransferrestrictioninput.md#percentage)

## Properties

### `Optional` exemptedIdentities

• **exemptedIdentities**? : *(string |* [*Identity*](/polymesh-sdk-api-reference/docs-v6/classes/identity.md)*‹›)\[]*

*Inherited from* [*TransferRestrictionInputBase*](/polymesh-sdk-api-reference/docs-v6/interfaces/transferrestrictioninputbase.md)*.*[*exemptedIdentities*](/polymesh-sdk-api-reference/docs-v6/interfaces/transferrestrictioninputbase.md#optional-exemptedidentities)

*Defined in* [*src/types/index.ts:888*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L888)

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

### `Optional` exemptedScopeIds

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

*Inherited from* [*TransferRestrictionInputBase*](/polymesh-sdk-api-reference/docs-v6/interfaces/transferrestrictioninputbase.md)*.*[*exemptedScopeIds*](/polymesh-sdk-api-reference/docs-v6/interfaces/transferrestrictioninputbase.md#optional-exemptedscopeids)

*Defined in* [*src/types/index.ts:884*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L884)

array of Scope IDs that are exempted from the Restriction

### percentage

• **percentage**: *BigNumber*

*Defined in* [*src/types/index.ts:910*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L910)

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