@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
15 lines (14 loc) • 377 B
TypeScript
/**
* The method of Forward Rate Agreement (FRA) discounting, if any, that will apply.
* tag: 40816
* @readonly
* @enum {number} (int)
*/
export declare enum PaymentStreamFRADiscounting {
/** None */
None = 0,
/** International Swaps and Derivatives Association (ISDA) */
ISDA = 1,
/** Australian Financial Markets Association (AFMA) */
AFMA = 2
}