CreateDividendDistributionProcedureArgs

Arguments for the CreateDividendDistribution Procedure

Hierarchy

  • CreateDividendDistributionProcedureArgs

Index

Properties

Properties

amount

amount: BigNumber

Defined in src/types/index.ts:347arrow-up-right

amount to be distributed as dividends

checkpointIndex

checkpointIndex: number

Defined in src/types/index.ts:351arrow-up-right

index of the Checkpoint in which the Dividend Distribution will be based

erc20Address

erc20Address: string

Defined in src/types/index.ts:343arrow-up-right

address of the ERC20 token

Optional excludedAddresses

excludedAddresses? : string[]

Defined in src/types/index.ts:359arrow-up-right

list of addresses that will be excluded from receiving payment

expiryDate

expiryDate: Date

Defined in src/types/index.ts:339arrow-up-right

date on which the Dividend will expire

maturityDate

maturityDate: Date

Defined in src/types/index.ts:335arrow-up-right

date from which Dividend payments can be pushed/claimed

name

name: string

Defined in src/types/index.ts:355arrow-up-right

name of the distribution

symbol

symbol: string

Defined in src/types/index.ts:331arrow-up-right

symbol of the Security Token

Optional taxWithholdings

taxWithholdings? : TaxWithholdingEntry[]

Defined in src/types/index.ts:363arrow-up-right

tax withholding list for the Dividend Distribution

Last updated

Was this helpful?