CreateDividendDistributionProcedureArgs

Arguments for the CreateDividendDistribution Procedure

Hierarchy

  • CreateDividendDistributionProcedureArgs

Index

Properties

Properties

amount

amount: BigNumber

Defined in src/types/index.ts:347

amount to be distributed as dividends

checkpointIndex

checkpointIndex: number

Defined in src/types/index.ts:351

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

erc20Address

erc20Address: string

Defined in src/types/index.ts:343

address of the ERC20 token

Optional excludedAddresses

excludedAddresses? : string[]

Defined in src/types/index.ts:359

list of addresses that will be excluded from receiving payment

expiryDate

expiryDate: Date

Defined in src/types/index.ts:339

date on which the Dividend will expire

maturityDate

maturityDate: Date

Defined in src/types/index.ts:335

date from which Dividend payments can be pushed/claimed

name

name: string

Defined in src/types/index.ts:355

name of the distribution

symbol

symbol: string

Defined in src/types/index.ts:331

symbol of the Security Token

Optional taxWithholdings

taxWithholdings? : TaxWithholdingEntry[]

Defined in src/types/index.ts:363

tax withholding list for the Dividend Distribution

Last updated