Skip to main content
Version: 30.0.x

Type Alias: InitiateCorporateActionParams

InitiateCorporateActionParams = object

Defined in: src/api/procedures/types.ts:2110

Properties

PropertyTypeDescriptionDefined in

checkpoint

InputCaCheckpoint | null

The checkpoint of the Corporate Action (the record date on which the Corporate Action is applied)

src/api/procedures/types.ts:2129

declarationDate

Date

The date on which the Corporate Action is declared

src/api/procedures/types.ts:2119

defaultTaxWithholding

BigNumber | null

The default tax withholding to be applied to the Corporate Action

src/api/procedures/types.ts:2144

description

string

The description of the Corporate Action

src/api/procedures/types.ts:2124

kind

CorporateActionKind

The kind of Corporate Action to initiate

src/api/procedures/types.ts:2114

targets

InputCorporateActionTargets | null

The targets of the Corporate Action

src/api/procedures/types.ts:2139

taxWithholdings

InputTaxWithholding[]

The tax withholdings to be applied to the Corporate Action

src/api/procedures/types.ts:2134