UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 259 B
/** * Specifies the type of date (e.g. adjusted for holidays). * tag: 40144 * @readonly * @enum {number} (int) */ export declare enum ProvisionOptionExerciseFixedDateType { /** Unadjusted */ Unadjusted = 0, /** Adjusted */ Adjusted = 1 }