IFrameSchema

Frame schema registered via addFrame(). Defines backtest period and interval for timestamp generation.

frameName: string

Unique identifier for this frame

note: string

Optional developer note for documentation

interval: FrameInterval

Interval for timestamp generation

startDate: Date

Start of backtest period (inclusive)

endDate: Date

End of backtest period (inclusive)

callbacks: Partial<IFrameCallbacks>

Optional lifecycle callbacks