UNPKG

@sotatech/node-fixjs

Version:
12 lines (11 loc) 276 B
/** * Specifies the conditions that govern the adjustment to the number of units of the return swap. * tag: 2617 * @readonly * @enum {number} (int) */ export declare enum UnderlyingNotionalAdjustments { Execution = 0, PortfolioRebalancing = 1, Standard = 2 }