/**
 * Time unit associated with the commodity delivery date roll.
 * - Tag: 41273
 * - FIX Specification type: String
 * - Mapped type: string
 * @readonly
 * @public
 */
export declare const StreamCommoditySettlDateRollUnit: Readonly<{
    /** Day */
    readonly Day: "D";
}>;
export type StreamCommoditySettlDateRollUnit = (typeof StreamCommoditySettlDateRollUnit)[keyof typeof StreamCommoditySettlDateRollUnit];
