UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 255 B
/** * The method of calculating discounted payment amounts * tag: 40744 * @readonly * @enum {number} (int) */ export declare enum PaymentStreamDiscountType { /** Standard */ Standard = 0, /** Forward Rate Agreement (FRA) */ FRA = 1 }