> 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/types.portfoliomovement.md).

# types.PortfolioMovement

[@polymeshassociation/polymesh-sdk](/polymesh-sdk-api-reference/docs-alpha/classes.md) / [Modules](/polymesh-sdk-api-reference/docs-alpha/modules.md) / [types](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md) / PortfolioMovement

## Interface: PortfolioMovement

[types](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md).PortfolioMovement

### Table of contents

#### Properties

* [amount](#amount)
* [asset](#asset)
* [memo](#memo)

### Properties

#### amount

• **amount**: `BigNumber`

**Defined in**

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

***

#### asset

• **asset**: `string` | [`Asset`](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_asset.asset.md)

**Defined in**

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

***

#### memo

• `Optional` **memo**: `string`

identifier string to help differentiate transfers

**Defined in**

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