UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 357 B
/** * Indicates whether holidays are included in the settlement periods. Required for electricity contracts. * tag: 41050 * @readonly * @enum {number} (int) */ export declare enum DeliveryScheduleSettlHolidaysProcessingInstruction { /** Do not include holidays */ DoNotIncludeHolidays = 0, /** Include holidays */ IncludeHolidays = 1 }