# api\_entities\_Portfolio\_types.SettlementLeg

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

## Interface: SettlementLeg

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

### Hierarchy

* [`Leg`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/api_entities_instruction_types.leg)

  ↳ **`SettlementLeg`**

### Table of contents

#### Properties

* [amount](#amount)
* [asset](#asset)
* [direction](#direction)
* [from](#from)
* [to](#to)

### Properties

#### amount

• **amount**: `BigNumber`

**Inherited from**

[Leg](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/api_entities_instruction_types.leg).[amount](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/api_entities_instruction_types.leg#amount)

**Defined in**

[api/entities/Instruction/types.ts:42](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Instruction/types.ts#L42)

***

#### asset

• **asset**: [`Asset`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_asset.asset)

**Inherited from**

[Leg](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/api_entities_instruction_types.leg).[asset](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/api_entities_instruction_types.leg#asset)

**Defined in**

[api/entities/Instruction/types.ts:43](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Instruction/types.ts#L43)

***

#### direction

• **direction**: `SettlementDirectionEnum`

**Defined in**

[api/entities/Portfolio/types.ts:15](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Portfolio/types.ts#L15)

***

#### from

• **from**: [`NumberedPortfolio`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_numberedportfolio.numberedportfolio) | [`DefaultPortfolio`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_defaultportfolio.defaultportfolio)

**Inherited from**

[Leg](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/api_entities_instruction_types.leg).[from](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/api_entities_instruction_types.leg#from)

**Defined in**

[api/entities/Instruction/types.ts:40](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Instruction/types.ts#L40)

***

#### to

• **to**: [`NumberedPortfolio`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_numberedportfolio.numberedportfolio) | [`DefaultPortfolio`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_defaultportfolio.defaultportfolio)

**Inherited from**

[Leg](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/api_entities_instruction_types.leg).[to](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/api_entities_instruction_types.leg#to)

**Defined in**

[api/entities/Instruction/types.ts:41](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Instruction/types.ts#L41)
