Interface: ConfigureDividendDistributionParams
Defined in: src/api/procedures/types.ts:1461
Properties
checkpoint
checkpoint:
InputCaCheckpoint
Defined in: src/api/procedures/types.ts:1486
checkpoint to be used to calculate Dividends. If a Schedule is passed, the next Checkpoint it creates will be used. If a Date is passed, a Checkpoint will be created at that date and used
currency
currency:
string
Defined in: src/api/procedures/types.ts:1494
ticker of the currency in which Dividends will be distributed
declarationDate?
optionaldeclarationDate?:Date
Defined in: src/api/procedures/types.ts:1465
date at which the issuer publicly declared the Dividend Distribution. Optional, defaults to the current date
defaultTaxWithholding?
optionaldefaultTaxWithholding?:BigNumber
Defined in: src/api/procedures/types.ts:1476
default percentage (0-100) of the Benefits to be held for tax purposes
description
description:
string
Defined in: src/api/procedures/types.ts:1466
expiryDate?
optionalexpiryDate?:Date
Defined in: src/api/procedures/types.ts:1510
optional, defaults to never expiring
maxAmount
maxAmount:
BigNumber
Defined in: src/api/procedures/types.ts:1502
maximum amount of currency to distribute in total
originPortfolio?
optionaloriginPortfolio?:BigNumber|NumberedPortfolio
Defined in: src/api/procedures/types.ts:1490
portfolio from which the Dividends will be distributed. Optional, defaults to the Dividend Distributions Agent's Default Portfolio
paymentDate
paymentDate:
Date
Defined in: src/api/procedures/types.ts:1506
date from which Asset Holders can claim their Dividends
perShare
perShare:
BigNumber
Defined in: src/api/procedures/types.ts:1498
amount of currency to distribute per each share of the Asset that a target holds
targets?
optionaltargets?:InputCorporateActionTargets
Defined in: src/api/procedures/types.ts:1472
Asset Holder Identities to be included (or excluded) from the Dividend Distribution. Inclusion/exclusion is controlled by the treatment
property. When the value is Include, all Asset Holders not present in the array are excluded, and vice-versa. If no value is passed,
the default value for the Asset is used. If there is no default value, all Asset Holders will be part of the Dividend Distribution
taxWithholdings?
optionaltaxWithholdings?:InputCorporateActionTaxWithholdings
Defined in: src/api/procedures/types.ts:1481
percentage (0-100) of the Benefits to be held for tax purposes from individual Asset Holder Identities.
This overrides the value of defaultTaxWithholding