UNPKG

@sotatech/node-fixjs

Version:
17 lines (16 loc) 298 B
/** * Time unit associated with the provision's tenor period. * tag: 40097 * @readonly * @enum {string} (String) */ export declare enum ProvisionDateTenorUnit { /** Day */ Day = "D", /** Week */ Week = "Wk", /** Month */ Month = "Mo", /** Year */ Year = "Yr" }