-
Notifications
You must be signed in to change notification settings - Fork 11
api.procedures.configureDividendDistribution.ConfigureDividendDistributionParams
api/procedures/configureDividendDistribution.ConfigureDividendDistributionParams
- checkpoint
- currency
- declarationDate
- defaultTaxWithholding
- description
- expiryDate
- maxAmount
- originPortfolio
- paymentDate
- perShare
- targets
- taxWithholdings
• checkpoint: InputCaCheckpoint
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
api/procedures/configureDividendDistribution.ts:93
• currency: string
ticker of the currency in which Dividends will be distributed
api/procedures/configureDividendDistribution.ts:101
• Optional
declarationDate: Date
date at which the issuer publicly declared the Dividend Distribution. Optional, defaults to the current date
api/procedures/configureDividendDistribution.ts:72
• Optional
defaultTaxWithholding: BigNumber
default percentage (0-100) of the Benefits to be held for tax purposes
api/procedures/configureDividendDistribution.ts:83
• description: string
api/procedures/configureDividendDistribution.ts:73
• Optional
expiryDate: Date
optional, defaults to never expiring
api/procedures/configureDividendDistribution.ts:117
• maxAmount: BigNumber
maximum amount of currency
to distribute in total
api/procedures/configureDividendDistribution.ts:109
• Optional
originPortfolio: BigNumber
| NumberedPortfolio
portfolio from which the Dividends will be distributed. Optional, defaults to the Dividend Distributions Agent's Default Portfolio
api/procedures/configureDividendDistribution.ts:97
• paymentDate: Date
date from which Asset Holders can claim their Dividends
api/procedures/configureDividendDistribution.ts:113
• perShare: BigNumber
amount of currency
to distribute per each share of the Asset that a target holds
api/procedures/configureDividendDistribution.ts:105
• Optional
targets: InputCorporateActionTargets
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
api/procedures/configureDividendDistribution.ts:79
• Optional
taxWithholdings: InputCorporateActionTaxWithholdings
percentage (0-100) of the Benefits to be held for tax purposes from individual Asset Holder Identities.
This overrides the value of defaultTaxWithholding
Entities
- Account
- Asset
- Authorization Request
- Checkpoint
- Checkpoint Schedule
- Corporate Action
- Corporate Action Base
- Corporate Ballot
- Custom Permission Group
- Default Portfolio
- Default Trusted Claim Issuer
- Dividend Distribution
- Entity
- Identity
- Instruction
- Known Permission Group
- Metadata Entry
- Multi Sig Proposal
- Numbered Portfolio
- Offering
- Permission Group
- Portfolio
- Subsidies
- Subsidy
- Ticker Reservation
- Venue
- Authorizations
- Types