# types.PortfolioMovement

[@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) / PortfolioMovement

## Interface: PortfolioMovement

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

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