CreateDividendDistributionProcedureArgs
Arguments for the CreateDividendDistribution Procedure
Hierarchy
CreateDividendDistributionProcedureArgs
Index
Properties
amount
checkpointIndex
erc20Address
excludedAddresses
expiryDate
maturityDate
name
symbol
taxWithholdings
Properties
amount
• amount: BigNumber
amount to be distributed as dividends
checkpointIndex
• checkpointIndex: number
index of the Checkpoint in which the Dividend Distribution will be based
erc20Address
• erc20Address: string
address of the ERC20 token
Optional
excludedAddresses
Optional
excludedAddresses• excludedAddresses? : string[]
list of addresses that will be excluded from receiving payment
expiryDate
• expiryDate: Date
date on which the Dividend will expire
maturityDate
• maturityDate: Date
date from which Dividend payments can be pushed/claimed
name
• name: string
name of the distribution
symbol
• symbol: string
symbol of the Security Token
Optional
taxWithholdings
Optional
taxWithholdings• taxWithholdings? : TaxWithholdingEntry[]
tax withholding list for the Dividend Distribution
Last updated
Was this helpful?