UNPKG

@sotatech/node-fixjs

Version:
12 lines (11 loc) 288 B
/** * For equity swaps this specifies the conditions that govern the adjustment to the number of units of the swap. * tag: 42787 * @readonly * @enum {number} (int) */ export declare enum StreamNotionalAdjustments { Execution = 0, PortfolioRebalancing = 1, Standard = 2 }