@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
13 lines (12 loc) • 490 B
TypeScript
/**
* The specification of any provisions for calculating payment obligations when a floating rate is negative (either due to a quoted negative floating rate or by operation of a spread that is subtracted from the floating rate).
* tag: 40807
* @readonly
* @enum {number} (int)
*/
export declare enum PaymentStreamNegativeRateTreatment {
/** Zero interest rate method */
ZeroInterestRateMethod = 0,
/** Negative interest rate method */
NegativeInterestRateMethod = 1
}