BaseDividend

Internal representation of a Dividend Distribution

Hierarchy

  • BaseDividend

Index

Properties

Properties

amount

amount: BigNumber

Defined in src/PolymathBase.ts:301arrow-up-right

amount of tokens provided in the Dividend

checkpointId

checkpointId: number

Defined in src/PolymathBase.ts:285arrow-up-right

checkpoint UUID to which this Dividend Distribution is associated

claimedAmount

claimedAmount: BigNumber

Defined in src/PolymathBase.ts:305arrow-up-right

amount of tokens paid so far

created

created: Date

Defined in src/PolymathBase.ts:289arrow-up-right

date at which the Dividend was created

currency

currency: string | null

Defined in src/PolymathBase.ts:329arrow-up-right

symbol of the currency in which Dividends are being distributed

expiry

expiry: Date

Defined in src/PolymathBase.ts:297arrow-up-right

date at which the Dividend will expire

index

index: number

Defined in src/PolymathBase.ts:281arrow-up-right

index of the dividend

maturity

maturity: Date

Defined in src/PolymathBase.ts:293arrow-up-right

date from which payments can be distributed

name

name: string

Defined in src/PolymathBase.ts:325arrow-up-right

name of the Dividend

reclaimed

reclaimed: boolean

Defined in src/PolymathBase.ts:313arrow-up-right

whether expired payments have been reclaimed

tokenholders

tokenholders: DividendTokenholderStatus[]

Defined in src/PolymathBase.ts:333arrow-up-right

dividend Tokenholders

totalSupply

totalSupply: BigNumber

Defined in src/PolymathBase.ts:309arrow-up-right

total supply of the Security Token

totalWithheld

totalWithheld: BigNumber

Defined in src/PolymathBase.ts:317arrow-up-right

total amount of tokens withheld as tax so far

totalWithheldWithdrawn

totalWithheldWithdrawn: BigNumber

Defined in src/PolymathBase.ts:321arrow-up-right

total amount of withheld taxes already withdrawn from the storage wallet

Last updated

Was this helpful?