UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

14 lines (13 loc) 373 B
/** * For equity swaps this specifies the conditions that govern the adjustment to the number of units of the swap. * - Tag: 42787 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const StreamNotionalAdjustments: Readonly<{ readonly Execution: 0; readonly PortfolioRebalancing: 1; readonly Standard: 2; }>;