UNPKG

@sotatech/node-fixjs

Version:
11 lines (10 loc) 239 B
/** * Defines the contract event which the receiver of the derivative is entitled to the dividend. * tag: 42246 * @readonly * @enum {number} (int) */ export declare enum DividendEntitlementEvent { ExDate = 0, RecordDate = 1 }