> 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/api_entities_dividenddistribution.dividenddistributionparams.md).

# api\_entities\_DividendDistribution.DividendDistributionParams

[@polymeshassociation/polymesh-sdk](/polymesh-sdk-api-reference/docs-alpha/classes.md) / [Modules](/polymesh-sdk-api-reference/docs-alpha/modules.md) / [api/entities/DividendDistribution](/polymesh-sdk-api-reference/docs-alpha/modules-1/api_entities_dividenddistribution.md) / DividendDistributionParams

## Interface: DividendDistributionParams

[api/entities/DividendDistribution](/polymesh-sdk-api-reference/docs-alpha/modules-1/api_entities_dividenddistribution.md).DividendDistributionParams

### Table of contents

#### Properties

* [currency](#currency)
* [expiryDate](#expirydate)
* [maxAmount](#maxamount)
* [origin](#origin)
* [paymentDate](#paymentdate)
* [perShare](#pershare)

### Properties

#### currency

• **currency**: `string`

**Defined in**

[api/entities/DividendDistribution/index.ts:76](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/DividendDistribution/index.ts#L76)

***

#### expiryDate

• **expiryDate**: `null` | `Date`

**Defined in**

[api/entities/DividendDistribution/index.ts:79](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/DividendDistribution/index.ts#L79)

***

#### maxAmount

• **maxAmount**: `BigNumber`

**Defined in**

[api/entities/DividendDistribution/index.ts:78](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/DividendDistribution/index.ts#L78)

***

#### origin

• **origin**: [`NumberedPortfolio`](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_numberedportfolio.numberedportfolio.md) | [`DefaultPortfolio`](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_defaultportfolio.defaultportfolio.md)

**Defined in**

[api/entities/DividendDistribution/index.ts:75](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/DividendDistribution/index.ts#L75)

***

#### paymentDate

• **paymentDate**: `Date`

**Defined in**

[api/entities/DividendDistribution/index.ts:80](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/DividendDistribution/index.ts#L80)

***

#### perShare

• **perShare**: `BigNumber`

**Defined in**

[api/entities/DividendDistribution/index.ts:77](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/DividendDistribution/index.ts#L77)
