Skip to content

api.entities.DividendDistribution.types.DistributionParticipant

polymath-eric edited this page Jun 11, 2024 · 56 revisions

Interface: DistributionParticipant

api/entities/DividendDistribution/types.DistributionParticipant

Table of contents

Properties

Properties

amount

amount: BigNumber

Defined in

api/entities/DividendDistribution/types.ts:15


amountAfterTax

amountAfterTax: BigNumber

amount to be paid to the participant after tax deductions

Defined in

api/entities/DividendDistribution/types.ts:23


identity

identity: Identity

Defined in

api/entities/DividendDistribution/types.ts:14


paid

paid: boolean

Defined in

api/entities/DividendDistribution/types.ts:24


taxWithholdingPercentage

taxWithholdingPercentage: BigNumber

percentage (0-100) of tax withholding for this participant

Defined in

api/entities/DividendDistribution/types.ts:19

Clone this wiki locally