# api\_entities\_DividendDistribution.DividendDistributionParams

[@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/DividendDistribution](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/api_entities_dividenddistribution) / DividendDistributionParams

## Interface: DividendDistributionParams

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

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