UNPKG

@sotatech/node-fixjs

Version:
17 lines (16 loc) 302 B
/** * Time unit associated with the floating rate index. * tag: 40791 * @readonly * @enum {string} (String) */ export declare enum PaymentStreamRateIndexCurveUnit { /** Day */ Day = "D", /** Week */ Week = "Wk", /** Month */ Month = "Mo", /** Year */ Year = "Yr" }