UNPKG

@sotatech/node-fixjs

Version:
17 lines (16 loc) 268 B
/** * Type of financing termination. * tag: 788 * @readonly * @enum {number} (int) */ export declare enum TerminationType { /** Overnight */ Overnight = 1, /** Term */ Term = 2, /** Flexible */ Flexible = 3, /** Open */ Open = 4 }