UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

14 lines (13 loc) 361 B
/** * Specifies the conditions that govern the adjustment to the number of units of the return swap. * - Tag: 2617 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const UnderlyingNotionalAdjustments: Readonly<{ readonly Execution: 0; readonly PortfolioRebalancing: 1; readonly Standard: 2; }>;