Params

Dividend Distribution constructor parameters

Hierarchy

  • Params

Index

Properties

Properties

amount

amount: BigNumber

Defined in src/entities/DividendDistribution.ts:57

dividend amount

checkpointId

checkpointId: string

Defined in src/entities/DividendDistribution.ts:41

claimedAmount

claimedAmount: BigNumber

Defined in src/entities/DividendDistribution.ts:61

amount of dividend claimed so far

created

created: Date

Defined in src/entities/DividendDistribution.ts:45

date at which the dividend was created

currency

currency: string | null

Defined in src/entities/DividendDistribution.ts:77

symbol of the currency in which this dividend distribution is being paid

expiry

expiry: Date

Defined in src/entities/DividendDistribution.ts:53

date until which dividend can be claimed

maturity

maturity: Date

Defined in src/entities/DividendDistribution.ts:49

date after which dividend can be claimed

name

name: string

Defined in src/entities/DividendDistribution.ts:73

reclaimed

reclaimed: boolean

Defined in src/entities/DividendDistribution.ts:69

true if expiry has passed and issuer has reclaimed remaining dividend

securityTokenSymbol

securityTokenSymbol: string

Defined in src/entities/DividendDistribution.ts:40

tokenholders

tokenholders: DividendTokenholderStatus[]

Defined in src/entities/DividendDistribution.ts:72

totalSupply

totalSupply: BigNumber

Defined in src/entities/DividendDistribution.ts:65

total supply at the associated checkpoint

totalWithheld

totalWithheld: BigNumber

Defined in src/entities/DividendDistribution.ts:70

totalWithheldWithdrawn

totalWithheldWithdrawn: BigNumber

Defined in src/entities/DividendDistribution.ts:71

Last updated