UNPKG

@sotatech/node-fixjs

Version:
17 lines (16 loc) 301 B
/** * Time unit associated with the inflation lag period. * tag: 40809 * @readonly * @enum {string} (String) */ export declare enum PaymentStreamInflationLagUnit { /** Day */ Day = "D", /** Week */ Week = "Wk", /** Month */ Month = "Mo", /** Year */ Year = "Yr" }