BaseDividend
Internal representation of a Dividend Distribution
Hierarchy
BaseDividend
Index
Properties
amount
checkpointId
claimedAmount
created
currency
expiry
index
maturity
name
reclaimed
tokenholders
totalSupply
totalWithheld
totalWithheldWithdrawn
Properties
amount
• amount: BigNumber
amount of tokens provided in the Dividend
checkpointId
• checkpointId: number
checkpoint UUID to which this Dividend Distribution is associated
claimedAmount
• claimedAmount: BigNumber
amount of tokens paid so far
created
• created: Date
date at which the Dividend was created
currency
• currency: string | null
symbol of the currency in which Dividends are being distributed
expiry
• expiry: Date
date at which the Dividend will expire
index
• index: number
index of the dividend
maturity
• maturity: Date
date from which payments can be distributed
name
• name: string
name of the Dividend
reclaimed
• reclaimed: boolean
whether expired payments have been reclaimed
tokenholders
• tokenholders: DividendTokenholderStatus[]
dividend Tokenholders
totalSupply
• totalSupply: BigNumber
total supply of the Security Token
totalWithheld
• totalWithheld: BigNumber
total amount of tokens withheld as tax so far
totalWithheldWithdrawn
• totalWithheldWithdrawn: BigNumber
total amount of withheld taxes already withdrawn from the storage wallet
Last updated
Was this helpful?