UNPKG

@sotatech/node-fixjs

Version:
17 lines (16 loc) 412 B
/** * The classification or type of swap. Additional values may be used by mutual agreement of the counterparties. * tag: 1941 * @readonly * @enum {string} (String) */ export declare enum SwapClass { /** Basis swap */ BasisSwap = "BS", /** Index swap */ IndexSwap = "IX", /** Broad-based security swap */ BroadBasedSecuritySwap = "BB", /** Basket swap */ BasketSwap = "SK" }